| Commit message (Expand) | Author | Age | Files | Lines |
* | filesystem bug fixes | vincentdarley | 2003-10-13 | 5 | -22/+208 |
|
|
* | Exported symbol name police (thanks GPS for spotting this!) | dkf | 2003-10-10 | 3 | -20/+19 |
|
|
* | * win/makefile.vc: Applied patches for bug #801467 by Joe Mistachkin | patthoyts | 2003-10-09 | 1 | -1/+2 |
|
|
* | * generic/tclBasic.c: Save and restore the iPtr->flag bits that | dgp | 2003-10-08 | 1 | -1/+12 |
|
|
* | Made Tcl_NumUtfChars do the right thing with \u0000 when guessing the length | dkf | 2003-10-08 | 2 | -7/+30 |
|
|
* | fix for [Bug 816641] - faulty execution and catch stack management. | Miguel Sofer | 2003-10-04 | 1 | -19/+16 |
|
|
* | * generic/tclBasic.c: Fixed error in ref count management of command | dgp | 2003-10-03 | 2 | -13/+32 |
|
|
* | * generic/tclTrace.c: Corrected comingling of introspection results of | dgp | 2003-10-02 | 1 | -1/+17 |
|
|
* | fixed inconsistent handling of file separators in file join | vincentdarley | 2003-09-30 | 1 | -34/+53 |
|
|
* | Remove unintentional check-in of work-in-progress | dkf | 2003-09-29 | 1 | -35/+1 |
|
|
* | Undid bozo check-in of work-in-progress | dkf | 2003-09-29 | 1 | -44/+1 |
|
|
* | Symbols which are visible outside a single compilation unit must have | dkf | 2003-09-29 | 3 | -28/+28 |
|
|
* | Undo mistaken commit of work-in-progress | dkf | 2003-09-29 | 1 | -495/+7 |
|
|
* | Regen | dkf | 2003-09-29 | 2 | -2/+13 |
|
|
* | TIP#121 (app exit proc API) implementation from Joe Mistachkin | dkf | 2003-09-29 | 5 | -13/+648 |
|
|
* | TIP#112 ([namespace ensemble] command) implementation. | dkf | 2003-09-29 | 4 | -93/+1761 |
|
|
* | fix failure of previous commit on Alpha platform | Miguel Sofer | 2003-09-23 | 1 | -26/+18 |
|
|
* | * generic/tclExecute.c: | Miguel Sofer | 2003-09-23 | 2 | -162/+150 |
|
|
* | * generic/tclExecute.c: adding (DE)CACHE_STACK_INFO() pairs to protect all ca... | Miguel Sofer | 2003-09-19 | 1 | -17/+77 |
|
|
* | fileName test suite bug fix | vincentdarley | 2003-09-18 | 1 | -3/+10 |
|
|
* | minor filesystem bug fixes | vincentdarley | 2003-09-16 | 1 | -10/+55 |
|
|
* | Oops! Last checkin had wrong value for LAST_INST_OPCODE. D'oh! | dkf | 2003-09-15 | 1 | -2/+2 |
|
|
* | TIP#123 Implementation based on work by Arjen Markus. [Patch 655176] | dkf | 2003-09-12 | 5 | -21/+292 |
|
|
* | * doc/FileSystem.3: Implementation of | dgp | 2003-09-05 | 8 | -45/+218 |
|
|
* | * doc/SplitList.3: Implementation of TIP 148. Fixes [Bug 489537]. | dgp | 2003-09-04 | 5 | -15/+58 |
|
|
* | * generic/tclCmdAH.c: Corrected bug in TIP 90 implementation | dgp | 2003-08-29 | 1 | -1/+8 |
|
|
* | additional 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 |
|
|
* | Revert mistaken commit. | dgp | 2003-08-27 | 1 | -35/+21 |
|
|
* | * tests/util.test: Added new tests for remaining TclNeedSpace() | dgp | 2003-08-27 | 1 | -21/+35 |
|
|
* | Added some support for the OpenWatcom compiler. A win/makefile.wc to | davygrvy | 2003-08-27 | 1 | -3/+6 |
|
|
* | Added some support for the LCC-Win32 compiler. Unfortunetly, this compiler | davygrvy | 2003-08-26 | 1 | -2/+2 |
|
|
* | Regen | dkf | 2003-08-25 | 4 | -4/+2221 |
|
|
* | Regen | dkf | 2003-08-25 | 2 | -2/+117 |
|
|
* | Duplicated declarations for TIP#139; docs still to do. | dkf | 2003-08-25 | 1 | -3/+49 |
|
|
* | Applied changes from 8.4.4 regarding the Bug #753315 | vasiljevic | 2003-08-23 | 3 | -195/+251 |
|
|
* | TIP#136 IMPLEMENTATION. We now have an [lrepeat] command! | dkf | 2003-08-11 | 3 | -3/+95 |
|
|
* | * generic/tclexecute.c (INST_INVOKE, INST_EVAL, INST_PUSH_RESULT): | Miguel Sofer | 2003-08-05 | 1 | -4/+30 |
|
|
* | * generic/tcl.h: Revert change made on 2003-07-21 | mdejong | 2003-07-24 | 3 | -26/+112 |
|
|
* | Check that the thread incrementing or decrementing | mdejong | 2003-07-22 | 3 | -24/+75 |
|
|
* | * unix/tclUnixFCmd.c: fix for compilation errors on platforms where | das | 2003-07-18 | 1 | -3/+2 |
|
|
* | 2003-07-16 Mumit Khan <khan@nanotech.wisc.edu> | hobbs | 2003-07-17 | 2 | -41/+34 |
|
|
* | * generic/tcl.h: add recognition of -DTCL_UTF_MAX=6 on the | hobbs | 2003-07-16 | 2 | -3/+26 |
|
|
* | * generic/tclPreserve.c: In Result and Preserve'd routines, do not | hobbs | 2003-07-16 | 3 | -21/+12 |
|
|
* | * generic/tclFileName.c (Tcl_GlobObjCmd): [Bug 771840] | dgp | 2003-07-16 | 2 | -3/+4 |
|
|
* | Removed trivially-unreachable line [Bug 771939] | dkf | 2003-07-16 | 1 | -2/+1 |
|
|
* | * generic/tclCompCmds.c (TclCompileIfCmd): Prior fix of Bug 711371 | dgp | 2003-07-15 | 1 | -3/+6 |
|
|
* | Fixed error message to be less confusing [Bug 771539] | dkf | 2003-07-15 | 1 | -2/+2 |
|
|
* | [string map] now can take dictionaries for maps but the condition for doing so | dkf | 2003-07-04 | 1 | -18/+60 |
|
|
* | Made [array get] return a dictionary, and allowed [array set] to accept one | dkf | 2003-07-03 | 1 | -30/+83 |
|
|