summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * generic/tclInt.h: Removed the "nsName" Tcl_ObjType from thedgp2007-09-0911-295/+175
* Correct stack effect value in table.dgp2007-09-091-2/+2
* * generic/tclCompCmds.c: Use the new INST_REVERSE instructiondgp2007-09-096-66/+86
* * generic/tclCompCmds.c (TclCompilePowOpCmd): Make a separatedgp2007-09-092-7/+21
* * generic/tclVar.c (Tcl_SetVar2, TclPtrSetVar): [Bug 1710710]Miguel Sofer2007-09-082-7/+9
* Fix [Bug 1786481]dkf2007-09-084-22/+90
* * generic/tclEvent.c ([::tcl::Bgerror]): Corrections to Tcl'sdgp2007-09-073-14/+74
* * generic/tclProc.c (TclInitCompiledLocals): the refCount ofMiguel Sofer2007-09-072-2/+10
* * generic/tclResult.c (Tcl_GetReturnOptions): Take care that adgp2007-09-074-35/+37
* header cleanupdgp2007-09-072-4/+3
* * generic/tclInterp.c (Tcl_Init): Removed constraint on abilitydgp2007-09-062-3/+7
* * generic/tclInt.decls: New internal routine TclBackgroundException()dgp2007-09-069-41/+135
* typodas2007-09-061-2/+2
* * macosx/Tcl.xcode/project.pbxproj: discontinue unmaintained supportdas2007-09-067-127/+77
* discontinue support for Xcode 1.5 (project was no longer being maintained); m...das2007-09-062-7845/+2561
* replace (ab)use of GENERIC_FLAGS as a unix/Makefile override by dedicated EXT...das2007-09-062-7/+7
* * 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