| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | (TclSetLibraryPath): Suppress a warning [from DKF] | davygrvy | 2004-05-06 | 1 | -3/+3 |
|
|
* | * generic/tclEncoding.c: Added FreeEncoding(systemEncoding) in | davygrvy | 2004-05-06 | 1 | -1/+2 |
|
|
* | * generic/tclInt.h: | davygrvy | 2004-05-06 | 2 | -5/+6 |
|
|
* | * generic/tclEvent.c: TclSetLibraryPath's use of caching the | davygrvy | 2004-05-06 | 1 | -4/+16 |
|
|
* | * generic/tclIOUtil.c (Tcl_FSChdir): Work-around crash condition | hobbs | 2004-05-04 | 1 | -1/+48 |
|
|
* | * generic/tclProc.c (TclObjInvokeProc): | Miguel Sofer | 2004-05-02 | 1 | -4/+22 |
|
|
* | * generic/tclIO.c (Tcl_SetChannelOption): Fixed [SF Tcl Bug | andreas_kupries | 2004-04-23 | 1 | -1/+10 |
|
|
* | Backport of fixes to make HashObjKey hash the whole object... | dkf | 2004-03-30 | 1 | -18/+9 |
|
|
* | * generic/tclInt.h: | hobbs | 2004-03-29 | 2 | -22/+36 |
|
|
* | * generic/tclCompile.c (TclCompileScript): corrected possible | Miguel Sofer | 2004-03-29 | 1 | -3/+4 |
|
|
* | * generic/tclCompile.c (TclCompileScript): | Miguel Sofer | 2004-03-15 | 1 | -4/+6 |
|
|
* | glob -path fix for near filesystem root | vincentdarley | 2004-03-09 | 1 | -1/+11 |
|
|
* | * generic/tclCmdMZ.c (TclCheckInterpTraces): The TIP 62 | dgp | 2004-03-01 | 2 | -3/+15 |
|
|
* | stop compiler warning | dgp | 2004-02-20 | 1 | -2/+2 |
|
|
* | reverted file norm .. fixes because 8.5 had much more extensive changes acros... | hobbs | 2004-02-18 | 1 | -222/+85 |
|
|
* | * generic/tclIOUtil.c: backport of rewrite of generic file | hobbs | 2004-02-18 | 1 | -85/+222 |
|
|
* | * generic/tclCmdMZ.c (TclTraceExecutionObjCmd) | hobbs | 2004-02-17 | 1 | -6/+4 |
|
|
* | update patchlevel to 8.4.6 | hobbs | 2004-02-13 | 1 | -3/+3 |
|
|
* | * generic/tclIO.c (Tcl_Ungets): fixes improper filling of the channel buffer. | davygrvy | 2004-02-02 | 1 | -3/+2 |
|
|
* | * generic/tclFileName.c (Tcl_GlobObjCmd): Latest changes to | dgp | 2004-01-13 | 1 | -24/+16 |
|
|
* | Fix shared object panics. [Bug 875395] | dkf | 2004-01-13 | 1 | -3/+6 |
|
|
* | vfs code tclfinalizefilesystem fix | vincentdarley | 2004-01-09 | 1 | -3/+3 |
|
|
* | * generic/tclBinary.c (DeleteScanNumberCache): fixed crashing bug | das | 2003-12-17 | 1 | -2/+4 |
|
|
* | Merged fixes for Tcl Bug #839519 and Tcl Bug #861515. | vasiljevic | 2003-12-17 | 1 | -11/+14 |
|
|
* | fix to 'file normalize ~nobody' crash | vincentdarley | 2003-12-12 | 1 | -1/+4 |
|
|
* | * generic/tcl.h: Bumped patch level to 8.4.5.1 to distinguish | dgp | 2003-12-03 | 1 | -3/+3 |
|
|
* | * README: Bumped patch level to 8.4.6 to distinguish | dgp | 2003-12-02 | 1 | -3/+3 |
|
|
* | Stop losing references when variables are repeated in [binary scan]. [851747] | dkf | 2003-12-02 | 1 | -40/+71 |
|
|
* | * generic/tclVar.c: fix flag bit collision between | Miguel Sofer | 2003-11-20 | 1 | -2/+2 |
|
|
* | fix to 'cd' infinite recursion bug on Windows | vincentdarley | 2003-11-20 | 1 | -5/+12 |
|
|
* | * generic/regcomp.c: Backported regexp bug fixes and tests. Thanks | dgp | 2003-11-17 | 2 | -6/+28 |
|
|
* | * tests/unixInit.test (unixInit-2.10): mark as knownBug | hobbs | 2003-11-06 | 1 | -13/+7 |
|
|
* | * generic/tclEncoding.c (TclFindEncodings): Normalize the path | dgp | 2003-11-05 | 1 | -5/+9 |
|
|
* | fix testsuite backport error | vincentdarley | 2003-10-31 | 1 | -2/+2 |
|
|
* | * generic/tclIOUtil.c (FsListMounts, FsAddMountsToGlobResult): New | andreas_kupries | 2003-10-22 | 3 | -9/+166 |
|
|
* | Changed FILE_ to FCMD_ to prevent symbol/#def collisions. [Bug 822528] | dkf | 2003-10-22 | 1 | -45/+45 |
|
|
* | regsub fix | vincentdarley | 2003-10-14 | 1 | -2/+13 |
|
|
* | * generic/tclBasic.c: Save and restore the iPtr->flag bits that | dgp | 2003-10-08 | 1 | -1/+6 |
|
|
* | Made Tcl_NumUtfChars do the right thing with \u0000 when guessing the length | dkf | 2003-10-08 | 2 | -7/+30 |
|
|
* | filesystem bug fixes: volumerelative normalization, file join inconsistency | vincentdarley | 2003-10-06 | 2 | -36/+61 |
|
|
* | * generic/tclBasic.c: Fixed error in ref count management of command | dgp | 2003-10-03 | 2 | -22/+69 |
|
|
* | backporting of filesystem tests, docs | vincentdarley | 2003-10-03 | 2 | -16/+85 |
|
|
* | * README: Bumped patch level to 8.4.5 to prepare | dgp | 2003-10-02 | 1 | -3/+3 |
|
|
* | * generic/tclBasic.c (CallCommandTraces): Added safety bit | dgp | 2003-09-29 | 1 | -4/+9 |
|
|
* | * generic/tclCmdMZ.c (): Fixed [Bug 807243] where | dgp | 2003-09-24 | 1 | -1/+17 |
|
|
* | * generic/tclExecute.c: adding (DE)CACHE_STACK_INFO() pairs to | Miguel Sofer | 2003-09-19 | 1 | -17/+75 |
|
|
* | Backported fix from HEAD for Bug 788780 | vasiljevic | 2003-09-01 | 1 | -3/+3 |
|
|
* | additinal performance tweak to last commit | dgp | 2003-08-27 | 1 | -3/+14 |
|
|
* | * generic/tclUtil.c: Corrected [Bug 411825] and other bugs in | dgp | 2003-08-27 | 1 | -25/+36 |
|
|
* | * generic/tclExecute.c (INST_INVOKE, INST_EVAL, INST_PUSH_RESULT): | Miguel Sofer | 2003-08-05 | 1 | -4/+30 |
|
|