| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | * generic/tclBasic.c: Corrected several instances of unsafe | dgp | 2003-07-18 | 3 | -22/+65 |
|
|
* | * generic/tclIOUtil.c: correct MT-safety issues with filesystem | hobbs | 2003-07-18 | 1 | -179/+237 |
|
|
* | 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 | -4/+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 | -21/+2 |
|
|
* | Removed trivially-unreachable line [Bug 771939] | dkf | 2003-07-16 | 1 | -2/+1 |
|
|
* | * README: Bumped patch level to 8.4.4 in anticipation | dgp | 2003-07-15 | 1 | -3/+3 |
|
|
* | * generic/tclCompCmds.c (TclCompileIfCmd): Prior fix of Bug 711371 | dgp | 2003-07-15 | 1 | -3/+6 |
|
|
* | Fixed confusing error message. [Bug 771539] | dkf | 2003-07-15 | 1 | -2/+2 |
|
|
* | * macosx/Makefile: Rewrote buildsystem for Mac OS X framework build | das | 2003-07-15 | 1 | -3/+2 |
|
|
* | file copy empty filename bug fix | vincentdarley | 2003-06-23 | 1 | -1/+9 |
|
|
* | 2003-06-18 Miguel Sofer <msofer@users.sf.net> | Miguel Sofer | 2003-06-18 | 1 | -4/+2 |
|
|
* | backport of regsub empty string fixes | vincentdarley | 2003-06-17 | 1 | -6/+16 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2003-06-10 | 2 | -25/+20 |
|
|
* | * generic/tclObj.c (tclCmdNameType): Converted internal rep | dgp | 2003-05-23 | 1 | -8/+18 |
|
|
* | bumped version to 8.4.3 | hobbs | 2003-05-15 | 1 | -3/+3 |
|
|
* | Consequent fixes from [Bug 699060]; [format] should not be too eager to demote | dkf | 2003-05-14 | 1 | -2/+9 |
|
|
* | * generic/tclEnv.c (TclUnsetEnv): Another putenv() copy behavior | hobbs | 2003-05-14 | 1 | -1/+6 |
|
|
* | * generic/tclIOUtil.c: add decl for FsThrExitProc to suppress | hobbs | 2003-05-13 | 1 | -2/+2 |
|
|
* | Removed unused variable to reduce compiler warnings. [Bug 664745] | dkf | 2003-05-13 | 1 | -3/+7 |
|
|
* | fix for [Bug 732477] | Joe Mistachkin | 2003-05-13 | 2 | -5/+5 |
|
|
* | * generic/tcl.decls: | das | 2003-05-13 | 3 | -3/+23 |
|
|
* | * generic/tclInterp.c: (AliasObjCmd): Added refCounting of the words | dgp | 2003-05-12 | 1 | -2/+8 |
|
|
* | * generic/tclBasic.c (TclInvokeObjectCommand): objv[argc] is no | dgp | 2003-05-12 | 1 | -4/+3 |
|
|
* | * generic/tclObj.c (tclCmdNameType): Corrected variable use of the | dgp | 2003-05-12 | 1 | -7/+4 |
|
|
* | * generic/tclVar.c (TclObjLookupVar): [Bug 735335] temporary fix, | Miguel Sofer | 2003-05-12 | 1 | -1/+13 |
|
|
* | * generic/tclIOUtil.c: ensure cd is thread-safe. | hobbs | 2003-05-11 | 1 | -68/+102 |
|
|
* | * generic/tclCmdMZ.c (Tcl_StringObjCmd): prevent string repeat | hobbs | 2003-05-10 | 1 | -1/+10 |
|
|
* | fix bad cvs lf conversion | Joe Mistachkin | 2003-05-10 | 1 | -1/+2 |
|
|
* | fix for [Bug 731754] | Joe Mistachkin | 2003-05-10 | 1 | -5/+1 |
|
|
* | Corrected error message for grammar and spelling. | dkf | 2003-05-05 | 1 | -3/+3 |
|
|
* | glob and square brackets fix | vincentdarley | 2003-04-29 | 1 | -3/+14 |
|
|
* | * generic/tclBasic.c: Tcl_EvalObjv() failed to honor the | dgp | 2003-04-25 | 1 | -4/+8 |
|
|
* | Corrected bogus comments | dgp | 2003-04-18 | 1 | -7/+2 |
|
|
* | * generic/tclExecute.c (ExprCallMathFunc): remove incorrect | hobbs | 2003-04-18 | 1 | -2/+2 |
|
|