summaryrefslogtreecommitdiffstats
path: root/generic/tclIndexObj.c
Commit message (Expand)AuthorAgeFilesLines
* Protect Tcl_GetIndexFromObjStruct from invalid "offset" values, like 0 or -1....jan.nijtmans2013-01-231-1/+5
* Fix bug reported by Brian Griffin:jan.nijtmans2012-11-221-4/+0
* protect Tcl_GetIndexFromObjStruct from empty strings in tablejan.nijtmans2012-07-051-6/+15
* Make sure SetFooFromAny routines react reasonably when passed a NULL interp.dgp2011-04-211-0/+2
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
* * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): It seemsdgp2006-04-061-2/+2
* * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Allow emptydgp2006-04-051-7/+3
* Fix [Bug 1646039]dkf2006-04-051-13/+9
* * generic/tclIndexObj.c: Disallow the "ambiguous" error messagedgp2006-02-161-3/+3
* Fix shared object panics. [Bug 875395]dkf2004-01-131-3/+6
* * doc/GetIndex.3:dgp2002-02-281-3/+3
* * generic/tclIndexObj.c (STRING_AT): removed ptrdiff_t cast andhobbs2002-02-161-14/+2
* * tclExecute.c:andreas_kupries2002-02-151-2/+6
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-42/+185
* * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that weredgp2002-01-171-8/+10
* * Updated APIs in the file generic/tclIndexObj.cdgp2002-01-141-7/+8
* * 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