| Commit message (Expand) | Author | Age | Files | Lines |
| * | Disable cesu tests because of bug [304d30677a]core-apn-encoding-tests | apnadkarni | 2024-08-18 | 1 | -5/+8 |
|
|
| * | Add frag test for utf32 and escaped encodings | apnadkarni | 2024-08-18 | 1 | -2/+30 |
|
|
| * | Start on fragmentation tests | apnadkarni | 2024-08-17 | 1 | -36/+95 |
|
|
| * | More tests for Tcl_UtfToExternal and Tcl_ExternalToUtf C API, in progress | apnadkarni | 2024-08-16 | 3 | -67/+121 |
|
|
| * | Fix zipfs doc mountdata comment | apnadkarni | 2024-08-16 | 1 | -1/+1 |
|
|
| * | While Tcl 8.7 is not final, be less strict in Tcl_InitStubs() | jan.nijtmans | 2024-08-15 | 1 | -1/+1 |
|
|
| * | Improve bunch of error-messages | jan.nijtmans | 2024-08-15 | 20 | -36/+36 |
| |\ |
|
| | * | Allow "tcl8" as library prefix (just as "tcl9" for Tcl 9) | jan.nijtmans | 2024-08-15 | 1 | -3/+6 |
|
|
| | * | Improve bunch of error-messages | jan.nijtmans | 2024-08-15 | 19 | -33/+33 |
|
|
| | * | Merge-mark | jan.nijtmans | 2024-08-14 | 0 | -0/+0 |
| | |\ |
|
| | | * | Adding a version was a bad idea | jan.nijtmans | 2024-08-14 | 2 | -2/+2 |
| | | |\ |
|
| | | | * | It looks like "Resources/Scripts" is needed as well | jan.nijtmans | 2024-08-13 | 2 | -2/+2 |
| | | |/ |
|
| * | | | Consolidated zipfs changes. Thanks Torsten! | apnadkarni | 2024-08-15 | 8 | -76/+94 |
| |\ \ \ |
|
| | * \ \ | Merge trunk | apnadkarni | 2024-08-15 | 22 | -338/+402 |
| | |\ \ \ |
|
| | * \ \ \ | Merged trunkcore-zipfs-consolidation | apnadkarni | 2024-08-12 | 34 | -3462/+4489 |
| | |\ \ \ \ |
|
| | * | | | | | resolution of ticket [75291b89b3] | Torsten | 2024-08-06 | 1 | -3/+3 |
|
|
| | * | | | | | resolution of ticket [7db9574a06] | Torsten | 2024-08-06 | 2 | -8/+15 |
|
|
| | * | | | | | also change zipfs.3 to match the resolution of ticket [b9f3ff8fe6] | Torsten | 2024-08-05 | 1 | -8/+12 |
|
|
| | * | | | | | resolution of ticket [b9f3ff8fe6] | Torsten | 2024-08-05 | 2 | -15/+19 |
|
|
| | * | | | | | zipfs mount_data -> mountdata | apnadkarni | 2024-08-05 | 5 | -28/+28 |
|
|
| | * | | | | | Make zipfs inaccessible to safe interps. See bug [a47b587499] | apnadkarni | 2024-08-05 | 5 | -16/+22 |
| | |\ \ \ \ \ |
|
| | | * | | | | | document zipfs as hidden command in interp.n | Torsten | 2024-08-05 | 1 | -1/+1 |
|
|
| | | * | | | | | Bug [a47b587499]. zipfs in safe interps | apnadkarni | 2024-08-04 | 4 | -12/+21 |
|
|
| | * | | | | | | correct wrong comment about safe subcommands, don't make zipfs a package anym... | Torsten | 2024-08-03 | 2 | -4/+1 |
|
|
| | * | | | | | | branch for tickets related to the zipfs command | Torsten | 2024-08-03 | 0 | -0/+0 |
| | |/ / / / / |
|
| * | | | | | | Minor optimisation in the [interp create] implementation | dkf | 2024-08-15 | 1 | -156/+174 |
|
|
| * | | | | | | Fix for TIP #628: Builds with TCL_MAJOR_VERSION < 9 and without USE_TCL_STUBS... | jan.nijtmans | 2024-08-15 | 1 | -1/+3 |
|
|
| * | | | | | | Add missing TCL_OBJTYPE_V1/TCL_OBJTYPE_V2 | jan.nijtmans | 2024-08-15 | 1 | -0/+2 |
| | |_|/ / /
|/| | | | |
|
| * | | | | | b3 -> b4, as preparation for release | jan.nijtmans | 2024-08-13 | 14 | -18/+18 |
|
|
| * | | | | | Fix [2f22a7364d]: cesu-8 encoding gives same result for different strings | jan.nijtmans | 2024-08-13 | 2 | -1/+4 |
| |\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | | Fix [2f22a7364d]: cesu-8 encoding gives same result for different strings | jan.nijtmans | 2024-08-13 | 2 | -1/+4 |
|
|
| | * | | | | Merge-mark | jan.nijtmans | 2024-08-13 | 0 | -0/+0 |
| | |\ \ \ \
| | | |_|/
| | |/| | |
|
| | | * | | | Mark incr-1.31 testcase as "knownBug" in 8.6. Is not fixed yet on 64-bit plat... | jan.nijtmans | 2024-08-13 | 1 | -1/+1 |
|
|
| * | | | | | AC_PREREQ([2.69]). Fix some indenting | jan.nijtmans | 2024-08-13 | 9 | -317/+317 |
| |\ \ \ \ \
| |/ / / / |
|
| | * | | | | AC_PREREQ([2.69]). Fix some indenting | jan.nijtmans | 2024-08-13 | 9 | -326/+326 |
| | |\ \ \ \
| | |/ / / |
|
| | | * | | | Fix indenting. Prevent Tcl 8.6 to load Tk 8.7 (when it goes final). Fix AC_PR... | jan.nijtmans | 2024-08-13 | 10 | -7371/+15032 |
|
|
| * | | | | | Fix Tk [1562e10c58]: with macOS framework build, tclsh cannot find Tk if ther... | culler | 2024-08-12 | 2 | -1/+5 |
| |\ \ \ \ \
| |/ / / / |
|
| | * | | | | Fix Tk [1562e10c58]: with macOS framework build, tclsh cannot find Tk if ther... | culler | 2024-08-12 | 2 | -1/+5 |
| | |\ \ \ \
| | |/ / / |
|
| | | * | | | Fix Tk [1562e10c58]: with macOS framework build, tclsh cannot find Tk if ther... | culler | 2024-08-12 | 2 | -14835/+7178 |
| | | |\ \ \ |
|
| | | | * | | | Fix Tk [1562e10c58]: with macOS framework build, tclsh cannot find Tk if ther... | culler | 2024-08-12 | 2 | -14521/+6440 |
|
|
| * | | | | | | merge point | sebres | 2024-08-12 | 0 | -0/+0 |
| |\ \ \ \ \ \
| |/ / / / / |
|
| | * | | | | | merge point (no changes) | sebres | 2024-08-12 | 0 | -0/+0 |
| | |\ \ \ \ \
| | |/ / / / |
|
| | | * | | | | amend to [e2f55d6060] (fix for [7179c6724cd38271]): wideint-type dependency | sebres | 2024-08-12 | 1 | -0/+2 |
|
|
| * | | | | | | merge 8.7 | sebres | 2024-08-12 | 2 | -3/+60 |
| |\ \ \ \ \ \
| |/ / / / /
| | | | | /
| |_|_|_|/
|/| | | | |
|
| | * | | | | merge fix for [7179c6724cd38271]: compilation of incr command on wide constan... | sebres | 2024-08-12 | 2 | -3/+60 |
| | |\ \ \ \
| | |/ / / |
|
| | | * | | | merge fix for [7179c6724cd38271]: compilation of incr command on wide constan... | sebres | 2024-08-12 | 2 | -2/+65 |
| | | |\ \ \
| | | |/ /
| | |/| | |
|
| | | | * | | fixes [7179c6724cd38271]: compilation of incr command on wide constant offset... | sebres | 2024-08-12 | 1 | -2/+11 |
|
|
| | | | * | | incr.test: added coverage for bug [7179c6724cd38271] (broken compile of incr ... | sebres | 2024-08-12 | 1 | -1/+57 |
|
|
| * | | | | | Update Unicode tables to version 16 (in BETA, Unicode release will be Sept 10) | jan.nijtmans | 2024-08-11 | 2 | -1123/+1168 |
| |\ \ \ \ \
| |/ / / / |
|
| | * | | | | Update Unicode tables to version 16 (in BETA, Unicode release will be Sept 10) | jan.nijtmans | 2024-08-11 | 2 | -1123/+1168 |
| | |\ \ \ \
| | |/ / / |
|