summaryrefslogtreecommitdiffstats
path: root/generic/tclIndexObj.c
Commit message (Expand)AuthorAgeFilesLines
* 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.dgp2011-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
| | * Fix shared object panics. [Bug 875395]dkf2004-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:dkf2010-03-051-41/+42
* | | Improve error message for corner case in ::prefixferrieux2010-03-011-2/+2
* | | fix [AT 86258]: special-casing of empty tables when generating error messages...ferrieux2010-03-011-11/+15
* | | Pure whitespace changes, changing to follow Engineering Manual style.dkf2010-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 sodgp2009-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.dkf2009-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]dkf2008-10-051-5/+9
* | | * doc/GetIndex.3: CONSTified the tablePtr argumentnijtmans2008-10-041-3/+3
* | | Tidying up formattingdkf2008-10-031-73/+73
* | | typofixdkf2008-10-031-4/+4
* | | Implemented TIP#195 - tcl::prefix command. [Patch 1040206]dkf2008-10-031-9/+406
* | | Implement TIP #265. [FRQ 1446696]dkf2008-10-021-2/+380
|/ /
* | 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...msofer2007-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