summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * library/clock.tcl (ParseClockScanFormat): Modified code to allowKevin B Kenny2007-08-253-20/+67
* * generic/tclExecute.c (TclExecuteByteCode): Added code to handleKevin B Kenny2007-08-253-5/+555
* * generic/tclCompExpr.c: Register literals found in expressionsdgp2007-08-243-6/+60
* * generic/tclCompile.c: replaced copy loop that tripped someMiguel Sofer2007-08-242-5/+10
* * library/init.tcl ([auto_load_index]): Delete stray "]" that createddgp2007-08-232-2/+5
* * generic/tclCompCmds.c (TclCompileReturnCmd): Added crash protectiondgp2007-08-232-2/+33
* * generic/tclCompExpr.c: Suppress the attempt to convert todgp2007-08-232-2/+7
* ensure WORDS_BIGENDIAN redefinition is consistent with autoconf definitiondas2007-08-231-2/+2
* * generic/tclExecute.c (TEBC): disable the new shortcut to frequentMiguel Sofer2007-08-222-4/+2
* Missing init in ParseExpr().dgp2007-08-222-4/+3
* * generic/tclExecute.c (TEBC): disable the new shortcut to frequentMiguel Sofer2007-08-222-2/+9
* * generic/tclMain.c: Corrected the logic of dropping the lastdgp2007-08-213-19/+64
* thread-4.4: clear ::errorInfo in the thread as a message is left here from in...patthoyts2007-08-212-2/+7
* * generic/tclExecute.c (INST_SUB): fix usage of the new macro forMiguel Sofer2007-08-202-3/+16
* Swapped the order in the Overflowing macro (created in the last commit byMiguel Sofer2007-08-191-2/+5
* Make Miguel's overflow-detection more mnemonic with a macro.dkf2007-08-192-77/+95
* * 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