| Commit message (Expand) | Author | Age | Files | Lines |
* | backport tcltest test improvements | dgp | 2005-02-25 | 1 | -15/+17 |
|
|
* | * library/tcltest/tcltest.tcl: Better use of [glob -types] to avoid | dgp | 2005-02-24 | 1 | -3/+16 |
|
|
* | * generic/tclBasic.c (Tcl_EvalObjEx): | Miguel Sofer | 2005-02-10 | 1 | -1/+19 |
|
|
* | TIP#218 IMPLEMENTATION | andreas_kupries | 2005-01-27 | 1 | -1/+7 |
|
|
* | fix to drive-sensitivity of test | vincentdarley | 2005-01-17 | 1 | -3/+5 |
|
|
* | filesystem, glob, tilde fix | vincentdarley | 2004-12-02 | 1 | -0/+52 |
|
|
* | * tests/reg.test (reg-32.*): Added missing testregexp constraints. | dgp | 2004-11-27 | 1 | -5/+5 |
|
|
* | * tests/tcltest.test: The order in which [glob] returns the file names | rmax | 2004-11-25 | 2 | -6/+6 |
|
|
* | * generic/tclCmdIL.c (InfoVarsCmd): Corrected segfault in new | dgp | 2004-11-24 | 1 | -1/+9 |
|
|
* | backport file join fix | vincentdarley | 2004-11-23 | 1 | -0/+8 |
|
|
* | * macosx/Makefile: | das | 2004-11-19 | 1 | -2/+2 |
|
|
* | * generic/tclCmdMZ.c (Tcl_TraceObjCmd): Fixed Bug 1065378 which failed | dgp | 2004-11-15 | 1 | -1/+8 |
|
|
* | * tests/fileName.test: | das | 2004-11-11 | 4 | -7/+8 |
|
|
* | * tests/fCmd.test: | das | 2004-11-11 | 1 | -1/+10 |
|
|
* | niggly test suite fixes | dgp | 2004-11-03 | 2 | -5/+4 |
|
|
* | 2004-11-02 Don Porter <dgp@users.sourceforge.net> | dgp | 2004-11-02 | 1 | -1/+42 |
|
|
* | Final fix for NaN != NaN bug. Thanks to Miguel Sofer for his improved patch. | dkf | 2004-11-02 | 1 | -1/+6 |
|
|
* | Make [info globals ::foo] work. [Bug 1057461] | dkf | 2004-10-31 | 1 | -1/+5 |
|
|
* | D'oh! | dgp | 2004-10-28 | 1 | -2/+2 |
|
|
* | * tests/socket.test (socket-13.1): Balanced [makeFile] and | dgp | 2004-10-28 | 1 | -11/+10 |
|
|
* | * tests/appendComp.test: Backport test suite fixes of errors | dgp | 2004-10-28 | 11 | -302/+311 |
|
|
* | fixed format-19.1 for 64 bit machines | Kevin B Kenny | 2004-10-27 | 1 | -3/+3 |
|
|
* | backport fixes for 868489 and 1026125 | Kevin B Kenny | 2004-10-27 | 1 | -1/+9 |
|
|
* | * tests/subst.test (subst-12.3-5): More tests for Bug 1036649. | dgp | 2004-10-26 | 1 | -1/+9 |
|
|
* | reversed expected result from subst-12.3 to match Tcl 7.6 behavior. | dgp | 2004-10-26 | 1 | -2/+2 |
|
|
* | * tests/subst.test (subst-12.3,4): More tests for Bug 1036649. | dgp | 2004-10-26 | 1 | -3/+17 |
|
|
* | * tests/compile.test (compile-12.4): Backport test for Bug 1001997. | dgp | 2004-10-26 | 7 | -17/+138 |
|
|
* | * generic/tclNamespace.c (TclTeardownNamespace): Tcl_Obj-ified | dgp | 2004-09-30 | 2 | -2/+27 |
|
|
* | * tests/subst.test (12.2): test correction. | Miguel Sofer | 2004-09-30 | 1 | -2/+2 |
|
|
* | fix for buffer overflow in [subst], [Bug 1036649] | Miguel Sofer | 2004-09-29 | 1 | -1/+18 |
|
|
* | Some tests were non-portable, alas. | dkf | 2004-09-19 | 1 | -2/+2 |
|
|
* | Make sure large shifts shift for real. [Bug 868467] | dkf | 2004-09-18 | 1 | -1/+12 |
|
|
* | * tests/load.test (load-2.3): adopted fix for failure on darwin | das | 2004-09-14 | 1 | -3/+4 |
|
|
* | One less crazy long/wide aunt in the attic... [Bug 868489] | dkf | 2004-09-10 | 1 | -1/+67 |
|
|
* | Also corrected faulty prevention of [namespace import] cycles. | dgp | 2004-09-09 | 1 | -1/+45 |
|
|
* | * generic/tclNamesp.c (Tcl_ForgetImport): Corrected faulty | dgp | 2004-09-09 | 1 | -1/+115 |
|
|
* | * compat/strftime.c (_conv): Corrected a problem where hour 0 | Kevin B Kenny | 2004-09-08 | 1 | -1/+5 |
|
|
* | Fix crash in [string map] when objects are shared. [Bug 1018562] | dkf | 2004-08-30 | 1 | -1/+5 |
|
|
* | * tests/env.test: macosx fixes. | das | 2004-08-26 | 1 | -3/+3 |
|
|
* | Ensure that the %ld conversion works correctly on 64-bit platforms. [Bug 1011... | dkf | 2004-08-19 | 1 | -2/+5 |
|
|
* | fix for [Bug 1008314] | Miguel Sofer | 2004-08-16 | 1 | -5/+28 |
|
|
* | * library/msgcat/msgcat.tcl: Added checks to prevent [mclocale] | dgp | 2004-08-13 | 1 | -3/+19 |
|
|
* | * generic/tclMain.c (Tcl_Main, StdinProc): Append newline only | dgp | 2004-07-28 | 1 | -3/+2 |
|
|
* | (io-61.1): create file in binary mode for x-platcore_8_4_7 | hobbs | 2004-07-26 | 1 | -1/+2 |
|
|
* | * tests/eofchar.data (removed): Test io-61.1 now generates its own | dgp | 2004-07-23 | 2 | -854/+14 |
|
|
* | * tests/socket.test: Accepted two new testcases by Stuart Casoff | andreas_kupries | 2004-07-16 | 1 | -1/+7 |
|
|
* | added support for wide integers to round(); [Bug 908375], reported by | Miguel Sofer | 2004-07-03 | 1 | -1/+16 |
|
|
* | * generic/tclPipe.c (TclCreatePipeline): Add 2>@1 as a special | hobbs | 2004-07-02 | 1 | -1/+5 |
|
|
* | backport of recent fs fixes from cvs head | vincentdarley | 2004-07-02 | 1 | -0/+81 |
|
|
* | Corrected Tcl Bug #770053 | vasiljevic | 2004-06-22 | 1 | -9/+7 |
|
|