| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
|
|
* | Win compilation fix | vincentdarley | 2003-07-02 | 1 | -2/+2 |
|
|
* | Modified expression of tests and added comments for easier understanding | dgp | 2003-06-27 | 1 | -7/+40 |
|
|
* | More trace factoring - variable traces are the target this time. | dkf | 2003-06-26 | 5 | -747/+780 |
|
|
* | Factored out the trace code - it's big enough to be its own maintenance area | dkf | 2003-06-25 | 3 | -2285/+2301 |
|
|
* | No more div-by-zero errors. [Bug 759749] | dkf | 2003-06-24 | 1 | -2/+4 |
|
|
* | filesystem fixes -- see ChangeLog | vincentdarley | 2003-06-23 | 1 | -1/+9 |
|
|
* | * generic/tclNamesp.c (Tcl_Export): removed erroneous comments | Miguel Sofer | 2003-06-18 | 1 | -4/+2 |
|
|
* | regsub empty string fixes, and windows build | vincentdarley | 2003-06-17 | 1 | -6/+16 |
|
|
* | * generic/tclConfig.c (ASSOC_KEY): Changed the key to | andreas_kupries | 2003-06-10 | 1 | -2/+2 |
|
|
* | fix for previous commit | Miguel Sofer | 2003-06-10 | 1 | -1/+2 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2003-06-10 | 2 | -25/+19 |
|
|
* | * generic/tcl.decls: Ported the changes from the | andreas_kupries | 2003-06-09 | 8 | -6/+530 |
|
|
* | * generic/tclObj.c (tclCmdNameType): Converted internal rep | dgp | 2003-05-23 | 1 | -8/+18 |
|
|
* | * compat/strftime.c: Modified TclpStrftime to return its
| Kevin B Kenny | 2003-05-18 | 1 | -15/+6 |
|
|
* | Fixed Tcl bug 736425 | Kevin B Kenny | 2003-05-15 | 2 | -4/+168 |
|
|
* | Stopped [format] from demoting wides to ints too easily. [Bug 699060] | dkf | 2003-05-14 | 1 | -3/+14 |
|
|
* | Implementation of TIP 118: | das | 2003-05-14 | 4 | -14/+95 |
|
|
* | Another putenv() copy behavior problem repaired when compiling on windows | davygrvy | 2003-05-14 | 1 | -1/+6 |
|
|
* | * generic/tclIOUtil.c: ensure cd is thread-safe. | hobbs | 2003-05-13 | 1 | -69/+103 |
|
|
* | 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/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 | -951/+952 |
|
|
* | fix for [Bug 731754] | Joe Mistachkin | 2003-05-09 | 1 | -955/+951 |
|
|
* | fixing previous patch | Miguel Sofer | 2003-05-09 | 1 | -5/+5 |
|
|
* | fix for [Bug 735055] | Miguel Sofer | 2003-05-09 | 1 | -1/+3 |
|
|
* | The array of strings passed to Tcl_GetIndexFromObj must be NULL terminated. | dkf | 2003-05-09 | 1 | -2/+2 |
|
|
* | stop compiler warnings about unused variables | dgp | 2003-05-08 | 1 | -3/+1 |
|
|
* | Made error message for [trace info] more consistent with documentation. | dkf | 2003-05-07 | 1 | -3/+25 |
|
|
* | Fixed memory leak caused by confusion about string ownership. [Bug 731706] | dkf | 2003-05-07 | 1 | -3/+5 |
|
|
* | * generic/tclBasic.c: Implementation of TIP 90, which | dgp | 2003-05-05 | 8 | -114/+323 |
|
|
* | Corrected error message for grammar and spelling. | dkf | 2003-05-05 | 1 | -3/+3 |
|
|
* | corrected comment about the default matching mode for [switch]. | dgp | 2003-05-01 | 1 | -3/+4 |
|
|
* | suppress compiler warning about uninitialized variables. | dgp | 2003-04-29 | 1 | -7/+4 |
|
|
* | Stopped warning about uninitialised variables in DictIncrCmd | dkf | 2003-04-29 | 1 | -26/+21 |
|
|