summaryrefslogtreecommitdiffstats
path: root/generic/tclVar.c
Commit message (Expand)AuthorAgeFilesLines
* Merge trunkapnadkarni2023-04-141-2/+2
|\
| * Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-2/+2
| |\
| | * Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-2/+2
* | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-33/+33
|/ /
* | Another round of -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-18/+18
* | Merge 8.7jan.nijtmans2022-11-281-2/+6
|\ \ | |/
| * Reduce shimmering: If a conclusion can be drawn about the number of list elem...jan.nijtmans2022-11-281-2/+6
* | TIP 644 - Make Tcl_ObjType extensibleapnadkarni2022-10-111-2/+2
* | Merge 8.7jan.nijtmans2022-10-101-3/+1
|\ \ | |/
| * Use Tcl_ObjCmdProc in stead of full signaturejan.nijtmans2022-10-101-28/+26
| * Don't use TCL_HASH_TYPE for epoch/refCount type variables, keep it the same a...jan.nijtmans2022-06-241-4/+2
* | Implement modification of the 'name2' trace callback argument.sbron2022-08-311-4/+15
* | Alternative fix for the error messages by chw, which doesn't break traces onsbron2022-08-271-3/+5
* | Start TIP #634 implementation using modified patch from ticket #2969488 by fe...sbron2022-08-241-0/+9
* | Merge 9.0jan.nijtmans2022-05-171-6/+6
|\ \
| * \ Merge 8.7jan.nijtmans2022-05-171-6/+6
| |\ \ | | |/
| | * Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-6/+6
* | | Merge 9.0jan.nijtmans2022-04-141-6/+6
|\ \ \ | |/ /
| * | Rebase to Tcl 9.0jan.nijtmans2022-04-011-6/+6
| |\ \
| | * | Use TIP #613's Tcl_GetIndexFromObj() to eliminate typecasts which are no long...jan.nijtmans2022-03-021-6/+6
* | | | More progressjan.nijtmans2022-03-291-6/+6
* | | | Merge 9.0jan.nijtmans2022-03-151-33/+33
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2022-03-141-20/+20
| |\ \ \ | | | |/ | | |/|
| | * | Eliminate useless "const int" usage, where "const" has no meaning. VC-2015 ha...jan.nijtmans2022-03-141-20/+20
| | |/
* | | Provide somewhat more space in Tcl_CallFramejan.nijtmans2022-03-081-4/+4
* | | 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
|\ \ \ | |/ /