summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* socket wrong#args message now follows the general conventionsdkf2005-07-171-16/+6
* Bug 1237907Kevin B Kenny2005-07-151-1/+55
* * generic/tclExecute.c (TclExecuteByteCode):mdejong2005-07-091-1/+969
* * generic/tclNamesp.c: Allow for [namespace import] of a commanddgp2005-07-051-2/+2
* * generic/tclExecute.c (TclExecuteByteCode):mdejong2005-06-291-1/+252
* bug 1194458Kevin B Kenny2005-06-211-1/+8
* * generic/tclBasic.c: Added missing walk of the list of active tracesdgp2005-06-211-2/+35
* * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): Generatemdejong2005-06-202-3/+107
* Fix bug in [format %hx] handling on selected platforms. [Bug 1154163]dkf2005-06-171-1/+5
* Fix an odd [after]-and-limits problem. [Bug 1221395]dkf2005-06-171-1/+18
* Fix [Bug 1220058] and quash a bizarre case which generated a bogus error msg.dkf2005-06-141-1/+14
* Added (untested!) implementation of truncation for Windowsdkf2005-06-071-3/+4
* Now for a real test of [chan truncate]...dkf2005-06-071-1/+14
* Clean up tests in chan.test and add mechanism for chaining Tcl_WrongNumArgsdkf2005-06-071-6/+6
* TIP#208 implementationdkf2005-06-061-0/+85
* This close to a release, simple is better.dgp2005-06-021-2/+7
* d'oh!dgp2005-06-011-1/+1
* * generic/tclBasic.c: For compatibility with earlier Tcl releases,dgp2005-06-011-0/+8
* Implementation of TIP#241 from Joe Mistachkindkf2005-06-013-8/+89
* TIP#229 implementationdkf2005-05-302-4/+388
* TIP#182 IMPLEMENTATION [Patch 1165062]dgp2005-05-252-5/+68
* * library/init.tcl: Updated [unknown] to be sure the [return]dgp2005-05-241-1/+14
* * tests/env.test: added DYLD_FRAMEWORK_PATH to the list of env varsdas2005-05-241-3/+3
* * generic/tclInt.h: Revision to the "boolean" Tcl_ObjType, sodgp2005-05-181-13/+12
* * generic/tclObj.c (TclInitObjSubsystem): Removed thedgp2005-05-172-12/+11
* * generic/tclInt.decls:das2005-05-141-2/+4
* Corrected duplication of test namesdgp2005-05-122-7/+7
* * tests/string.test: string-10.[21-30]hobbs2005-05-111-1/+31
* Fixes for C++-style comment and bad NaN on PA-RISCKevin B Kenny2005-05-101-22/+22
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-1037-325/+5386
* * generic/tclExecute.c (ExponLong, ExponWide): fixed special caseMiguel Sofer2005-05-101-1/+4
* * generic/tclCompCmds.c: Replaced all instance ofdgp2005-05-051-2/+2
* * generic/tcl.decls:dgp2005-05-021-1/+8
* TIP#176 IMPLEMENTATION [Patch 1165695]dgp2005-04-2913-76/+286
* * tests/unixInit.test (7.1): Alternative fix for thedgp2005-04-281-6/+6
* * library/init.tcl: Corrected flaw in interactive commanddgp2005-04-281-1/+17
* TIP#183 IMPLEMENTATION [Patch 577093]dgp2005-04-271-2/+36
* typodgp2005-04-221-2/+2
* * tests/string.test: Test string-23.0 for Bug 1187123.dgp2005-04-221-1/+8
* The 2005-04-21 changes to Tcl_GetBooleanFromObj were done to bringdgp2005-04-221-19/+15
* * generic/tclGet.c: Radical code simplification. Converteddgp2005-04-211-15/+19
* fixed Bug 1185933Kevin B Kenny2005-04-191-1/+13
* * tests/unixInit.test: Disabled obsolete tests and removed codedgp2005-04-152-58/+38
* * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limitdavygrvy2005-04-141-3/+3
* * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limitdavygrvy2005-04-141-2/+2
* Test updates for new [switch] compilerdkf2005-04-081-17/+63
* replace obsolete "winOnly" constraint with preferred "win"dgp2005-04-051-1/+1
* * generic/tclBasic.c (Tcl_EvalEx): Restored recursion limitdgp2005-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/+50