summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Doc clarification.dkf2007-09-021-0/+5
* * generic/tclCompile.c: Added fflush() calls following all callers ofdgp2007-08-301-0/+7
* * generic/tclCompExpr.c: Use a table lookup in ParseLexeme()dgp2007-08-281-0/+3
* * generic/tclBasic.c: Used unions to better clarify overloading ofdgp2007-08-281-0/+6
* * generic/tclCompExpr.c: Call TclCompileSyntaxError() whendgp2007-08-271-0/+15
* * generic/tclCompile.c: Move the deallocation of local LiteralTabledgp2007-08-271-0/+4
* * generic/tclCompExpr.c: Force numeric and boolean literalsdgp2007-08-271-0/+6
* * library/clock.tcl (ParseClockScanFormat): Modified code to allowKevin B Kenny2007-08-251-0/+5
* * generic/tclExecute.c (TclExecuteByteCode): Added code to handleKevin B Kenny2007-08-251-0/+8
* * generic/tclCompExpr.c: Register literals found in expressionsdgp2007-08-241-0/+7
* * generic/tclCompile.c: replaced copy loop that tripped someMiguel Sofer2007-08-241-0/+5
* * library/init.tcl ([auto_load_index]): Delete stray "]" that createddgp2007-08-231-0/+3
* * generic/tclCompCmds.c (TclCompileReturnCmd): Added crash protectiondgp2007-08-231-0/+4
* * generic/tclCompExpr.c: Suppress the attempt to convert todgp2007-08-231-0/+5
* * generic/tclExecute.c (TEBC): disable the new shortcut to frequentMiguel Sofer2007-08-221-1/+1
* * generic/tclExecute.c (TEBC): disable the new shortcut to frequentMiguel Sofer2007-08-221-0/+5
* * generic/tclMain.c: Corrected the logic of dropping the lastdgp2007-08-211-1/+7
* thread-4.4: clear ::errorInfo in the thread as a message is left here from in...patthoyts2007-08-211-0/+5
* * generic/tclExecute.c (INST_SUB): fix usage of the new macro forMiguel Sofer2007-08-201-0/+6
* Make Miguel's overflow-detection more mnemonic with a macro.dkf2007-08-191-4/+9
* * generic/tclExecute.c: changed the check for overflow in sums,Miguel Sofer2007-08-191-0/+12
* Resolve [Bug 1752148]dkf2007-08-191-0/+5
* * generic/tclVar.c: improved localVarNameType caching to leverageMiguel Sofer2007-08-171-0/+4
* * generic/tclExecute.c: check the two most frequent instructionsMiguel Sofer2007-08-161-0/+5
* * generic/tclCompExpr.c: Added a "constant" field to the OpNodedgp2007-08-161-0/+9
* Fix [Bug 1773127]dkf2007-08-151-0/+6
* * generic/tclExecute.c (INST_INVOKE*): peephole opt, do not getMiguel Sofer2007-08-141-0/+5
* * generic/tclBasic.c: Use fully qualified variable names fordgp2007-08-141-0/+7
* * unix/tclLoadDyld.c: use dlfcn API on Mac OS X 10.4 and later; fixdas2007-08-141-0/+15
* * generic/tclExecute.c: Provide DECACHE/CACHE protection to thedgp2007-08-131-0/+5
* * generic/tclCmdMZ.c (Tcl_SplitObjCmd): use TclNewStringObj macroMiguel Sofer2007-08-121-0/+3
* * generic/tcl_Obj.c (TclAllocateFreeObjects): remove unneededMiguel Sofer2007-08-121-0/+5
* * generic/tclInt.h: remove redundant ops in TclNewStringObj macroMiguel Sofer2007-08-111-0/+4
* * generic/tclInt.h: fix the TclSetVarNamespaceVar macro, wasMiguel Sofer2007-08-101-0/+5
* Then reorder code todgp2007-08-101-1/+2
* * generic/tclCompExpr.c: Revise CompileExprTree() to use thedgp2007-08-101-0/+9
* * generic/tclProc.c (TclCreateProc): better comments on theMiguel Sofer2007-08-101-0/+3
* * generic/tclExecute.c (INST_STORE_ARRAY):Miguel Sofer2007-08-091-0/+6
* * generic/tclProc.c (InitLocalCache): reference firstLocalPtr viahobbs2007-08-081-0/+5
* * generic/tclExecute.c: Corrected failure to compile/linkdgp2007-08-081-0/+3
* * generic/tclExecute.c: Corrected improper use of bignum argumentsdgp2007-08-081-0/+5
* renamed InitCompiledLocals to InitResolvedLocals to make it clearer that itMiguel Sofer2007-08-081-1/+3
* * generic/tclInt.h: remove comments refering to VAR_SCALAR, asMiguel Sofer2007-08-081-0/+7
* * generic/tclInt.decls: Exporting via stubs to helpMiguel Sofer2007-08-071-1/+7
* * unix/Makefile.in: add support for compile flags specific todas2007-08-071-5/+19
* * tests/parseExpr.test: Update source file name of expr parser code.dgp2007-08-061-0/+11
* * generic/tclGetDate.y: Added a cast to the definition of YYFREE toKevin B Kenny2007-08-061-0/+9
* missing Changelog entryMiguel Sofer2007-08-041-0/+10
* Rewrote word.tcl for greater efficiency. [Bug 1764318]dkf2007-08-011-22/+26
* Abstracted the 'offsetof' to a TclOffset macro as per Tk_Offset to permitpatthoyts2007-08-011-0/+6