summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Made Tcl_NumUtfChars do the right thing with \u0000 when guessing the lengthdkf2003-10-081-2/+28
* * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjTypedgp2003-04-161-7/+1
* Stopped compiler warnings about type casts.dgp2003-04-151-2/+2
* fix 5 small filesystem bugs, and some typosvincentdarley2003-04-111-5/+23
* Removed an unused local variable that caused compilation problems on Kevin B Kenny2003-03-091-2/+1
* * generic/tclIO.c (Tcl_Seek, Tcl_OutputBuffered):mdejong2003-03-061-33/+6
* cleanup of new simplefs test codevincentdarley2003-02-181-6/+10
* Fixed Tcl_DeleteEvents not to get a pointer smash when deleting the Kevin B Kenny2003-02-151-1/+219
* further fs cleanupvincentdarley2003-02-101-3/+16
* fix to crashing filesystem testvincentdarley2003-02-071-44/+62
* added regression test for recent bug fixvincentdarley2003-02-051-23/+61
* filesystem bug fix and new testvincentdarley2003-01-281-3/+183
* * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ifydgp2002-08-051-94/+94
* removed load-related clientData, made filesystem staticvincentdarley2002-07-221-15/+8
* fs cleanupvincentdarley2002-07-081-2/+2
* fs cleanupvincentdarley2002-07-081-9/+28
* * tests/pkg/samename.tcl: restored. needed by pkgMkIndex.test.dgp2002-07-011-2/+2
* tip99vincentdarley2002-06-211-2/+3
* vfs, winfs testsuitevincentdarley2002-06-131-5/+77
* cleanup of testfilesystem commandhobbs2002-04-231-19/+11
* 4 fs fixesvincentdarley2002-03-241-3/+9
* * Added the [interp recursionlimit] command todgp2002-03-071-48/+1
* * generic/tclTest.c (TestStatProc[123]): correct harmless UMRs.hobbs2002-02-281-1/+4
* Further changes to the TIP 72 patch to make it compile under VC++Kevin B Kenny2002-02-151-2/+15
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-17/+152
* Added Tcl_CreateObjTrace, Tcl_GetCommandInfoFromToken andKevin B Kenny2002-02-101-3/+67
* tclTest.c fixvincentdarley2002-02-011-2/+2
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-251-17/+19
* * Converted declarations of TestReport file systemdgp2002-01-211-23/+47
* * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that weredgp2002-01-171-9/+11
* * Updated APIs in generic/tclParse.c according to the guidelinesdgp2002-01-171-2/+3
* * Updated APIs in generic/tclIOUtil.c and generic/tclPosixStr.cdgp2002-01-151-19/+23
* * generic/tclTest.c (MainLoop):dgp2002-01-091-1/+2
* * doc/Tcl_Main.3:dgp2002-01-051-7/+143
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-231-4/+6
* added TIP#73 patch #483500 from Kevin Kenny.hobbs2001-11-211-25/+25