| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug in [format %hx] handling on selected platforms. [Bug 1154163] | dkf | 2005-06-17 | 1 | -1/+5 |
|
|
* | * tests/env.test: added DYLD_FRAMEWORK_PATH to the list of env vars | das | 2005-05-24 | 1 | -3/+3 |
|
|
* | * macosx/tclMacOSXBundle.c: | das | 2005-05-14 | 1 | -3/+8 |
|
|
* | * tests/string.test: string-10.[21-30] | hobbs | 2005-05-11 | 1 | -1/+31 |
|
|
* | * library/init.tcl: Corrected flaw in interactive command | dgp | 2005-04-28 | 1 | -1/+17 |
|
|
* | * tests/unixInit.test (7.1): Alternative fix for the | dgp | 2005-04-27 | 1 | -6/+6 |
|
|
* | * generic/tclCmdMZ.c: Corrected intrep-dependence of | dgp | 2005-04-22 | 1 | -1/+10 |
|
|
* | * tests/unixInit.test (7.1): fixed failure when running tests | das | 2005-04-21 | 1 | -2/+2 |
|
|
* | * tests/winPipe.test (winpipe-6.2): remove -blocking 1 as this one | hobbs | 2005-04-20 | 1 | -2/+1 |
|
|
* | * win/tclWinPipe.c: The pipe channel driver now respects | davygrvy | 2005-04-19 | 1 | -1/+3 |
|
|
* | * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limit | davygrvy | 2005-04-14 | 2 | -5/+5 |
|
|
* | * generic/tclBasic.c (Tcl_EvalEx,TclEvalTokensStandard): | dgp | 2005-03-18 | 2 | -5/+49 |
|
|
* | more tests and a fix to bug 1158199 | vincentdarley | 2005-03-15 | 1 | -1/+9 |
|
|
* | fix to file norm, file pathtype on windows reserved filenames | vincentdarley | 2005-03-15 | 1 | -1/+49 |
|
|
* | 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 |
|
|