summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclBasic.c: Removed support for the unmaintaineddgp2007-09-054-43/+18
* correct autoconf/autoheader dependenciesdas2007-09-051-9/+8
* fix building on Pantherdas2007-09-051-1/+2
* * unix/Makefile.in: It's unreliable to count on the releasedgp2007-09-042-2/+6
* * unix/Makefile.in: Corrections to `make dist` dependencies to bedgp2007-09-041-2/+2
* * unix/Makefile.in: Corrections to `make dist` dependencies to bedgp2007-09-042-3/+10
* * tests/lindex.test (lindex-17.[01]): Added code to detect theKevin B Kenny2007-09-033-3/+38
* Olson's tzdata2007gKevin B Kenny2007-09-0317-2550/+2617
* * generic/tclObj.c (TclInitObjSubsystem): restore registration of thedas2007-09-032-2/+41
* make tclVarHashKeyType definition staticdas2007-09-031-2/+2
* fix warnings about 64bit signed vs unsigned comparisondas2007-09-031-3/+3
* Doc clarification.dkf2007-09-022-4/+12
* * generic/tclCompile.c: Added fflush() calls following all callers ofdgp2007-08-303-2/+11
* * generic/tclCompExpr.c: Use a table lookup in ParseLexeme()dgp2007-08-282-63/+58
* * generic/tclBasic.c: Used unions to better clarify overloading ofdgp2007-08-284-38/+72
* typodas2007-08-271-2/+3
* * generic/tclCompExpr.c: Call TclCompileSyntaxError() whendgp2007-08-276-189/+87
* * generic/tclCompile.c: Move the deallocation of local LiteralTabledgp2007-08-274-24/+11
* * generic/tclCompExpr.c: Force numeric and boolean literalsdgp2007-08-272-7/+32
* fix warnings about signed vs unsigned comparison (type of sizeof() is size_t ...das2007-08-271-7/+7
* * 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