summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Make a start fixing [bd1a60eb9c]. WIPjan.nijtmans2023-02-141-7/+8
* Fix for [10c2c17c32]: UTF-LE32 encoder mapping of surrogates. With testcases ...jan.nijtmans2023-02-131-4/+36
|\
| * Add 4 more testcases, showing that the same bug is present in utf-16 as well....jan.nijtmans2023-02-091-8/+36
| * Proposed fix for [10c2c17c32]: UTF-LE32 encoder mapping of surrogates. TODO: ...jan.nijtmans2023-02-061-0/+4
* | Proposed fix (and testcases) for [4a7397e0b3]: Tcl 9: fcopy with -strictencod...jan.nijtmans2023-02-101-0/+8
|/
* (cherry-pick) Make Tcl_UniCharToUtf more readable and add test to exercise su...jan.nijtmans2023-02-011-8/+6
* (cherry-pick) Make Tcl_UniCharToUtf more readable and add test to exercise su...jan.nijtmans2023-02-012-30/+33
|\
| * (Cherry-pick) Make Tcl_UniCharToUtf more readable.jan.nijtmans2023-02-012-30/+33
* | SetFlag -> GotFlag (since SetFlag always returns 1, this is nonsence in an if...jan.nijtmans2023-01-311-1/+1
* | silence compiler warningdgp2023-01-301-1/+1
* | Add some comments and tidy code.pooryorick2023-01-273-2/+5
* | Fix off-by-one error in tclCmdAH.c, with testcases showing that it works now.jan.nijtmans2023-01-271-1/+1
|\ \ | |/
| * Better error-message for previous commit. Some more code-cleanup, backported ...jan.nijtmans2023-01-233-200/+153
| * Fix [3e8074aea7]: [interp limit time -seconds] has a y2k38 problemjan.nijtmans2023-01-221-5/+7
| |\
| | * Proposed fix for [3e8074aea7]: [interp limit time -seconds] has a y2k38 problemjan.nijtmans2023-01-191-5/+7
* | | Fix for [ee08ed090b0a5408], sporadic segmentation fault inpooryorick2023-01-261-0/+1
* | | First part of fix for [4a7397e0b3]. Not complete yet.jan.nijtmans2023-01-241-2/+6
|\ \ \
| * \ \ Merge 9.0jan.nijtmans2023-01-246-49/+101
| |\ \ \
| | * \ \ Merge 8.7jan.nijtmans2023-01-223-7/+47
| | |\ \ \ | |_|/ / / |/| | | |
| | * | | Merge 8.7 (Bug [e3dcab1d14])Kevin B Kenny2023-01-221-30/+31
| | |\ \ \
| | * \ \ \ Merge 8.7jan.nijtmans2023-01-191-1/+1
| | |\ \ \ \
| | * \ \ \ \ Merge 8.7jan.nijtmans2023-01-182-11/+22
| | |\ \ \ \ \
| * | \ \ \ \ \ Merge trunk. Make test-cases pass (again). This might indicate a bug in utf-8...jan.nijtmans2023-01-171-2/+4
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge 8.7jan.nijtmans2023-01-151-2/+4
| | |\ \ \ \ \ \
| * | | | | | | | First part of fix for [4a7397e0b3]: Take flags into account when deciding to ...jan.nijtmans2022-12-241-2/+6
| |/ / / / / / /
| * | | | | | | Merge 8.7jan.nijtmans2022-12-216-129/+123
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-12-201-6/+5
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-12-191-0/+2
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | MODULE_SCOPE TclLengthOne (in stead of 2 separate static functions doing the ...jan.nijtmans2022-12-183-10/+15
| * | | | | | | | | | Merge 8.7jan.nijtmans2022-12-161-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-12-161-4/+9
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-12-151-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-12-091-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Eliminate TclArithSeriesObjLength and TclArithSeriesObjStep from tclArithSeri...jan.nijtmans2022-12-086-19/+17
| * | | | | | | | | | | | | | Merge 8.7jan.nijtmans2022-12-051-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-12-051-1/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-12-052-13/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-12-051-3/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Oops, that's the wrong one ...jan.nijtmans2022-12-021-2/+2
| * | | | | | | | | | | | | | | | | | Make options -nocomplain and -strictencoding truly independant. Leftover from...jan.nijtmans2022-12-021-2/+0
| * | | | | | | | | | | | | | | | | | Merge 8.7jan.nijtmans2022-11-304-11/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7. This also fixes [133456085a]jan.nijtmans2022-11-302-27/+28
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Stop shimmering for "llength". Internal optimization (but using TIP #644)jan.nijtmans2022-11-3017-161/+202
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 9.0. New macro ABSTRACTLIST_PROCjan.nijtmans2022-11-2813-86/+104
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | size_t result for lengthProc. More usage of Tcl_GetWideUIntFromObjjan.nijtmans2022-11-279-18/+36
| | * | | | | | | | | | | | | | | | | | | | | HAS_ABSTRACTLIST_PROCjan.nijtmans2022-11-265-31/+38
| | * | | | | | | | | | | | | | | | | | | | | Merge 9.0jan.nijtmans2022-11-2512-44/+64
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2022-11-2515-116/+139
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | Internal abstract list, don't let "llength" shimmer any more.jan.nijtmans2022-11-2319-174/+217
| * | | | | | | | | | | | | | | | | | | | | | | | Merge 8.7jan.nijtmans2022-11-2812-22/+74
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |