summaryrefslogtreecommitdiffstats
path: root/generic/tclVar.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 9.0jan.nijtmans2022-02-241-1/+1
|\
| * Merge 8.7jan.nijtmans2022-02-101-3/+3
| |\
| | * Merge 8.6jan.nijtmans2022-02-101-3/+3
| | |\
| | | * Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-1/+1
| | | * More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-4/+5
* | | | Same with TclListObjGetElementsjan.nijtmans2022-02-101-3/+3
* | | | Tcl_ListObjLength -> TclListObjLengthjan.nijtmans2022-02-101-3/+3
* | | | More int -> size_t, especially TclOOjan.nijtmans2022-01-271-1/+2
* | | | change signature for Tcl_DictObjPutKeyList and Tcl_DictObjRemoveKeyList toojan.nijtmans2022-01-241-15/+20
* | | | Tcl Dicts > 2^31 elements toojan.nijtmans2022-01-241-1/+1
* | | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-6/+6
|/ / /
* | | Merge 8.7jan.nijtmans2021-10-081-42/+42
|\ \ \ | |/ /
| * | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-29/+29
* | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-3/+3
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2020-12-081-5/+5
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-5/+5
* | | Merge 8.7jan.nijtmans2020-10-021-4/+4
|\ \ \ | |/ /
| * | Fix -Wshadow warnings, when compiling with a C++ compilerjan.nijtmans2020-10-021-4/+4
* | | Merge 8.7jan.nijtmans2020-09-281-31/+31
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-09-281-31/+31
| |\ \ | | |/
| | * Make Tcl compile warning-free using -Wshadowjan.nijtmans2020-09-281-29/+29
| | * Eliminate many "register" keywords (which do nothing with modern compilers)jan.nijtmans2020-09-141-35/+35
* | | Merge 8.7jan.nijtmans2020-09-171-4/+5
|\ \ \ | |/ /
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-4/+5
* | | Merge 8.7jan.nijtmans2020-08-131-1/+1
|\ \ \ | |/ /
| * | More usage of TclNewIntObj() macrojan.nijtmans2020-08-131-1/+1
* | | merge 8.7dgp2020-03-171-19/+0
|\ \ \ | |/ /
| * | TIP 569 - remove lint commentsdgp2020-03-171-19/+0
* | | merge 8.7dgp2020-03-091-52/+27
|\ \ \ | |/ /
| * | moredgp2020-03-091-52/+27
* | | Merge 8.7jan.nijtmans2020-02-281-35/+59
|\ \ \ | |/ /
| * | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-11/+29
| |\ \
| * | | Mark more unused parametersjan.nijtmans2019-09-031-1/+7
| * | | Merge tip-548jan.nijtmans2019-08-291-1/+1
| |\ \ \ | | |/ /
| * | | Merge tip-548jan.nijtmans2019-08-151-27/+27
| |\ \ \ | | |/ /
| * | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-24/+24
* | | | Merge 8.7jan.nijtmans2019-08-151-27/+27
|\ \ \ \ | | |/ / | |/| |
| * | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-27/+27
| |/ /
* | | Merge 8.7jan.nijtmans2019-06-121-1/+1
|\ \ \ | |/ /
| * | Eliminate (internal) TclOffset() usage, just use offsetof() in stead.jan.nijtmans2019-06-121-1/+1
* | | Merge 8.7jan.nijtmans2019-04-091-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2019-04-091-1/+1
| |\ \ | | |/
* | | Merge 8.7jan.nijtmans2019-04-081-2/+9
|\ \ \ | |/ /
| * | closes [45b9faf103f2] (tclVar cached lookup): fixes segfaulting if variable r...sebres2019-04-081-2/+9
* | | 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 size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-1/+1
* | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-1/+1
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2019-01-281-2/+2
|\ \ \ | |/ /
| * | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-2/+2