summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclBasic.c: Reworked the handling of bytecode literalsandreas_kupries2008-07-221-1/+19
* * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-3/+30
* merge updates from HEAD dgp2008-03-311-5/+9
* Reconcile coding style issues between branchesdgp2008-01-231-4/+4
* Reconcile coding style issues between branchesdgp2008-01-231-36/+36
* * generic/tclInt.h: New macro TclGrowParseTokenArray() todgp2008-01-231-2/+47
* * generic/tclAlloc.c:Miguel Sofer2007-12-171-1/+12
* merge stable branch onto HEADdgp2007-12-131-1/+1
* * generic/tclInt.decls: move TclByteArrayMatch and TclReToGlobhobbs2007-12-111-1/+10
* (TclMatchIsTrivial): simplify TclMatchIsTrivial to remove ] checkhobbs2007-12-061-2/+2
* add TclGetChannelFromObj declhobbs2007-12-061-1/+4
* Simplify code for setting up the [chan] ensemble now that we can leveragedkf2007-12-061-11/+8
* * generic/tclBasic.c:Miguel Sofer2007-11-261-2/+2
* Turn the [string] command into a real compiled ensemble.dkf2007-11-231-5/+15
* Rebuild [dict] as a full compiled ensemble.dkf2007-11-221-6/+22
* Factor out the core compiled-ensemble builder for simplicity.dkf2007-11-211-3/+15
* * generic/tclDictObj.c: Changed the underlying implementation of thedkf2007-11-201-1/+9
* More minor cleanupdkf2007-11-181-253/+253
* Greatly improved ensemble compiler. This one now can handle any ensemble.dkf2007-11-161-54/+114
* Compile [info exists] into bytecode. Includes new instructions to support it.dkf2007-11-141-1/+5
* Strip an _ANSI_ARGS_ usage.dkf2007-11-141-2/+2
* RE: [Patch 1830184] TclResetResultMiguel Sofer2007-11-121-35/+1
* * generic/tclBasic.c: New macro TclResetResult, new iPtr flagMiguel Sofer2007-11-121-1/+35
* [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-10/+55
* * unix/tclUnixTime.c (TclpWideClicksToNanoseconds): fix issues withdas2007-11-101-2/+2
* * generic/tclBasic.c:Miguel Sofer2007-11-101-3/+3
* * generic/tclBasic.c:Miguel Sofer2007-11-101-3/+5
* * generic/tclAsync.c:Miguel Sofer2007-11-091-2/+37
* * generic/tclCompile.h:Miguel Sofer2007-10-271-1/+3
* Add a new command, ::tcl::unsupported::disassembledkf2007-09-251-1/+5
* * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allowsdas2007-09-131-6/+27
* * generic/tclInt.h: Removed the "nsName" Tcl_ObjType from thedgp2007-09-091-2/+1
* ensure WORDS_BIGENDIAN redefinition is consistent with autoconf definitiondas2007-08-231-2/+2
* * generic/tclInt.h: remove redundant ops in TclNewStringObj macroMiguel Sofer2007-08-111-3/+6
* * generic/tclInt.h: fix the TclSetVarNamespaceVar macro, wasMiguel Sofer2007-08-101-3/+5
* * generic/tclInt.h: remove comments refering to VAR_SCALAR, asMiguel Sofer2007-08-081-4/+3
* * generic/tclInt.decls: Exporting via stubs to helpMiguel Sofer2007-08-071-3/+1
* modifs to help itcl adapt to VarReformMiguel Sofer2007-08-041-7/+12
* Tidying up.dkf2007-08-031-37/+35
* Abstracted the 'offsetof' to a TclOffset macro as per Tk_Offset to permitpatthoyts2007-08-011-1/+13
* VarReform [Patch 1750051]Miguel Sofer2007-07-311-95/+218
* * generic/tclBasic.c (TEOvI, GetCommandSource):Miguel Sofer2007-07-241-1/+2
* * generic/tclCompExpr.c: Removed dead code, old implementationsdgp2007-07-021-30/+1
* * generic/tclCompExpr.c: Removed dead code, old implementationsdgp2007-07-021-2/+1
* * generic/tclBasic.c: Removed dead code, including thedgp2007-06-281-35/+2
* * generic/tclExecute.c: Revised TclStackRealloc() signature to betterdgp2007-06-221-1/+3
* * generic/tclInt.decls: Modif to the internals ofMiguel Sofer2007-06-141-2/+3
* Convert [info] into an ensemble command.dkf2007-06-121-4/+2
* Improve the argument substitution behaviour of Tcl_WrongNumArgs when faced withdkf2007-06-121-1/+23
* * generic/tclInt.h:Miguel Sofer2007-06-101-1/+12