Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [63325009a8]: \u0400 conversion to and from cesu-8 fails. | jan.nijtmans | 2024-09-13 | 2 | -1/+4 |
| | |||||
* | (Backport): Fix bug [fccb9f322f] - system encoding detection | jan.nijtmans | 2024-09-13 | 3 | -51/+73 |
| | |||||
* | 3th "load" argument should be Titlecase | jan.nijtmans | 2024-09-10 | 1 | -13/+13 |
| | |||||
* | silence compiler warning | dgp | 2024-09-10 | 1 | -1/+1 |
| | |||||
* | size_t -> Tcl_Size, for maximum compatibility with Tcl 8.6 | jan.nijtmans | 2024-09-09 | 2 | -2/+2 |
| | |||||
* | Update to TZDATA 2024b | jan.nijtmans | 2024-09-07 | 216 | -10015/+7867 |
|\ | |||||
| * | Fix [324ffb0d9]: Files missing from distribution | jan.nijtmans | 2024-09-07 | 1 | -3/+5 |
| | | |||||
| * | Update to TZDATA 2024b | jan.nijtmans | 2024-09-07 | 216 | -10015/+7867 |
| | | |||||
* | | Merge-mark | jan.nijtmans | 2024-09-02 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | cherrypicked typos, errors and clarifications from the ↵ | Torsten | 2024-09-02 | 5 | -8/+6 |
| | | | | | | | | documentation-cleanup-for-transition branch (those marked as 'Fix:') | ||||
* | | cherrypicked typos, errors and clarifications from the ↵ | jan.nijtmans | 2024-09-02 | 7 | -32/+38 |
| | | | | | | | | documentation-cleanup-for-transition branch (those marked as 'Fix:') | ||||
* | | Fix static build on MSVC | jan.nijtmans | 2024-08-24 | 2 | -2/+2 |
| | | |||||
* | | Update "info loaded" documentation. Add "info loaded" change to release notes | jan.nijtmans | 2024-08-23 | 2 | -8/+7 |
| | | |||||
* | | Don't pack the dde/registry dll's any more for static builds. See: ↵ | jan.nijtmans | 2024-08-23 | 1 | -2/+7 |
| | | | | | | | | [https://core.tcl-lang.org/tk/tktview/939496ee1b|939496ee1b] | ||||
* | | Eliminate compiler warning regarding ZLIB_VER_MAJOR on --disable-shared ↵ | jan.nijtmans | 2024-08-23 | 1 | -13/+14 |
| | | | | | | | | builds (seen on Windows) | ||||
* | | Documentation/comment fixes [dcc8645349] | jan.nijtmans | 2024-08-23 | 4 | -15/+75 |
|\ \ | |||||
| * | | formatting. Missing "command" | jan.nijtmans | 2024-08-23 | 1 | -3/+3 |
| | | | |||||
| * | | Documentation/comment fixes [dcc8645349] | jan.nijtmans | 2024-08-23 | 4 | -11/+11 |
| | | | |||||
| * | | Fix [a82f8b15d1]: Encoding of files stored by zipfs | jan.nijtmans | 2024-08-23 | 1 | -2/+4 |
| |\ \ | |/ / |/| | | |||||
* | | | Fix [a82f8b15d1]: Encoding of files stored by zipfs | jan.nijtmans | 2024-08-23 | 1 | -2/+4 |
|\ \ \ | |||||
| * | | | Oops | jan.nijtmans | 2024-08-22 | 1 | -1/+0 |
| | | | | |||||
| * | | | Proposed fix for [a82f8b15d1]: Encoding of files stored by zipfs | jan.nijtmans | 2024-08-22 | 1 | -2/+5 |
| |/ / | |||||
| * | | Remove _ATL_XP_TARGETING from rules.vc: Windows XP is no longer supported | jan.nijtmans | 2024-08-22 | 1 | -6/+3 |
| |\ \ | |/ / |/| | | |||||
* | | | Remove _ATL_XP_TARGETING from rules.vc: Windows XP is no longer supported | jan.nijtmans | 2024-08-22 | 1 | -6/+3 |
| | | | |||||
| * | | Fix failure under -singleproc 1 testing | jan.nijtmans | 2024-08-22 | 1 | -123/+124 |
| |\ \ | |/ / |/| | | |||||
* | | | Fix failure under -singleproc 1 testing | jan.nijtmans | 2024-08-22 | 1 | -0/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Fix failure under -singleproc 1 testing | dgp | 2024-08-21 | 1 | -0/+1 |
| | | | |||||
* | | | Whitespace changes | jan.nijtmans | 2024-08-22 | 11 | -189/+190 |
| | | | |||||
| | * | Add Tcl_ExternalToUtf charlimit tests | apnadkarni | 2024-08-22 | 1 | -5/+42 |
| | |\ | |||||
| | | * | Merge trunk | apnadkarni | 2024-08-22 | 14 | -61/+189 |
| | | |\ | | | |/ | | |/| | |||||
| | * | | Fix [304d30677a] - CESU-8 decoding | apnadkarni | 2024-08-22 | 2 | -28/+175 |
| | |\ \ | |||||
| | | * \ | Merge trunk | apnadkarni | 2024-08-21 | 12 | -25/+26 |
| | | |\ \ | |||||
| | | * | | | Add back cesu-8 fragmentation tests | apnadkarni | 2024-08-19 | 1 | -13/+26 |
| | | | | | | |||||
| | | * | | | Merge trunk | apnadkarni | 2024-08-19 | 4 | -68/+212 |
| | | |\ \ \ | |||||
| | | * | | | | Deal with fragmented and split cesu-8 surrogates. | apnadkarni | 2024-08-19 | 1 | -5/+7 |
| | | | | | | | |||||
| | | * | | | | Start on [304d30677a]. Passes test suite but needs clean up. But see ↵ | apnadkarni | 2024-08-18 | 1 | -16/+148 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comments below. It seems to me that the UtfToUtfProc function has jumped the shark and needs refactoring. While at one time, CESU-8 and UTF-8 could be combined into one function with minor differences, over the years the function has grown to of be completely unwieldy and difficult to understand/modify. The combination of UTF-8/CESU-8 x 3 profiles x flag combinations x possible invalid sequences is head-spinning. It really needs refactoring, possibly split into two or more functions, but I'm hesitant to do that before 9.0. | ||||
| | * | | | | | Use enums for argument indices, not 'function-scoped' defines | dkf | 2024-08-22 | 2 | -22/+15 |
| | | |_|/ / | | |/| | | | |||||
| | * | | | | Fix ↵ | jan.nijtmans | 2024-08-21 | 3 | -6/+6 |
| | |\ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | [https://core.tcl-lang.org/tclconfig/info/14f0d2c9558caf67|14f0d2c9558caf67] (same mistake in Tcl as well) | ||||
* | | | | | | (backport) Use a name for a flag, use an enum for that flag | jan.nijtmans | 2024-08-21 | 1 | -4/+5 |
| | | | | | | |||||
* | | | | | | Fix ↵ | jan.nijtmans | 2024-08-21 | 3 | -6/+6 |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | [https://core.tcl-lang.org/tclconfig/info/14f0d2c9558caf67|14f0d2c9558caf67] (same mistake in Tcl as well) | ||||
| * | | | | | Fix ↵ | jan.nijtmans | 2024-08-21 | 3 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | [https://core.tcl-lang.org/tclconfig/info/14f0d2c9558caf67|14f0d2c9558caf67] (same mistake in Tcl as well) | ||||
| | * | | | | Use a name for a flag, use an enum for that flag | dkf | 2024-08-21 | 1 | -4/+5 |
| | | | | | | |||||
| | * | | | | Merge 8.7 | jan.nijtmans | 2024-08-20 | 8 | -15/+15 |
| | |\ \ \ \ | |_|/ / / / |/| | | / / | | | |/ / | | |/| | | |||||
* | | | | | tcl::unsupported::inject is deprecated, will be removed in 9.0 | jan.nijtmans | 2024-08-20 | 3 | -9/+20 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Fix [0af9450e56]: test incr-1.31 fails | jan.nijtmans | 2024-08-20 | 3 | -14/+12 |
| | | | | | |||||
| | | | * | Add charlimit tests for Tcl_ExternalToUtf | apnadkarni | 2024-08-20 | 1 | -19/+73 |
| | | | | | |||||
| | | | * | Merge trunk | apnadkarni | 2024-08-20 | 10 | -324/+364 |
| | | | |\ | | | |_|/ | | |/| | | |||||
| | * | | | Beef up encoding tests for fragmented and split encodings | apnadkarni | 2024-08-19 | 3 | -67/+211 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | Disable cesu tests because of bug [304d30677a] | apnadkarni | 2024-08-18 | 1 | -5/+8 |
| | | | | | |||||
| | | * | | Add frag test for utf32 and escaped encodings | apnadkarni | 2024-08-18 | 1 | -2/+30 |
| | | | | |