summaryrefslogtreecommitdiffstats
path: root/generic/tclIndexObj.c
Commit message (Expand)AuthorAgeFilesLines
* Completed patch with mucho comments. Merge 8.5.bug_3173086dgp2011-05-101-0/+3
* Significant rewrite of the Tcl*(Scan|Convert)*Element() system, and revisionsdgp2011-03-031-4/+6
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\
| * 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
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Reduce cast count.dkf2007-11-191-19/+20
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-3/+3
* | * generic/tclInt.decls: Revised the interfaces of the routinesdgp2007-06-201-3/+3
* | Silence a 'const'ness warning.dkf2007-06-121-2/+2
* | Improve the argument substitution behaviour of Tcl_WrongNumArgs when faced withdkf2007-06-121-5/+24
* | * generic/tclBasic.c: Replace arrays on the C stack and ckallocdgp2007-04-021-5/+5
* | * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): It seemsdgp2006-04-061-2/+2
* | * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Allow emptydgp2006-04-051-7/+3
* | Nail [Bug 1464039] by allowing the empty string to be exactly matched bydkf2006-04-051-19/+15
* | * generic/tclIndexObj.c: Disallow the "ambiguous" error messagedgp2006-02-161-3/+3
* | ANSIfy. Also converted some deeply nested code to a less nested form for easi...dkf2005-11-011-54/+51
* | fix compile errordgp2005-07-211-2/+2
* | Systematizing the formattingdkf2005-07-211-161/+210
* | * generic/tclInt.h: Reduced the Tcl_ObjTypes "index",dgp2005-06-071-8/+8
* | Clean up tests in chan.test and add mechanism for chaining Tcl_WrongNumArgsdkf2005-06-071-2/+7
* | Fix [Bug 1066837] without reopening other bugs... What a horrid hack! :^/dkf2004-11-251-3/+21
* | Allow ensembles to rewrite their subcommands' error messages to be moredkf2004-10-291-5/+82
* | * generic/tclBasic.c:dgp2004-10-061-3/+3
* | Factorize out the code for freeing an object's internal rep.dkf2004-09-291-5/+2
* | Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* | 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