summaryrefslogtreecommitdiffstats
path: root/generic/tclIndexObj.c
Commit message (Expand)AuthorAgeFilesLines
* more result generation conversiondonal.k.fellows@manchester.ac.uk2012-08-031-41/+46
* protect Tcl_GetIndexFromObjStruct from empty strings in tablenijtmans@users.sourceforge.net2012-07-051-7/+16
|\
| * protect Tcl_GetIndexFromObjStruct from empty strings in tablenijtmans@users.sourceforge.net2012-07-051-6/+15
| |\
| | * protect Tcl_GetIndexFromObjStruct from empty strings in tablenijtmans@users.sourceforge.net2012-07-051-6/+15
* | | make some more internal tables constnijtmans@users.sourceforge.net2012-04-231-1/+1
|\ \ \ | |/ /
* | | Unbreak TCL_ARGV_AUTO_REST macro, found during testing.donal.k.fellows@manchester.ac.uk2011-09-271-1/+8
* | | Proposed patch to fix [Bug 3413857]...donal.k.fellows@manchester.ac.uk2011-09-261-24/+14
* | | Small changes to quell gcc warnings and make message generation less ugly.donal.k.fellows@manchester.ac.uk2011-08-161-23/+21
* | | 3366265 Allocate proper size buffer for TclConvertElement() to write to.dgp@users.sourceforge.net2011-07-141-2/+4
|\ \ \ | |/ /
| * | 3366265 Allocate proper size buffer for TclConvertElement() to write to.dgp@users.sourceforge.net2011-07-141-2/+4
* | | New internal routines TclScanElement() and TclConvertElement().dgp@users.sourceforge.net2011-05-101-4/+6
|\ \ \ | |/ /
| * | Completed patch with mucho comments. Merge 8.5.dgp@users.sourceforge.net2011-05-101-0/+3
| * | Significant rewrite of the Tcl*(Scan|Convert)*Element() system, and revisionsdgp@users.sourceforge.net2011-03-031-4/+6
* | | TclFreeIntRep() cleanup.dgp@users.sourceforge.net2011-04-271-1/+0
* | | Make sure SetFooFromAny routines react reasonably when passed a NULL interp.dgp@users.sourceforge.net2011-04-211-0/+2
|\ \ \
| * \ \ Make sure SetFooFromAny routines react reasonably when passed a NULL interp.dgp@users.sourceforge.net2011-04-211-0/+2
| |\ \ \ | | |/ / | |/| / | | |/
| | * Make sure SetFooFromAny routines react reasonably when passed a NULL interp.dgp@users.sourceforge.net2011-04-211-0/+2
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indonal.k.fellows@manchester.ac.uk2011-03-121-14/+12
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp@users.sourceforge.net2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-011-2/+0
| | * * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): It seemsdgp@users.sourceforge.net2006-04-061-2/+2
| | * * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Allow emptydgp@users.sourceforge.net2006-04-051-7/+3
| | * Fix [Bug 1646039]donal.k.fellows@manchester.ac.uk2006-04-051-13/+9
| | * * generic/tclIndexObj.c: Disallow the "ambiguous" error messagedgp@users.sourceforge.net2006-02-161-3/+3
| | * Fix shared object panics. [Bug 875395]donal.k.fellows@manchester.ac.uk2004-01-131-3/+6
* | | Fix gcc -Wextra warning: missing initializernijtmans2010-12-101-5/+5
* | | [FRQ 2974744]: share exception codes (ObjType?):nijtmans2010-03-301-1/+52
* | | Code Audit results:donal.k.fellows@manchester.ac.uk2010-03-051-41/+42
* | | Improve error message for corner case in ::prefixferrieux@users.sourceforge.net2010-03-011-2/+2
* | | fix [AT 86258]: special-casing of empty tables when generating error messages...ferrieux@users.sourceforge.net2010-03-011-11/+15
* | | Pure whitespace changes, changing to follow Engineering Manual style.donal.k.fellows@manchester.ac.uk2010-02-241-9/+9
* | | - genStubs.tcl: No longer generate a space after "*" andnijtmans2010-01-291-5/+5
* | | Eliminate various gcc warnings (in -Wextra mode)nijtmans2009-11-181-5/+5
* | | * generic/tclDictObj.c: Updated freeIntRepProc routines sodgp@users.sourceforge.net2009-09-301-1/+2
* | | Reset internal INTERP_ALTERNATE_WRONG_ARGSnijtmans2009-04-271-1/+2
* | | - eliminate some unnessary type castsnijtmans2009-02-101-7/+7
* | | Generate errorcodes for more cases.donal.k.fellows@manchester.ac.uk2009-01-081-1/+2
* | | fix 'make checkstubs' failure: make TclGetIndexFromObjList staticdas2008-12-151-4/+7
* | | Eliminate 3 calls to Tcl_SetResult, asnijtmans2008-11-251-2/+2
* | | * generic/tclCmdAH.c: Fix minor compiler warnings when compilingnijtmans2008-10-141-3/+3
* | | fix warningdas2008-10-101-2/+2
* | | Fix [Bug 2144595]donal.k.fellows@manchester.ac.uk2008-10-051-5/+9
* | | * doc/GetIndex.3: CONSTified the tablePtr argumentnijtmans2008-10-041-3/+3
* | | Tidying up formattingdonal.k.fellows@manchester.ac.uk2008-10-031-73/+73
* | | typofixdonal.k.fellows@manchester.ac.uk2008-10-031-4/+4
* | | Implemented TIP#195 - tcl::prefix command. [Patch 1040206]donal.k.fellows@manchester.ac.uk2008-10-031-9/+406
* | | Implement TIP #265. [FRQ 1446696]donal.k.fellows@manchester.ac.uk2008-10-021-2/+380
|/ /
* | merge stable branch onto HEADdgp@users.sourceforge.net2007-12-131-1/+1
* | Reduce cast count.donal.k.fellows@manchester.ac.uk2007-11-191-19/+20