| Commit message (Expand) | Author | Age | Files | Lines |
* | Speed improvements to SetBooleanFromAny's string handling | dkf | 2004-01-28 | 1 | -153/+204 |
|
|
* | file normalize bug fixes for .. and . | vincentdarley | 2004-01-23 | 2 | -8/+38 |
|
|
* | filesystem optimisation -- Three main issues accomplished: (1) cleaned up var... | vincentdarley | 2004-01-21 | 13 | -811/+1409 |
|
|
* | Whitespace minimisation | dkf | 2004-01-20 | 1 | -76/+77 |
|
|
* | Minor comment improvements | dkf | 2004-01-20 | 1 | -5/+6 |
|
|
* | Minor whitespace/capitalization fixes | dkf | 2004-01-20 | 1 | -15/+15 |
|
|
* | Full bytecode compilation for [lassign] | dkf | 2004-01-18 | 6 | -11/+283 |
|
|
* | Fix a shimmering bug | dkf | 2004-01-17 | 1 | -1/+9 |
|
|
* | Minor fixes and update of UNIX documentation installer | dkf | 2004-01-17 | 1 | -1/+2 |
|
|
* | Basic implementation of TIP#57 - TclX's [lassign] command into Tcl core | dkf | 2004-01-17 | 3 | -3/+103 |
|
|
* | Allow [dict exists {a {b c}} d e] to not be an error. [Bug 871387] | dkf | 2004-01-14 | 1 | -18/+45 |
|
|
* | Dict refcount fixes from Peter Spjuth. Thanks! [Bug 876170] | dkf | 2004-01-14 | 1 | -14/+47 |
|
|
* | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): Silence compiler warnings. | dgp | 2004-01-13 | 1 | -3/+3 |
|
|
* | Patch 876451: restores performance of [return]. Also allows forms | dgp | 2004-01-13 | 6 | -134/+383 |
|
|
* | * 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 |
|
|
* | improved comments | Miguel Sofer | 2004-01-12 | 1 | -10/+6 |
|
|
* | * generic/tclCompExpr.c (CompileLandOrLorExpr): cosmetic changes. | Miguel Sofer | 2004-01-12 | 1 | -17/+12 |
|
|
* | Fix a comment. | Miguel Sofer | 2004-01-12 | 1 | -3/+2 |
|
|
* | * generic/tclCompExpr.c (CompileLandOrLorExpr): new logic, fewer | Miguel Sofer | 2004-01-12 | 2 | -39/+62 |
|
|
* | Renamed and deprecated #defines moved to within the #ifndef TCL_NO_DEPRECATED | davygrvy | 2004-01-09 | 1 | -16/+18 |
|
|
* | TclFinalizeFilesystem fix | vincentdarley | 2004-01-09 | 1 | -3/+3 |
|
|
* | Deprected use of Tcl_Ckalloc changed to Tcl_Alloc in the | davygrvy | 2003-12-24 | 1 | -2/+2 |
|
|
* | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 35 | -219/+219 |
|
|
* | Removed note that makefile.vc needs to have a version number changed. | davygrvy | 2003-12-23 | 1 | -2/+1 |
|
|
* | * generic/tclBinary.c (DeleteScanNumberCache): fixed crashing bug | das | 2003-12-17 | 1 | -2/+4 |
|
|
* | fix to file normalization with relative links | vincentdarley | 2003-12-17 | 1 | -3/+15 |
|
|
* | fix to fs norm bug 860402 | vincentdarley | 2003-12-17 | 1 | -4/+7 |
|
|
* | fixed Tcl_FSGetTranslatedPath to always return properly refcounted | vasiljevic | 2003-12-17 | 1 | -9/+10 |
|
|
* | Fixed 2 memory (object) leaks; Tcl Bug #839519 | vasiljevic | 2003-12-17 | 1 | -2/+4 |
|
|
* | Made a variable file-local for safety | dkf | 2003-12-16 | 1 | -2/+2 |
|
|
* | * generic/tclInt.decls: commented-out entry for | davygrvy | 2003-12-15 | 3 | -17/+10 |
|
|
* | TIP#75 Implementation | dkf | 2003-12-14 | 1 | -19/+172 |
|
|
* | Stop warnings due to (annoying) C type promotion rules. | dkf | 2003-12-14 | 1 | -6/+5 |
|
|
* | rewrite of file normalization | vincentdarley | 2003-12-14 | 1 | -84/+220 |
|
|
* | file normalize ~nobody fix | vincentdarley | 2003-12-12 | 1 | -1/+4 |
|
|
* | Stop losing references when variables are repeated in [binary scan]. [851747] | dkf | 2003-12-02 | 1 | -40/+71 |
|
|
* | * generic/tclParse.c: Corrected faulty check for trailing white | dgp | 2003-11-24 | 1 | -2/+4 |
|
|
* | remove windows [cd] bug | vincentdarley | 2003-11-24 | 1 | -5/+12 |
|
|
* | * generic/tclVar.c: fix flag bit collision between | Miguel Sofer | 2003-11-20 | 1 | -2/+6 |
|
|
* | Fixed Bug 845412; long commands without expansion don't get tangled with the | dkf | 2003-11-19 | 1 | -2/+2 |
|
|
* | Added cast to suppress compiler warning. | dgp | 2003-11-17 | 1 | -2/+2 |
|
|
* | Miguel's masking bits had the wrong sense. I should have spotted | dkf | 2003-11-16 | 1 | -2/+2 |
|
|
* | D'oh! instructionCount is post-incremented, not pre-incremented... | dkf | 2003-11-16 | 1 | -3/+4 |
|
|
* | 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 |
|
|