summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Expand)AuthorAgeFilesLines
...
* | * 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
* | 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