| Commit message (Expand) | Author | Age | Files | Lines |
* | * Updated APIs in the file generic/tclIndexObj.c | dgp | 2002-01-14 | 3 | -20/+22 |
|
|
* | Updated APIs in the files */tcl*Load*.c according to the guidelines | Kevin B Kenny | 2002-01-09 | 7 | -18/+16 |
|
|
* | * generic/tclTest.c (MainLoop): | dgp | 2002-01-09 | 1 | -1/+2 |
|
|
* | TclCreatePipeline is in tclIntDecls.h; no need for it in tclInt.h. | dgp | 2002-01-08 | 1 | -8/+1 |
|
|
* | * typos and formatting | dgp | 2002-01-08 | 1 | -4/+3 |
|
|
* | * generic/tclEvent.c (TclInExit): | dgp | 2002-01-07 | 3 | -14/+15 |
|
|
* | * generic/tclMain.c: Bug fix: neglected the NULL case in | dgp | 2002-01-07 | 1 | -2/+7 |
|
|
* | * doc/Tcl_Main.3: | dgp | 2002-01-05 | 5 | -185/+462 |
|
|
* | * generic/tclThreadJoin.c (TclRememberJoinableThread,TclJoinThread): | dgp | 2002-01-04 | 1 | -3/+3 |
|
|
* | * doc/FileSystem.3: | dgp | 2002-01-03 | 1 | -19/+19 |
|
|
* | Added fix for Bug #494348; the [foreach] implementation was doing some | dkf | 2002-01-03 | 1 | -16/+15 |
|
|
* | Fixed fault with case-insensitive string matching (Bug#233257) and rewrote | dkf | 2002-01-02 | 2 | -8/+24 |
|
|
* | correct static-ness of function decls | hobbs | 2001-12-29 | 1 | -5/+5 |
|
|
* | * generic/tclCkalloc.c (MemoryCmd, TclFinalizeMemorySubsystem): | dgp | 2001-12-28 | 5 | -32/+53 |
|
|
* | * typo corrections in comments | dgp | 2001-12-20 | 1 | -3/+3 |
|
|
* | Minor stub-table fixes; see ChangeLog for details | dkf | 2001-12-18 | 4 | -23/+24 |
|
|
* | * Applied #219311 on behalf of Rolf Schroedter | andreas_kupries | 2001-12-17 | 1 | -14/+29 |
|
|
* | docs and comments corrections [Bug 493412] | Miguel Sofer | 2001-12-14 | 1 | -3/+3 |
|
|
* | * generic/tclIO.c (Tcl_GetsObj): Applied patch for bug #491341 as | andreas_kupries | 2001-12-12 | 1 | -4/+4 |
|
|
* | small change in bytecode instructionsINST_LIST_INDEX_MULTI and INST_LSET_FLAT | Miguel Sofer | 2001-12-11 | 3 | -29/+26 |
|
|
* | fix debug messages in INST_LSET_LIST. | Miguel Sofer | 2001-12-11 | 1 | -3/+3 |
|
|
* | removed overestimates of necessary stack depth for bytecodes in the | Miguel Sofer | 2001-12-11 | 2 | -4/+22 |
|
|
* | fix background error reporting in the absence of a bgerror proc [Bug 219142]. | Miguel Sofer | 2001-12-10 | 1 | -2/+2 |
|
|
* | fixed the calculation of the maximal stack depth required by bytecodes [Bug 4... | Miguel Sofer | 2001-12-10 | 6 | -453/+228 |
|
|
* | restored consistency in refCount accounting by array traces [Bug #4484339] | Miguel Sofer | 2001-12-07 | 1 | -2/+4 |
|
|
* | More expr syntax error improvements | dkf | 2001-12-06 | 1 | -15/+43 |
|
|
* | new algorithm for [array get], safe when there are traces that modify the arr... | Miguel Sofer | 2001-12-05 | 1 | -8/+67 |
|
|
* | Improved messages produced on getting a syntax error in an expression | dkf | 2001-12-04 | 1 | -46/+92 |
|
|
* | Tcl_Preserve'ing VarTrace structures to avoid memory corruption [Bug: 484334] | Miguel Sofer | 2001-11-30 | 1 | -6/+14 |
|
|
* | * generic/tclBinary.c: Added caching scheme to reduce number of object | dkf | 2001-11-29 | 1 | -19/+114 |
|
|
* | Replace isspace(char) with isspace(UCHAR(char)) for safety... | dkf | 2001-11-27 | 1 | -2/+2 |
|
|
* | Tightened up the argument passing for [switch] to promote robuster scripts. | dkf | 2001-11-27 | 1 | -31/+59 |
|
|
* | * generic/tclIntPlatDecls.h: 'make genstubs' after changes | dgp | 2001-11-26 | 1 | -4/+5 |
|
|
* | ** upport to 8.4 of mac code changes for 8.3.3 & various new | das | 2001-11-23 | 8 | -43/+56 |
|
|
* | ** upport to 8.4 of mac code changes for 8.3.3 & various new | das | 2001-11-23 | 2 | -10/+26 |
|
|
* | * generic/tclBasic.c (Tcl_DeleteCommandFromToken,CallCommandTraces): | dgp | 2001-11-21 | 2 | -4/+8 |
|
|
* | 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 |
|
|