summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* * macosx/tclMacOSXNotify.c: accommodate changes to prototypes ofdas2007-01-191-6/+15
* Backport to 8.4 (Don Porter's work).andreas_kupries2006-12-051-3/+3
* * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL...andreas_kupries2006-11-283-6/+422
* * unix/tclUnixChan.c (TclUnixWaitForFile):Kevin B Kenny2006-11-281-1/+210
* * generic/tclBasic.c (TEOVI): fix por possible leak of a CommandMiguel Sofer2006-11-041-1/+19
* dup test namedgp2006-10-101-2/+2
* update tests to handle strictness changehobbs2006-10-061-1/+14
* * generic/tcl.h: note limitation on changing Tcl_UniChar sizehobbs2006-10-051-3/+4
* * generic/tclVar.c (Tcl_LappendObjCmd):Miguel Sofer2006-10-051-1/+10
* Bug 1400572 will remain knownBug for 8.4.14dgp2006-10-041-2/+2
* Backported fix for bug #1420432 (cannot set mtime for directories on windows).patthoyts2006-10-011-1/+16
* * generic/tcl.decls: Implemented TIP #268, conditionally.andreas_kupries2006-09-223-17/+462
* * library/http/http.tcl: Change " " -> "+" url encoding mappinghobbs2006-09-151-2/+2
* * tests/msgcat.test: Bumped version in auxiliary files as well.andreas_kupries2006-09-111-3/+3
* * library/msgcat/msgcat.tcl (msgcat::Init): on Darwin, add fallback ofdas2006-09-101-5/+9
* * tests/main.text (Tcl_Main-4.4): Test corrected to not bedgp2006-09-041-3/+3
* Bug 1513489Kevin B Kenny2006-07-301-24/+30
* Enable building Tcl with Microsoft's latest compiler offeringpatthoyts2006-06-141-4/+4
* * generic/tclMain.c (Tcl_Main): Corrected flaw that requireddgp2006-05-051-1/+22
* * generic/tclExecute.c (ExprSrandFunc): Restore acceptance of widedgp2006-05-041-2/+2
* * generic/tclCmdMZ.c: Stop some interference between enter tracesdgp2006-04-111-1/+38
* * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): It seemsdgp2006-04-061-3/+7
* * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Allow emptydgp2006-04-052-5/+8
* Fix [Bug 1646039]dkf2006-04-051-13/+13
* * generic/tclPkg.c: Revised Bug 1162286 fix from 2005-11-08dgp2006-04-051-3/+3
* * tests/expr.test: Nan self-inquality test silenced. [Bug 761471]dgp2006-03-231-2/+2
* backport of file writable fixesvincentdarley2006-03-193-9/+39
* * tests/io.test (io-43.1 io-44.[1234]): Rewritten to beandreas_kupries2006-03-161-23/+43
* * generic/tclIOUtil.c (TclGetOpenMode): Added the flag O_APPEND toandreas_kupries2006-03-161-1/+38
* * tests/socket.test: Extended the timeout in socket-11.11 from 10andreas_kupries2006-03-161-4/+4
* * README: Bump version number to 8.4.13 and updatedgp2006-03-071-1/+2
* * generic/tclBasic.c: Revised handling of TCL_EVAL_* flags todgp2006-03-061-2/+22
* * generic/tclBasic.c: Corrections to be sure that TCL_EVAL_GLOBALdgp2006-02-282-11/+80
* * generic/tclIndexObj.c: Disallow the "ambiguous" error messagedgp2006-02-161-1/+4
* * tests/main.test (Tcl_Main-6.7): Improved robustness ofdgp2006-02-091-1/+2
* replaced new test string-12.21 with dkf's version from HEADMiguel Sofer2006-01-231-9/+14
* added test for [Bug 1410553]Miguel Sofer2006-01-231-1/+11
* * generic/tclPipe.c (FileForRedirect): Prevent nameString fromrmax2006-01-161-2/+6
* increment tcltest version requirementdgp2006-01-111-2/+2
* * tests/error.test (error-7.0): Test the timing of write tracesdgp2006-01-111-1/+21
* * generic/tclNamesp.c (NamespaceInscopeCmd): [namespace inscope]dgp2006-01-091-1/+8
* Fix [Bug 1374778]dkf2005-12-091-1/+13
* eliminate test name duplicationdgp2005-12-021-2/+2
* Fix [Bug 1366683]dkf2005-11-291-1/+5
* * tests/trace.test (trace-34.5): [Bug 1047286], added a secondMiguel Sofer2005-11-181-2/+15
* * generic/tclBasic.c (Tcl_DeleteCommandFromToken):Miguel Sofer2005-11-182-2/+55
* * generic/tclPkg.c: Revised Bug 1162286 fix from 2005-11-08dgp2005-11-181-1/+17
* Backport of improved URL parsing. [Bug 1358369]dkf2005-11-181-73/+56
* Bugs 926106 and 1353840Kevin B Kenny2005-11-151-1/+13
* Bug 1350293Kevin B Kenny2005-11-091-13/+11