summaryrefslogtreecommitdiffstats
path: root/generic/tclStringObj.c
Commit message (Expand)AuthorAgeFilesLines
* put back line accidently removedjan.nijtmans2024-03-201-0/+1
* Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (than...jan.nijtmans2024-03-201-3/+1
|\
| * Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (than...jan.nijtmans2024-03-201-1/+1
| |\
| * | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6jan.nijtmans2024-03-131-2/+2
* | | more spacing/formatting tweaksdkf2024-03-191-7/+4
* | | Fix indentation/brace usage style issuesdkf2024-03-191-14/+26
* | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too.jan.nijtmans2024-03-121-2/+2
* | | Merge 8.7jan.nijtmans2024-02-061-17/+21
|\ \ \ | |/ /
| * | Fix util-18.13/util-18.14 constraint, which masked the wrong result on 64-bit...jan.nijtmans2024-02-061-17/+21
* | | Merge 8.7jan.nijtmans2024-02-051-25/+10
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2024-02-051-23/+8
| |\ \ | | |/
| | * Fix indentingjan.nijtmans2024-02-051-9/+9
| | * Fix [2089279]: StringObj.3 Tcl_ObjPrintf inaccuracies.jan.nijtmans2024-02-051-2/+19
* | | Merge 8.7jan.nijtmans2024-02-011-4/+26
|\ \ \ | |/ /
| * | Fix [0d78177f20]: unsigned use of Tcl_ObjPrintf() doesn't work as expected. W...jan.nijtmans2024-02-011-4/+26
* | | merge 8.7sebres2024-01-291-2/+35
|\ \ \ | |/ /
| * | merge 8.6sebres2024-01-291-2/+35
| |\ \ | | |/
| | * closes [db4f2843cd]: fixes SF by BO in ReadChars (and Tcl_ReadChars with appe...sebres2024-01-291-2/+35
* | | Fix [abd489a1c]: TclStringCmp() calls functions through pointer to incorrect ...jan.nijtmans2023-12-291-5/+116
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-12-291-5/+36
| |\ \ | | |/
* | | Fix binary/format/string testcase failures on 32-bit platforms. Reported by H...jan.nijtmans2023-11-161-11/+9
* | | Tcl_GetByteArrayFromObj -> Tcl_GetBytesFromObj everywhere in core, since it h...jan.nijtmans2023-11-081-25/+25
* | | Merge 8.7jan.nijtmans2023-10-191-11/+11
|\ \ \ | |/ /
| * | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-11/+11
| * | int -> Tcl_Size (where appropriate)jan.nijtmans2023-09-181-99/+98
| * | Backport [891a74b941]: format %#d not consistent with other radix prefixes or...jan.nijtmans2023-09-181-6/+2
* | | Fix bug [891a74b941] - format %#d not consistent with other radix prefixesgriffin2023-09-161-0/+4
* | | Merge 8.7jan.nijtmans2023-09-121-90/+3
|\ \ \ | |/ /
| | |
| | \
| *-. \ TIP #665: Remove support for internal utf-16 for Tcl 8.7 (and 9.0)jan.nijtmans2023-09-121-131/+37
| |\ \ \ | | | |/
| | * | missed a fewjan.nijtmans2023-07-091-5/+5
| | * | Rebase to 8.7jan.nijtmans2023-07-091-107/+9
| | |\ \
| | | * \ Rebase to latest 8.7jan.nijtmans2023-05-041-116/+15
| | | |\ \
| | | | * | More progressjan.nijtmans2023-05-011-9/+6
| | | | * | Remove internal use of TCL_UTF_MAX=3 as much as possible, without compromizin...jan.nijtmans2023-05-011-107/+9
| * | | | | TIP #666 implementation: Change ptrdiff_t → Tcl_Size in Tcl 8.7 (and 9.0)jan.nijtmans2023-09-111-31/+5
| |\ \ \ \ \
| | * \ \ \ \ Rebase to 8.7jan.nijtmans2023-07-261-31/+5
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Rebase to latest 8.7jan.nijtmans2023-05-101-31/+5
* | | | | | | Merge 8.7 - Fix [b5ac3e3786] - Tcl_GetUniChar oob readapnadkarni2023-09-051-0/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 8.6 - Fix [b5ac3e3786] - Tcl_GetUniChar oob readapnadkarni2023-09-051-0/+3
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | / | | | |_|_|/ | | |/| | |
| | * | | | Fix [b5ac3e3786] - Tcl_GetUniChar oob readapnadkarni2023-09-051-0/+7
| | * | | | Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-38/+38
| * | | | | off-by-one. Minor optimizationjan.nijtmans2023-07-061-2/+2
| * | | | | Proposed fix for [c5bcbf3494]: Output of surrogates seems to repeat following...jan.nijtmans2023-07-061-15/+23
* | | | | | Merge 8.7jan.nijtmans2023-06-021-17/+22
|\ \ \ \ \ \ | |/ / / / /
| * | | | | New (internal) macro TclAttemptInitStringRep()jan.nijtmans2023-06-021-3/+9
| | |/ / / | |/| | |
* | | | | Merge 8.7jan.nijtmans2023-05-221-2/+2
|\ \ \ \ \ | |/ / / /
* | | | | Minor refactor to combine alloc/reallocapnadkarni2023-05-201-3/+5
* | | | | Merge trunkapnadkarni2023-05-191-2/+1
|\ \ \ \ \
| * | | | | New function, TclDuplicatePureObj(), doesn't duplicate the string pooryorick2023-05-161-1/+0
| * | | | | Restore warning-free compilation with C++ compilerjan.nijtmans2023-05-111-1/+1