| Commit message (Expand) | Author | Age | Files | Lines |
* | Miguel Sofer's patch (with small revisions) to make sure the bytecode engine | dkf | 2003-11-16 | 2 | -2/+98 |
|
|
* | Stop VC++ 5.2 warning. [Bug 842511] | dkf | 2003-11-15 | 1 | -2/+2 |
|
|
* | Whitespace fixes | dkf | 2003-11-15 | 1 | -15/+15 |
|
|
* | Fixed code that splits RE engine states into "progress" and "no-progress" (bu... | pvgoran | 2003-11-15 | 1 | -2/+6 |
|
|
* | Added cast to suppress compiler warning. | dgp | 2003-11-15 | 1 | -2/+2 |
|
|
* | TIP#138 implementation plus extra test stuff [Patch 731356] | dkf | 2003-11-14 | 3 | -19/+142 |
|
|
* | * doc/ParseCmd.3: Implementation of TIP 157. Adds recognition | dgp | 2003-11-14 | 7 | -57/+376 |
|
|
* | fix to misleading error message | vincentdarley | 2003-11-10 | 1 | -8/+17 |
|
|
* | compilation warning | vincentdarley | 2003-11-07 | 1 | -3/+10 |
|
|
* | loadHandle vs clientData cleanup | vincentdarley | 2003-11-03 | 2 | -17/+112 |
|
|
* | whitespace | vincentdarley | 2003-11-03 | 1 | -2/+2 |
|
|
* | remove warning | vincentdarley | 2003-11-03 | 1 | -2/+2 |
|
|
* | Typo fix | dkf | 2003-11-02 | 1 | -2/+2 |
|
|
* | regen | dkf | 2003-11-01 | 2 | -2/+26 |
|
|
* | When copying and pasting code, check that argument types are sensible! <:^) | dkf | 2003-11-01 | 2 | -8/+8 |
|
|
* | Oops | dkf | 2003-11-01 | 1 | -2/+2 |
|
|
* | Increased robustness and speed for [lrepeat] with help of new list constructor | dkf | 2003-11-01 | 5 | -68/+212 |
|
|
* | Whitespace police | dkf | 2003-10-30 | 2 | -135/+128 |
|
|
* | Whitespace police | dkf | 2003-10-30 | 1 | -163/+132 |
|
|
* | * generic/tclExecute.c (NEXT_INST macros): replaced macro variable | Miguel Sofer | 2003-10-28 | 1 | -10/+10 |
|
|
* | Changed FILE_ to FCMD_ to prevent symbol/#def collisions. [Bug 822528] | dkf | 2003-10-22 | 1 | -77/+66 |
|
|
* | Removed variables that are no longer used. | dgp | 2003-10-21 | 2 | -6/+2 |
|
|
* | Fixed bug 823768 by pre-parsing the index list | dkf | 2003-10-15 | 1 | -240/+225 |
|
|
* | whitespace police | dkf | 2003-10-14 | 1 | -131/+116 |
|
|
* | regsub fix | vincentdarley | 2003-10-14 | 1 | -2/+13 |
|
|
* | * generic/tclBasic.c (TclAppendObjToErrorInfo): New internal routine | dgp | 2003-10-14 | 12 | -191/+247 |
|
|
* | TIP#127 Implementation. Thanks to Michael Schlenker for his implementation work | dkf | 2003-10-14 | 1 | -155/+443 |
|
|
* | 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 |
|
|