Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tclIndexObj.c: fixed some casting problems that upset | hobbs | 2001-08-30 | 1 | -5/+5 |
| | | | | Crays. [Bug #419528] (andreasen) | ||||
* | [Patch #424851]: Faster array searching & obj cleanup | Miguel Sofer | 2001-05-26 | 1 | -18/+1 |
| | |||||
* | Now correctly test for (and fix) Bug #119082. | dkf | 2000-11-24 | 1 | -7/+18 |
| | |||||
* | minor cast changes | hobbs | 2000-11-02 | 1 | -5/+5 |
| | |||||
* | * tests/indexObj.test: Added tests using the [testwrongnumargs] | ericm | 2000-08-07 | 1 | -3/+9 |
| | | | | | | | | | | | command to test Tcl_WrongNumArgs. * generic/tclTest.c (TestWrongNumArgsObjCmd): Added test function for the Tcl_WrongNumArgs function. * generic/tclIndexObj.c (Tcl_WrongNumArgs): Corrected algorithm to not insert a space before the message component when objc == 0 [Bug: 6078]. | ||||
* | * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Corrected | hobbs | 2000-06-06 | 1 | -2/+6 |
| | | | | | caching of the index ptr to account for offsets != sizeof(char *). [Bug: 5153] | ||||
* | Applied patch from Peter Hardie (with modifications) to fix | redman | 1999-06-28 | 1 | -1/+10 |
| | | | | | Tcl_GetIndexFromObj when the key is "". Added test cases and doc note. | ||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -68/+92 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+308 |