summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Protect zlib errors with check for null interpapnadkarni2023-03-041-10/+19
* Merge 8.6jan.nijtmans2023-03-041-1/+1
|\
| * Fix [1b8df10110]: Tcl_GetTime returns wrong usec value on Windowsjan.nijtmans2023-03-041-1/+1
* | Fix Valgrind "still reachable" report in TestcmdtokenCmd().pooryorick2023-03-031-14/+30
* | Put back testcase io-52.20, and re-fix [4a7397e0b3]jan.nijtmans2023-02-282-1/+8
* | Missing ')'jan.nijtmans2023-02-281-1/+1
* | Restore previous behavior for non-blocking mode, as for this mode the semanti...jan.nijtmans2023-02-281-1/+5
* | Reverted [d156af9fb76dd2f4] and removed tests io-52.20 io-75.6 io-75.7, as thispooryorick2023-02-281-2/+2
* | Merge 8.6jan.nijtmans2023-02-281-9/+38
|\ \ | |/
| * Proposed fix for [f9eafc3886]: Error handling in zlib comment/filename. With ...jan.nijtmans2023-02-261-9/+38
| * See [d19fe0a5b] for follow-up to previous commitjan.nijtmans2023-02-231-7/+4
* | int -> Tcl_Size in tclEncoding.c (making the diff between Tcl 8.7 and 9.0 sma...jan.nijtmans2023-02-241-27/+27
* | minor bug-fix in utf-16/utf-32: 2 testcases failed in Tcl 9 compatibility mo...jan.nijtmans2023-02-221-6/+14
* | Merge 8.6jan.nijtmans2023-02-221-9/+39
|\ \ | |/
| * Fix [d19fe0a5b]: Handling incomplete byte sequences for utf-16/utf-32jan.nijtmans2023-02-221-3/+24
| |\
| | * Proposed fix for [d19fe0a5b]: Handling incomplete byte sequences for utf-16/u...jan.nijtmans2023-02-211-3/+24
* | | Fix [5607d6482c]: strict ucs-2 never implemented (TIP #346/#656)jan.nijtmans2023-02-221-12/+24
|\ \ \
| * | | Proposed fix for [5607d6482c]: strict ucs-2 never implemented (TIP #346/#656)jan.nijtmans2023-02-191-12/+24
* | | | Merge 8.6jan.nijtmans2023-02-221-0/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Proposed fix for [534172ff5b]: Crash in DeleteReflectedChannelMap (introduced...jan.nijtmans2023-02-211-5/+7
| |/
* | complete fixjan.nijtmans2023-02-161-5/+5
* | Merge 8.7jan.nijtmans2023-02-161-9/+15
|\ \
| * \ Fix [5e6ae6e05e]: Implement -strict correctly for cesu-8jan.nijtmans2023-02-161-9/+15
| |\ \
| | * | Fix [5e6ae6e05e]: Implement -strict correctly for cesu-8jan.nijtmans2023-02-161-9/+15
| * | | Fix for [33ab6d08eb]: Inconsistent behavior with encoding convertfrom -failindexjan.nijtmans2023-02-151-1/+1
| |/ /
* | | Try to fix [885c86a9a0]. Doesn't work completely yet.jan.nijtmans2023-02-161-5/+3
|/ /
* | Ticket [10c2c17c32] follow-up. One output char too much with -failindex.jan.nijtmans2023-02-151-0/+1
* | Complete fix for [bd1a60eb9c]. Also fix a bug in the tableencoding. With test...jan.nijtmans2023-02-141-8/+16
* | 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
| | |\ \ \ \ \