summaryrefslogtreecommitdiffstats
path: root/generic/tclStringObj.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | More refactoring into common codeapnadkarni2023-05-191-35/+25
* | | | | | Merge trunkapnadkarni2023-05-051-3/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.7jan.nijtmans2023-05-041-3/+6
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fix [9c397da4a9]: AppendPrintfToObjVA(): support 64-bit pointersjan.nijtmans2023-05-041-2/+6
| | | |/ / | | |/| |
| | * | | Backport "Comments only. Fix blatantly obsolete ones". And a few more improve...jan.nijtmans2023-05-031-39/+56
| | | |/ | | |/|
| | * | Simplify Tcl 9 compatibility macro's. No change in functionality.jan.nijtmans2023-04-271-2/+2
| | * | Reduce diff between 8.7 and 9.0. Add some testcasesjan.nijtmans2023-04-211-145/+150
| | * | Adapt TIP's #494/#481/#537/#544/#568/#616/#623/#627/#630 to TIP #660 changesjan.nijtmans2023-04-181-1/+1
* | | | Refactor reallocation in preparation for experimentation with different growt...apnadkarni2023-05-041-53/+32
* | | | Fix bug-c9663296fd (in progress)apnadkarni2023-05-031-22/+34
|/ / /
* | | Comments only. Fix blatantly obsolete onesapnadkarni2023-05-031-19/+17
* | | Limit memset() to "TCL_UTF_MAX=3' builds.pooryorick2023-04-281-0/+2
* | | Add bytearray checking to TclCheckEmptyString(), and then usepooryorick2023-04-271-19/+26
|\ \ \
| * | | Add bytearray checking to TclCheckEmptyString(), and then use pooryorick2023-04-231-19/+26
* | | | Fix for [f5eadcbf9a6b1b4c], passing pointer to uninitialized memory leadspooryorick2023-04-271-0/+6
|\ \ \ \
| * | | | memset(0xff) instead of memset(0) to accomodate tests that fill buffer withpooryorick2023-04-271-1/+1
| * | | | Fix for issue [f5eadcbf9a], passing pointer to uninitialized memory leadspooryorick2023-04-251-0/+6
* | | | | Reduce number of needed type-casts. No change in functionalityjan.nijtmans2023-04-261-2/+2
|/ / / /
* | | | Fix [a814ee5bbd] - string compare/equal -length for long stringsapnadkarni2023-04-241-5/+6
* | | | Fix [a550f9710b] (format bigdata)apnadkarni2023-04-241-3/+16
|/ / /