summaryrefslogtreecommitdiffstats
path: root/generic/tclIndexObj.c
Commit message (Expand)AuthorAgeFilesLines
* merge trunkjan.nijtmans2016-12-011-2/+2
|\
* | More internal use of size_t. Eliminate unused "isBin" argument from TclpSysAl...jan.nijtmans2016-12-011-9/+11
* | merge trunkdgp2016-07-181-17/+14
|\ \ | |/
| * Tidy up some references to INDEX_TEMP_TABLE.minor_changedkf2016-07-141-18/+13
| * New private flag value INDEX_TEMP_TABLE.dgp2016-07-131-6/+7
* | merge trunkjan.nijtmans2016-07-081-5/+5
|\ \ | |/
| * Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-5/+5
* | merge trunkdgp2016-07-011-11/+8
|\ \ | |/
| * [4402cfa58c] Rework the spell check machinery into something that will not bedgp2016-07-011-13/+8
| * Don't see why the intrep should make and keep copies of things alreadydgp2016-05-121-2/+4
* | merge trunk; eliminate legacy hacks for Itcl 3; migration paths in place.dgp2016-07-011-31/+2
|\ \ | |/
| * Allow Tcl to be compiled even if Tcl_Eval, Tcl_GetVar, ... are macros.jan.nijtmans2013-02-281-0/+1
* | Merge trunk. jan.nijtmans2013-02-111-1/+1
|\ \ | |/
* | merge trunkjan.nijtmans2013-02-031-12/+12
|\ \ | |/
| * merge core-8-5-branchjan.nijtmans2013-01-311-13/+13
| |\
| | * Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th...jan.nijtmans2013-01-311-13/+13
* | | Convert Tcl_GetIndexFromObj implementation to macrojan.nijtmans2013-01-241-71/+13
|\ \ \ | |/ /
| * | Simplify STRING_AT macro.jan.nijtmans2013-01-241-5/+9
| |\ \ | | |/
| | * Simplify STRING_AT macro.jan.nijtmans2013-01-241-5/+9
| | |\
| | | * Protect Tcl_GetIndexFromObjStruct from invalid "offset" values, like 0 or -1....jan.nijtmans2013-01-231-1/+5
* | | | The Tcl*(Scan|Convert)*Element() routines only need chars, not ints, todgp2013-01-081-1/+2
|/ / /
* | | Add super-simple compiler to many ensemble subcommands to allow better codedkf2013-01-041-3/+3
* | | Fix bug reported by Brian Griffin:jan.nijtmans2012-11-221-4/+0
|\ \ \ | |/ /
| * | Fix bug reported by Brian Griffin:jan.nijtmans2012-11-221-4/+0
| |\ \ | | |/
| | * Fix bug reported by Brian Griffin:jan.nijtmans2012-11-221-4/+0
* | | more result generation conversiondkf2012-08-031-41/+46
* | | protect Tcl_GetIndexFromObjStruct from empty strings in tablejan.nijtmans2012-07-051-7/+16
|\ \ \ | |/ /
| * | protect Tcl_GetIndexFromObjStruct from empty strings in tablejan.nijtmans2012-07-051-6/+15
| |\ \ | | |/
| | * protect Tcl_GetIndexFromObjStruct from empty strings in tablejan.nijtmans2012-07-051-6/+15
* | | make some more internal tables constjan.nijtmans2012-04-231-1/+1
|\ \ \ | |/ /
* | | Unbreak TCL_ARGV_AUTO_REST macro, found during testing.dkf2011-09-271-1/+8
* | | Proposed patch to fix [Bug 3413857]...dkf2011-09-261-24/+14
* | | Small changes to quell gcc warnings and make message generation less ugly.dkf2011-08-161-23/+21
* | | 3366265 Allocate proper size buffer for TclConvertElement() to write to.dgp2011-07-141-2/+4
|\ \ \ | |/ /
| * | 3366265 Allocate proper size buffer for TclConvertElement() to write to.dgp2011-07-141-2/+4
* | | New internal routines TclScanElement() and TclConvertElement().dgp2011-05-101-4/+6
|\ \ \ | |/ /
| * | 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
* | | TclFreeIntRep() cleanup.dgp2011-04-271-1/+0
* | | Make sure SetFooFromAny routines react reasonably when passed a NULL interp.dgp2011-04-211-0/+2
|\ \ \
| * \ \ Make sure SetFooFromAny routines react reasonably when passed a NULL interp.dgp2011-04-211-0/+2
| |\ \ \ | | |/ / | |/| / | | |/
| | * Make sure SetFooFromAny routines react reasonably when passed a NULL interp.dgp2011-04-211-0/+2
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-14/+12
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | 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