summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * generic/tclExecute.c: changed the check for overflow in sums,Miguel Sofer2007-08-192-18/+24
* Resolve [Bug 1752148]dkf2007-08-192-79/+84
* * generic/tclVar.c: improved localVarNameType caching to leverageMiguel Sofer2007-08-172-9/+46
* * generic/tclExecute.c: check the two most frequent instructionsMiguel Sofer2007-08-162-1/+22
* * generic/tclCompExpr.c: Added a "constant" field to the OpNodedgp2007-08-162-90/+305
* Fix [Bug 1773127]dkf2007-08-153-14/+49
* * generic/tclExecute.c (INST_INVOKE*): peephole opt, do not getMiguel Sofer2007-08-142-1/+11
* comment correctionsdgp2007-08-141-8/+7
* * generic/tclBasic.c: Use fully qualified variable names fordgp2007-08-144-7/+15
* * unix/tclLoadDyld.c: use dlfcn API on Mac OS X 10.4 and later; fixdas2007-08-143-172/+394
* * unix/dltest/pkga.c: whitespace & comment cleanup, removedas2007-08-147-67/+22
* * 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