summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclExecute.c: Provide DECACHE/CACHE protection to thedgp2007-08-133-2/+21
* * generic/tclCmdMZ.c (Tcl_SplitObjCmd): use TclNewStringObj macroMiguel Sofer2007-08-122-5/+8
* * generic/tcl_Obj.c (TclAllocateFreeObjects): remove unneededMiguel Sofer2007-08-122-2/+6
* * generic/tclInt.h: remove redundant ops in TclNewStringObj macroMiguel Sofer2007-08-112-3/+10
* fix missing preprocessor \ line continuationdas2007-08-111-2/+2
* * generic/tclInt.h: fix the TclSetVarNamespaceVar macro, wasMiguel Sofer2007-08-102-3/+10
* Then reorder code todgp2007-08-102-220/+176
* * generic/tclCompExpr.c: Revise CompileExprTree() to use thedgp2007-08-102-65/+126
* * generic/tclProc.c (TclCreateProc): better comments on theMiguel Sofer2007-08-102-10/+12
* * generic/tclExecute.c (INST_STORE_ARRAY):Miguel Sofer2007-08-093-25/+36
* * generic/tclProc.c (InitLocalCache): reference firstLocalPtr viahobbs2007-08-082-8/+12
* * generic/tclExecute.c: Corrected failure to compile/linkdgp2007-08-082-2/+5
* * generic/tclExecute.c: Corrected improper use of bignum argumentsdgp2007-08-083-8/+24
* renamed InitCompiledLocals to InitResolvedLocals to make it clearer that itMiguel Sofer2007-08-082-9/+11
* * generic/tclInt.h: remove comments refering to VAR_SCALAR, asMiguel Sofer2007-08-083-80/+69
* * generic/tclInt.decls: Exporting via stubs to helpMiguel Sofer2007-08-075-8/+27
* * unix/Makefile.in: add support for compile flags specific todas2007-08-074-36/+59
* * generic/tclEnv.c: improve environ handling on Mac OS X (adapteddas2007-08-072-35/+11
* * tests/parseExpr.test: Update source file name of expr parser code.dgp2007-08-063-265/+299
* * generic/tclGetDate.y: Added a cast to the definition of YYFREE toKevin B Kenny2007-08-064-444/+739
* fix breakage in TCL_COMPILE_DEBUG builddas2007-08-051-9/+11
* missing Changelog entryMiguel Sofer2007-08-041-0/+10
* modifs to help itcl adapt to VarReformMiguel Sofer2007-08-046-13/+61
* Tidying up.dkf2007-08-034-278/+326
* autoheader-2.59das2007-08-021-0/+6
* Regenerated configure using autoconf 2.59. Autoconf 2.61 changedandreas_kupries2007-08-012-8263/+7656
* Rewrote word.tcl for greater efficiency. [Bug 1764318]dkf2007-08-012-90/+108
* Abstracted the 'offsetof' to a TclOffset macro as per Tk_Offset to permitpatthoyts2007-08-014-5/+23
* * generic/tclVar.c (TclCleanupVar): fix [Bug 1765225], thx LarryMiguel Sofer2007-08-012-2/+7
* VarReform [Patch 1750051]Miguel Sofer2007-07-3121-2158/+2812
* Regen with autoconf 2.61Miguel Sofer2007-07-313-7582/+8331
* * unix/configure.in: allow use of 'inline' in Tcl sourcesMiguel Sofer2007-07-314-4/+12
* Whitespace/format cleanupdkf2007-07-312-64/+61
* Added missing bug number. ;-)dkf2007-07-311-1/+1
* * unix/tclUnixInit.c (TclpSetVariables): Use the thread-safe getpwuiddkf2007-07-312-15/+25
* Simplify the #ifdef logic.dkf2007-07-312-334/+398
* One more bad change spotted by AKudkf2007-07-311-2/+2
* Fix test failures.dkf2007-07-312-2/+6
* Added macros to make bit chopping clearerdkf2007-07-302-183/+198
* fix wrong TIP # in ChangelogMiguel Sofer2007-07-241-1/+1
* comment fixMiguel Sofer2007-07-241-3/+2
* changelog completionMiguel Sofer2007-07-241-1/+4
* * generic/tclBasic.c (TEOvI, GetCommandSource):Miguel Sofer2007-07-245-73/+80
* * library/platform/platform.tcl: Fixed bug in 'platform::patterns'andreas_kupries2007-07-207-25/+41
* * generic/tclParse.c: In contexts where interp and parsePtr->interpdgp2007-07-192-20/+27
* * generic/tclCompExpr.c: Removed unused arguments and variables.dgp2007-07-182-43/+29
* typodgp2007-07-171-2/+2
* * generic/tclCompExpr.c (ParseExpr): While adding comments todgp2007-07-172-202/+258
* * generic/tclCompExpr.c: More commentary.dgp2007-07-163-7/+126
* additional commentarydgp2007-07-121-6/+25