summaryrefslogtreecommitdiffstats
path: root/generic/tclVar.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2023-10-191-32/+32
|\
| * Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-32/+32
| * Thanks for cherrypicking this change for 8.7.griffin2023-08-221-1/+2
| * The experiment deployment of TclDuplicatePureObj() has been reverted fromdgp2023-08-211-3/+2
| * Move VarHashGetKey() to tclInt.h. More int -> Tcl_Sizejan.nijtmans2023-06-201-6/+3
* | Replace more DuplicateObj with ListObjCopy.griffin2023-08-121-2/+2
* | Revert DupolicatePureObj back to DuplicateObj.griffin2023-08-101-3/+2
* | merge trunkgriffin2023-06-201-4/+4
|\ \
| * \ Merge 8.7jan.nijtmans2023-06-191-4/+4
| |\ \ | | |/
| | * Some more Tcl_Size usagejan.nijtmans2023-06-191-3/+5
| | * Use TclDuplicatePureObj() in stead of TclListObjCopy() where appropriate. Bac...jan.nijtmans2023-05-311-3/+13
| | * More int/Tcl_Size backportjan.nijtmans2023-05-201-23/+27
* | | merge trunkgriffin2023-06-191-2/+2
|\ \ \ | |/ /
| * | Proposed fix for [c13819225e]: Problem with lsort|lsearch -stride on 32-bit l...jan.nijtmans2023-06-161-2/+2
* | | Merge trunkgriffin2023-05-231-2/+9
|\ \ \ | |/ /
| * | Improve TclDuplicatePureObj(), remove unnecessary increment/decrement pairs, ...pooryorick2023-05-171-2/+9
* | | Merge trunkgriffin2023-05-171-3/+6
|\ \ \ | |/ /
| * | New function, TclDuplicatePureObj(), doesn't duplicate the string pooryorick2023-05-161-3/+6
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ Partial sync-up with trunk.griffin2023-04-301-37/+37
|\ \ \ \ \ \ | | | | |/ /
| | | | * | Fix warnings generated on disable8api buildsapnadkarni2023-04-211-2/+2
| | | |/ /
| | | * | 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
| | |/ | |/|
* | | Merge trunkgriffin2023-03-251-18/+18
|\ \ \ | |/ /
| * | Another round of -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-18/+18
* | | Merge 9.0jan.nijtmans2022-11-291-2/+6
|\ \ \ | |/ /
| * | 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
* | | TCL_OBJTYPE_V0_INIT -> TCL_OBJTYPE_V0 (See TIP #644). Remove Tcl_SavedResult ...jan.nijtmans2022-11-241-2/+2
* | | Implement abstractlist with tip-644griffin2022-11-041-2/+4
|/ /
* | 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
|\ \ \ | |/ /