summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Expand)AuthorAgeFilesLines
...
* | [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly.dkf2009-12-281-3/+5
* | Plug testing memleak. [Bug 2895367]dkf2009-12-121-89/+110
* | * generic/tclTest.c (TestconcatobjCmd): fix use of internal-onlydas2008-08-201-3/+9
* | * generic/tclTest.c (TestconcatobjCmd):Miguel Sofer2008-08-171-1/+282
* | * generic/tclTest.c: Ignore the return value of write() whenrmax2008-03-141-3/+3
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tclTest.c (TestSetCmd2):Miguel Sofer2007-11-031-1/+37
* | * generic/tclTrace.c: Corrected broken trace reversal logic indgp2007-06-271-2/+18
* | * generic/tclTest.c (SimpleMatchInDirectory): Corrected a refcountKevin B Kenny2007-05-021-2/+1
* | * generic/tclTest.c (Testregexpobjcmd): Removed an invalid accessKevin B Kenny2007-04-231-2/+2
* | Replaced commas in varargs with string concatenation where possible [Patch 15...Kevin B Kenny2007-04-201-31/+31
* | Complete the purge of K&R function definitions from manually-written code.dkf2007-04-161-1641/+1624
* | * generic/tclCompExpr.c: fix gcc warnings about 'cast to/fromdas2006-11-131-14/+14
* | TIP#268 IMPLEMENTATIONandreas_kupries2006-09-221-2/+4
* | fix warningsdas2006-06-211-22/+22
* | * generic/tclIOUtil.c: Changed default configuration todgp2006-06-211-10/+19
* | 90% fix of file writable issues on Windowsvincentdarley2006-03-141-64/+1
* | TIP#258 IMPLEMENTATIONdgp2006-02-081-12/+3
* | * generic/tclIOUtil.c: workaround gcc warning "comparison is alwaysdas2005-12-151-1/+12
* | * generic/tclBinary.c:Miguel Sofer2005-11-041-2/+1
* | ANSIfy the test code (well, strip some of the worst offences!)dkf2005-11-021-837/+742
* | TIP#237 IMPLEMENTATIONdgp2005-10-081-1/+144
* | Squelch warningdkf2005-09-081-2/+2
* | Test suite about fixed up for TIP#254dkf2005-09-081-3/+1
* | Oops!dkf2005-09-081-19/+19
* | Added support machinery for TIP#254 testsdkf2005-09-081-8/+269
* | TIP#219 IMPLEMENTATIONandreas_kupries2005-08-241-5/+111
* | * generic/tclBasic.c: For compatibility with earlier Tcl releases,dgp2005-06-011-1/+37
* | * generic/tclInt.decls:das2005-05-141-11/+3
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* | Added test for [1109484]dkf2005-01-281-3/+8
* | * generic/tclTest.c: Added two new functions to allocate memoryMiguel Sofer2004-12-151-4/+4
* | Patch 976520 reworks several of the details involved withdgp2004-11-301-3/+3
* | * generic/tclTest.c (TestsetobjerrorcodeCmd): Simplified.dgp2004-10-071-11/+2
* | * generic/tclBasic.c (Tcl_EvalObjEx): Removed the flag bit valuedgp2004-10-011-37/+8
* | fix for [Bug 1008314]Miguel Sofer2004-08-161-3/+42
* | Fixed get.test so it really tests Tcl_GetInt() and uses constraints properly.dkf2004-05-191-1/+35
* | Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* | Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-10/+3
* | * generic/tclParse.c (TclParseInit): Modified TclParseInit sodgp2004-03-081-1/+5
* | * generic/tclTest.c: Modified TesteventObjCmd to use Kevin B Kenny2004-03-051-2/+3
* | * generic/tclTrace.c (TclCheckInterpTraces): The TIP 62dgp2004-03-011-1/+13
* | filesystem fixes for '-force' consistency and picky compilersvincentdarley2004-01-291-77/+81
* | filesystem optimisation -- Three main issues accomplished: (1) cleaned up var...vincentdarley2004-01-211-4/+4
* | All uses of 'panic' (the macro) changeddavygrvy2003-12-241-3/+3
* | Miguel Sofer's patch (with small revisions) to make sure the bytecode enginedkf2003-11-161-1/+62
* | Stop VC++ 5.2 warning. [Bug 842511]dkf2003-11-151-2/+2
* | TIP#138 implementation plus extra test stuff [Patch 731356]dkf2003-11-141-1/+82
* | * doc/ParseCmd.3: Implementation of TIP 157. Adds recognitiondgp2003-11-141-1/+4
* | filesystem bug fixesvincentdarley2003-10-131-7/+13