summaryrefslogtreecommitdiffstats
path: root/generic/tclUtil.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug [c25d2cd3e6], as well as memory leaks in lsearch and concat.griffin2023-07-161-0/+2
* merge trunkgriffin2023-06-301-163/+68
|\
| * Merge 9.0jan.nijtmans2023-06-271-16/+15
| |\
| * \ Merge 9.0jan.nijtmans2023-06-231-5/+8
| |\ \ | | |/
| | * Merge 8.7jan.nijtmans2023-06-221-5/+8
| | |\
| | | * Proposed fix for [44452e2c55]: indexObj.test failures on i386jan.nijtmans2023-06-221-24/+26
| | | * (partial) fix for [https://core.tcl-lang.org/tk/tktview/a9929f112a|a9929f112a...jan.nijtmans2023-06-211-1/+4
| | | * Use TclDuplicatePureObj() in stead of TclListObjCopy() where appropriate. Bac...jan.nijtmans2023-05-311-94/+100
| * | | WIP for fixing [https://core.tcl-lang.org/tk/tktview/a9929f112a|a9929f112a]jan.nijtmans2023-06-221-157/+60
| |/ /
* | | Function name cleanup.griffin2023-05-261-12/+3
* | | merge trunkgriffin2023-05-241-2/+2
|\ \ \ | |/ /
| * | Remove TCL_SIZE_SMAX, not used anywhere. Some more variable which should have...jan.nijtmans2023-05-241-2/+2
* | | Merge trunkgriffin2023-05-231-31/+38
|\ \ \ | |/ /
| * | Merge trunkapnadkarni2023-05-191-1/+5
| |\ \
| | * | Improve TclDuplicatePureObj(), remove unnecessary increment/decrement pairs, ...pooryorick2023-05-171-1/+5
| * | | More refactoring into common codeapnadkarni2023-05-191-6/+6
| * | | Refactor couple more reallocationsapnadkarni2023-05-151-56/+16
| * | | Refactor allocation in Tcl_DStringAppendElementapnadkarni2023-05-151-14/+33
| * | | Refactor allocation strategy in Tcl_DStringAppendapnadkarni2023-05-101-12/+36
* | | | Merge trunkgriffin2023-05-171-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | New function, TclDuplicatePureObj(), doesn't duplicate the string pooryorick2023-05-161-1/+1
| |/ /
* | | Add Tcl_BumpObj() used to prevent leaks from Abstract List elements.griffin2023-05-171-2/+4
* | | merge trunkgriffin2023-05-091-4/+7
|\ \ \ | |/ /
| * | Make TclLindexFlat() a litle more straightforward.pooryorick2023-05-081-2/+2
| * | Use Tcl_Size instead of size_t in two places in TclIndexEncode.pooryorick2023-05-081-2/+2
| * | Merge 8.7. Restore Tcl_DStringSetLength() behavior, as suggested in [3837178c25]jan.nijtmans2023-05-071-0/+3
| |\ \ | | |/
* | | merge trunkgriffin2023-05-031-0/+40
|\ \ \ | |/ /
| * | More checks for exceeding max wordsapnadkarni2023-04-271-0/+40
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ Partial sync-up with trunk.griffin2023-04-301-154/+310
|\ \ \ \ \ \ | | | | |/ /
| | | | * | Missing !defined(TCL_NO_DEPRECATED) around TIP #616 macro's. Thanks Rolf for...jan.nijtmans2023-04-231-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
| | | | * Merge 9.0apnadkarni2023-04-051-18/+18
| | | | |\ | | | |_|/ | | |/| |
| | * | | TIP #628 addendum (various fixes to improve handling of 8.7 <-> 9.0 header di...jan.nijtmans2023-04-041-89/+88
| | | | * Merge 9.0jan.nijtmans2023-04-011-1/+1
| | | | |\ | | | |_|/ | | |/| |
| | * | | Merge 8.7jan.nijtmans2023-03-301-1/+1
| | |\ \ \ | |/ / / / | | | _ / | | | /
| | * | Merge 8.6jan.nijtmans2023-03-301-2/+2
| | |\ \
| | | * | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-2/+2
| | | | * TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-143/+299
| | |_|/ | |/| |
| * | | Merge 8.7jan.nijtmans2023-03-241-1/+1
| |\ \ \ | | |/ /
| | * | Merge 8.6jan.nijtmans2023-03-241-1/+1
| | |\ \ | | | |/
| | | * Fix [15e74a2fe6]: Fix various typosjan.nijtmans2023-03-241-4/+4
* | | | Merge trunkgriffin2023-03-251-6/+7
|\ \ \ \ | |/ / /
| * | | Merge 9.0apnadkarni2023-03-011-2/+2
| |\ \ \
| | * | | Fix and tests for [46dda6fc29]apnadkarni2023-02-251-2/+2
| * | | | Compiles and runs. Tests still to be ported.apnadkarni2023-02-251-4/+5
| |/ / /
| * | | MODULE_SCOPE TclLengthOne (in stead of 2 separate static functions doing the ...jan.nijtmans2022-12-181-4/+9
* | | | Reserve a place in abstractlist for an additional functionjan.nijtmans2022-12-181-3/+9
* | | | Add 'getdouble' function to ObjType, used for abstractlist types. -- Experime...griffin2022-12-071-0/+1