| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * generic/tclCompCmds.c: Use the new INST_REVERSE instruction | dgp | 2007-09-09 | 6 | -66/+86 |
|
|
* | * generic/tclCompCmds.c (TclCompilePowOpCmd): Make a separate | dgp | 2007-09-09 | 2 | -7/+21 |
|
|
* | * generic/tclVar.c (Tcl_SetVar2, TclPtrSetVar): [Bug 1710710] | Miguel Sofer | 2007-09-08 | 2 | -7/+9 |
|
|
* | Fix [Bug 1786481] | dkf | 2007-09-08 | 4 | -22/+90 |
|
|
* | * generic/tclEvent.c ([::tcl::Bgerror]): Corrections to Tcl's | dgp | 2007-09-07 | 3 | -14/+74 |
|
|
* | * generic/tclProc.c (TclInitCompiledLocals): the refCount of | Miguel Sofer | 2007-09-07 | 2 | -2/+10 |
|
|
* | * generic/tclResult.c (Tcl_GetReturnOptions): Take care that a | dgp | 2007-09-07 | 4 | -35/+37 |
|
|
* | header cleanup | dgp | 2007-09-07 | 2 | -4/+3 |
|
|
* | * generic/tclInterp.c (Tcl_Init): Removed constraint on ability | dgp | 2007-09-06 | 2 | -3/+7 |
|
|
* | * generic/tclInt.decls: New internal routine TclBackgroundException() | dgp | 2007-09-06 | 9 | -41/+135 |
|
|
* | typo | das | 2007-09-06 | 1 | -2/+2 |
|
|
* | * macosx/Tcl.xcode/project.pbxproj: discontinue unmaintained support | das | 2007-09-06 | 7 | -127/+77 |
|
|
* | discontinue support for Xcode 1.5 (project was no longer being maintained); m... | das | 2007-09-06 | 2 | -7845/+2561 |
|
|
* | replace (ab)use of GENERIC_FLAGS as a unix/Makefile override by dedicated EXT... | das | 2007-09-06 | 2 | -7/+7 |
|
|
* | * generic/tclBasic.c: Removed support for the unmaintained | dgp | 2007-09-05 | 4 | -43/+18 |
|
|
* | correct autoconf/autoheader dependencies | das | 2007-09-05 | 1 | -9/+8 |
|
|
* | fix building on Panther | das | 2007-09-05 | 1 | -1/+2 |
|
|
* | * unix/Makefile.in: It's unreliable to count on the release | dgp | 2007-09-04 | 2 | -2/+6 |
|
|
* | * unix/Makefile.in: Corrections to `make dist` dependencies to be | dgp | 2007-09-04 | 1 | -2/+2 |
|
|
* | * unix/Makefile.in: Corrections to `make dist` dependencies to be | dgp | 2007-09-04 | 2 | -3/+10 |
|
|
* | * tests/lindex.test (lindex-17.[01]): Added code to detect the | Kevin B Kenny | 2007-09-03 | 3 | -3/+38 |
|
|
* | Olson's tzdata2007g | Kevin B Kenny | 2007-09-03 | 17 | -2550/+2617 |
|
|
* | * generic/tclObj.c (TclInitObjSubsystem): restore registration of the | das | 2007-09-03 | 2 | -2/+41 |
|
|
* | make tclVarHashKeyType definition static | das | 2007-09-03 | 1 | -2/+2 |
|
|
* | fix warnings about 64bit signed vs unsigned comparison | das | 2007-09-03 | 1 | -3/+3 |
|
|
* | Doc clarification. | dkf | 2007-09-02 | 2 | -4/+12 |
|
|
* | * generic/tclCompile.c: Added fflush() calls following all callers of | dgp | 2007-08-30 | 3 | -2/+11 |
|
|
* | * generic/tclCompExpr.c: Use a table lookup in ParseLexeme() | dgp | 2007-08-28 | 2 | -63/+58 |
|
|
* | * generic/tclBasic.c: Used unions to better clarify overloading of | dgp | 2007-08-28 | 4 | -38/+72 |
|
|
* | typo | das | 2007-08-27 | 1 | -2/+3 |
|
|
* | * generic/tclCompExpr.c: Call TclCompileSyntaxError() when | dgp | 2007-08-27 | 6 | -189/+87 |
|
|
* | * generic/tclCompile.c: Move the deallocation of local LiteralTable | dgp | 2007-08-27 | 4 | -24/+11 |
|
|
* | * generic/tclCompExpr.c: Force numeric and boolean literals | dgp | 2007-08-27 | 2 | -7/+32 |
|
|
* | fix warnings about signed vs unsigned comparison (type of sizeof() is size_t ... | das | 2007-08-27 | 1 | -7/+7 |
|
|
* | * library/clock.tcl (ParseClockScanFormat): Modified code to allow | Kevin B Kenny | 2007-08-25 | 3 | -20/+67 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode): Added code to handle | Kevin B Kenny | 2007-08-25 | 3 | -5/+555 |
|
|
* | * generic/tclCompExpr.c: Register literals found in expressions | dgp | 2007-08-24 | 3 | -6/+60 |
|
|
* | * generic/tclCompile.c: replaced copy loop that tripped some | Miguel Sofer | 2007-08-24 | 2 | -5/+10 |
|
|
* | * library/init.tcl ([auto_load_index]): Delete stray "]" that created | dgp | 2007-08-23 | 2 | -2/+5 |
|
|
* | * generic/tclCompCmds.c (TclCompileReturnCmd): Added crash protection | dgp | 2007-08-23 | 2 | -2/+33 |
|
|
* | * generic/tclCompExpr.c: Suppress the attempt to convert to | dgp | 2007-08-23 | 2 | -2/+7 |
|
|
* | ensure WORDS_BIGENDIAN redefinition is consistent with autoconf definition | das | 2007-08-23 | 1 | -2/+2 |
|
|
* | * generic/tclExecute.c (TEBC): disable the new shortcut to frequent | Miguel Sofer | 2007-08-22 | 2 | -4/+2 |
|
|
* | Missing init in ParseExpr(). | dgp | 2007-08-22 | 2 | -4/+3 |
|
|
* | * generic/tclExecute.c (TEBC): disable the new shortcut to frequent | Miguel Sofer | 2007-08-22 | 2 | -2/+9 |
|
|
* | * generic/tclMain.c: Corrected the logic of dropping the last | dgp | 2007-08-21 | 3 | -19/+64 |
|
|
* | thread-4.4: clear ::errorInfo in the thread as a message is left here from in... | patthoyts | 2007-08-21 | 2 | -2/+7 |
|
|
* | * generic/tclExecute.c (INST_SUB): fix usage of the new macro for | Miguel Sofer | 2007-08-20 | 2 | -3/+16 |
|
|
* | Swapped the order in the Overflowing macro (created in the last commit by | Miguel Sofer | 2007-08-19 | 1 | -2/+5 |
|
|
* | Make Miguel's overflow-detection more mnemonic with a macro. | dkf | 2007-08-19 | 2 | -77/+95 |
|
|