| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclEncoding.c: Different fix for [Bug 1077005]. | dgp | 2004-12-04 | 3 | -4/+6 |
|
|
* | * generic/tclUtil.c (TclSetProcessGlobalValue): Handle the case | dgp | 2004-12-02 | 2 | -6/+7 |
|
|
* | filesystem, glob, tilde fix | vincentdarley | 2004-12-02 | 1 | -1/+17 |
|
|
* | Remove a global mutex/state by using lists instead of hashtables to store the | dkf | 2004-12-02 | 1 | -49/+51 |
|
|
* | Convert mutex-protected global state into thread-local state. [FRQ 1077210] | dkf | 2004-12-02 | 1 | -9/+18 |
|
|
* | * generic/tclUtil.c (TclGetProcessGlobalValue): Narrowed the scope | dgp | 2004-12-02 | 1 | -50/+58 |
|
|
* | * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() to | dgp | 2004-12-01 | 8 | -120/+130 |
|
|
* | * generic/tclEncoding.c: Moved TclpSetInitialEncodings() | dgp | 2004-12-01 | 1 | -3/+2 |
|
|
* | Patch 976520 reworks several of the details involved with | dgp | 2004-11-30 | 12 | -559/+1006 |
|
|
* | Fix [Bug 1066837] without reopening other bugs... What a horrid hack! :^/ | dkf | 2004-11-25 | 2 | -4/+32 |
|
|
* | * generic/tclPort.h: Relative include of tclWinPort.h returned as it was requ... | davygrvy | 2004-11-24 | 1 | -2/+2 |
|
|
* | * generic/tclCmdIL.c (InfoVarsCmd): Corrected segfault in new | dgp | 2004-11-24 | 1 | -6/+8 |
|
|
* | Remove call to Tcl_GetStringResult to speed up processing of [$canv postscript] | dkf | 2004-11-23 | 1 | -1/+13 |
|
|
* | * generic/tclInterp.c: Restored several directories to the search | dgp | 2004-11-22 | 1 | -11/+29 |
|
|
* | fix to windows file join bug | vincentdarley | 2004-11-22 | 1 | -4/+12 |
|
|
* | * tests/interp.test (interp-36.*): [interp bgerror] tests. | dgp | 2004-11-18 | 1 | -5/+3 |
|
|
* | * generic/tclEvent.c (HandleBgErrors): Simplified program flow. | dgp | 2004-11-18 | 1 | -14/+10 |
|
|
* | * tests/basic.test: Updated functional (not testing) uses of | dgp | 2004-11-18 | 1 | -2/+2 |
|
|
* | * unix/configure.in: The change below reveals that the public | dgp | 2004-11-17 | 3 | -7/+9 |
|
|
* | * generic/tclIOUtil.c (TclFSEpochOk): There were two code paths | dgp | 2004-11-17 | 1 | -8/+2 |
|
|
* | * generic/tcl.h: | das | 2004-11-16 | 1 | -2/+2 |
|
|
* | * generic/tclInt.h: Added comment warning that the old | dgp | 2004-11-15 | 2 | -88/+41 |
|
|
* | TIP #221 IMPLEMENTATION | dgp | 2004-11-13 | 14 | -222/+481 |
|
|
* | * generic/tclEncoding.c (TableFromUtfProc): correct crash | hobbs | 2004-11-12 | 1 | -2/+13 |
|
|
* | ChangeLog reformat. | dgp | 2004-11-12 | 1 | -4/+1 |
|
|
* | * generic/tcl.h: | das | 2004-11-12 | 2 | -6/+6 |
|
|
* | * unix/Makefile.in: Be sure -I{BUILD_DIR} comes first so that | dgp | 2004-11-12 | 1 | -1/+4 |
|
|
* | * generic/tclInt.h: Moved verification of ptrdiff_t typedef from | dgp | 2004-11-12 | 3 | -15/+8 |
|
|
* | * unix/config.h.in: | rmax | 2004-11-12 | 1 | -2/+2 |
|
|
* | Adapt Tcl so it uses a config.h header instead of stuffing all #defs on the | dkf | 2004-11-12 | 1 | -1/+5 |
|
|
* | * generic/tclListObj.c (Tcl_ListObjReplace): use memmove() instead | das | 2004-11-11 | 2 | -17/+12 |
|
|
* | Janitorial whitespace/style fixes. | dkf | 2004-11-09 | 1 | -1423/+1455 |
|
|
* | * generic/tclCompile.h: Removed extrainious reset of | davygrvy | 2004-11-03 | 1 | -4/+1 |
|
|
* | * generic/tcl.h: Moved the preprocessor logic | davygrvy | 2004-11-03 | 6 | -29/+66 |
|
|
* | * generic/tclTrace.c (TclCallVarTraces): Improved ability to debug | dgp | 2004-11-03 | 1 | -7/+34 |
|
|
* | * generic/tclRegexp.h: manipulating TCL_STORAGE_CLASS unnecessary. | davygrvy | 2004-11-03 | 1 | -6/+1 |
|
|
* | * generic/tclFileSystem.h: Added use of MODULE_SCOPE on protos. | davygrvy | 2004-11-03 | 1 | -34/+58 |
|
|
* | * generic/tclCompile.h: Exchanged use of the EXTERN macro to the new MODULE_S... | davygrvy | 2004-11-03 | 1 | -71/+66 |
|
|
* | * generic/tclInt.h: added a check for #ifdef __cplusplus around the #define | davygrvy | 2004-11-02 | 1 | -2/+6 |
|
|
* | Final fix for NaN != NaN bug. Thanks to Miguel Sofer for his improved patch. | dkf | 2004-11-02 | 1 | -10/+62 |
|
|
* | Make core less eager to spew its guts all over the place; core symbols in | dkf | 2004-11-02 | 1 | -514/+616 |
|
|
* | Remove unused label | dkf | 2004-11-01 | 1 | -2/+1 |
|
|
* | Fix for [Bug 761471]; NaN is now *never* equal to NaN... | dkf | 2004-11-01 | 1 | -19/+5 |
|
|
* | Cleaning up of the namespace guts. | dkf | 2004-11-01 | 1 | -551/+546 |
|
|
* | Cleaning up; mostly whitespace and comment fixes. | dkf | 2004-11-01 | 1 | -242/+236 |
|
|
* | Improved comments on selected flags in tcl.h | dkf | 2004-11-01 | 1 | -3/+13 |
|
|
* | Make [info globals ::foo] work. [Bug 1057461] | dkf | 2004-10-31 | 1 | -1/+9 |
|
|
* | replaced WIN32 with __WIN32__ [Bug 1054357] (Gravereaux) | Kevin B Kenny | 2004-10-30 | 1 | -2/+2 |
|
|
* | Allow ensembles to rewrite their subcommands' error messages to be more | dkf | 2004-10-29 | 8 | -121/+263 |
|
|
* | fix for execution stack corruption [Bug 1055676]. Credit dgp for detective | Miguel Sofer | 2004-10-28 | 1 | -1/+3 |
|
|