Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * tests/*.test: Changed all occurances of "namespace import | ericm | 2000-04-10 | 1 | -2/+2 |
| | | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948]. | ||||
* | added test for [info body] bytecompiled object bug | hobbs | 2000-01-21 | 1 | -1/+16 |
| | |||||
* | * tests/info.test: | hobbs | 2000-01-12 | 1 | -1/+59 |
| | | | | | | | | | | | * generic/tclCmdIL.c: fixed 'info procs ::namesp::*' behavior (Dejong) * tests/unixFCmd.test: * unix/tclUnixFCmd.c: added support for symbolic permissions setting in SetPermissionsAttribute (file attr $file -perm ...) [Bug: 3970] * tests/utf.test: fixed test that allowed \8 as octal value | ||||
* | * tests/info.test: | hobbs | 1999-12-12 | 1 | -18/+17 |
| | | | | | | | | | | * tests/parseOld.test: * generic/tclCmdAH.c: * generic/tclProc.c: changed Tcl_UplevelObjCmd (uplevel) and Tcl_EvalObjCmd (eval) to use TCL_EVAL_DIRECT in the single arg case as well, to take advantage of potential pure list input optimization. This means that it won't get byte compiled though, which should be acceptable. | ||||
* | * unix/tclUnixThrd.c: Applied patch to fix threads on Irix 6.5. | redman | 1999-07-31 | 1 | -2/+2 |
| | | | | | | | Patch from James Dennett. [Bug: 2450] * tests/info.test: Enable test for tclParse.c change (info complete). | ||||
* | Removed patch for bug 2382, for info complete. | redman | 1999-07-23 | 1 | -4/+4 |
| | |||||
* | Applied patch for info complete. [Bug: 2382] | redman | 1999-07-22 | 1 | -1/+7 |
| | |||||
* | Modified the tests to use the package tcltest | jenn | 1999-06-26 | 1 | -2/+3 |
| | |||||
* | fixed error in test reported by procheck | surles | 1999-05-28 | 1 | -2/+2 |
| | |||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -156/+77 |
| | |||||
* | Fixed quoting of { in an info complete test case. | welch | 1998-11-11 | 1 | -2/+2 |
| | |||||
* | Fixed bug in "info complete" - it did not handle NULLs correctly. | rjohnson | 1998-10-13 | 1 | -1/+7 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | stanton | 1998-06-18 | 1 | -0/+14 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+576 |