summaryrefslogtreecommitdiffstats
path: root/generic/tclIndexObj.c
Commit message (Expand)AuthorAgeFilesLines
* Some places prefer string lengths to be unsigned.dkf2001-10-231-2/+2
* Added #include tclPort.h to get definition of ptrdiff_tdgp2001-10-221-1/+2
* SunPro CC *sucks*...dkf2001-10-221-5/+12
* Fixed assumptions in testing code relating to internal representation ofdkf2001-10-221-1/+3
* * corrected minor coding errors to get compileable sourcedgp2001-10-191-4/+4
* Added clarification that string table used in Tcl_GetIndexFromObj mustdkf2001-10-191-45/+176
* Backing out unwise changesdkf2001-09-271-3/+2
* Woo hoo! Builds on one platform (Solaris8/SPARC with SunPro CC)dkf2001-09-251-2/+3
* * generic/tclIndexObj.c: fixed some casting problems that upsethobbs2001-08-301-5/+5
* [Patch #424851]: Faster array searching & obj cleanupMiguel Sofer2001-05-261-18/+1
* Now correctly test for (and fix) Bug #119082.dkf2000-11-241-7/+18
* minor cast changeshobbs2000-11-021-5/+5
* * tests/indexObj.test: Added tests using the [testwrongnumargs]ericm2000-08-071-3/+9
* * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Correctedhobbs2000-06-061-2/+6
* Applied patch from Peter Hardie (with modifications) to fixredman1999-06-281-1/+10
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-68/+92
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* Initial revisionrjohnson1998-03-261-0/+308