| Commit message (Expand) | Author | Age | Files | Lines |
* | filesystem, glob, tilde fix | vincentdarley | 2004-12-02 | 1 | -0/+6 |
|
|
* | * library/auto.tcl (tcl_findLibrary): Disabled use of [file normali... | dgp | 2004-12-01 | 1 | -0/+5 |
|
|
* | * tests/reg.test (reg-32.*): Added missing testregexp constraints. | dgp | 2004-11-27 | 1 | -0/+2 |
|
|
* | * library/auto.tcl (tcl_findLibrary): Made sure the uniquifying | dgp | 2004-11-26 | 1 | -0/+5 |
|
|
* | Assorted dde fixes as requested by Andreas Kupries. | dkf | 2004-11-26 | 1 | -7/+12 |
|
|
* | See file | vasiljevic | 2004-11-25 | 1 | -0/+5 |
|
|
* | * tests/tcltest.test: The order in which [glob] returns the file names | rmax | 2004-11-25 | 1 | -0/+5 |
|
|
* | * unix/tcl.m4 (SC_ENABLE_THREADS): Corrected failure to determine | dgp | 2004-11-25 | 1 | -0/+7 |
|
|
* | bumped patchlevel to 8.4.9 | hobbs | 2004-11-25 | 1 | -0/+8 |
|
|
* | * unix/tcl.m4 (SC_ENABLE_THREADS): Corrected bad check for | Kevin B Kenny | 2004-11-24 | 1 | -0/+10 |
|
|
* | * generic/tclCmdIL.c (InfoVarsCmd): Corrected segfault in new | dgp | 2004-11-24 | 1 | -0/+5 |
|
|
* | backport file join fix | vincentdarley | 2004-11-23 | 1 | -0/+6 |
|
|
* | * unix/configure: Regen. | mdejong | 2004-11-22 | 1 | -0/+8 |
|
|
* | * unix/configure: Regen. | mdejong | 2004-11-22 | 1 | -0/+10 |
|
|
* | Classic sed doesn't support | in REs.core_8_4_8 | rmax | 2004-11-19 | 1 | -1/+5 |
|
|
* | *** 8.4.8 TAGGED FOR RELEASE *** | das | 2004-11-19 | 1 | -2/+2 |
|
|
* | * macosx/Makefile: | das | 2004-11-19 | 1 | -0/+13 |
|
|
* | date correction | hobbs | 2004-11-18 | 1 | -17/+17 |
|
|
* | mark release tagging | dgp | 2004-11-18 | 1 | -0/+2 |
|
|
* | * changes: Final updates for Tcl 8.4.8 release. | dgp | 2004-11-18 | 1 | -0/+4 |
|
|
* | 2004-11-18 Reinhard Max <max@suse.de> | rmax | 2004-11-18 | 1 | -0/+10 |
|
|
* | * unix/tclUnixChan.c (TtySetOptionProc): fixed crash configuring | hobbs | 2004-11-17 | 1 | -0/+5 |
|
|
* | * win/makefile.vc: Fixed bug in installation of http 2.5. | andreas_kupries | 2004-11-16 | 1 | -0/+9 |
|
|
* | * library/auto.tcl: Updated [tcl_findLibrary] search path | dgp | 2004-11-16 | 1 | -0/+5 |
|
|
* | Backport of [Patch 1065732] | dkf | 2004-11-16 | 1 | -0/+5 |
|
|
* | * generic/tclCmdMZ.c (Tcl_TraceObjCmd): Fixed Bug 1065378 which failed | dgp | 2004-11-15 | 1 | -0/+7 |
|
|
* | * library/init.tcl: Made [unknown] robust in the case that | dgp | 2004-11-13 | 1 | -0/+6 |
|
|
* | * generic/tclEncoding.c (TableFromUtfProc): correct crash | hobbs | 2004-11-12 | 1 | -0/+5 |
|
|
* | * doc/clock.n: | das | 2004-11-12 | 1 | -0/+10 |
|
|
* | * tests/fCmd.test: | das | 2004-11-11 | 1 | -0/+30 |
|
|
* | Clarify return code documentation. [Bug 1062647] | dkf | 2004-11-09 | 1 | -0/+4 |
|
|
* | * changes: Updates for Tcl 8.4.8 release. | dgp | 2004-11-04 | 1 | -0/+4 |
|
|
* | 2004-11-02 Don Porter <dgp@users.sourceforge.net> | dgp | 2004-11-02 | 1 | -0/+8 |
|
|
* | Final fix for NaN != NaN bug. Thanks to Miguel Sofer for his improved patch. | dkf | 2004-11-02 | 1 | -0/+3 |
|
|
* | Add synopsis for Tcl_GetChannelMode. [Bug 1058446] | dkf | 2004-11-02 | 1 | -0/+4 |
|
|
* | Make [info globals ::foo] work. [Bug 1057461] | dkf | 2004-10-31 | 1 | -0/+6 |
|
|
* | removed erroneous comment [Bug 1029518] | Miguel Sofer | 2004-10-30 | 1 | -0/+5 |
|
|
* | * library/tcltest/tcltest.tcl: Correct reaction to errors in the | dgp | 2004-10-30 | 1 | -0/+6 |
|
|
* | * generic/tclAlloc.c: Fixed [Tcl SF Bug 1030548], a | andreas_kupries | 2004-10-28 | 1 | -0/+8 |
|
|
* | * README: Bumped patch level to 8.4.8 to prepare | dgp | 2004-10-28 | 1 | -0/+13 |
|
|
* | added CONST to TclpLocaltime and TclpGmtime param throughout | Kevin B Kenny | 2004-10-28 | 1 | -2/+13 |
|
|
* | * tests/socket.test (socket-13.1): Balanced [makeFile] and | dgp | 2004-10-28 | 1 | -0/+4 |
|
|
* | * tests/appendComp.test: Backport test suite fixes of errors | dgp | 2004-10-28 | 1 | -0/+14 |
|
|
* | backport fixes for 868489 and 1026125 | Kevin B Kenny | 2004-10-27 | 1 | -0/+9 |
|
|
* | Finished user-level documentation backport | dkf | 2004-10-27 | 1 | -1/+1 |
|
|
* | Yet more doc update backporting | dkf | 2004-10-27 | 1 | -1/+1 |
|
|
* | More doc fix backporting | dkf | 2004-10-27 | 1 | -1/+1 |
|
|
* | Backport many doc fixes | dkf | 2004-10-27 | 1 | -0/+4 |
|
|
* | * tests/subst.test (subst-12.3-5): More tests for Bug 1036649. | dgp | 2004-10-26 | 1 | -1/+1 |
|
|
* | * tests/subst.test (subst-12.3,4): More tests for Bug 1036649. | dgp | 2004-10-26 | 1 | -0/+2 |
|
|