| Commit message (Expand) | Author | Age | Files | Lines |
* | added TIP#73 patch #483500 from Kevin Kenny. | hobbs | 2001-11-21 | 11 | -49/+90 |
|
|
* | moving all code relative to bytecodes from tclBasic.c to tclExecute.c | Miguel Sofer | 2001-11-20 | 3 | -438/+496 |
|
|
* | code reorganisation and factorisation. | Miguel Sofer | 2001-11-20 | 3 | -99/+105 |
|
|
* | a better variant of the previous-to-last commit (restoring numLevels computat... | Miguel Sofer | 2001-11-20 | 2 | -22/+13 |
|
|
* | missing variable declaration under TCL_COMPILE_DEBUG. | Miguel Sofer | 2001-11-20 | 1 | -2/+4 |
|
|
* | restoring the computations of iPtr->numLevels to the original logic (previous... | Miguel Sofer | 2001-11-20 | 2 | -12/+6 |
|
|
* | Code reorganisation: moving all eval functions from tclParse.c to tclBasic.c | Miguel Sofer | 2001-11-19 | 2 | -907/+905 |
|
|
* | Changes due to TIP#68; memory handling in variable traces is now correct! | dkf | 2001-11-19 | 3 | -75/+238 |
|
|
* | patch for [Bug 483309] | Miguel Sofer | 2001-11-19 | 1 | -1/+2 |
|
|
* | * tests/interp.test: | hobbs | 2001-11-16 | 1 | -10/+20 |
|
|
* | Removed a rogue C++ comment that inadvertently got left in tclListObj.c | Kevin B Kenny | 2001-11-16 | 1 | -2/+2 |
|
|
* | Moved Tcl_GetCommandFromObj and all defining code for tclCmdNameType objects ... | Miguel Sofer | 2001-11-16 | 3 | -424/+429 |
|
|
* | Code reordering; execution levels made consistent [Bug 480896]. | Miguel Sofer | 2001-11-16 | 5 | -235/+112 |
|
|
* | Reference implementation of TIP's #22, #33 and #45. Adds the | hobbs | 2001-11-14 | 15 | -133/+1770 |
|
|
* | * tests/var.test: | dgp | 2001-11-09 | 1 | -2/+2 |
|
|
* | See ChangeLog | andreas_kupries | 2001-11-07 | 1 | -7/+17 |
|
|
* | file copy soft link docs | vincentdarley | 2001-11-02 | 1 | -7/+16 |
|
|
* | win fs fixes | vincentdarley | 2001-10-29 | 1 | -19/+15 |
|
|
* | * tests/clock.test (clock-8.1): | hobbs | 2001-10-18 | 2 | -2/+36 |
|
|
* | Tcl_FSChdir fix | vincentdarley | 2001-10-18 | 1 | -6/+40 |
|
|
* | Undo of mistaken commit. Sorry! | dgp | 2001-10-16 | 7 | -50/+49 |
|
|
* | * Added test to demonstrate memory corruption problems. [Bug 219393]. | dgp | 2001-10-16 | 7 | -49/+50 |
|
|
* | Doh ... strncmp, not strcmp needed in last commit. | Miguel Sofer | 2001-10-15 | 1 | -2/+2 |
|
|
* | generic/tclProc.c: changing a memcmp to strcmp to avoid a memory error | Miguel Sofer | 2001-10-15 | 1 | -33/+32 |
|
|
* | * generic/tclInt.decls (TclExpandCodeArray,TclGetInstructionTable): | andreas_kupries | 2001-10-15 | 5 | -15/+49 |
|
|
* | minor code cleanup | hobbs | 2001-10-15 | 1 | -30/+29 |
|
|
* | * generic/tcl.h: moved #define of WIN32 to tcl.h where __WIN32__ | hobbs | 2001-10-15 | 1 | -1/+4 |
|
|
* | small fs fixes | vincentdarley | 2001-10-15 | 1 | -4/+4 |
|
|
* | generic/tclLiteral.c: (TclReleaseLiteral) insured that | Miguel Sofer | 2001-10-11 | 1 | -32/+24 |
|
|
* | * generic/tclFileName.c (Tcl_SplitPath): corrected mem leak | hobbs | 2001-10-10 | 1 | -1/+6 |
|
|
* | generic/tclLiteral.c: (TclReleaseLiteral) reverted previous patch for [Bug 46... | Miguel Sofer | 2001-10-09 | 1 | -11/+1 |
|
|
* | insured that self-referential bytecodes are properly cleaned up on | Miguel Sofer | 2001-10-06 | 1 | -1/+11 |
|
|
* | * generic/tclEvent.c (Tcl_FinalizeThread): moved freeing of | hobbs | 2001-10-03 | 1 | -11/+12 |
|
|
* | removed unnecessary inclusions of tclCompile.h [Patch 466823] | Miguel Sofer | 2001-10-01 | 3 | -20/+11 |
|
|
* | fs doc improvement | vincentdarley | 2001-09-29 | 1 | -1/+8 |
|
|
* | Added necessary casts to ClientData on a pair of calls to Tcl_Preserve | Kevin B Kenny | 2001-09-28 | 1 | -3/+3 |
|
|
* | Fixed Bug #465674 reported by me. [lsort -index end-1] now behaves sensibly... | dkf | 2001-09-28 | 1 | -11/+18 |
|
|
* | * More CONST poisoning | dgp | 2001-09-28 | 7 | -17/+21 |
|
|
* | * Added Tcl_Preserve() | dgp | 2001-09-28 | 1 | -2/+3 |
|
|
* | * Updated APIs in | dgp | 2001-09-27 | 7 | -44/+33 |
|
|
* | * The changes below fix [Bug #462317] where Expect tried to read | andreas_kupries | 2001-09-27 | 2 | -17/+54 |
|
|
* | * Vince Darley reports the 2001-09-24 TIP 27 changes left the win | dgp | 2001-09-27 | 3 | -7/+7 |
|
|
* | * Updated APIs in generic/tclGet.c | dgp | 2001-09-25 | 6 | -26/+26 |
|
|
* | * generic/tclVar.c: removed comments referring to unused flag TCL_PARSE_PART1. | Miguel Sofer | 2001-09-25 | 1 | -6/+4 |
|
|
* | * Updated APIs in | dgp | 2001-09-24 | 8 | -46/+50 |
|
|
* | * The change below fixes [Bug #464380]. The bug was reported by | andreas_kupries | 2001-09-24 | 1 | -10/+11 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode): corrected | hobbs | 2001-09-21 | 1 | -1/+6 |
|
|
* | * generic/tclCmdAH.c (Tcl_FormatObjCmd): | hobbs | 2001-09-20 | 2 | -11/+25 |
|
|
* | * generic/tclTest.c (TestcmdtokenCmd): corrected pointer | hobbs | 2001-09-20 | 1 | -6/+6 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode): fixed invalid usage | hobbs | 2001-09-19 | 1 | -30/+39 |
|
|