summaryrefslogtreecommitdiffstats
path: root/generic/tclIndexObj.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-10-021-2/+2
|\
| * Fix -Wshadow warnings, when compiling with a C++ compilerjan.nijtmans2020-10-021-2/+2
* | Merge 8.7jan.nijtmans2020-09-171-1/+1
|\ \ | |/
| * Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-1/+1
* | Merge implementation of TIP #585 (Promote the INDEX_TEMP_TABLE flag of Tcl_Ge...fvogel2020-09-131-3/+3
|\ \ | |/
| * Implementation of TIP #585 - Promote the INDEX_TEMP_TABLE flag of Tcl_GetInde...fvogel2020-09-021-4/+4
* | Merge 8.7jan.nijtmans2020-05-131-1/+1
|\ \ | |/
| * Merge 8.6jan.nijtmans2020-05-131-1/+1
| |\
| | * One Tcl_UtfPrev() -> TclUtfPrev() change. Just a little bit cheaper.jan.nijtmans2020-05-131-1/+1
* | | merge 8.7dgp2020-03-061-42/+4
|\ \ \ | |/ /
| * | more unused argumentsdgp2020-03-061-6/+3
| * | merge 8.6dgp2020-03-061-36/+1
| |\ \ | | |/
| | * Remove SetIndexFromAny(), a useless routine that can only be reached viadgp2020-03-061-35/+1
* | | Merge 8.7jan.nijtmans2020-02-281-17/+21
|\ \ \ | |/ /
| * | Let's try a real C++ build with Travis on Linuxjan.nijtmans2019-08-301-3/+7
| |\ \
| * \ \ Merge tip-548jan.nijtmans2019-08-151-5/+5
| |\ \ \ | | |/ /
| * | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-7/+7
| |\ \ \
| * | | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-8/+8
| |/ / /
* | | | Merge 8.7jan.nijtmans2019-08-151-7/+7
|\ \ \ \ | | |/ / | |/| |
| * | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-7/+7
| |/ /
* | | Eliminate many (mostly harmless) MSVC warning messages. Tcl 9 compiles warnin...jan.nijtmans2019-03-131-2/+2
* | | Merge 8.7jan.nijtmans2019-03-011-1/+1
|\ \ \ | |/ /
| * | More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-globjan.nijtmans2019-03-011-1/+1
| * | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-4/+2
* | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-7/+9
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2019-01-281-7/+7
|\ \ \ | |/ /
| * | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-8/+8
* | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled...jan.nijtmans2018-12-261-3/+3
* | | Merge 8.7jan.nijtmans2018-12-111-5/+4
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2018-11-151-1/+1
|\ \ \ | |/ /
* | | Implement TIP 445dgp2018-11-131-31/+34
|\ \ \ | |/ /
| * | merge 8.7dgp2017-11-151-1/+2
| |\ \
| * \ \ merge trunkdgp2017-03-201-0/+2
| |\ \ \
| * \ \ \ merge trunkdgp2016-07-131-6/+8
| |\ \ \ \
| * \ \ \ \ merge trunkdgp2016-07-091-5/+5
| |\ \ \ \ \
| * \ \ \ \ \ merge trunkdgp2016-07-021-10/+8
| |\ \ \ \ \ \
| * | | | | | | First demonstration conversion to the new intrep manipulation routines.dgp2016-03-251-27/+34
| * | | | | | | Revise the "index" Tcl_ObjType to use the new routine.dgp2016-03-241-7/+1
* | | | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-10/+10
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ merge trunkjan.nijtmans2018-07-041-64/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge 8.7jan.nijtmans2018-07-041-64/+0
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
* | | | | | | | | merge trunkjan.nijtmans2018-01-291-31/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | clean-up some more remainings of the Itcl hack. Taken over from "novem".jan.nijtmans2018-01-171-21/+2
| * | | | | | | | Remove obsolete documentation (belonging to now-removed functions). Remove ob...jan.nijtmans2018-01-171-10/+0
| |/ / / / / / /
* | | | | | | | New Tcl_GetIndexFromObjStruct signature using size_tjan.nijtmans2017-12-281-6/+6
|/ / / / / / /
* | | | | | | Change signature of (internal) TclScanElement() function. This saves memory a...jan.nijtmans2017-11-151-1/+2
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Change signature of (internal) TclScanElement() function. This saves memory a...jan.nijtmans2017-11-151-1/+2
| | |/ / / | |/| | |
* | | | | If compiled with TCL_NO_DEPRECATED, remove some more stub entries which are n...jan.nijtmans2017-03-201-0/+2
* | | | | Tidy up some references to INDEX_TEMP_TABLE.dkf2016-07-141-18/+13
| |_|_|/ |/| | |
* | | | New private flag value INDEX_TEMP_TABLE.dgp2016-07-131-6/+7
| |_|/ |/| |