summaryrefslogtreecommitdiffstats
path: root/generic/tclStringRep.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2022-10-251-7/+7
|\
| * Some more int -> Tcl_Size conversions, making the diff with the Tcl 9.0 heade...jan.nijtmans2022-10-251-7/+12
| * Merge 8.7jan.nijtmans2022-03-221-3/+3
| |\
| * | Some restructuring. Now compiles/runs fine with TCL_UTF_MAX=3jan.nijtmans2022-03-141-8/+3
* | | Merge 8.7jan.nijtmans2022-03-221-1/+1
|\ \ \ | | |/ | |/|
| * | Merge 8.6jan.nijtmans2022-03-221-3/+3
| |\ \ | | |/ | |/|
| | * Fix [0e8fd6c6d5]: (unsigned)STRING_SIZE(STRING_MAXCHARS) is 0 (and optimize S...jan.nijtmans2022-03-221-2/+2
* | | Merge 8.7. Fix (windows MSVC OPTS=symbols) build errorjan.nijtmans2022-01-141-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2022-01-141-1/+1
| |\ \ | | |/
| | * Fix [816913a65e]: GrowStringBuffer(): signed integer overflow. And a few simi...jan.nijtmans2022-01-131-1/+1
* | | Merge 8.7jan.nijtmans2022-01-121-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2022-01-121-1/+1
| |\ \ | | |/
| | * Fix [da6f155ca4]: STRING_SIZE() macro: parenthesize numChars usage. Fix more ...jan.nijtmans2022-01-121-1/+1
* | | Merge 8.7jan.nijtmans2020-09-111-1/+1
|\ \ \ | |/ /
| * | Merge 8.6. Remove tests/safe-stock86.test for win builds too (GIT, what are y...jan.nijtmans2020-09-111-1/+1
| |\ \ | | |/
| | * Fix [https://core.tcl-lang.org/tk/tktview?name=3bc0f44ef3|3bc0f44ef3]: UBSan ...jan.nijtmans2020-09-111-1/+1
* | | Merge 8.7jan.nijtmans2020-09-101-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-09-101-2/+2
| |\ \ | | |/
| | * Don't use sizeof() for structs containing a flexible array as last element. L...jan.nijtmans2020-09-101-2/+2
* | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-9/+5
* | | Now that we have TCL_AUTO_LENGTH/TCL_IO_FAILURE macro's, use them to make cod...jan.nijtmans2018-11-181-1/+1
* | | More using TCL_Z_MODIFIER where possiblejan.nijtmans2018-06-281-2/+2
* | | Merge trunkjan.nijtmans2018-04-151-0/+1
|\ \ \ | |/ /
| * | [string cat] was failing to NUL terminate string reps.dgp2018-04-051-0/+1
* | | merge trunkjan.nijtmans2017-12-151-4/+4
|\ \ \ | |/ /
* | | Handle Tcl_UtfAtIndex/Tcl_UniCharAtIndex for extended index range. More field...jan.nijtmans2017-11-161-5/+5
* | | re-base "novem-more-memory-API" to trunk. TIP not submitted yet, but upcoming.jan.nijtmans2017-11-161-3/+3
|\ \ \ | |/ / |/| |
| * | merge novemjan.nijtmans2016-07-061-14/+14
| |\ \
| | * \ Merge trunk. Some more internal use of size_t in stead of int.jan.nijtmans2016-07-051-12/+12
| | |\ \
| * | | | Make test-cases pass againjan.nijtmans2016-06-301-12/+12
| * | | | Unicode rep en Tcl_Obj length: int -> size_tjan.nijtmans2016-06-281-3/+3
| |/ / /
| * | | merge trunkdgp2016-03-231-1/+1
| | |/ | |/|
* | | Implement %ll (WideInt) handling for Tcl_ObjPrintf(). Use it in some places. ...jan.nijtmans2016-12-021-5/+5
|\ \ \ | |_|/ |/| |
| * | Implement %ll (WideInt) handling for Tcl_ObjPrintf(). Use it in some places. jan.nijtmans2016-12-021-4/+4
|/ /
* | Simplify use of "struct" keyword in many places.jan.nijtmans2016-06-301-1/+1
|/
* Factor out string internal rep definition so fix for [1af8de570511] is less a...dkf2016-03-221-0/+97