| Commit message (Expand) | Author | Age | Files | Lines |
* | Applied patch from bug 501101. | Kevin B Kenny | 2002-01-10 | 1 | -0/+8 |
|
|
* | correct error in recent entry | dgp | 2002-01-09 | 1 | -2/+0 |
|
|
* | Updated APIs in the files */tcl*Load*.c according to the guidelines | Kevin B Kenny | 2002-01-09 | 1 | -0/+23 |
|
|
* | * generic/tclTest.c (MainLoop): | dgp | 2002-01-09 | 1 | -1/+6 |
|
|
* | * generic/tclEvent.c (TclInExit): | dgp | 2002-01-07 | 1 | -0/+6 |
|
|
* | * generic/tclMain.c: Bug fix: neglected the NULL case in | dgp | 2002-01-07 | 1 | -1/+5 |
|
|
* | * doc/Tcl_Main.3: | dgp | 2002-01-05 | 1 | -0/+45 |
|
|
* | * generic/tclThreadJoin.c (TclRememberJoinableThread,TclJoinThread): | dgp | 2002-01-04 | 1 | -0/+6 |
|
|
* | * mac/tclMacTime.c (TclpGetTZName): fix for daylight savings TZName bug | das | 2002-01-04 | 1 | -0/+4 |
|
|
* | * expanded abbreviations in previous log entries | dgp | 2002-01-04 | 1 | -13/+29 |
|
|
* | * doc/FileSystem.3: | dgp | 2002-01-03 | 1 | -0/+6 |
|
|
* | Added fix for Bug #494348; the [foreach] implementation was doing some | dkf | 2002-01-03 | 1 | -0/+11 |
|
|
* | Added test from Bug #494348, but solution still far off. | dkf | 2002-01-03 | 1 | -0/+4 |
|
|
* | Fixed fault with case-insensitive string matching (Bug#233257) and rewrote | dkf | 2002-01-02 | 1 | -0/+12 |
|
|
* | * library/init.tcl: make sure env(COMSPEC) on Windows is executed | hobbs | 2001-12-29 | 1 | -1/+6 |
|
|
* | * generic/tclCkalloc.c (MemoryCmd, TclFinalizeMemorySubsystem): | dgp | 2001-12-28 | 1 | -1/+20 |
|
|
* | * mac/tclMacInit.c: | das | 2001-12-27 | 1 | -0/+15 |
|
|
* | * unix/tcl.m4 (SC_PATH_TCLCONFIG, SC_PATH_TKCONFIG): | mdejong | 2001-12-20 | 1 | -0/+6 |
|
|
* | * unix/tcl.m4: fixed incorrect SHLIB_LD_LIBS | das | 2001-12-20 | 1 | -0/+9 |
|
|
* | * corrected use of eolFix.tcl on | dgp | 2001-12-20 | 1 | -0/+5 |
|
|
* | no message | davygrvy | 2001-12-20 | 1 | -0/+7 |
|
|
* | * unix/configure: | mdejong | 2001-12-19 | 1 | -0/+7 |
|
|
* | * unix/README: Update to account for changes | mdejong | 2001-12-19 | 1 | -0/+6 |
|
|
* | * unix/Makefile.in: Rename dltest to dlpkgs to | mdejong | 2001-12-19 | 1 | -0/+6 |
|
|
* | * win/tclWinSerial.c (SerialCheckProc): corrected time | hobbs | 2001-12-19 | 1 | -0/+5 |
|
|
* | * make mklinks | dgp | 2001-12-19 | 1 | -0/+1 |
|
|
* | * unix/Makefile.in: Define new dltest target that | mdejong | 2001-12-19 | 1 | -0/+16 |
|
|
* | Minor stub-table fixes; see ChangeLog for details | dkf | 2001-12-18 | 1 | -0/+12 |
|
|
* | note about Preserve.3 checkin | hobbs | 2001-12-18 | 1 | -0/+4 |
|
|
* | * Applied #219311 on behalf of Rolf Schroedter | andreas_kupries | 2001-12-17 | 1 | -0/+6 |
|
|
* | docs and comments corrections [Bug 493412] | Miguel Sofer | 2001-12-14 | 1 | -0/+7 |
|
|
* | * win/tclWinNotify.c (Tcl_FinalizeNotifier): Stop Tcl on Windows | dkf | 2001-12-14 | 1 | -0/+8 |
|
|
* | * win/tclWinSock.c (TcpGetOptionProc): Fix for tcl bug item | andreas_kupries | 2001-12-13 | 1 | -5/+8 |
|
|
* | * generic/tclIO.c (Tcl_GetsObj): Applied patch for bug #491341 as | andreas_kupries | 2001-12-12 | 1 | -7/+13 |
|
|
* | small change in bytecode instructionsINST_LIST_INDEX_MULTI and INST_LSET_FLAT | Miguel Sofer | 2001-12-11 | 1 | -0/+11 |
|
|
* | fix debug messages in INST_LSET_LIST. | Miguel Sofer | 2001-12-11 | 1 | -0/+4 |
|
|
* | removed overestimates of necessary stack depth for bytecodes in the | Miguel Sofer | 2001-12-11 | 1 | -0/+7 |
|
|
* | * unix/tclUnixPipe.c (TclpCreateProcess): Applied Don Porter's | andreas_kupries | 2001-12-11 | 1 | -0/+5 |
|
|
* | fix background error reporting in the absence of a bgerror proc [Bug 219142]. | Miguel Sofer | 2001-12-10 | 1 | -0/+6 |
|
|
* | * Several typo and formatting corrections discovered | dgp | 2001-12-10 | 1 | -2/+18 |
|
|
* | fixed the calculation of the maximal stack depth required by bytecodes [Bug 4... | Miguel Sofer | 2001-12-10 | 1 | -0/+11 |
|
|
* | restored consistency in refCount accounting by array traces [Bug #4484339] | Miguel Sofer | 2001-12-07 | 1 | -0/+6 |
|
|
* | More expr syntax error improvements | dkf | 2001-12-06 | 1 | -0/+11 |
|
|
* | new algorithm for [array get], safe when there are traces that modify the arr... | Miguel Sofer | 2001-12-05 | 1 | -0/+6 |
|
|
* | Improved messages produced on getting a syntax error in an expression | dkf | 2001-12-04 | 1 | -0/+15 |
|
|
* | Improved expr documentation. | dkf | 2001-12-03 | 1 | -0/+6 |
|
|
* | no message | davygrvy | 2001-12-03 | 1 | -0/+7 |
|
|
* | Tcl_Preserve'ing VarTrace structures to avoid memory corruption [Bug: 484334] | Miguel Sofer | 2001-11-30 | 1 | -0/+5 |
|
|
* | Modified test namespace-41.2, added 41.3 | Miguel Sofer | 2001-11-29 | 1 | -0/+5 |
|
|
* | added new test for bug 231259 | Miguel Sofer | 2001-11-29 | 1 | -0/+5 |
|
|