summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* * tests/env.test: added DYLD_FRAMEWORK_PATH to the list of env varsdas2005-05-241-3/+3
* * macosx/tclMacOSXBundle.c:das2005-05-141-3/+8
* * tests/string.test: string-10.[21-30]hobbs2005-05-111-1/+31
* * library/init.tcl: Corrected flaw in interactive commanddgp2005-04-281-1/+17
* * tests/unixInit.test (7.1): Alternative fix for thedgp2005-04-271-6/+6
* * generic/tclCmdMZ.c: Corrected intrep-dependence ofdgp2005-04-221-1/+10
* * tests/unixInit.test (7.1): fixed failure when running testsdas2005-04-211-2/+2
* * tests/winPipe.test (winpipe-6.2): remove -blocking 1 as this onehobbs2005-04-201-2/+1
* * win/tclWinPipe.c: The pipe channel driver now respectsdavygrvy2005-04-191-1/+3
* * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limitdavygrvy2005-04-142-5/+5
* * generic/tclBasic.c (Tcl_EvalEx,TclEvalTokensStandard):dgp2005-03-182-5/+49
* more tests and a fix to bug 1158199vincentdarley2005-03-151-1/+9
* fix to file norm, file pathtype on windows reserved filenamesvincentdarley2005-03-151-1/+49
* backport tcltest test improvementsdgp2005-02-251-15/+17
* * library/tcltest/tcltest.tcl: Better use of [glob -types] to avoiddgp2005-02-241-3/+16
* * generic/tclBasic.c (Tcl_EvalObjEx):Miguel Sofer2005-02-101-1/+19
* TIP#218 IMPLEMENTATIONandreas_kupries2005-01-271-1/+7
* fix to drive-sensitivity of testvincentdarley2005-01-171-3/+5
* filesystem, glob, tilde fixvincentdarley2004-12-021-0/+52
* * tests/reg.test (reg-32.*): Added missing testregexp constraints.dgp2004-11-271-5/+5
* * tests/tcltest.test: The order in which [glob] returns the file namesrmax2004-11-252-6/+6
* * generic/tclCmdIL.c (InfoVarsCmd): Corrected segfault in newdgp2004-11-241-1/+9
* backport file join fixvincentdarley2004-11-231-0/+8
* * macosx/Makefile:das2004-11-191-2/+2
* * generic/tclCmdMZ.c (Tcl_TraceObjCmd): Fixed Bug 1065378 which faileddgp2004-11-151-1/+8
* * tests/fileName.test:das2004-11-114-7/+8
* * tests/fCmd.test:das2004-11-111-1/+10
* niggly test suite fixesdgp2004-11-032-5/+4
* 2004-11-02 Don Porter <dgp@users.sourceforge.net>dgp2004-11-021-1/+42
* Final fix for NaN != NaN bug. Thanks to Miguel Sofer for his improved patch.dkf2004-11-021-1/+6
* Make [info globals ::foo] work. [Bug 1057461]dkf2004-10-311-1/+5
* D'oh!dgp2004-10-281-2/+2
* * tests/socket.test (socket-13.1): Balanced [makeFile] anddgp2004-10-281-11/+10
* * tests/appendComp.test: Backport test suite fixes of errorsdgp2004-10-2811-302/+311
* fixed format-19.1 for 64 bit machinesKevin B Kenny2004-10-271-3/+3
* backport fixes for 868489 and 1026125Kevin B Kenny2004-10-271-1/+9
* * tests/subst.test (subst-12.3-5): More tests for Bug 1036649.dgp2004-10-261-1/+9
* reversed expected result from subst-12.3 to match Tcl 7.6 behavior.dgp2004-10-261-2/+2
* * tests/subst.test (subst-12.3,4): More tests for Bug 1036649.dgp2004-10-261-3/+17
* * tests/compile.test (compile-12.4): Backport test for Bug 1001997.dgp2004-10-267-17/+138
* * generic/tclNamespace.c (TclTeardownNamespace): Tcl_Obj-ifieddgp2004-09-302-2/+27
* * tests/subst.test (12.2): test correction.Miguel Sofer2004-09-301-2/+2
* fix for buffer overflow in [subst], [Bug 1036649]Miguel Sofer2004-09-291-1/+18
* Some tests were non-portable, alas.dkf2004-09-191-2/+2
* Make sure large shifts shift for real. [Bug 868467]dkf2004-09-181-1/+12
* * tests/load.test (load-2.3): adopted fix for failure on darwindas2004-09-141-3/+4
* One less crazy long/wide aunt in the attic... [Bug 868489]dkf2004-09-101-1/+67
* Also corrected faulty prevention of [namespace import] cycles.dgp2004-09-091-1/+45
* * generic/tclNamesp.c (Tcl_ForgetImport): Corrected faultydgp2004-09-091-1/+115
* * compat/strftime.c (_conv): Corrected a problem where hour 0Kevin B Kenny2004-09-081-1/+5