summaryrefslogtreecommitdiffstats
path: root/generic/tclStringObj.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Backout [e6fe76ae6b]. See build failure with -DTCL_UTF_MAX=3 [https://github....jan.nijtmans2023-04-231-36/+32
* | Make Tcl_AppendObjToObj avoid string generation in a couple more circumstances,pooryorick2023-04-221-32/+36
* | Backout [4a7b807856], It breaks the build. See: [https://github.com/tcltk/tcl...jan.nijtmans2023-04-221-28/+33
* | Make Tcl_AppendObjToObj more efficient and avoid unnecessarily generating apooryorick2023-04-211-33/+28
* | Fix [3c04fcdd1a] - join truncates large listsapnadkarni2023-04-191-6/+7
* | Merge trunkapnadkarni2023-04-141-40/+41
|\ \
| * \ Allow Tcl build without the Tcl 8 compat API. Derived from "disabletcl8api" b...jan.nijtmans2023-04-131-0/+2
| |\ \
| * | | Correct the documentation of Tcl_SetObjLength.pooryorick2023-04-121-11/+10
| * | | Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-30/+29
| |\ \ \ | | |/ / | |/| / | | |/
| | * Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-35/+35
* | | Merge 9.0apnadkarni2023-04-081-1/+1
|\ \ \ | |/ /
| * | Editorial fix in Tcl_Panic() message.pointsman2023-04-071-1/+1
| * | Merge 8.7jan.nijtmans2023-03-301-3/+3
| |\ \ | | |/
| | * Merge 8.6jan.nijtmans2023-03-301-3/+3
| | |\
| | | * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-3/+3
| | * | More (internal) usage of TclGetString() and TclGetStringFromObj() macro'sjan.nijtmans2023-03-271-7/+7
* | | | Export Tcl_GetSizeFromObj in stubsapnadkarni2023-04-051-2/+2
* | | | Fix gcc warnings from prior 9.0 mergeapnadkarni2023-04-011-2/+4
* | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-184/+219
|/ / /
* | | Merge 8.7jan.nijtmans2023-03-241-2/+2
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-03-241-2/+2
| |\ \ | | |/
| | * Fix [15e74a2fe6]: Fix various typosjan.nijtmans2023-03-241-2/+2
| * | Candidate fix for [f3cb2a32d6]dgp2023-03-201-0/+1