Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
4249 check-ins using file tests/thread.test version 313b8bdf17
|
2026-05-22
| ||
| 09:38 | Don't build it any more in Github Closed-Leaf check-in: 16b74905ed user: jan.nijtmans tags: core-8-branch | |
|
2026-03-09
| ||
| 12:38 | cherry-picked from 9.0, fixes [51aa53616067cb63]: free scan - fixed hours only TZ (±1 or ±01); adj... check-in: cd6002f732 user: sebres tags: core-8-branch | |
|
2026-03-04
| ||
| 00:26 | merge 8.6: amend to [2c237beffbace823] fixing generation of TZ name from offset by %z artificial nam... check-in: 6cd465b3e4 user: sebres tags: core-8-branch | |
|
2026-01-18
| ||
| 01:43 | closes [96e5c814eb9ed955]: fixes sanitizer RTM-error signed integer overflow (no-trapv pragma also r... check-in: f954da0082 user: sebres tags: core-8-branch | |
|
2025-11-17
| ||
| 16:46 | fixes validation bug [2a1d947d8c13506d] - update gregorian flag during validation, before checking d... check-in: fc87afd254 user: sebres tags: core-8-branch | |
|
2025-08-04
| ||
| 16:02 | (cherry-picked from 9.0) fixes [5137b4387019d0e1]: ensure cache of base is correct for :localtime (s... check-in: 62ad42bba8 user: sebres tags: core-8-branch | |
|
2025-07-22
| ||
| 18:49 | cherry-pick from 9.0: improve interpreter creation speed, if there is no zipfs tcl-library (avoid pe... check-in: 7fbbdb09fb user: sebres tags: core-8-branch | |
|
2025-07-21
| ||
| 18:46 | cherry-pick to 8.7: amend to [61c01e0edb08a9ed], more cases for increment ref-count with use-after-f... check-in: 75a7e2ae57 user: sebres tags: core-8-branch | |
|
2025-07-18
| ||
| 17:36 | cherry-pick to 8.7: fixes [61c01e0edb08a9ed] (TclpMatchInDirectory, windows only), increment ref-cou... check-in: d62a3b0713 user: sebres tags: core-8-branch | |
|
2025-05-02
| ||
| 19:32 | WIP Leaf check-in: 20d3247f60 user: dgp tags: dgp-445-wip | |
| 19:08 | WIP making fuller use of TIP 445 utilities. check-in: 1de0891643 user: dgp tags: dgp-445-wip | |
| 18:29 | Use Tcl_InitStringRep() as intended. check-in: c3a9c69224 user: dgp tags: core-8-branch | |
| 17:57 | Rework overflow test so it happens in a valid range. check-in: 31e034cfef user: dgp tags: core-8-branch | |
|
2025-03-16
| ||
| 16:44 | Backout [338a305591] for 8.7 and 9.0: autoconf-2.69 is so common nowadays, we want an errormessage f... check-in: bc3b82c164 user: jan.nijtmans tags: core-8-branch | |
|
2025-03-15
| ||
| 21:04 | make dist: "repair" target dist if required autoconf version is not available (AC_PREREQ too high), ... check-in: 338a305591 user: sebres tags: core-8-branch | |
| 20:57 | merge 8.6 check-in: f98b11c9d2 user: sebres tags: core-8-branch | |
|
2025-03-14
| ||
| 18:01 | missing static check-in: 716c1e33ef user: sebres tags: core-8-branch | |
| 17:37 | code deduplication check-in: 68e13e3246 user: sebres tags: core-8-branch | |
| 17:31 | padding check-in: d74392882a user: sebres tags: core-8-branch | |
|
2025-03-13
| ||
| 14:15 | small amend: enforce relative conversion for date units only (all relative time units are similar an... check-in: f5c58d2c44 user: sebres tags: core-8-branch | |
|
2025-03-12
| ||
| 17:00 | clock: fixes regression for clock add (and potentially free-scan) for relative time units with TZ (b... check-in: b730bd6161 user: sebres tags: core-8-branch | |
| 16:26 | merge 8.6, new test clock-30.34 will fail in 8.7+ currently (illustrates the regression there) check-in: 95775c1c27 user: sebres tags: core-8-branch | |
|
2025-03-11
| ||
| 18:31 | more cases for a compiler "fix" (signed-mod operation with potentially negative dividend) check-in: e33fcd57b0 user: sebres tags: core-8-branch | |
| 17:53 | fixes [482db1d796540e68]: local seconds of day shall be always positive, also for negative base (mod... check-in: 27cbd7afc6 user: sebres tags: core-8-branch | |
| 17:51 | added test coverage for `clock add` with negative base (bug [482db1d796540e68]) check-in: 663f0dad21 user: sebres tags: core-8-branch | |
|
2025-03-07
| ||
| 10:03 | merge 8.6 check-in: 41ff414708 user: sebres tags: core-8-branch | |
|
2025-03-06
| ||
| 19:50 | merge 8.6 check-in: 85f37b03b7 user: sebres tags: core-8-branch | |
| 19:29 | merge 8.6 (amend to [ba68d1e9484a3a92] fixed wrong line nummer in Tcl_GetReturnOptions) check-in: 6a45d0a25e user: sebres tags: core-8-branch | |
| 15:14 | merge 8.6 check-in: b381527b61 user: dgp tags: core-8-branch | |
| 14:41 | merge 8.6 check-in: d60246e8c9 user: sebres tags: core-8-branch | |
| 12:51 | small amend fixing coverage of [73bb42fb3f35cd61] in 8.7 for windows (8.7 is not utf-8 there) check-in: 2e5068a682 user: sebres tags: core-8-branch | |
| 12:50 | fixes another variant of [73bb42fb3f35cd61] (BUFFER_PADDING panic) with more tests; increases covera... check-in: 2c0e7b634b user: sebres tags: core-8-branch | |
|
2025-03-05
| ||
| 15:30 | The "numTokens" field of Tcl_Token is now type Tcl_Size. Propagate that change through the code. check-in: dac52020d7 user: dgp tags: core-8-branch | |
| 13:42 | fixes [712efac3397f9954]: change mistakenly flipped args for Tcl_OpenTcpServerEx() check-in: e91ac5ffe3 user: sebres tags: core-8-branch | |
|
2025-03-04
| ||
| 15:47 | clock.tcl: fixes [2c0f49e26c27847a] - ensure cache remain consistent when deriving from parent (don'... check-in: dc5c5857c1 user: sebres tags: core-8-branch | |
| 15:45 | tests/clock.test: added test illustrating bug [2c0f49e26c27847a] - cache becomes inconsist when deri... check-in: a91fabc1b0 user: sebres tags: core-8-branch | |
|
2025-03-03
| ||
| 09:40 | Fix bug in Tcl_SetWideUIntObj. check-in: c788185716 user: dkf tags: core-8-branch | |
|
2025-02-26
| ||
| 20:33 | another one check-in: 5d1f2f7256 user: dgp tags: core-8-branch | |
| 20:26 | merge 8.6 check-in: c1df911fb8 user: dgp tags: core-8-branch | |
|
2025-02-25
| ||
| 19:19 | Merge 9.0.0 check-in: dbf9e21ca3 user: dgp tags: dgp-refactor | |
| 19:09 | Merge introduction of TclNewNamespaceObj(), resolve conflicts check-in: 8d9604f0e4 user: dgp tags: dgp-refactor | |
| 18:50 | conflict free check-in: d487966f45 user: dgp tags: dgp-refactor | |
| 18:36 | merge 9.0b3 check-in: 5c61a0b81a user: dgp tags: dgp-refactor | |
| 18:16 | merge & resolve check-in: 11f14ba10a user: dgp tags: dgp-refactor | |
| 18:04 | merge & resolve check-in: bc85f8e90f user: dgp tags: dgp-refactor | |
| 17:54 | merge & resolve check-in: 2d13d1fb4c user: dgp tags: dgp-refactor | |
| 17:42 | merge & resolve check-in: 6562fa8218 user: dgp tags: dgp-refactor | |
| 17:33 | conflict free check-in: 4f4701911a user: dgp tags: dgp-refactor | |
| 17:00 | merge & resolve check-in: e28d6719a5 user: dgp tags: dgp-refactor | |
| 16:46 | conflict free check-in: e830115f29 user: dgp tags: dgp-refactor | |
| 16:36 | merge & resolve check-in: 430970cc11 user: dgp tags: dgp-refactor | |
| 16:19 | merge & resolve check-in: 5960b9e8fb user: dgp tags: dgp-refactor | |
| 15:58 | conflict free merge check-in: 7cc5b51390 user: dgp tags: dgp-refactor | |
| 15:49 | merge & resolve check-in: 0b8b91452e user: dgp tags: dgp-refactor | |
|
2025-02-24
| ||
| 21:30 | get merging back on trunk up to 9.0b2 release check-in: ae4a8f86e6 user: dgp tags: dgp-refactor | |
| 21:07 | merge & resolve check-in: 7f5769effb user: dgp tags: dgp-refactor | |
| 20:47 | conflict free merge check-in: 774cc31060 user: dgp tags: dgp-refactor | |
| 20:37 | merge & resolve check-in: 981242ea94 user: dgp tags: dgp-refactor | |
| 20:16 | merge & resolve check-in: 966dd9dbe0 user: dgp tags: dgp-refactor | |
| 19:57 | conflict free merge check-in: 1083f0d6b7 user: dgp tags: dgp-refactor | |
| 19:49 | Merge next checking; resolve conflicts check-in: 7ded38147e user: dgp tags: dgp-refactor | |
| 19:31 | Conflict free merge from trunk check-in: 5fd0ed6ca1 user: dgp tags: dgp-refactor | |
| 19:06 | Merge next trunk checkin; resolve conflicts check-in: 6a5b1c63c9 user: dgp tags: dgp-refactor | |
| 18:41 | Max conflict free trunk merge check-in: 8c8e0599f9 user: dgp tags: dgp-refactor | |
| 18:13 | Merge 8.6 check-in: 430fac31d1 user: jan.nijtmans tags: core-8-branch | |
| 18:03 | merge 9.0b1 check-in: 6464229b3b user: dgp tags: dgp-refactor | |
|
2025-02-17
| ||
| 14:44 | Remove references to ancient TIP's check-in: 81986487be user: jan.nijtmans tags: core-8-branch | |
|
2025-02-14
| ||
| 17:45 | No need to mention "TIP 412" any more check-in: 3a04870ea2 user: jan.nijtmans tags: core-8-branch | |
|
2025-02-12
| ||
| 08:22 | Don't worry building for Tcl 8.7 any more check-in: d82e59b257 user: jan.nijtmans tags: core-8-branch | |
|
2025-02-10
| ||
| 13:01 | merge 8.6 check-in: fedb8e8b95 user: sebres tags: core-8-branch | |
|
2025-02-08
| ||
| 15:52 | merge 8.6 (optimization of TclSubstOptions) check-in: b32100901b user: sebres tags: core-8-branch | |
|
2025-01-31
| ||
| 17:40 | (cherry-pick): Ticket [73bb42fb3f] Panic "Buffer Underflow, BUFFER_PADDING not enough" due to not ch... check-in: b5d5968215 user: jan.nijtmans tags: core-8-branch | |
| 13:27 | Run testcases on MacOS-15 check-in: 1bd6de6da2 user: jan.nijtmans tags: core-8-branch | |
|
2025-01-29
| ||
| 05:28 | Merge 8.6. Fix handle leak introduced by exec fix. Thanks @chw check-in: 3d6d531521 user: apnadkarni tags: core-8-branch | |
|
2025-01-28
| ||
| 10:41 | merge 8.6: man timerate fix [48a7a56dda844782] clarifying -overhead check-in: fe7f181baf user: sebres tags: core-8-branch | |
| 09:34 | Merge fix for [4e2c8bc4a7] - auto_execok missing internal cmd commands check-in: 1d91f017ff user: apnadkarni tags: core-8-branch | |
| 05:43 | Merge fix for [4f0b5767ac]. Exec of App Execution Aliases on Windows check-in: 222f6ff309 user: apnadkarni tags: core-8-branch | |
|
2025-01-23
| ||
| 12:36 | merge 8.6 (timerate stability fix: no hang by iterations with quadratic complexity, better threshold... check-in: c96e4ca5c0 user: sebres tags: core-8-branch | |
|
2025-01-20
| ||
| 17:06 | merge 8.6 check-in: 04a05601a8 user: sebres tags: core-8-branch | |
|
2025-01-19
| ||
| 16:18 | tzdata updated to Olson's tzdata2025a check-in: 6f8306dd48 user: jan.nijtmans tags: core-8-branch | |
|
2025-01-16
| ||
| 09:16 | Add dummy TclpLoadMemoryGetBuffer/TclpLoadMemory for Windows and UNIX, so compiling with TCL_LOAD_FR... check-in: 88acf4888e user: jan.nijtmans tags: core-8-branch | |
|
2025-01-14
| ||
| 14:16 | Make Tcl_SetResult usable in tclTest.c, even if TCL_NO_DEPRECATED is defined check-in: ac77574977 user: jan.nijtmans tags: core-8-branch | |
| 12:11 | Undo previous commit, it didn't really help. Fix tests for Tcl_UtfNext/Tcl_UtfPrev, which were alway... check-in: a22c342d62 user: jan.nijtmans tags: core-8-branch | |
|
2025-01-13
| ||
| 10:23 | #ifdef TCL_NO_DEPRECATED -> #ifndef TCL_NO_DEPRECATED check-in: f74b64fb88 user: jan.nijtmans tags: core-8-branch | |
| 09:37 | Re-enable Tcl_SavedResult testcases. They won't work if TCL_NO_DEPRECATED is set. check-in: 79aaf735df user: jan.nijtmans tags: core-8-branch | |
|
2025-01-12
| ||
| 18:04 | Fix [70f3b23cad]. Doc fix only check-in: e3fb9432f2 user: jan.nijtmans tags: core-8-branch | |
| 17:35 | In dltest/pkg*.c, prevent calling deprecate API as well check-in: 112f8360d4 user: jan.nijtmans tags: core-8-branch | |
| 13:57 | Handle TCL_NO_DEPRECATED in test code: Don't try to use deprecated API check-in: 5418327f96 user: jan.nijtmans tags: core-8-branch | |
|
2025-01-11
| ||
| 21:22 | Fix ifndef -> ifdef in previous commit check-in: add8cd5ddd user: jan.nijtmans tags: core-8-branch | |
|
2025-01-10
| ||
| 21:28 | Tcl_GetUnicode() et all (from the UTF16 compatibility layer) should be handled by TCL_NO_DEPRECATED ... check-in: fcce946105 user: jan.nijtmans tags: core-8-branch | |
| 20:41 | Tcl_MakeSafe() should be handled by TCL_NO_DEPRECATED as well check-in: ffbb4a7df7 user: jan.nijtmans tags: core-8-branch | |
| 20:26 | Tcl_GetAlias() should be handled by TCL_NO_DEPRECATED as well check-in: 91892a998f user: jan.nijtmans tags: core-8-branch | |
|
2025-01-08
| ||
| 13:57 | Only typedef Tcl_Size when Tcl_Size is not #defined. Spacing changes (backported from 8.7) check-in: 70a524360e user: jan.nijtmans tags: core-8-branch | |
| 08:36 | (cherry-pick): Simplification for [d58e315172] check-in: 1dd56a242c user: jan.nijtmans tags: core-8-branch | |
|
2025-01-07
| ||
| 09:53 | Fix [fc35093ce]: Better error-message than "interpreter uses an incompatible stubs mechanism" check-in: d9f0a470f3 user: jan.nijtmans tags: core-8-branch | |
|
2025-01-06
| ||
| 22:58 | Merge 8.6 check-in: 8f6129a4b9 user: jan.nijtmans tags: core-8-branch | |
|
2025-01-05
| ||
| 17:41 | Tcl_UniChar -> int in tcl.decls. This gives a correct compiler-warning when Tcl_GetUnicode() usage d... check-in: d4ce35d896 user: jan.nijtmans tags: core-8-branch | |
|
2025-01-04
| ||
| 22:24 | More stub-related fixes: export TclGetAliasObj and TclGetUnicodeFromObj, for better (binary) compati... check-in: 176cd6dda1 user: jan.nijtmans tags: core-8-branch | |
| 13:06 | Fix compilation warning check-in: b6aab4390a user: jan.nijtmans tags: core-8-branch | |
|
2025-01-03
| ||
| 13:28 | (Cherry-pick): [2bc08cd2e6] - document TCL_{LL,SIZE}_MODIFIER, Tcl_Size, TCL_SIZE_MAX check-in: b78218e430 user: jan.nijtmans tags: core-8-branch | |
| 13:23 | Make room for 2 more (internal) stub entries: TclOOMakeProcInstanceMethod2 and TclOOMakeProcMethod2.... check-in: c4de29b63e user: jan.nijtmans tags: core-8-branch | |
|
2025-01-02
| ||
| 17:31 | Fix [d58e31517203396e]: configure --enable-64bit=aarch64 broken check-in: 7576f0b167 user: jan.nijtmans tags: core-8-branch | |
| 15:56 | (cherry-pick): Remove dead code in tclLoadDyld.c check-in: 95dd3a7969 user: jan.nijtmans tags: core-8-branch | |
|
2025-01-01
| ||
| 20:41 | Merge-mark check-in: 23c65058b3 user: jan.nijtmans tags: core-8-branch | |
|
2024-12-29
| ||
| 22:23 | merge 8.6 (windows only: obtain cpuid data with clang/gcc) check-in: f64447131a user: sebres tags: core-8-branch | |
| 16:57 | merge 8.6 (clang/gcc: silence Wunused-but-set-variable in generated tclDate) check-in: 3ae58d32f5 user: sebres tags: core-8-branch | |
| 16:23 | missing semicolon, fixes MacOS-clang build check-in: 2148111220 user: sebres tags: core-8-branch | |
|
2024-12-28
| ||
| 14:45 | amend (negative and odd number by odd power) check-in: c941103fb4 user: sebres tags: core-8-branch | |
| 14:40 | better coverage for FP-class "subnormal" check-in: 26637889d6 user: sebres tags: core-8-branch | |
| 14:00 | small speed-up for FP classification of int (simple cast wide to double) check-in: c67dcc2e86 user: sebres tags: core-8-branch | |
| 13:58 | amend to [98006f00ac471be5]: fixes MSVC build (values of FP_* are compiler/implementation specific, ... check-in: 3059fadfe6 user: sebres tags: core-8-branch | |
| 00:58 | expr.test: amend to [98006f00ac471be5] - tests simplification and deduplication, big matrix for isun... check-in: 1b2b6d08bb user: sebres tags: core-8-branch | |
|
2024-12-27
| ||
| 23:23 | amend to [98006f00ac471be5]: code simplification and deduplication check-in: 261c3bd222 user: sebres tags: core-8-branch | |
| 21:19 | amend to fix [98006f00ac471be5]: typo check-in: ea993b9387 user: sebres tags: core-8-branch | |
| 21:17 | fixes [98006f00ac471be5] tcl::mathfunc::isunordered mistakenly considered non-double numbers (e.g. i... check-in: e749604467 user: sebres tags: core-8-branch | |
| 21:15 | tcl::mathfunc::isunordered: extended test illustrating [98006f00ac471be5] check-in: baaeb4d070 user: sebres tags: core-8-branch | |
|
2024-12-26
| ||
| 18:41 | merge 8.6 check-in: 87a3148524 user: sebres tags: core-8-branch | |
| 18:28 | rewrite TclGetLambdaFromObj a bit (more similar to 8.6th code) check-in: 0b54f5e5c6 user: sebres tags: core-8-branch | |
| 18:24 | integrate bug-67d5f75c36, fix for [67d5f75c36cbada6] check-in: 4d5c35382a user: sebres tags: core-8-branch | |
| 18:20 | merge 8.6 check-in: 56a1529dd4 user: sebres tags: core-8-branch | |
| 15:51 | cherry-pick sebres-arith-series-rework: fixes several bugs and UB (closes [d2a3c5f80bf47362]), impro... check-in: 0bc5d41fe7 user: sebres tags: core-8-branch | |
|
2024-12-23
| ||
| 12:06 | Add missing NULLs check-in: 37cd7aaf4a user: dkf tags: core-8-branch | |
|
2024-12-18
| ||
| 12:33 | Merge 8.6 check-in: 7996507bc0 user: jan.nijtmans tags: core-8-branch | |
|
2024-12-16
| ||
| 11:12 | Remove experimental (and untested) code related to BREAK_NAMESPACE_COMPAT check-in: 78da2fa1f6 user: jan.nijtmans tags: core-8-branch | |
|
2024-12-15
| ||
| 18:27 | (backport): Fix [63449c0514]: [namespace children] doesn't match non-glob patterns below the global ... check-in: da751091af user: jan.nijtmans tags: core-8-branch | |
|
2024-12-13
| ||
| 09:59 | Fix [c4f365470e]: Size modifiers j, q, z, t not implemented check-in: 5dba87ea38 user: jan.nijtmans tags: core-8-branch | |
| 05:37 | Fix example. http::config, not http::configure check-in: bd8b19b6d6 user: apnadkarni tags: core-8-branch | |
|
2024-12-12
| ||
| 14:39 | Make sure tclUuid.h doesn't end up in "make dist" check-in: 1a7d3d0111 user: jan.nijtmans tags: core-8-branch | |
| 14:37 | dup test names check-in: 88224cf73f user: dgp tags: core-8-branch | |
|
2024-12-11
| ||
| 20:56 | Plug memory leak. test hygiene -- avoid fragility in makeFile / removeFile check-in: 16e450e72f user: jan.nijtmans tags: core-8-branch | |
|
2024-12-10
| ||
| 09:40 | TIP #707: Add ptrAndSize to dtrace as well. check-in: 51e10b4c1b user: jan.nijtmans tags: core-8-branch | |
| 09:38 | (cherry-pick )Fix ungrammatical doubling of words in comments check-in: 49100cbdd2 user: jan.nijtmans tags: core-8-branch | |
| 03:01 | TIP 707 - add ptrAndSize field to Tcl_Obj check-in: 482f7a52c2 user: apnadkarni tags: core-8-branch | |
|
2024-12-09
| ||
| 10:38 | Merge 8.6. Fix [1dc7f3e5f1] - filesystem-1.30.3 should normalize before comparing. Tx @gahr check-in: 3709e88a03 user: apnadkarni tags: core-8-branch | |
|
2024-12-07
| ||
| 13:15 | Fix [https://core.tcl-lang.org/thread/tktview/9e69e2c602|9e69e2c602]: Problem with TIP#609 check-in: 81c759724b user: jan.nijtmans tags: core-8-branch | |
|
2024-12-06
| ||
| 09:29 | (cherry-pick): Let enums be enums check-in: d83af93efb user: jan.nijtmans tags: core-8-branch | |
| 09:19 | Fix "make dist". $(DISTDIR) part was missing check-in: c6225c482e user: jan.nijtmans tags: core-8-branch | |
|
2024-12-05
| ||
| 19:26 | amend: remove extra spaces appearing by resolving merge conflicts check-in: 43ab84c96e user: sebres tags: core-8-branch | |
| 18:28 | merge 8.6 (fix SF [0b809cd3fc8b6e5e], conflicts resolved) check-in: 77a1c3f978 user: sebres tags: core-8-branch | |
| 13:47 | This could give a (C++) compiler warning check-in: 0f0f793c33 user: jan.nijtmans tags: core-8-branch | |
| 11:41 | Fix some EXEC flags (in "make dist" too) check-in: c500c19889 user: jan.nijtmans tags: core-8-branch | |
| 09:52 | Fix [aaa84fbbc5]: zipfs info on mountpoint of executable returns zero offset in field 4 check-in: 4358bf994e user: jan.nijtmans tags: core-8-branch | |
|
2024-12-04
| ||
| 17:55 | Remove a lot of dead code: macOS < 10.9 is no longer supported check-in: dbc6e5ebd3 user: jan.nijtmans tags: core-8-branch | |
| 17:51 | Indenting check-in: 3dd7035ccc user: jan.nijtmans tags: core-8-branch | |
|
2024-12-03
| ||
| 13:11 | On macOS, use the VFS pathname as name for the module, in stead of simply "[Memory Based Bundle]". check-in: 5cab008cd3 user: jan.nijtmans tags: core-8-branch | |
|
2024-12-02
| ||
| 09:49 | Actual follow-up (not really a counter-proposal) to TIP #707, with a further simplification. Rebased... Closed-Leaf check-in: 89564bda22 user: jan.nijtmans tags: tip-707-alt | |
| 01:32 | TIP 707 Closed-Leaf check-in: 69be439140 user: apnadkarni tags: tip-707 | |
|
2024-11-27
| ||
| 10:50 | fix typo in manual page on [info frame] check-in: 87b64507ca user: Torsten tags: core-8-branch | |
|
2024-11-26
| ||
| 17:05 | Proof of concept cleaning up temp DLLs Closed-Leaf check-in: 4317ebe71d user: apnadkarni tags: apn-bug-a8e4f76ce4 | |
| 12:11 | (cherry-pick): Bug [5a1aaa20]: lsearch -stride with -subindices and -inline -all gives unexpected re... check-in: 64cb91acdd user: jan.nijtmans tags: core-8-branch | |
| 11:14 | Merge 8.6 check-in: 1e677908bb user: jan.nijtmans tags: core-8-branch | |
|
2024-11-25
| ||
| 11:59 | fixed validation of day of week for 24:00 (move to next day) closes [882da1e28b] check-in: cea877fd7f user: sebres tags: core-8-branch | |
|
2024-11-24
| ||
| 19:25 | code review, don't need special handling to adjust julianDay, date increment by 24:00 (or by leap se... check-in: 66e7fb75d9 user: sebres tags: core-8-branch | |
| 18:52 | avoid possible double validation of stage 2 (S2) check-in: 0c7ae252cc user: sebres tags: core-8-branch | |
|
2024-11-23
| ||
| 15:38 | No need for error-reporting in TclpLoadMemory(): If it fails, a fallback scenary is started, copying... check-in: 2a0ab9a83c user: jan.nijtmans tags: core-8-branch | |
| 12:37 | Revert "leapDay" stuff. Too early for 9.0.1 check-in: ecc285c2d6 user: jan.nijtmans tags: core-8-branch | |
|
2024-11-22
| ||
| 10:39 | Remove support for leap-minutes (I thought I already removed that) check-in: 408183a4a5 user: jan.nijtmans tags: core-8-branch | |
| 10:08 | Use "switch" statement for month selection check-in: b84c3a8db5 user: jan.nijtmans tags: core-8-branch | |
| 09:28 | Add simple year-check to leap-seconds detection: There were only leap seconds from 1972 - 2016 (whic... check-in: 934465aa95 user: jan.nijtmans tags: core-8-branch | |
|
2024-11-21
| ||
| 21:14 | fix leap seccond scan [f2b5f89c0d8520ea] (and [aee9f2b916afd976]): recognize leap second (estimate a... Leaf check-in: d4b4648db7 user: sebres tags: bug-f2b5f89c0d-alt-leapsec | |
| 21:09 | test coverage illustrating the proper leep second behaviour for [f2b5f89c0d8520ea] (and [aee9f2b916a... check-in: 377156e138 user: sebres tags: bug-f2b5f89c0d-alt-leapsec | |
| 21:04 | small amend check-in: 6c745647b4 user: sebres tags: bug-f2b5f89c0d-alt-leapsec | |
| 17:56 | Change TclpLoadMemoryGetBuffer/TclpLoadMemory signature using size_t/Tcl_Size check-in: 6b033a746e user: jan.nijtmans tags: core-8-branch | |
| 11:27 | Fix [aee9f2b916] and [f2b5f89c0d]: clock scan of leapsecond/24:00, ISO-8601-compatibility. check-in: 5b5f4e8334 user: jan.nijtmans tags: core-8-branch | |
|
2024-11-19
| ||
| 23:53 | starts branch with alternate solution for [f2b5f89c0d8520ea]; tools/tclZIC.tcl: produces leap second... check-in: 877284201f user: sebres tags: bug-f2b5f89c0d-alt-leapsec | |
|
2024-11-15
| ||
| 17:47 | merge point (no changes) check-in: 13d4d3d6f2 user: sebres tags: core-8-branch | |
| 17:31 | small amend check-in: 6dd50fd094 user: sebres tags: core-8-branch | |
| 17:27 | added vice versa tests - definitely wrong conversions for -valid 1 (wrong day and month for a leap s... check-in: 0d27fe8ee3 user: sebres tags: core-8-branch | |
| 17:10 | merge 8.6, test extended with formatted scan and controlled by constraint valid_off now check-in: 85644d54af user: sebres tags: core-8-branch | |
| 11:18 | Add testcases related to [f2b5f89c0d]: clock scan of leapsecond: wrong result in 8.6 and 9.0 check-in: e13bdc7d81 user: jan.nijtmans tags: core-8-branch | |
|
2024-11-14
| ||
| 09:32 | Fix problem in testcase check-in: e8bd84d28e user: jan.nijtmans tags: core-8-branch | |
|
2024-11-13
| ||
| 19:39 | merge 8.6: fix and coverage for bug [43c94f95988f3057]: avoid vulnerability loading init.tcl in curr... check-in: f7d3654527 user: sebres tags: core-8-branch | |
| 15:37 | (backport) Move non-error literal to TclOO's internal literal cache. check-in: 8086e58f6f user: jan.nijtmans tags: core-8-branch | |
| 14:36 | Sync "rules.vc" with Tk check-in: 4e6eee5fa2 user: jan.nijtmans tags: core-8-branch | |
|
2024-11-12
| ||
| 23:03 | (backport) Make "-index" example more illustrative, Remove stray brace in example check-in: 626c418ead user: jan.nijtmans tags: core-8-branch | |
| 13:16 | GHA win-, linux- and mac-flows: speed-up build (j4), add info section into build check-in: 9663b4dd8b user: jan.nijtmans tags: core-8-branch | |
| 12:10 | backout [b569739692]: [02977e0004] Reduce impact of recursion depth bug. Remove some unneeded typeca... check-in: e1e7f93e74 user: jan.nijtmans tags: core-8-branch | |
|
2024-11-09
| ||
| 00:13 | (backport): Move table processing of DeclaredClassMethod check-in: eeaaac7f16 user: jan.nijtmans tags: core-8-branch | |
|
2024-11-06
| ||
| 20:08 | Implement [364bd985d6]: install registry and dde in $INSTALL_DIR\lib always check-in: 4a08e79269 user: jan.nijtmans tags: core-8-branch | |
|
2024-11-04
| ||
| 20:27 | Fix [https://core.tcl-lang.org/tk/info/bb110c70d1|bb110c70d1]: cannot build .chm help file (Windows) check-in: 4933ef5a97 user: jan.nijtmans tags: core-8-branch | |
|
2024-11-02
| ||
| 07:55 | Merge 8.6 check-in: d27ab6e11b user: apnadkarni tags: core-8-branch | |
|
2024-11-01
| ||
| 15:56 | merge 8.6 check-in: a56b3c5c17 user: dkf tags: core-8-branch | |
|
2024-10-31
| ||
| 13:54 | merge 8.6 check-in: f51892e6c5 user: sebres tags: core-8-branch | |
| 13:30 | merge 8.6 (clock: load TZ failure normalization and test coverage) check-in: f788320fc9 user: sebres tags: core-8-branch | |
|
2024-10-30
| ||
| 11:38 | TIP 701 - Tcl_FSTildeExpand C API check-in: c2f3dbddd9 user: apnadkarni tags: core-8-branch | |
| 11:24 | Add Tcl_FSTildeExpand manpage. Do not depend on caller to clean up output DString on error Closed-Leaf check-in: 321a559f8c user: apnadkarni tags: tip-701 | |
|
2024-10-29
| ||
| 18:37 | merge 8.6: fixes regression and further bug [2c237beffbace823] check-in: 5f73876fe7 user: sebres tags: core-8-branch | |
|
2024-10-25
| ||
| 17:01 | Add tcl::unsupported::icu normalize check-in: 240e94b4a0 user: jan.nijtmans tags: core-8-branch | |
| 15:52 | doc/clock.n: typo check-in: 6218e8f6e0 user: sebres tags: core-8-branch | |
| 10:44 | (void *)NULL -> (char *)NULL, where appropriate check-in: d21087d935 user: jan.nijtmans tags: core-8-branch | |
| 09:56 | Merge 9.0 (9.0.0 release) check-in: 8523e01f8f user: jan.nijtmans tags: tip-626 | |
| 09:25 | Merge 9.0 check-in: 9a9302a669 user: jan.nijtmans tags: tip-626 | |
|
2024-10-24
| ||
| 14:41 | Merge 8.6 check-in: 39e2e7c002 user: jan.nijtmans tags: core-8-branch | |
| 11:36 | Document that [file dirname [file dirname [info nameofexecutable]]]/lib is also added to $auto_path ... check-in: 68c9c18275 user: jan.nijtmans tags: core-8-branch | |
| 09:21 | Merge 8.6 check-in: e99d2f6d2b user: jan.nijtmans tags: core-8-branch | |
|
2024-10-23
| ||
| 13:37 | Update docs regarding tilde substitution (backported from 9.0). For TCLLIBPATH, do the same tilde su... check-in: a3fc2ce918 user: jan.nijtmans tags: core-8-branch | |
| 13:19 | Fix documentation on tcl_wordchars/tcl_nonwordchars check-in: 3f2ba191a4 user: jan.nijtmans tags: core-8-branch | |
| 11:13 | merge 8.6, conflicts resolved check-in: 466beedcfc user: sebres tags: core-8-branch | |
|
2024-10-22
| ||
| 13:08 | (cherry-pick): Fix [66da4d4228] - UTF-16 encoder buffer overflow check-in: c0e4798bb1 user: jan.nijtmans tags: core-8-branch | |
|
2024-10-18
| ||
| 19:05 | tcl_wordchars and tcl_nonwordchars doc fix proposal. See [f88bc5ff88] Closed-Leaf check-in: b2eab2cc8e user: jan.nijtmans tags: bug-f88bc5ff88 | |
| 15:12 | Fix [73d5cb615e]: zlib-8.8, zlib-8.16 fail on Fedora 40, gcc 14.1.1 backport [cfdf80a2efc6]: zlib ch... check-in: 07b3bc2ff1 user: jan.nijtmans tags: core-8-branch | |
|
2024-10-16
| ||
| 21:04 | Remove a lot of stuff meant for macOS < 10.9 check-in: 6415ba7727 user: jan.nijtmans tags: core-8-branch | |
| 20:22 | Remove obsolete -single_module linker flag Closed-Leaf check-in: 9cc829359d user: jan.nijtmans tags: bug-cb052066de | |
| 11:22 | Put back some lines in tcl.m4: the "gettimeofday" detection fails without it check-in: a07ee5ce3e user: jan.nijtmans tags: core-8-branch | |
| 08:10 | SunOS 4 is no longer supported check-in: 714ef2610a user: jan.nijtmans tags: core-8-branch | |
|
2024-10-14
| ||
| 20:30 | Remove a lot of stuff meant for macOS < 10.9 check-in: 49e8bca1ab user: jan.nijtmans tags: bug-cb052066de | |
|
2024-10-09
| ||
| 16:05 | Fix warning: warning C4047: 'function': 'char *' differs in levels of indirection from 'const char *... check-in: cf4e367415 user: jan.nijtmans tags: core-8-branch | |
|
2024-10-08
| ||
| 22:36 | Follow-up for [0439e1e1a3]: Slow detection of illegal expr argument. Same fix in more places. Only ... check-in: a618dcb270 user: jan.nijtmans tags: trunk, main | |
| 22:26 | Fix [0439e1e1a3]: Slow detection of illegal expr argument check-in: f10435bb91 user: jan.nijtmans tags: core-8-branch | |
| 15:17 | Do an additional check, before declaring something "a list" Closed-Leaf check-in: d02bb20b39 user: jan.nijtmans tags: bug-0439e1e1a3 | |
| 13:19 | Rebase to 9.0 check-in: 167e636990 user: jan.nijtmans tags: bug-0439e1e1a3 | |
|
2024-10-07
| ||
| 21:47 | In Tcl_GetNumberFromObj() change the dictionary length check from > 1 to > 0 to determine whether th... check-in: 6671214b3b user: pooryorick tags: trunk, main | |
|
2024-10-05
| ||
| 21:15 | Update nmakehlp.c check-in: 72b069cb86 user: jan.nijtmans tags: trunk, main | |
| 21:12 | Update nmakehlp.c check-in: a465cc43f3 user: jan.nijtmans tags: core-8-branch | |
| 21:08 | Backport vctool check-in: 11f27c1ae7 user: jan.nijtmans tags: core-8-branch | |
| 21:00 | Move new stub entry to 657, which is slightly better check-in: cdb0818396 user: jan.nijtmans tags: tip-701 | |
| 08:50 | Complete the FOREACH_HASH family check-in: ea9b650e04 user: dkf tags: trunk, main | |
| 06:05 | vctool - fix confusion between 'debug' and 'pdbs' options check-in: 1d1e6de2ee user: apnadkarni tags: trunk, main | |
|
2024-10-03
| ||
| 08:21 | Update links, pointing to the 9.0 release as well check-in: 8a92b97680 user: jan.nijtmans tags: trunk, main | |
| 08:18 | Update links, pointing to the 9.0 release as well check-in: 7acc0b2bb1 user: jan.nijtmans tags: core-8-branch | |
|
2024-10-02
| ||
| 11:49 | Use version number "9.0" somewhat more in comments check-in: b716a367fb user: jan.nijtmans tags: trunk, main | |
|
2024-10-01
| ||
| 17:17 | Bug [67d5f75c36]. Revert to 8.6 behaviour. Recompile lambda on interp mismatch Closed-Leaf check-in: de39c09363 user: apnadkarni tags: bug-67d5f75c36 | |
|
2024-09-30
| ||
| 09:30 | (cherry-pick): Even when building against Tcl8, PRJLIBNAME9 should not have the "t" suffix else it b... check-in: 55abecc8e3 user: jan.nijtmans tags: core-8-branch | |
| 08:25 | Use more named constants in TclOO implementation check-in: 770230bffe user: dkf tags: trunk, main | |
|
2024-09-29
| ||
| 10:52 | Even when building against Tcl8, PRJLIBNAME9 should not have the "t" suffix else it breaks pkgIndex.... check-in: 76d1886f29 user: apnadkarni tags: trunk, main | |
|
2024-09-27
| ||
| 10:27 | Rebase to 9.0 Leaf check-in: 7d43b62f8a user: jan.nijtmans tags: documentation-cleanup-for-transition | |
| 10:25 | Cherry-pick 2 trivial fixes from 'documentation-cleanup-for-transition' branch check-in: a0e3dfeddc user: jan.nijtmans tags: trunk, main | |
| 10:24 | Cherry-pick 2 trivial fixes from 'documentation-cleanup-for-transition' branch check-in: a45dfaf424 user: jan.nijtmans tags: core-8-branch | |
| 08:49 | Rebase to 9.0 check-in: 11ba8e51a8 user: jan.nijtmans tags: documentation-cleanup-for-transition | |
| 08:38 | version -> 9.0.1 check-in: 8f6ce631b8 user: jan.nijtmans tags: trunk, main | |
| 03:20 | Merge 8.7 - Fix zipfs canonical manpage check-in: 268468282f user: apnadkarni tags: trunk, main | |
| 03:18 | Fix zipfs canonical manpage to match TIP 430 and actual implementation check-in: 720ed356ac user: apnadkarni tags: core-8-branch | |
|
2024-09-26
| ||
| 21:28 | Don't use "9.0b3" any more. Spacing check-in: 946fbd0fda user: jan.nijtmans tags: trunk, main | |
| 21:08 | Backport Tcl_BounceRefCount() from Tcl 9.0 check-in: 7073e07042 user: jan.nijtmans tags: core-8-branch | |
| 20:20 | Backport http 2.10.0 from 9.0 check-in: 260dad7a1c user: jan.nijtmans tags: core-8-branch | |
| 19:41 | Merge-mark 8.7 check-in: fa6bfe7e5e user: jan.nijtmans tags: trunk, main | |
| 19:32 | Backport many small documentation changes (as far as appropriate) from 9.0. Update changes.md check-in: 2046ce35ea user: jan.nijtmans tags: core-8-branch | |
| 18:40 | Open space in changes.md for new changes to be recorded as they are developed. check-in: 4e4f6f67df user: dgp tags: trunk, main | |
| 18:29 | merge release check-in: e569153b74 user: dgp tags: trunk, main | |
|
2024-09-25
| ||
| 22:09 | TclMaxListLength() is already checked for within SetDoubeFromAny() check-in: 73bd3c5996 user: jan.nijtmans tags: bug-0439e1e1a3 | |
| 21:45 | Code de-duplication, move it to TclParseNumber() check-in: beb6a2bf05 user: jan.nijtmans tags: bug-0439e1e1a3 | |
| 14:08 | Merge-mark check-in: fa4d47e2e7 user: jan.nijtmans tags: bug-0439e1e1a3 | |
| 13:56 | merge trunk Closed-Leaf check-in: 9af3ef7dce user: dgp tags: rc3, core-9-0-0-rc, core-9-0-0 | |
| 13:56 | Sync test suite to latest code change check-in: ce43f9d436 user: dgp tags: trunk, main | |
| 13:49 | A few more compatibility warnings in the release notes. check-in: ed59e55964 user: dgp tags: core-9-0-0-rc | |
| 13:45 | merge trunk check-in: 1b39dea691 user: dgp tags: core-9-0-0-rc | |
| 11:37 | Rebase to 9.0 check-in: 5e63a529a9 user: jan.nijtmans tags: bug-0439e1e1a3 | |
| 10:53 | one more occurence of version 8.7 removed check-in: 43756df9e7 user: Torsten tags: trunk, main | |
| 10:50 | purged mentions of Tcl 8.7 in man pages (apart from usage in .VS and .VE macros which will not lead ... check-in: 7891a2e4b2 user: Torsten tags: trunk, main | |
| 08:34 | Rebase to 9.0 check-in: 09370a59d0 user: jan.nijtmans tags: bug-0439e1e1a3 | |
| 07:38 | Modify fix for [0439e1e1a3], no conversion to list any more. Reported by AKU. check-in: 53e5096b31 user: jan.nijtmans tags: trunk, main | |
|
2024-09-24
| ||
| 21:46 | Merge 9.0. Use TclMaxListLength() to determine error-message in stead of converting to a list check-in: 1870ed5dd9 user: jan.nijtmans tags: bug-0439e1e1a3 | |
| 08:14 | — -> — check-in: fc13eb89d8 user: jan.nijtmans tags: rc2, core-9-0-0-rc | |
|
2024-09-23
| ||
| 16:38 | Merge trunk; Remove "Known Bugs" that are now fixed; changes file wordsmithing check-in: d46284c1df user: dgp tags: core-9-0-0-rc | |
|
2024-09-22
| ||
| 16:45 | Rebase to 9.0, but use ListObjIsCanonical() in stead of testing for first char being '#' check-in: cd583cb169 user: jan.nijtmans tags: bug-e38dce74e2-214cc0eb22-v2 | |
| 16:22 | Fix [e38dce74e2]: Command line built with list not properly quoted check-in: 8627aad9bd user: jan.nijtmans tags: trunk, main | |
| 16:12 | Fix [e38dce74e2]: Command line built with list not properly quoted check-in: 99a7645e72 user: jan.nijtmans tags: core-8-branch | |
| 06:22 | Merge 8.7 - coroutine doc duplicate text check-in: 104ca7e793 user: apnadkarni tags: trunk, main | |
| 06:17 | Docs - Fix spurious .RE in encoding.n, remove duplicate text in coroutine.n check-in: 2747220a89 user: apnadkarni tags: core-8-branch | |
|
2024-09-21
| ||
| 22:46 | It looks like ListObjIsCanonical() is needed after all Closed-Leaf check-in: 2f91a669a8 user: jan.nijtmans tags: bug-e38dce74e2 | |
| 22:35 | Another testcase, which gives a different result in 8.6 check-in: 03f1b16720 user: jan.nijtmans tags: bug-e38dce74e2 | |
| 08:41 | Fix ungrammatical doubling of words in comments check-in: 1f19a433ec user: dkf tags: trunk, main, minor | |
|
2024-09-20
| ||
| 20:25 | fix for [e38dce74e2] also for lappend etc (another variant to fix inconosistce of [214cc0eb22]); mor... check-in: 3d1a4c2dde user: sebres tags: bug-e38dce74e2-214cc0eb22-v2 | |
| 20:22 | a bit better form (simply reset the string representation and return, since the object is unshared) check-in: 74d3f93d9e user: sebres tags: bug-e38dce74e2 | |
| 12:31 | Fix for [e38dce74e2]: Command line built with list not properly quoted. With test-case check-in: 9c2fe38813 user: jan.nijtmans tags: bug-e38dce74e2 | |
|
2024-09-19
| ||
| 12:21 | Merge-mark check-in: b1de5883bc user: jan.nijtmans tags: trunk, main | |
| 12:20 | Backport tclIcu.c improvements from 9.0. Some indenting check-in: e5b96e3cda user: jan.nijtmans tags: core-8-branch | |
| 11:47 | fraktion -> fraction check-in: cbb8ff2981 user: jan.nijtmans tags: trunk, main | |
| 10:13 | Merge 8.7 check-in: b19d85513b user: jan.nijtmans tags: trunk, main | |
| 10:08 | Backport a lot of doc improvements from 9.0 check-in: 48ff6c7312 user: jan.nijtmans tags: core-8-branch | |
|
2024-09-18
| ||
| 20:28 | One more "Known bugs" check-in: 10600da325 user: jan.nijtmans tags: core-9-0-0-rc | |
| 18:36 | merge trunk check-in: 5691afbee1 user: dgp tags: rc1, core-9-0-0-rc | |
| 15:45 | merge 8.7 (silence warn for no-trapv, [f6fc75cbdd0fa593]) check-in: 9e5fab26fe user: sebres tags: trunk, main | |
| 15:43 | closes [f6fc75cbdd0fa593]: silence unknown pragma warning for no-trapv (__GNUC__ is also defined by ... check-in: 9c8c6e1576 user: sebres tags: core-8-branch | |
| 14:21 | Remove symbol from master build instructions check-in: 0979921b40 user: dkf tags: always-zlib | |
| 14:17 | Always have zlib, so no non-zlib code need remain check-in: 9dee5129eb user: dkf tags: always-zlib | |
| 10:54 | merge 8.7 (mem-leak fix for [02d5d65d70]) check-in: 88fef0563f user: sebres tags: trunk, main | |
| 10:53 | amend to [02d5d65d70]: fixed memory leak (using translated path) check-in: 536390e425 user: sebres tags: core-8-branch | |
| 09:52 | Attempt to fix build failure caused by fix [02d5d65d70] (8.7 and 9.0 only) Closed-Leaf check-in: 9e05dce8e9 user: jan.nijtmans tags: bug-02d5d65d70 | |
| 03:00 | Merge 8.7 - Very minor typo - pathname -> pathtype check-in: d914c001a8 user: apnadkarni tags: trunk, main | |
| 02:59 | Merge 8.6 - Very minor typo - pathname -> pathtype check-in: 2fe4fcdaa1 user: apnadkarni tags: core-8-branch | |
|
2024-09-17
| ||
| 15:42 | amend for 9.0 (windows only): since paths starting with ~ are relative in 9.0 for windows, it doesn'... check-in: 891b58bbb7 user: sebres tags: trunk, main | |
| 15:35 | merge 8.7: avoid unneeded (but expensive) path normalization for several file subsystem commands and... check-in: 265dc4708a user: sebres tags: trunk, main | |
| 15:25 | small amend improving (path in zipfs) lookup check-in: 28df85586d user: sebres tags: core-8-branch | |
| 15:17 | fixes further normalization bottleneck of 8.7+ [02d5d65d70adab97], guess [411f52ed87e313dd49e2] too ... check-in: ed87833280 user: sebres tags: core-8-branch | |
| 14:32 | merge 8.6 (fix attempt for [02d5d65d70adab97], however the small bottleneck is still visible) check-in: 86abe9aa4a user: sebres tags: core-8-branch | |
| 14:24 | Extend the notes in the changes file check-in: 1066df7e1e user: dkf tags: core-9-0-0-rc | |
| 10:29 | Remove 'known bug' listing for issue that was fixed several months ago check-in: 7cd4c1125d user: dkf tags: core-9-0-0-rc | |
| 08:09 | Merge 8.7 check-in: 8e0ee072e2 user: jan.nijtmans tags: trunk, main | |
|
2024-09-16
| ||
| 16:41 | Merge 8.6 check-in: ca3ad3b249 user: jan.nijtmans tags: core-8-branch | |
| 16:05 | [708422] Nice test case. Bug report duplicates [7842f33a5c] check-in: be14e8b90e user: dkf tags: core-8-branch | |
| 14:44 | [680503]: Ensure we make the shadow delegate even if there is no argument to the class constructor. check-in: fc91a7415f user: dkf tags: trunk, main | |
| 14:39 | [680503]: Ensure we make the shadow delegate even if there is no argument to the class constructor. check-in: b378bba6ce user: dkf tags: core-8-branch | |
| 14:22 | Improve clarity and safety in dde extension. Leaf check-in: e96975a314 user: dkf tags: tweak | |
|
2024-09-14
| ||
| 21:26 | compile-13.2: added dynamic constraint for unix boxes (avoid SO for small stack limit) - ensure the ... check-in: 7a6c1a63ee user: jan.nijtmans tags: trunk, main | |
| 21:14 | compile-13.2: added dynamic constraint for unix boxes (avoid SO for small stack limit) - ensure the ... check-in: 8334e24d54 user: jan.nijtmans tags: core-8-branch | |
| 21:01 | Update testcase check-in: 1fc3d6033f user: jan.nijtmans tags: core-8-branch | |
|
2024-09-13
| ||
| 21:18 | Fix [63325009a8]: \u0400 conversion to and from cesu-8 fails check-in: 310f98ad74 user: jan.nijtmans tags: trunk, main | |
| 20:06 | Fix [63325009a8]: \u0400 conversion to and from cesu-8 fails. check-in: 38bd4fffca user: jan.nijtmans tags: core-8-branch | |
| 12:20 | Merge-mark check-in: d06bb94129 user: jan.nijtmans tags: trunk, main | |
| 12:16 | (Backport): Fix bug [fccb9f322f] - system encoding detection check-in: c1d2047f90 user: jan.nijtmans tags: core-8-branch | |
|
2024-09-12
| ||
| 22:56 | One more "Known bug" check-in: 5a7a2e01f3 user: jan.nijtmans tags: core-9-0-0-rc | |
|
2024-09-11
| ||
| 21:04 | Add "Known bugs" section check-in: edc7c054ee user: jan.nijtmans tags: core-9-0-0-rc | |
| 19:36 | merge trunk check-in: d4649033d4 user: dgp tags: core-9-0-0-rc | |
| 16:57 | Update changes.md version to 9.0.0. http -> 2.10.0 check-in: 8e860d3aa9 user: jan.nijtmans tags: core-9-0-0-rc | |
| 16:02 | Replace sequences of Tcl_AddErrorInfo with single Tcl_AppendObjToErrorInfo check-in: 02130d4855 user: dkf tags: tweak | |
| 15:41 | Space before tab is unlikely and unwanted check-in: d09a16a1d9 user: dkf tags: tweak | |
| 14:56 | tweaking TclOO a bit, added more leak tests Sideline low value changes that do not fix anything ... check-in: cf73c2fe23 user: dkf tags: tweak | |
| 07:37 | Unified naming of the Mac to 'macOS' as other names are outdated since 2016 (macOS Sierra, version 1... check-in: a3a2fb94c0 user: Torsten tags: trunk, main | |
| 06:31 | Add tcl::idna, expr operators, oo to changes.md check-in: 52a5f4ab95 user: apnadkarni tags: trunk, main | |
| 03:04 | Add Tcl_FSTildeExpand and tests check-in: d496038383 user: apnadkarni tags: tip-701 | |
| 02:47 | Create new branch named "tip-701" check-in: 91bc91e86f user: apnadkarni tags: tip-701 | |
|
2024-09-10
| ||
| 19:58 | 3th "load" argument should be Titlecase Fix registry library name for Tcl 9 check-in: 8d9bc901e3 user: jan.nijtmans tags: trunk, main | |
| 19:48 | 3th "load" argument should be Titlecase check-in: e75679b59a user: jan.nijtmans tags: core-8-branch | |
| 14:58 | merge trunk check-in: d652b5342c user: dgp tags: core-9-0-0-rc | |
| 13:27 | merge 8.7 check-in: a4c3f6a3e8 user: dgp tags: trunk, main | |
| 13:26 | silence compiler warning check-in: 7738ae2715 user: dgp tags: core-8-branch | |
|
2024-09-09
| ||
| 21:21 | Merge trunk; silence compiler warning. check-in: 330b1226ee user: dgp tags: core-9-0-0-rc | |
| 18:45 | size_t -> Tcl_Size (twice) check-in: 1aa26f02e2 user: jan.nijtmans tags: trunk, main | |
| 18:37 | size_t -> Tcl_Size, for maximum compatibility with Tcl 8.6 check-in: 5e808612dd user: jan.nijtmans tags: core-8-branch | |
| 16:08 | Some identification of possible refactorings in tclZlib.c Closed-Leaf check-in: 8af63c9d77 user: dkf tags: dkf/clean-up-zlib-impl | |
|
2024-09-07
| ||
| 23:01 | Update to TZDATA 2024b check-in: b1d5440647 user: jan.nijtmans tags: trunk, main | |
| 22:58 | Update to TZDATA 2024b check-in: 2d9e5e1d3b user: jan.nijtmans tags: core-8-branch | |
|
2024-09-05
| ||
| 13:30 | Some identification of possible refactorings in tclVar.c Leaf check-in: a73467bf64 user: dkf tags: dkf/clean-up-var-impl | |
|
2024-09-03
| ||
| 16:47 | merge trunk check-in: b68b00d45a user: dgp tags: core-9-0-0-rc | |
|
2024-09-02
| ||
| 11:26 | Merge-mark check-in: 9d3fa01392 user: jan.nijtmans tags: core-8-branch | |
| 11:23 | Merge-mark check-in: 9a5248b829 user: jan.nijtmans tags: trunk, main | |
| 11:22 | cherrypicked typos, errors and clarifications from the documentation-cleanup-for-transition branch (... check-in: a4f139837d user: jan.nijtmans tags: core-8-branch | |
| 11:00 | cherrypicked typos, errors and clarifications from the documentation-cleanup-for-transition branch (... check-in: 2496f1377a user: Torsten tags: trunk, main | |
|
2024-09-01
| ||
| 22:43 | Fix for ticket [f4a4bd7f1070] - lseq "count" argument also dictates output formatting. Solved by on... check-in: 93057ed877 user: griffin tags: trunk, main | |
|
2024-08-30
| ||
| 16:08 | Cleaning up tclZipfs.c to use internal API better. Closed-Leaf check-in: c3f3a08b43 user: dkf tags: dkf/clean-up-zipfs-impl | |
| 15:50 | merge trunk check-in: 36ed7dc068 user: dgp tags: core-9-0-0-rc | |
| 03:24 | Delete duplicated text fragment in lseq manpage check-in: c540e8ec0d user: apnadkarni tags: trunk, main | |
|
2024-08-29
| ||
| 07:40 | [6a9a2ccf] Unix makefile writes "Build for TCL 8" for Tcl 9 Closed-Leaf check-in: ad85f60c42 user: oehhar tags: 6a9a2ccf-unix-makefile-output-tcl8 | |
|
2024-08-28
| ||
| 17:17 | Release branch for Tcl 9.0.0 check-in: 9365889f2e user: dgp tags: core-9-0-0-rc | |
|
2024-08-27
| ||
| 10:50 | Fix logic that was inadvertently inverted back in [295715a1b1b2c3d5] check-in: 5ffd5f90b8 user: pooryorick tags: trunk, main | |
|
2024-08-24
| ||
| 11:20 | Fix static build on MSVC check-in: e4cc39a789 user: jan.nijtmans tags: trunk, main | |
| 10:50 | Fix static build on MSVC check-in: 4bf28ebf0f user: jan.nijtmans tags: core-8-branch | |
|
2024-08-23
| ||
| 19:48 | Minor fix in "load" documentation. Update release notes for "info loaded" change check-in: 3b597e83a3 user: jan.nijtmans tags: trunk, main | |
| 19:41 | Update "info loaded" documentation. Add "info loaded" change to release notes check-in: 011afdcf10 user: jan.nijtmans tags: core-8-branch | |
| 15:26 | Don't pack the dde/registry dll's any more for static builds. See: [https://core.tcl-lang.org/tk/tkt... check-in: 3fae94e31a user: jan.nijtmans tags: trunk, main | |
| 15:18 | Don't pack the dde/registry dll's any more for static builds. See: [https://core.tcl-lang.org/tk/tkt... check-in: ab9bae0fd1 user: jan.nijtmans tags: core-8-branch | |
| 14:36 | Eliminate compiler warning regarding ZLIB_VER_MAJOR on --disable-shared builds (seen on Windows) check-in: 8225f9faee user: jan.nijtmans tags: trunk, main | |
| 14:33 | Eliminate compiler warning regarding ZLIB_VER_MAJOR on --disable-shared builds (seen on Windows) check-in: 3ba2e6ca53 user: jan.nijtmans tags: core-8-branch | |
| 13:56 | Documentation/comment fixes [dcc8645349] check-in: 70b037050c user: jan.nijtmans tags: trunk, main | |
| 13:53 | Documentation/comment fixes [dcc8645349] check-in: bae63ac9d1 user: jan.nijtmans tags: core-8-branch | |
| 12:15 | formatting. Missing "command" Closed-Leaf check-in: fc1e13addd user: jan.nijtmans tags: bug-dcc8645349 | |
| 12:12 | Documentation/comment fixes [dcc8645349] check-in: 62822d40f7 user: jan.nijtmans tags: bug-dcc8645349 | |
| 08:39 | Merge trunk check-in: 4b819bcb98 user: apnadkarni tags: apn-more-encoding-tests | |
| 08:32 | Fix [33f9b4de51], [945d2387d7], [f2e924e881] - encoding character limit bugs check-in: df6a7e1b38 user: apnadkarni tags: trunk, main | |
| 08:22 | Fix [a82f8b15d1]: Encoding of files stored by zipfs check-in: 1fb806b004 user: jan.nijtmans tags: trunk, main | |
| 08:19 | Fix [a82f8b15d1]: Encoding of files stored by zipfs check-in: b89a86d1fb user: jan.nijtmans tags: core-8-branch | |
| 08:10 | Also fix charlimit for cesu-8 Closed-Leaf check-in: 5df9ff781e user: apnadkarni tags: bug-945d2387d7 | |
| 06:10 | Reenable utf16 tests after fixes check-in: a85938676d user: apnadkarni tags: bug-945d2387d7 | |
|
2024-08-22
| ||
| 19:01 | Oops Closed-Leaf check-in: 869c04f625 user: jan.nijtmans tags: bug-a82f8b15d1 | |
| 18:53 | Proposed fix for [a82f8b15d1]: Encoding of files stored by zipfs check-in: 2059ae94ac user: jan.nijtmans tags: bug-a82f8b15d1 | |
| 18:12 | Proposed fixes for [945d2387d7], [f2e924e881], [33f9b4de51] check-in: c19b624fa9 user: apnadkarni tags: bug-945d2387d7 | |
| 15:26 | Remove _ATL_XP_TARGETING from rules.vc: Windows XP is no longer supported check-in: cf7c97fb5c user: jan.nijtmans tags: trunk, main | |
| 15:22 | Remove _ATL_XP_TARGETING from rules.vc: Windows XP is no longer supported check-in: a47aa01f87 user: jan.nijtmans tags: core-8-branch | |
| 10:53 | Fix failure under -singleproc 1 testing check-in: d87c5b3f6a user: jan.nijtmans tags: trunk, main | |
| 10:50 | Fix failure under -singleproc 1 testing check-in: 7942c640ee user: jan.nijtmans tags: core-8-branch | |
| 10:49 | Whitespace changes check-in: dea1b5bd08 user: jan.nijtmans tags: core-8-branch | |
| 10:16 | Merge trunk check-in: d54f87cec0 user: apnadkarni tags: bug-945d2387d7 | |
| 10:01 | Add Tcl_ExternalToUtf charlimit tests check-in: 3e0a756ae7 user: apnadkarni tags: trunk, main | |
| 09:46 | Merge trunk check-in: ba0815c3bf user: apnadkarni tags: apn-more-encoding-tests | |
| 09:39 | Fix [304d30677a] - CESU-8 decoding check-in: 96e96a1865 user: apnadkarni tags: trunk, main | |
| 09:01 | Use enums for argument indices, not 'function-scoped' defines check-in: 61b68f232e user: dkf tags: trunk, main | |
|
2024-08-21
| ||
| 12:06 | Start on bug [945d2387d7] check-in: 8a8db8eace user: apnadkarni tags: bug-945d2387d7 | |
| 09:36 | Merge trunk Closed-Leaf check-in: 8a60e9571d user: apnadkarni tags: bug-304d30677a | |
| 08:52 | Fix [https://core.tcl-lang.org/tclconfig/info/14f0d2c9558caf67|14f0d2c9558caf67] (same mistake in Tc... check-in: bc1ee0693f user: jan.nijtmans tags: trunk, main | |
| 08:50 | (backport) Use a name for a flag, use an enum for that flag check-in: 9aecac9f27 user: jan.nijtmans tags: core-8-branch | |
| 08:38 | Fix [https://core.tcl-lang.org/tclconfig/info/14f0d2c9558caf67|14f0d2c9558caf67] (same mistake in Tc... check-in: bb0b20e430 user: jan.nijtmans tags: core-8-branch | |
| 08:35 | Use a name for a flag, use an enum for that flag check-in: 6269c75500 user: dkf tags: trunk, main | |
|
2024-08-20
| ||
| 14:53 | Merge 8.7 check-in: 6ae9bb7cfe user: jan.nijtmans tags: trunk, main | |
| 14:49 | tcl::unsupported::inject is deprecated, will be removed in 9.0 check-in: 03e03c8af9 user: jan.nijtmans tags: core-8-branch | |
| 11:26 | Add charlimit tests for Tcl_ExternalToUtf check-in: 63afb0c879 user: apnadkarni tags: apn-more-encoding-tests | |
| 11:20 | Merge trunk check-in: aae75aec93 user: apnadkarni tags: apn-more-encoding-tests | |
|
2024-08-19
| ||
| 11:47 | Merge 9.0 check-in: 26425f1b60 user: jan.nijtmans tags: tip-626 | |
| 11:27 | Add back cesu-8 fragmentation tests check-in: 6441292aba user: apnadkarni tags: bug-304d30677a | |
| 10:43 | Merge trunk check-in: eb27a505c7 user: apnadkarni tags: bug-304d30677a | |
| 08:49 | Beef up encoding tests for fragmented and split encodings check-in: 151972b13a user: apnadkarni tags: trunk, main | |
| 04:55 | Deal with fragmented and split cesu-8 surrogates. check-in: 06580a4819 user: apnadkarni tags: bug-304d30677a | |
|
2024-08-18
| ||
| 22:01 | Fix [6a8c5833c9]: NTFS alternate data streams (ADS) no longer readable writable check-in: ef68162d6e user: jan.nijtmans tags: trunk, main | |
| 21:35 | Fix [6a8c5833c9]: NTFS alternate data streams (ADS) no longer readable writable check-in: 65ecef3150 user: jan.nijtmans tags: core-8-branch | |
| 20:40 | Consolidated zipfs changes/Improve bunch of error-messages check-in: ad33a7eb2f user: jan.nijtmans tags: tip-626 | |
| 17:45 | Disable cesu tests because of bug [304d30677a] check-in: 8691b58034 user: apnadkarni tags: apn-more-encoding-tests | |
| 17:36 | Start on [304d30677a]. Passes test suite but needs clean up. But see comments below. It seems to me... check-in: 196cc3a439 user: apnadkarni tags: bug-304d30677a | |
| 17:20 | Backport: Consolidated zipfs changes check-in: 82a7356b9b user: jan.nijtmans tags: core-8-branch | |
| 11:14 | Introduce TclNewNamespaceObj() to factor out a common idiom check-in: 56f880ad7b user: dkf tags: trunk, main | |
| 10:51 | Fix memory leak Closed-Leaf check-in: 054fb71adf user: dkf tags: bug-32a6e3a043 | |
| 10:18 | Add frag test for utf32 and escaped encodings check-in: 61a3ae1b1b user: apnadkarni tags: apn-more-encoding-tests | |
|
2024-08-17
| ||
| 22:51 | Merge 9.0 check-in: 0a52011e47 user: jan.nijtmans tags: tip-626 | |
| 22:44 | Merge 9.0 check-in: ee93993470 user: jan.nijtmans tags: tip-626 | |
| 19:09 | Define TclNewNamespaceObj() to capture common idiom check-in: a05790098b user: dkf tags: bug-32a6e3a043 | |
| 12:52 | Start on fragmentation tests check-in: 36a251d128 user: apnadkarni tags: apn-more-encoding-tests | |
|
2024-08-16
| ||
| 17:02 | More tests for Tcl_UtfToExternal and Tcl_ExternalToUtf C API, in progress check-in: 2a1a6018a1 user: apnadkarni tags: apn-more-encoding-tests | |
| 01:19 | Fix zipfs doc mountdata comment check-in: c4abaec8f6 user: apnadkarni tags: trunk, main | |
|
2024-08-15
| ||
| 21:32 | While Tcl 8.7 is not final, be less strict in Tcl_InitStubs() check-in: 15477593a8 user: jan.nijtmans tags: trunk, main | |
| 20:44 | Improve bunch of error-messages check-in: 97ad90f320 user: jan.nijtmans tags: trunk, main | |
| 20:27 | Allow "tcl8" as library prefix (just as "tcl9" for Tcl 9) check-in: 51354024e7 user: jan.nijtmans tags: core-8-branch | |
| 20:23 | Improve bunch of error-messages check-in: 3af2efb00f user: jan.nijtmans tags: core-8-branch | |
| 15:26 | Consolidated zipfs changes. Thanks Torsten! check-in: d4dd94ab5c user: apnadkarni tags: trunk, main | |
| 15:09 | Minor optimisation in the [interp create] implementation check-in: 7a665fa1b6 user: dkf tags: trunk, main | |
| 12:30 | Fix for TIP #628: Builds with TCL_MAJOR_VERSION < 9 and without USE_TCL_STUBS is possible, just Tcl_... check-in: b6ae814981 user: jan.nijtmans tags: trunk, main | |
| 10:58 | Add missing TCL_OBJTYPE_V1/TCL_OBJTYPE_V2 check-in: 8b4e437fe7 user: jan.nijtmans tags: trunk, main | |
| 06:13 | Merge trunk Closed-Leaf check-in: f0dbc3765a user: apnadkarni tags: zipfs-consolidation | |
|
2024-08-14
| ||
| 20:33 | Merge-mark check-in: 24768883f6 user: jan.nijtmans tags: core-8-branch | |
| 10:53 | Deal with isolated surrogates. Still WIP Closed-Leaf check-in: fdbbdd3d82 user: apnadkarni tags: apn-profile-tcl8-surrogates | |
|
2024-08-13
| ||
| 14:00 | b3 -> b4, as preparation for release check-in: 2047813f1c user: jan.nijtmans tags: trunk, main | |
| 13:45 | Fix for [39680865953cce4f], Basic nonblocking write-only refchan hangs. Closed-Leaf check-in: ab87ef464e user: pooryorick tags: bug-3968086595 | |
| 13:32 | Fix [2f22a7364d]: cesu-8 encoding gives same result for different strings check-in: da1af6e174 user: jan.nijtmans tags: trunk, main | |
| 13:27 | Fix [2f22a7364d]: cesu-8 encoding gives same result for different strings check-in: 1fde7637c1 user: jan.nijtmans tags: core-8-branch | |
| 13:23 | Combine surrogates for tcl8 profile - in progress and incomplete! check-in: b492260c37 user: apnadkarni tags: apn-profile-tcl8-surrogates | |
| 08:52 | Merge-mark check-in: 67aa7a5c34 user: jan.nijtmans tags: core-8-branch | |
| 08:44 | AC_PREREQ([2.69]). Fix some indenting check-in: 71a3a40df6 user: jan.nijtmans tags: trunk, main | |
| 08:36 | AC_PREREQ([2.69]). Fix some indenting check-in: 619dc20963 user: jan.nijtmans tags: core-8-branch | |
|
2024-08-12
| ||
| 17:04 | Fix Tk [1562e10c58]: with macOS framework build, tclsh cannot find Tk if there are multiple versions... check-in: 14f35bdb54 user: culler tags: trunk, main | |
| 16:57 | Fix Tk [1562e10c58]: with macOS framework build, tclsh cannot find Tk if there are multiple versions... check-in: 9b208cc05b user: culler tags: core-8-branch | |
| 16:20 | merge point check-in: 379c39d941 user: sebres tags: trunk, main | |
| 16:19 | merge point (no changes) check-in: 1ab0e357a8 user: sebres tags: core-8-branch | |
| 13:34 | merge 8.7 check-in: 8f8b3d2903 user: sebres tags: trunk, main | |
| 13:28 | merge fix for [7179c6724cd38271]: compilation of incr command on wide constant offset (no overflow) ... check-in: cbabbeed51 user: sebres tags: core-8-branch | |
| 09:54 | Merged trunk check-in: 0cb4d36e48 user: apnadkarni tags: zipfs-consolidation | |
|
2024-08-11
| ||
| 20:53 | Update Unicode tables to version 16 (in BETA, Unicode release will be Sept 10) check-in: d5bba172c8 user: jan.nijtmans tags: trunk, main | |
| 20:47 | Update Unicode tables to version 16 (in BETA, Unicode release will be Sept 10) check-in: 24b3d9dffb user: jan.nijtmans tags: core-8-branch | |
| 17:24 | Fix bug [fccb9f322f] - system encoding detection check-in: 17c53b7edd user: apnadkarni tags: trunk, main | |
| 06:53 | main with tip-424 branch "tip-improve-exec" merged in. Leaf check-in: be45bbdde0 user: pooryorick tags: main-tip424 | |
|
2024-08-10
| ||
| 12:55 | Compensate test case for XCode test config Closed-Leaf check-in: 1e09fa61a6 user: apnadkarni tags: bug-fccb9f322f | |
|
2024-08-09
| ||
| 15:25 | Also fix the non-zipfs build check-in: 87b7d3c1de user: apnadkarni tags: bug-fccb9f322f | |
| 15:14 | Merge-mark check-in: 7c4e907b46 user: jan.nijtmans tags: trunk, main | |
| 15:12 | Make realclean/hose target consistent with clean with respect to pkgs cleanup check-in: 11066a7726 user: jan.nijtmans tags: core-8-branch | |
| 13:28 | Merge trunk check-in: bb9d24dbb4 user: apnadkarni tags: bug-fccb9f322f | |
| 13:24 | Tweak unixInit-3.2 to return encoding check-in: 2c3dab96db user: apnadkarni tags: bug-fccb9f322f | |
| 13:02 | Fix for [201c7a3aa6] - crash with non-BMP chars when encodingto stateful encodings check-in: f25a8e1ef2 user: apnadkarni tags: trunk, main | |
| 12:42 | Added ICU conversion functions for testing Tcl check-in: f16fb116c6 user: apnadkarni tags: apn-icu-playground | |
| 05:22 | Merge trunk check-in: 042b9754da user: apnadkarni tags: apn-icu-playground | |
| 02:53 | Proposed fix for crash [201c7a3aa6] - crash on non-BMP Closed-Leaf check-in: 290de86578 user: apnadkarni tags: bug-201c7a3aa6 | |
|
2024-08-08
| ||
| 11:07 | An experiment: allow my and myclass to provide full object handles Leaf check-in: fc71457513 user: dkf tags: feature/oo-get-object-from-my | |
|
2024-08-07
| ||
| 09:30 | Improve [2da1cb0c80] fix. check-in: e7da24db33 user: dkf tags: trunk, main | |
| 09:17 | An imperfect fix for [2da1cb0c80] given that can't do the right thing check-in: 8063b4eb59 user: dkf tags: core-8-branch | |
| 05:57 | Merge trunk check-in: 9089d4421f user: apnadkarni tags: apn-icu-playground | |
| 05:19 | Streamline ICU symbol lookup. check-in: ffb895483f user: apnadkarni tags: trunk, main | |
| 03:34 | Make realclean/hose target consistent with clean with respect to pkgs cleanup check-in: 5e69edcef4 user: apnadkarni tags: trunk, main | |
|
2024-08-06
| ||
| 22:01 | Merge-mark check-in: ec118bc37d user: jan.nijtmans tags: trunk, main | |
| 21:57 | Fix some indentation check-in: 1ff09398e5 user: jan.nijtmans tags: core-8-branch | |
| 21:01 | Make varname method handle array elements better. [2da1cb0c80] check-in: 78610815d0 user: dkf tags: trunk, main | |
| 19:47 | Clean up of the ICU code and tests check-in: 8c93bcd021 user: jan.nijtmans tags: core-8-branch | |
| 13:15 | fix build check-in: efb5e50ced user: dkf tags: trunk, main | |
| 11:18 | Force named namespaces to be made by TclOO. [154f0982f2] check-in: 673f7389bb user: dkf tags: trunk, main | |
| 11:17 | Force named namespaces to be made by TclOO. [154f0982f2] check-in: cefc2cbc4b user: dkf tags: core-8-branch | |
| 09:16 | Implementation of almost all of oo::configurable in C, for better performance. check-in: c6393caddb user: dkf tags: trunk, main | |
| 09:14 | Remove unwanted change Closed-Leaf check-in: c8445aea52 user: dkf tags: oo-properties-c-impl | |
| 09:13 | merge trunk check-in: 9e4fa2b426 user: dkf tags: oo-properties-c-impl | |
| 09:11 | Fix some indentation check-in: 492639a98a user: dkf tags: trunk, main | |
| 08:46 | merge trunk check-in: 33c1f59c68 user: dkf tags: oo-properties-c-impl | |
| 08:20 | Clean up of the ICU code and tests check-in: 74ff99977b user: dkf tags: trunk, main | |
| 08:17 | Tidy up the icu tests and (very basic) error case checks Closed-Leaf check-in: 2ac7e7de1c user: dkf tags: dkf/icu-cleanup | |
| 06:36 | resolution of ticket [75291b89b3] check-in: 6a6dac423f user: Torsten tags: zipfs-consolidation | |
| 06:20 | resolution of ticket [7db9574a06] check-in: d97273f74c user: Torsten tags: zipfs-consolidation | |
| 06:17 | Merge 8.7 check-in: 21e60694c8 user: jan.nijtmans tags: trunk, main | |
|
2024-08-05
| ||
| 22:59 | also change zipfs.3 to match the resolution of ticket [b9f3ff8fe6] check-in: e49d28592d user: Torsten tags: zipfs-consolidation | |
| 22:56 | add/document the zlib command to the set of commands in a safe interpreter check-in: 09d286a45d user: jan.nijtmans tags: core-8-branch | |
| 22:44 | Missed some backports from 9.0. Some indenting check-in: 41996582d5 user: jan.nijtmans tags: core-8-branch | |
| 22:21 | resolution of ticket [b9f3ff8fe6] check-in: f6bfd7c52a user: Torsten tags: zipfs-consolidation | |
| 16:18 | VC++ build tool. Builds/tests/installs all configs. Type vctool help. check-in: b6f9f3233e user: apnadkarni tags: trunk, main | |
| 15:12 | Clean up ICU code check-in: 1a4f0c7a67 user: dkf tags: dkf/icu-cleanup | |
| 14:13 | merge trunk check-in: 1db1c6e7e1 user: dkf tags: oo-properties-c-impl | |
| 14:12 | Use TclStringCmp() instead of strcmp() to compare Tcl_Obj values check-in: d78abb141c user: dkf tags: trunk, main | |
| 14:09 | More cleaning up. check-in: 96cb495454 user: dkf tags: oo-properties-c-impl | |
| 14:05 | zipfs mount_data -> mountdata check-in: 731b44b4c7 user: apnadkarni tags: zipfs-consolidation | |
| 13:36 | Make zipfs inaccessible to safe interps. See bug [a47b587499] check-in: a0d527efb5 user: apnadkarni tags: zipfs-consolidation | |
| 12:49 | add/document the zlib command to the set of commands in a safe interpreter check-in: b452bebcea user: Torsten tags: trunk, main | |
| 11:23 | Fix icu loading for FreeBSD check-in: d70f0ced80 user: apnadkarni tags: trunk, main | |
| 08:30 | Add format/scan modifier changes to release notes check-in: 505e3cfd90 user: jan.nijtmans tags: trunk, main | |
| 08:19 | document zipfs as hidden command in interp.n Closed-Leaf check-in: ebfce2b0c0 user: Torsten tags: bug-a47b587499 | |
| 08:18 | Fix indentation Closed-Leaf check-in: 1696e161bf user: apnadkarni tags: apn-icu-freebsd | |
| 08:10 | Fix ICU function names for FreeBSD check-in: ae08754e62 user: apnadkarni tags: apn-icu-freebsd | |
|
2024-08-04
| ||
| 22:13 | TK_ZIP_FILE definition to nmake makefile, to be consistent with autoconf build check-in: f94832a3e1 user: jan.nijtmans tags: trunk, main | |
| 21:54 | TCL_ZIP_FILE/TK_ZIP_FILE definition to nmake makefile, to be consistent with autoconf build check-in: 3adf9df3f9 user: jan.nijtmans tags: core-8-branch | |
| 05:36 | Bug [a47b587499]. zipfs in safe interps check-in: 7ed1d50269 user: apnadkarni tags: bug-a47b587499 | |
|
2024-08-03
| ||
| 12:30 | Bug [fccb9f322f] - incorrect system encoding with zipfs builds check-in: 0f14007371 user: apnadkarni tags: bug-fccb9f322f | |
| 06:07 | correct wrong comment about safe subcommands, don't make zipfs a package anymore (ticket [b9f3ff8fe6... check-in: 9e4b08a4a7 user: Torsten tags: zipfs-consolidation | |
| 05:51 | branch for tickets related to the zipfs command check-in: 15471e93f3 user: Torsten tags: zipfs-consolidation | |
|
2024-08-02
| ||
| 12:03 | Factor out most property-related C code into its own file. check-in: c42f051aa1 user: dkf tags: oo-properties-c-impl | |
|
2024-08-01
| ||
| 19:40 | Remove redundant code. check-in: 5126362373 user: dkf tags: oo-properties-c-impl | |
| 15:45 | merge trunk check-in: 9fb6c0f1e3 user: dkf tags: oo-properties-c-impl | |
| 15:38 | Use Tcl's internal API a bit better check-in: 3428637b08 user: dkf tags: oo-properties-c-impl | |
|
2024-07-31
| ||
| 18:41 | merge release check-in: 71923cd053 user: dgp tags: trunk, main | |
| 17:57 | merge trunk Closed-Leaf check-in: 23a340c519 user: dgp tags: core-9-0-b3-rc, core-9-0-b3 | |
| 09:34 | Fix gcc -Wclobbered warnings. Thanks, Gustaf check-in: ca62193e21 user: apnadkarni tags: trunk, main | |
| 09:15 | Minor changelog edits - missing new commands, getdefault->getwithdefault check-in: 3d1a5b5bc1 user: apnadkarni tags: trunk, main | |
|
2024-07-30
| ||
| 16:54 | Plug memory leak in format-19.4.1 check-in: 47a734b4e6 user: dgp tags: rc1, core-9-0-b3-rc | |
| 15:29 | test hygiene check-in: 6a51b81cc6 user: dgp tags: core-9-0-b3-rc | |
| 15:11 | merge trunk and dup test names check-in: 2683a989af user: dgp tags: core-9-0-b3-rc | |
| 14:52 | merge 8.7 check-in: 6048516879 user: dgp tags: trunk, main | |
| 14:50 | merge 8.6 check-in: 1c04e3f4a4 user: dgp tags: core-8-branch | |
| 14:27 | [3adf9e3a] Document argument bufferSize of Tcl_ZlibInflate check-in: 26afebad9e user: oehhar tags: trunk, main | |
| 14:26 | [3adf9e3a] Document argument bufferSize of Tcl_ZlibInflate check-in: 1bb08939a7 user: oehhar tags: core-8-branch | |
| 14:08 | merge trunk check-in: 8e8ec1e6c0 user: dgp tags: core-9-0-b3-rc | |
| 10:22 | Minor fix - Add TCL_ZIP_FILE definition to nmake makefile to be consistent with autoconf build check-in: 4d27858552 user: apnadkarni tags: trunk, main | |
|
2024-07-29
| ||
| 16:17 | Add foreachLine, readFile, writeFile to NAMES so they show up in html index check-in: 99e0d19e38 user: apnadkarni tags: trunk, main | |
| 11:41 | merge 8.7 check-in: f86ba1bcc0 user: sebres tags: trunk, main | |
| 11:40 | doc/clock.n: cherry-pick from apn-clock-now, [cd257619] Change -now to now in clock ensemble check-in: 2cbbd9da19 user: sebres tags: core-8-branch | |
| 08:58 | Factor out CmdFrame init and fix bug with body line numbers check-in: 5089218854 user: dkf tags: oo-properties-c-impl | |
| 08:28 | Merge 8.7 - Fix [7d5f1c1308] - zipfs mkzip error on Windows dotfiles check-in: c971e6c7c4 user: apnadkarni tags: trunk, main | |
| 08:08 | Fix [7d5f1c1308] - zipfs mkzip error on Windows dotfiles check-in: c32b19f04e user: apnadkarni tags: core-8-branch | |
|
2024-07-28
| ||
| 19:47 | merge 8.7 check-in: 9dff0d22e1 user: sebres tags: trunk, main | |
| 19:44 | closes [cd25761979]: `clock format` and `clock add` will accept `now` as clock value (value `-now` r... check-in: f602e32fc3 user: sebres tags: core-8-branch | |
| 19:25 | merge 8.6 check-in: fec9d3c764 user: sebres tags: core-8-branch | |
|
2024-07-26
| ||
| 08:39 | Correct syntax error in doc/clock.n check-in: afbfa83ffc user: oehhar tags: trunk, main | |
|
2024-07-25
| ||
| 18:49 | typo in documentation escape sequence check-in: b5abaec06a user: dgp tags: core-9-0-b3-rc | |
| 03:07 | [cd257619] Change -now to now in clock ensemble Closed-Leaf check-in: b5e6612557 user: apnadkarni tags: apn-clock-now | |
| 02:53 | Merge trunk check-in: d37476f220 user: apnadkarni tags: apn-icu-playground | |
|
2024-07-24
| ||
| 17:33 | Create release branch check-in: a3fe9007b7 user: dgp tags: rc0, core-9-0-b3-rc | |
|
2024-07-23
| ||
| 17:10 | Add missing documentation for -validate option to clock scan check-in: 97ac6be70d user: apnadkarni tags: trunk, main | |
| 08:47 | merge trunk check-in: 75893a7b2e user: dkf tags: oo-properties-c-impl | |
| 08:45 | Improve in-code doc of some fields of structs in tcl.h and tclInt.h check-in: b44f579a0b user: dkf tags: trunk, main | |
|
2024-07-22
| ||
| 22:15 | Fix: typo in tclsh(1) check-in: 5188897949 user: Torsten tags: documentation-cleanup-for-transition | |
| 22:11 | Fix: clarified some features in zipfs, also making them more explicitly documented check-in: 6011ff29c5 user: Torsten tags: documentation-cleanup-for-transition | |
| 21:04 | Fix: in zipfs, add 'w' parameter to [file open] in the last code example as it would otherwise open ... check-in: 7a3dd7e0f9 user: Torsten tags: documentation-cleanup-for-transition | |
| 17:43 | Missing guard against NULL interp. check-in: 9b271a3365 user: dgp tags: trunk, main | |
| 11:10 | Minor doc correction to mcloadedlocales syntax check-in: 6c195313e6 user: apnadkarni tags: trunk, main | |
| 10:04 | Fix: removed 'qo' string definition macro (.ds) in re_syntax.n introduced in [6f7454b66b] as it is n... check-in: 2c8c140656 user: Torsten tags: documentation-cleanup-for-transition | |
|
2024-07-21
| ||
| 16:43 | Reduce number of allocations on property access path. check-in: 541c9fea9f user: dkf tags: oo-properties-c-impl | |
| 14:14 | Tidying up the properties code check-in: 718d13d0ba user: dkf tags: oo-properties-c-impl | |
|
2024-07-20
| ||
| 21:42 | Make the [property] definition itself go to C check-in: fcef765f94 user: dkf tags: oo-properties-c-impl | |
|
2024-07-19
| ||
| 09:03 | Improve some documentation (for myself) check-in: 09c9eb8743 user: dkf tags: oo-properties-c-impl | |
| 08:52 | Slightly simpler script check-in: 8aa61b1f54 user: dkf tags: oo-properties-c-impl | |
| 07:08 | Merge trunk check-in: ef24ae8821 user: apnadkarni tags: apn-icu-playground | |
|
2024-07-18
| ||
| 16:03 | Improve some comments check-in: af95db9be0 user: dkf tags: oo-properties-c-impl | |
| 15:43 | Correction to error code check-in: 69180342eb user: dkf tags: oo-properties-c-impl | |
| 15:38 | Fix small bug check-in: 374766564b user: dkf tags: oo-properties-c-impl | |
| 15:32 | Merge trunk check-in: e22059852f user: dkf tags: oo-properties-c-impl | |
| 14:57 | Merge 8.7 check-in: c28b833f4d user: dkf tags: trunk, main | |
| 14:53 | Merge 8.6 branch check-in: 20cfc707eb user: dkf tags: core-8-branch | |
| 08:49 | [91b3a5bb14] msgcat method: catch oo resolution to at least not to fail check-in: d3262be1a5 user: oehhar tags: trunk, main | |
| 08:44 | [91b3a5bb14] msgcat method: catch oo resolution to at least not to fail check-in: 033ddb5598 user: oehhar tags: core-8-branch | |
| 08:42 | [91b3a5bb14] msgcat method: same changes as in branch "ticket-91b3a5bb14-msgcat-oo-method", but base... Closed-Leaf check-in: fbd8edd86f user: oehhar tags: ticket-91b3a5bb14-msgcat-oo-method-tcl-8-7 | |
|
2024-07-16
| ||
| 21:16 | merge 8.7 check-in: 060eec699c user: sebres tags: trunk, main | |
| 21:14 | clock: better fix for validation check for scanned day of week in input (normalized input value afte... check-in: 5fe15e460a user: sebres tags: core-8-branch | |
| 19:18 | merge 8.7 (clock: fix validation check for scanned Sunday) check-in: 55c23b44b5 user: sebres tags: trunk, main | |
| 19:17 | clock: fix validation check for scanned Sunday (missing % 7 by compare) check-in: 8f854a2a24 user: sebres tags: core-8-branch | |
| 17:45 | merge 8.7 check-in: d15ae7fe51 user: sebres tags: trunk, main | |
| 17:42 | clock: fixed regression [3ee8f1c2a785f4d8]: time overflow (without validation) must cause day increm... check-in: 70997824b1 user: sebres tags: core-8-branch | |
| 15:06 | merge 8.7 check-in: 5d148bf304 user: sebres tags: trunk, main | |
| 14:54 | amend to [ae09f6b190]: fixes SF [a7b7dd7927f3d56b] - LoadCleanupProc can be invoked with NULL first ... check-in: 96910cd882 user: sebres tags: core-8-branch | |
| 12:06 | Minor doc change - remove reference to XP and Vista check-in: 1cb611f96a user: apnadkarni tags: trunk, main | |
|
2024-07-15
| ||
| 13:04 | [91b3a5bb14] msgcat method: catch oo resolution to at least not to fail Closed-Leaf check-in: 62e3c281e5 user: oehhar tags: ticket-91b3a5bb14-msgcat-oo-method | |
| 12:40 | [91b3a5bb14] msgcat method: add test check-in: 5c3ab23c5e user: oehhar tags: ticket-91b3a5bb14-msgcat-oo-method | |
| 11:54 | [91b3a5bb14] msgcat oo: revert fix check-in: 99e962ad0e user: oehhar tags: ticket-91b3a5bb14-msgcat-oo-method | |
| 06:27 | [91b3a5bb14] chw: the tests for mixin and typeof require more context (one additional parameter). Th... check-in: 6c6bee903d user: oehhar tags: ticket-91b3a5bb14-msgcat-oo-method | |
| 01:21 | merge 8.7 (fixes memory leak [ae09f6b190ceec31]) check-in: 6e3e6a7896 user: sebres tags: trunk, main | |
| 01:16 | fixes memory leak [ae09f6b190ceec31]: properly unload and free InterpLibrary if interpreter gets del... check-in: 24ace090aa user: sebres tags: core-8-branch | |
|
2024-07-14
| ||
| 20:07 | Stop variable from disappearing by accident when referred to by name. [74b6110204] check-in: 85ca3926aa user: dkf tags: trunk, main | |
| 20:06 | Stop variable from disappearing by accident when referred to by name. [74b6110204] check-in: b10dcf68c9 user: dkf tags: core-8-branch | |
| 19:32 | fixes [0e4b7fce57]: [info vars] strictly follows TIP #278 and doesn't resolve global vars in non-glo... check-in: 5d2e5c3e82 user: sebres tags: trunk, main | |
| 19:25 | undo mainline tests, tests of branch moved to replace them Closed-Leaf check-in: 383ee7a3dd user: sebres tags: bug-0e4b7fce57 | |
| 19:23 | merge trunk check-in: 76d24afdf2 user: sebres tags: bug-0e4b7fce57 | |
| 19:20 | merge 8.7, actual state of [info vars], before fix [0e4b7fce57] global vars still resolved in namesp... check-in: aa039328b4 user: sebres tags: trunk, main | |
| 19:16 | merge 8.6 check-in: 16efdba111 user: sebres tags: core-8-branch | |
| 19:03 | amend to [3d8bf31bdc], ultimately fixes [0e4b7fce57]: [info vars] should not resolve global vars in ... check-in: ae17d84761 user: sebres tags: bug-0e4b7fce57 | |
| 18:56 | Ticket [91b3a5bb14]: msgcat call from method: proposal by Gregor in clt check-in: 23b57c266e user: oehhar tags: ticket-91b3a5bb14-msgcat-oo-method | |
| 13:49 | Fix [0e4b7fce57]: Running [info vars] in a namespace returns global variables. check-in: 3d8bf31bdc user: sbron tags: bug-0e4b7fce57 | |
|
2024-07-11
| ||
| 15:17 | Bug [cfdf80a2efc6] - zlib checksum is negative check-in: 08603ee649 user: apnadkarni tags: trunk, main | |
|
2024-07-10
| ||
| 09:52 | Optimization: two more objTypes which always have length 1 when viewed as a list check-in: 4c75553894 user: jan.nijtmans tags: trunk, main | |
|
2024-07-09
| ||
| 13:37 | [0439e1e1a3]: Slow detection of illegal expr argument. Handle more of the same. check-in: 5d33330757 user: jan.nijtmans tags: bug-0439e1e1a3 | |
| 08:22 | Fix [0439e1e1a3]: Slow detection of illegal expr argument check-in: a197811f13 user: jan.nijtmans tags: trunk, main | |
| 08:19 | Don't bother unrelated error-messages Closed-Leaf check-in: 31304508c6 user: jan.nijtmans tags: bug-0439e1e1a3 | |
|
2024-07-08
| ||
| 13:54 | first/second -> left/right and can't -> cannot check-in: ab1a9c2cf6 user: jan.nijtmans tags: bug-0439e1e1a3 | |
| 11:02 | Add possible "first"/"second" to error-message (thanks, rmax!) check-in: e2bcafbe4a user: jan.nijtmans tags: bug-0439e1e1a3 | |
| 09:15 | Additional testcases (not only testing for lseq, but for list and dict as well) check-in: e51bda5301 user: jan.nijtmans tags: bug-0439e1e1a3 | |
|
2024-07-07
| ||
| 13:58 | Handle dict in expr error-message as well check-in: 2290847d23 user: jan.nijtmans tags: bug-0439e1e1a3 | |
| 13:40 | Improvement: If objPtr can be represented as a list and has >1 elements, give a slightly different e... check-in: 652f1b78f5 user: jan.nijtmans tags: bug-0439e1e1a3 | |
|
2024-07-06
| ||
| 12:53 | Experiment with normalization check-in: 11fde0b255 user: apnadkarni tags: apn-icu-playground | |
|
2024-07-05
| ||
| 11:52 | Use GetHostNameW() in stead of gethostname() Only available in Windows 8+ Closed-Leaf check-in: a7937609c5 user: jan.nijtmans tags: gethostnamew | |
| 10:00 | Possible fix for [0439e1e1a3]: Slow detection of illegal expr argument check-in: 3dd367db1c user: jan.nijtmans tags: bug-0439e1e1a3 | |
| 05:54 | "utf32string" and "wideInt" types are gone in 9.0 check-in: 19bc2469c2 user: jan.nijtmans tags: trunk, main | |
|
2024-07-03
| ||
| 15:37 | Rebase to 9.0 Closed-Leaf check-in: 591c7080c6 user: jan.nijtmans tags: bug-b5bd08df8d-jn | |
| 15:36 | TclGetStringFromObj() cannot be used here check-in: d5e6cd4e4e user: jan.nijtmans tags: trunk, main | |
| 13:52 | Add only "bignum", "boolean" and "int": those have a Python corresponding type, the others don't hav... check-in: 92a0f8ef91 user: jan.nijtmans tags: bug-b5bd08df8d-jn | |
| 13:28 | Merge 8.7 check-in: f51002bb16 user: jan.nijtmans tags: trunk, main | |
| 13:09 | Merge 8.6 check-in: e715cf23da user: jan.nijtmans tags: core-8-branch | |
|
2024-07-02
| ||
| 14:39 | merge 8.7 check-in: 8a4c0f4a93 user: sebres tags: trunk, main | |
| 14:38 | merge 8.6 check-in: 6f9b318d26 user: sebres tags: core-8-branch | |
| 12:41 | merge 8.7 check-in: e40407c5e8 user: sebres tags: trunk, main | |
| 12:38 | merge 8.6 check-in: c0b9e076c4 user: sebres tags: core-8-branch | |
| 11:17 | Fix for [0de6c1d79c] crash. check-in: 7077dea20e user: apnadkarni tags: trunk, main | |
| 09:54 | Experiment: Add "bool" and "index" support to Tcl_GetNumberFromObj(). No flags modifying behavior. Closed-Leaf check-in: b3b48572b2 user: jan.nijtmans tags: get-number-with-bool-and-index | |
|
2024-07-01
| ||
| 19:39 | Fix [5fca83d78c]: [encoding system] is wrong in an ISO-8859-1 locale check-in: 0fa0310528 user: jan.nijtmans tags: trunk, main | |
| 19:29 | Fix [5fca83d78c]: [encoding system] is wrong in an ISO-8859-1 locale check-in: 813a60d2b9 user: jan.nijtmans tags: core-8-branch | |
| 15:48 | Register all core object types. See [b5bd08df8d]. Closed-Leaf check-in: a15996aa45 user: culler tags: bug-b5bd08df8d | |
| 14:56 | Traverse coroutine frames before null pointer check Closed-Leaf check-in: 5f2d8d8e62 user: apnadkarni tags: apn-info-frame | |
| 13:46 | Add test for crash check-in: b757751f31 user: apnadkarni tags: apn-info-frame | |
| 13:28 | Merge trunk check-in: 53cb8a399b user: apnadkarni tags: apn-info-frame | |
|
2024-06-30
| ||
| 19:28 | "encoding binary removal": I think, it is better to speak about a removed encoding alias, instead of... check-in: 1c26b70234 user: oehhar tags: trunk, main | |
| 17:47 | Update changes.md check-in: 54b31745d1 user: jan.nijtmans tags: trunk, main | |
| 15:28 | Merge 9.0 check-in: 077beaf085 user: jan.nijtmans tags: tip-626 | |
| 15:15 | macos-11 is no longer available on GITHUB, so switch to macos-12/macos-14 check-in: 5445c7afb1 user: jan.nijtmans tags: trunk, main | |
| 14:53 | macos-11 is no longer available on GITHUB, so switch to macos-12/macos-14 check-in: 16ce63b198 user: jan.nijtmans tags: core-8-branch | |
| 14:29 | Add "chan isbinary" to changes.md check-in: 21f402704a user: jan.nijtmans tags: trunk, main | |
| 14:22 | Add "chan isbinary" to changes.md check-in: a0518a2384 user: jan.nijtmans tags: core-8-branch | |
| 14:09 | Merge 9.0 check-in: e50766bcc3 user: jan.nijtmans tags: tip-626 | |
| 10:42 | Fix docs for tcl::tm::roots - takes a single argument check-in: 2c422d0f1f user: jan.nijtmans tags: trunk, main | |
| 10:35 | TIP 699: Eliminate encoding alias "binary"; provide introspection for binary channels check-in: 49bdbf8c78 user: jan.nijtmans tags: trunk, main | |
|
2024-06-29
| ||
| 11:55 | Merge 8.6 - Fix docs for tcl::tm::roots - takes a single argument. check-in: 3306d7daf4 user: apnadkarni tags: core-8-branch | |
|
2024-06-28
| ||
| 16:13 | Fix "chan isbinary" documentation for 8.7 check-in: 199454879b user: jan.nijtmans tags: core-8-branch | |
| 16:10 | Add "chan isbinary" command. Part of TIP #699, meant for 8.7 check-in: 14070e0a13 user: jan.nijtmans tags: core-8-branch | |
| 08:55 | merge 8.7 check-in: b497561f05 user: sebres tags: trunk, main | |
| 08:51 | merge 8.7 check-in: 3c52cf7fa7 user: sebres tags: core-8-branch | |
| 06:49 | Cleanup: removed unnecessary italic white space making the conversion script choke check-in: 3c0b4eef04 user: Torsten tags: documentation-cleanup-for-transition | |
|
2024-06-27
| ||
| 22:28 | Merge 9.0 check-in: a3d20af5ba user: jan.nijtmans tags: tip-626 | |
| 21:50 | Merge 8.7. Random indent fixes check-in: 79b61f8d84 user: jan.nijtmans tags: trunk, main | |
| 13:45 | (backport) Add tcl::unsupported::icu command (why not!) check-in: aea99cd7aa user: jan.nijtmans tags: core-8-branch | |
| 09:10 | Fix ticket [63530267aa] by implementing ticket [e5f06285de] and making additional corrections. Closed-Leaf check-in: 878682ff5d user: pooryorick tags: pyk-objinterface | |
| 08:34 | Merge 8.7 - Bug [6a3e2cb0f0] - invalid bytes in escape encodings Add timeouts to github workflows t... check-in: 9d4042eca7 user: pooryorick tags: pyk-objinterface | |
| 07:46 | Merge unchained [16c46aa0ac5d85f0]. check-in: 7751515578 user: pooryorick tags: pyk-objinterface | |
| 06:32 | Add tcl::unsupported::icu command check-in: 45b7ed88d0 user: apnadkarni tags: trunk, main | |
|
2024-06-26
| ||
| 12:02 | Remove empty "fconfigure" commands in testcases. Some indenting in *.decls files check-in: 88b75ee393 user: jan.nijtmans tags: trunk, main | |
| 11:50 | Some indenting check-in: 679a1e1d89 user: jan.nijtmans tags: core-8-branch | |
| 03:14 | Merge trunk Closed-Leaf check-in: 485c9811af user: apnadkarni tags: apn-icu | |
|
2024-06-25
| ||
| 11:55 | Rebase to 9.0 Leaf check-in: 97abeb7414 user: jan.nijtmans tags: chan-for-review | |
|
2024-06-24
| ||
| 13:14 | Add "chan isbinary" for checking whether a _channel_ is binary Closed-Leaf check-in: 69c548d59d user: jan.nijtmans tags: tip-699 | |
| 13:11 | TIP #699: Remove support for encoding aliases {} and "binary". check-in: c7b543846d user: jan.nijtmans tags: tip-699 | |
| 12:06 | Eliminate "-encoding binary" in all test-cases check-in: bf368d23e8 user: jan.nijtmans tags: trunk, main | |
| 11:35 | Eliminate "-encoding binary" as much as possible in testcases check-in: 3f7a792256 user: jan.nijtmans tags: core-8-branch | |
| 08:44 | Eliminate "-encoding binary" in favour of "-translation binary". Final proposal. Closed-Leaf check-in: 480c58d5c5 user: jan.nijtmans tags: bug-8cae59ecb0 | |
|
2024-06-23
| ||
| 21:10 | Rebase to 9.0 check-in: 9cc4c972bc user: jan.nijtmans tags: chan-for-review | |
| 20:26 | Add "chan isbinary" for checking whether a _channel_ is binary. Closed-Leaf check-in: 41900f4c4f user: jan.nijtmans tags: rfe-85ddd247b6 | |
| 20:09 | Test cases: no unneccessary "chan configure" statements, remove now obsolete comment check-in: e574afb887 user: jan.nijtmans tags: trunk, main | |
|
2024-06-22
| ||
| 23:29 | Since -eofchar {} is the default already, no need to specify this over and over again in testcases check-in: ee2b3f8f66 user: jan.nijtmans tags: trunk, main | |
|
2024-06-21
| ||
| 20:37 | Revise use of "-translation binary" in testcases: Use it where useful, don't use it any more where m... check-in: fafe0d36d9 user: jan.nijtmans tags: trunk, main | |
| 18:31 | Cleanup: changed the only occurence of \fP to \fR in the Tcl sources for consistency (Tk uses it reg... check-in: 0bfab0884f user: Torsten tags: documentation-cleanup-for-transition | |
| 17:08 | Revise use of "-translation binary" in testcases: Use it where usefull, don't use it any more where ... check-in: fbb65baea8 user: jan.nijtmans tags: core-8-branch | |
| 16:00 | Add missing ucm2tests to generate ICU based test cases check-in: 3cd823eafe user: apnadkarni tags: trunk, main | |
| 14:20 | Fix: make subcommand description consistent with synopsis (also still not totally correctly stated a... check-in: c2cb7f8842 user: Torsten tags: documentation-cleanup-for-transition | |
| 11:53 | Eliminate "-encoding binary" in favour of "-translation binary". Meant for investigation what would ... check-in: 3ee6a6d9b6 user: jan.nijtmans tags: bug-8cae59ecb0 | |
| 10:52 | Fix test constraint check-in: 4aa775e938 user: apnadkarni tags: apn-icu | |
| 09:30 | Fix examples, using "-translation binary" correctly in stead of "-encoding binary" check-in: edcf2ff6be user: jan.nijtmans tags: trunk, main | |
| 09:27 | Fix examples, using "-translation binary" correctly in stead of "-encoding binary" check-in: cb4d8a8981 user: jan.nijtmans tags: core-8-branch | |
| 07:43 | Cleanup: change .TP into proper subsection for clean Markdown check-in: c85bbe9ac3 user: Torsten tags: documentation-cleanup-for-transition | |
| 07:41 | Fix: remove superfluous comma in KEYWORDS list check-in: 16270af762 user: Torsten tags: documentation-cleanup-for-transition | |
| 07:11 | (backport) Update string is integer docs as per TIP 514. check-in: ef3e45f4aa user: jan.nijtmans tags: core-8-branch | |
| 06:43 | Update string is integer docs as per TIP 514. check-in: bd5723c171 user: apnadkarni tags: trunk, main | |
|
2024-06-20
| ||
| 18:47 | Remove dead code / outdated comment check-in: 68ea14892f user: jan.nijtmans tags: trunk, main | |
| 18:22 | Merge 9.0 check-in: 29d29484d0 user: jan.nijtmans tags: tip-626 | |
| 07:44 | Merge trunk check-in: 9a863e9399 user: apnadkarni tags: apn-icu | |
| 07:42 | Add basic tests check-in: 0562381402 user: apnadkarni tags: apn-icu | |
|
2024-06-19
| ||
| 19:27 | Fix: remove superfluous full stop at end of SEE ALSO list check-in: 363d8fbfd5 user: Torsten tags: documentation-cleanup-for-transition | |
| 19:12 | new branch for certain fixes in the nroff documentation and for needed preparation of the conversion... check-in: bc29c6f2e8 user: Torsten tags: documentation-cleanup-for-transition | |
| 16:39 | Fix [7be97a6859]: Reviewing chan.n changes check-in: 9453353b55 user: jan.nijtmans tags: trunk, main | |
| 16:36 | Fix [7be97a6859]: Reviewing chan.n changes check-in: f29b98a453 user: jan.nijtmans tags: core-8-branch | |
| 15:34 | Remove TclNREvalList(), it was only used in unsupported::inject, which is now gone check-in: b4f2190668 user: jan.nijtmans tags: trunk, main | |
| 12:31 | merge 8.7 check-in: d799feac4e user: sebres tags: trunk, main | |
| 12:29 | merge 8.6 check-in: 6c2657e12a user: sebres tags: core-8-branch | |
| 11:04 | Fix [53ac20f94b]: namespace(n) documentation doesn't reflect TIP#278 changes check-in: 23874775c9 user: jan.nijtmans tags: trunk, main | |
| 11:01 | Merge-mark check-in: 6197d1188b user: jan.nijtmans tags: trunk, main | |
| 10:58 | Document %z and %t size modifiers for 'format' and 'scan' check-in: 09de253f50 user: jan.nijtmans tags: core-8-branch | |
| 10:55 | TIP 696 - partition return codes between core and non-core check-in: 458efeb505 user: apnadkarni tags: trunk, main | |
| 10:32 | TIP #697: 32-bit truncation in format and scan (let's gain some time) check-in: 810eb78647 user: jan.nijtmans tags: trunk, main | |
| 10:04 | Add back tests for inject crashes adapted for coroinject check-in: 7c62723a17 user: apnadkarni tags: trunk, main | |
| 09:51 | Remove tcl::unsupported::inject check-in: a1783b5472 user: apnadkarni tags: trunk, main | |
| 09:33 | Make note in changes.md about removal of inject command Closed-Leaf check-in: b4f354f6d7 user: apnadkarni tags: apn-no-inject | |
| 09:32 | Merge trunk check-in: 4142b0e7ad user: apnadkarni tags: apn-no-inject | |
| 09:25 | Merge trunk Closed-Leaf check-in: 19ff51752b user: jan.nijtmans tags: tip-697 | |
| 03:13 | Handle ambiguous ICU encoding name aliases check-in: 068401d9ac user: apnadkarni tags: apn-icu | |
| 02:25 | Add missing files check-in: 078bef4577 user: apnadkarni tags: apn-icu | |
| 02:22 | Unsupported ICU interface check-in: 5b068beeeb user: apnadkarni tags: apn-icu | |
|
2024-06-18
| ||
| 22:41 | Fix some more indenting check-in: 229a985faf user: jan.nijtmans tags: trunk, main | |
| 22:27 | Merge 8.6 check-in: 5230c77fff user: jan.nijtmans tags: core-8-branch | |
| 17:09 | Merge trunk Closed-Leaf check-in: 96372d2b42 user: apnadkarni tags: apn-experiment-chardet | |
| 16:38 | Merge trunk check-in: f8f212e8fb user: apnadkarni tags: apn-no-inject | |
|
2024-06-17
| ||
| 18:52 | Implement %z/%t/%q/%j size modifiers for 'scan'. Part of TIP #697 check-in: e33fac1cb4 user: jan.nijtmans tags: trunk, main | |
| 16:47 | Remove tcl::unsupported::inject check-in: eaddc2411c user: apnadkarni tags: apn-no-inject | |
| 14:54 | Implement %z/%t/%q/%j size modifiers for 'scan'. Part of TIP #697, which is suitable for 8.7 too. check-in: b1f3acf091 user: jan.nijtmans tags: core-8-branch | |
| 13:43 | Change "channelId" to "channel" in documentation, error-handling and testcases Closed-Leaf check-in: 877daeddce user: jan.nijtmans tags: no-channelid | |
| 06:26 | Changed "binary data" to "binary string". Thanks to Nathan for the rationale. pyk: Except that my... Closed-Leaf check-in: 96781584b9 user: oehhar tags: encoding-for-review-alt | |
|
2024-06-16
| ||
| 20:37 | Merge 8.7 check-in: c34055a898 user: dkf tags: trunk, main | |
| 19:57 | Some cleaning up of the internals of the implementation of ensembles. check-in: 0b4c254082 user: dkf tags: core-8-branch | |
| 17:28 | Better comments. Closed-Leaf check-in: a2d0e28623 user: dkf tags: dkf/ensemble-cleanup | |
| 15:12 | Some more improvements check-in: 6280883f86 user: dkf tags: dkf/ensemble-cleanup | |
| 13:39 | Cleaner ensemble innards check-in: 992554eac0 user: dkf tags: dkf/ensemble-cleanup | |
|
2024-06-15
| ||
| 09:56 | Merge trunk check-in: 7e32c99c4f user: apnadkarni tags: apn-experiment-chardet | |
|
2024-06-14
| ||
| 18:44 | Fix non-standard indentation pattern check-in: 9c2a4fb37d user: dkf tags: trunk, main | |
| 15:09 | Import selections of [4d6aa33b2f] (branch: encoding-for-review) and alternate wording. check-in: f5243d7263 user: oehhar tags: encoding-for-review-alt | |
|
2024-06-13
| ||
| 15:51 | Remove migration utilities. Do not really belong here check-in: 639e370816 user: apnadkarni tags: apn-experiment-chardet | |
| 15:12 | Rebase to trunk Leaf check-in: 4d6aa33b2f user: jan.nijtmans tags: encoding-for-review | |
| 13:19 | Change back channelName -> channelId, since this change is not a good idea. check-in: 05bb63653a user: jan.nijtmans tags: chan-for-review | |
| 13:12 | Proposed fix for [53ac20f94b]: namespace(n) documentation doesn't reflect TIP#278 changes Closed-Leaf check-in: e7ea82171d user: jan.nijtmans tags: bug-53ac20f94b | |
| 12:00 | Fix [1d26e580cf]: safe interp can't source files with BOM check-in: 162129dfbf user: jan.nijtmans tags: trunk, main | |
| 11:59 | Minor doc fix check-in: af8cf518e5 user: jan.nijtmans tags: core-8-branch | |
| 10:53 | Fix [1d26e580cf]: safe interp can't source files with BOM check-in: 470ffaa8a9 user: jan.nijtmans tags: core-8-branch | |
| 09:51 | Use tabs for indenting in stead of 8 spaces. Unbreak clang build check-in: 4bbba9e1f6 user: jan.nijtmans tags: trunk, main | |
| 09:49 | Merge 8.7 check-in: 242fe9d024 user: jan.nijtmans tags: core-8-branch | |
| 09:05 | Unbreak clang build: tclCmdIL.c:4063:2: error: expected expression int keyword; ^ check-in: bc56395a17 user: jan.nijtmans tags: core-8-branch | |
|
2024-06-12
| ||
| 20:24 | Fix some indentation/wrapping for style check-in: 5b8a45dae9 user: dkf tags: trunk, main | |
| 20:12 | merge 8.7 (several conflicts resolved) check-in: 30f3c945a6 user: sebres tags: trunk, main | |
| 19:54 | ultimately closes [f05f5ef759c1f7f9]: since bigints are not supported yet, trying to use them as ser... check-in: 362b0c5c71 user: sebres tags: core-8-branch | |
| 19:17 | merge 8.7 check-in: bb7ef31f68 user: sebres tags: trunk, main | |
| 19:11 | speed-up lseq (with expr-args) a bit, as well as avoid shimmer for compiled expressions check-in: 467de1c425 user: sebres tags: core-8-branch | |
| 19:01 | more fixes for [f05f5ef759c1f7f9]: don't swallow expr errors, further code review and simplification check-in: c279bfc1b2 user: sebres tags: core-8-branch | |
| 14:00 | Merge trunk check-in: cf8a455aeb user: apnadkarni tags: apn-experiment-chardet | |
| 13:57 | Add runtime checks for tilde expansion check-in: 2ec4127aa4 user: apnadkarni tags: apn-experiment-chardet | |
| 12:23 | lseq: more tests check-in: 68af142b65 user: sebres tags: core-8-branch | |
| 11:00 | Tcl_AppendResultVA() is gone in Tcl 9.0 check-in: e757855540 user: jan.nijtmans tags: trunk, main | |
| 10:52 | Use "int fd" for file descriptors, like everywhere else in the code check-in: d5ef8f272b user: jan.nijtmans tags: trunk, main | |
| 10:50 | Merge 8.6 check-in: d601bb912c user: jan.nijtmans tags: core-8-branch | |
| 00:57 | merge 8.7 check-in: ebafe4633f user: sebres tags: trunk, main | |
| 00:53 | list.perf.tcl: added performance regression tests for lseq (illustrates fix for [f05f5ef759c1f7f9], ... check-in: 094f5d892f user: sebres tags: core-8-branch | |
| 00:17 | merge 8.7 (fix for [f05f5ef759c1f7f9]) check-in: 433888e35e user: sebres tags: trunk, main | |
| 00:09 | lseq: code review, several fixes for [f05f5ef759c1f7f9], unneeded code removed, etc: 1. avoid duplic... check-in: d0a617b9ea user: sebres tags: core-8-branch | |
| 00:03 | tests illustrating bug [f05f5ef759c1f7f9], incorrect behavior of lseq check-in: f56667ab48 user: sebres tags: core-8-branch | |
|
2024-06-11
| ||
| 22:12 | channelName -> channelId, for consistancy with other *.n manpages check-in: fbffbb228e user: jan.nijtmans tags: trunk, main | |
| 20:53 | Review branch for doc/chan.n changes check-in: c46b236a09 user: jan.nijtmans tags: chan-for-review | |
| 20:37 | Revert [eb627bda27] from 9.0, will be put in a separate branch for review check-in: 63b3229f98 user: jan.nijtmans tags: trunk, main | |
| 14:16 | No need to refer to Tcl 8.6, in some places check-in: 3a2817d512 user: jan.nijtmans tags: trunk, main | |
| 13:36 | Various doc backports from 9.0 check-in: 1ae57c5cbd user: jan.nijtmans tags: core-8-branch | |
| 12:41 | There are twelve functions in Tcl_ObjType now. check-in: d7c777c3d8 user: jan.nijtmans tags: trunk, main | |
| 12:38 | Backported a littttttle bit too much check-in: 297e305755 user: jan.nijtmans tags: core-8-branch | |
| 12:17 | Merge 8.7 check-in: 5d0ebb2c38 user: jan.nijtmans tags: trunk, main | |
| 12:13 | Backport: Another round of small fixes, especially spelling errors... check-in: 8fd95d871e user: jan.nijtmans tags: core-8-branch | |
| 10:16 | Merge-mark check-in: 9fc5ddb37d user: jan.nijtmans tags: core-8-branch | |
| 10:10 | Merge 9.0 check-in: 6da7c67781 user: jan.nijtmans tags: encoding-for-review | |
| 10:01 | Merge 8.7. Remove "-profile strict" from examples, since it's already the default. check-in: 3e83c7c7bd user: jan.nijtmans tags: trunk, main | |
| 09:57 | Add missing "METHOD profile", some paragraph markers and formatting in examples (last one comes from... check-in: 69ea5c4c69 user: jan.nijtmans tags: core-8-branch | |
| 09:36 | Review branch for doc/encoding.n changes check-in: a88c5767d2 user: jan.nijtmans tags: encoding-for-review | |
| 09:30 | Backout [92ee031f32ea98ba]: "Make the documentation of [encoding] more concise and readable". Will b... check-in: 4178d18b52 user: jan.nijtmans tags: trunk, main | |
| 09:26 | Backout [71bfc6e708f641af]: "Make the documentation of [encoding] more concise and readable". Will b... check-in: e849ba576b user: jan.nijtmans tags: core-8-branch | |
| 09:15 | Merge-mark Leaf check-in: 552cf9328e user: jan.nijtmans tags: saveinterpstate-for-review | |
| 09:14 | There are no "two triplets" any more in 9.0 check-in: ef8382c8b4 user: jan.nijtmans tags: trunk, main | |
| 09:09 | Review branch for doc/SaveInterpState.3 changes check-in: 5d0443f660 user: jan.nijtmans tags: saveinterpstate-for-review | |
| 09:06 | Backout [0ef72df401df2216]: "Tighten up SaveResult.3". Will be put in a separate review for 9.0 check-in: d51f727d41 user: jan.nijtmans tags: trunk, main | |
| 09:00 | Put back Tcl_SaveResult, Tcl_RestoreResult, Tcl_DiscardResult in doc header (accidently removed) check-in: bde9760d12 user: jan.nijtmans tags: core-8-branch | |
| 08:14 | Backout [0ef72df401df2216]: "Tighten up SaveResult.3". Will be put in a separate review for 9.0 check-in: e264ba6b23 user: jan.nijtmans tags: core-8-branch | |
| 07:52 | Merge 9.0 check-in: 121c2ead8c user: jan.nijtmans tags: tip-626 | |
| 07:31 | Merge-mark check-in: 7336081b39 user: jan.nijtmans tags: trunk, main | |
| 07:30 | Backport: Consolidate channel documentation. close, puts etc. manpages now just reference chan (rema... check-in: ee8e7ca3e0 user: jan.nijtmans tags: core-8-branch | |
|
2024-06-10
| ||
| 22:53 | Backport: Consolidate channel documentation. close, puts etc. manpages now just reference chan (chan... check-in: 53760f3cdd user: jan.nijtmans tags: core-8-branch | |
| 15:27 | Merge-mark check-in: 361aa13f0c user: jan.nijtmans tags: core-8-branch | |
| 13:09 | Merge 9.0 Leaf check-in: 61b226d13e user: jan.nijtmans tags: setresult-for-review | |
| 13:06 | TIP #494 changes were not fully incorporated in the documentation, so let's correct that. check-in: 1050f25f82 user: jan.nijtmans tags: trunk, main | |
| 11:31 | Review branch for doc/SetResult.3 changes check-in: 747369d2ff user: jan.nijtmans tags: setresult-for-review | |
| 11:22 | Revert [8dba618fe6b6f8bb] from 9.0, will be put in a separate review for 9.0. check-in: 927bcdbb73 user: jan.nijtmans tags: trunk, main | |
| 11:08 | Merge-mark check-in: cc5392ad5f user: jan.nijtmans tags: trunk, main | |
| 11:07 | Revert [eb627bda27] from 8.7, will be put in a separate review for 9.0. check-in: c63f0cd023 user: jan.nijtmans tags: core-8-branch | |
| 10:21 | Merge-mark check-in: 5bee3520ce user: jan.nijtmans tags: trunk, main | |
| 10:19 | Merge 8.6 check-in: b3a7838642 user: jan.nijtmans tags: core-8-branch | |
| 02:06 | Fix decimal rep of TCL_CODE_USER_MAX Closed-Leaf check-in: 727a644138 user: apnadkarni tags: tip-696 | |
|
2024-06-09
| ||
| 16:43 | Merge trunk check-in: ea1692cd09 user: apnadkarni tags: tip-696 | |
| 16:35 | Update to new TIP revision check-in: 50f69baa36 user: apnadkarni tags: tip-696 | |
| 16:31 | Merge-mark check-in: 20afe3bf6b user: jan.nijtmans tags: trunk, main | |
| 16:19 | (cherry-pick) Put ClockFmtScnStorageHashKeyType (and some more) in read-only memory check-in: e688bfbe6e user: jan.nijtmans tags: core-8-branch | |
| 14:06 | Another record that ought to be read-only check-in: 5ed9e06eab user: dkf tags: trunk, main | |
| 13:56 | Autoload icu check-in: 28e8feab1e user: apnadkarni tags: apn-experiment-chardet | |
| 12:13 | Put ClockFmtScnStorageHashKeyType in read-only memory check-in: e9c9eb6dc6 user: dkf tags: trunk, main | |
| 10:33 | Simpler commenting of Tcl_ChannelType instances; make zip channel type const check-in: 612cbe4899 user: dkf tags: trunk, main | |
| 08:34 | Add source command check-in: 33fc13c429 user: apnadkarni tags: apn-experiment-chardet | |
|
2024-06-08
| ||
| 17:25 | Add Tcl to ICU name mapping. check-in: 5ff01b9355 user: apnadkarni tags: apn-experiment-chardet | |
|
2024-06-07
| ||
| 17:17 | Add unsupported::chardet command check-in: b0cd28760d user: apnadkarni tags: apn-experiment-chardet | |
| 12:55 | Add ucsdet* ICU functions check-in: 13bc648afd user: apnadkarni tags: apn-experiment-chardet | |
| 12:20 | Fix [d5b45c23f4]: file tildeexpand and file home not disabled in safe base interpLeaf check. check-in: 3aa487993f user: jan.nijtmans tags: trunk, main | |
| 12:18 | Fix [d5b45c23f4]: file tildeexpand and file home not disabled in safe base interp check-in: 0ff5667f15 user: jan.nijtmans tags: core-8-branch | |
| 11:31 | Merge 9.0 check-in: 84ae5008cc user: jan.nijtmans tags: tip-626 | |
| 11:26 | Fix CFLAGS=-ftrapv build check-in: 18e368b546 user: jan.nijtmans tags: trunk, main | |
| 11:08 | Copy Jan's Tk ICU interface check-in: 866acc143b user: apnadkarni tags: apn-experiment-chardet | |
| 10:32 | Fix for [d5b45c23f4]: file tildeexpand and file home not disabled in safe base interp Closed-Leaf check-in: ff568b2774 user: jan.nijtmans tags: bug-d5b45c23f4 | |
|
2024-06-06
| ||
| 10:39 | Fix [57daa91ea]: Tcl_GetIntForIndex handling of n-m (m > n). With testcases. check-in: 4e384191b5 user: jan.nijtmans tags: trunk, main | |
| 10:03 | Fix one int -> Tcl_Size check-in: 3559419da4 user: apnadkarni tags: trunk, main | |
| 09:07 | Fix [57daa91ea]: Tcl_GetIntForIndex handling of n-m (m > n). With testcases. check-in: 4ec93828a9 user: jan.nijtmans tags: core-8-branch | |
|
2024-06-05
| ||
| 14:12 | A clearer way of writing what parity options are available check-in: ae52f61f0c user: dkf tags: trunk, main | |
| 13:10 | More of the same: Space before tab is extremely unlikely to be correct indentation pattern. check-in: 9ffd785566 user: jan.nijtmans tags: trunk, main | |
|
2024-06-04
| ||
| 16:39 | TIP 696 #defines and docs check-in: c3971ab24d user: apnadkarni tags: tip-696 | |
| 15:54 | Make function definitions have right argument style check-in: e8d1ca599f user: dkf tags: trunk, main | |
| 15:35 | Space before tab is an extremely unlikely to be correct indentation pattern check-in: f6c559b364 user: dkf tags: trunk, main | |
| 14:23 | Put back some later changes, which were lost in the previous commit Closed-Leaf check-in: b0f14d141b user: jan.nijtmans tags: backout-nre-doc | |
| 13:09 | Let's review those NRE.3 and Eval.3 changes check-in: 07958d8bff user: jan.nijtmans tags: backout-nre-doc | |
| 12:44 | Let's review the SaveInterpState.3 changes in 8.7/trunk (which were never backported to 8.6) Closed-Leaf check-in: df24abc91a user: jan.nijtmans tags: backout-saveinterpstate-doc | |
| 12:19 | Let's review the chan.n changes in 8.7/trunk (which were never backported to 8.6) Closed-Leaf check-in: 1a7a14dc0e user: jan.nijtmans tags: backout-chan-doc | |
| 11:36 | Merge 9.0 Closed-Leaf check-in: 8d1785156d user: jan.nijtmans tags: backout-encoding-doc | |
| 11:03 | Let's review the encoding.n changes in 8.7/trunk (which were never backported to 8.6) check-in: f033e2bffd user: jan.nijtmans tags: backout-encoding-doc | |
|
2024-06-03
| ||
| 20:21 | Remove outdated parts of documentation check-in: 5a0f4dbe55 user: jan.nijtmans tags: trunk, main | |
| 20:16 | Remove outdated parts of documentation check-in: ebc9ff7266 user: jan.nijtmans tags: core-8-branch | |
| 20:06 | typo check-in: 431128bc01 user: jan.nijtmans tags: core-8-branch | |
| 12:02 | Let's review the SetResult.3 changes in trunk (which were never backported to 8.6/8.7) Closed-Leaf check-in: 1a268018a7 user: jan.nijtmans tags: revert-setresult-doc | |
| 11:47 | Use (char *)NULL as end sentinel in documentation (as Linux man-pages already do too, e.g. [https://... check-in: 68eea4fd1e user: jan.nijtmans tags: trunk, main | |
| 11:38 | Merge 8.6 check-in: 18e7182764 user: jan.nijtmans tags: core-8-branch | |
| 10:05 | Reduce test set in 3 ways: 1) 'll' means no trunction, which is not C99-compatible. 2) 'p' is platfo... Closed-Leaf check-in: 596ea2447c user: jan.nijtmans tags: bug-9c258a841a-tests | |
|
2024-06-01
| ||
| 16:13 | Some tidying up, mostly of indentation check-in: 39eee6cff8 user: dkf tags: trunk, main | |
|
2024-05-31
| ||
| 16:50 | Rebase to TIP #697 branch, let's see how far we got check-in: 29add71ca8 user: jan.nijtmans tags: bug-9c258a841a-tests | |
| 14:39 | Rebase to 9.0 check-in: 7083ff878b user: jan.nijtmans tags: tip-697 | |
| 14:32 | Since int() doesn't truncate any more (TIP #514), adapt the documentation accordingly check-in: 219bbcbe5e user: jan.nijtmans tags: trunk, main | |
| 14:30 | Since int() doesn't truncate any more (TIP #514), adapt the documentation accordingly check-in: ad6d47b4a8 user: jan.nijtmans tags: core-8-branch | |
| 13:21 | Make last test-cases pass check-in: 387194d896 user: jan.nijtmans tags: tip-697 | |
| 11:01 | Merge 8.7 check-in: 0402ac0114 user: dkf tags: trunk, main | |
| 11:00 | Merge 8.6 check-in: e60ddd3a61 user: dkf tags: core-8-branch | |
| 09:30 | Make 'I', 'I32', 'I64' only available on Windows, because they serve no purpose on other platforms. Closed-Leaf check-in: 01e6a242c4 user: jan.nijtmans tags: bug-9c258a841a | |
| 09:16 | Make a start with new TIP implementation, handling '%d' for 'format' and '%d'/'L'/'z'/'t'/'q'/'j' fo... check-in: 4fe0d34f53 user: jan.nijtmans tags: tip-697 | |
|
2024-05-30
| ||
| 22:02 | Fix [9c258a841a]: document %t/%z/%j/%q size field specifiers. Fix %j/%z/%t matching the C printf check-in: 3d5e024e64 user: jan.nijtmans tags: trunk, main | |
| 21:52 | Fix [9c258a841a]: document %t/%z/%j/%q size field specifiers. Fix %j/%z/%t matching the C printf check-in: 9c0c9d1a4a user: jan.nijtmans tags: core-8-branch | |
| 21:26 | Let's [9c258a841a|fix] the j%j/%q type specifiers, so they behave like C in scripts, and document th... Closed-Leaf check-in: 0c66ee7d75 user: jan.nijtmans tags: bug-9c258a841a | |
| 18:38 | merge 8.7 check-in: bacfccf1e2 user: sebres tags: trunk, main | |
| 18:36 | closes [34870ab5756911d1]: no double free if Tcl_DeleteAssocData gets called in deleteProc (if inter... check-in: 0aedd271b2 user: sebres tags: core-8-branch | |
| 03:15 | Add c99format test command for testing Tcl format against C99 printf. check-in: 82b828362c user: apnadkarni tags: bug-9c258a841a-tests | |
|
2024-05-29
| ||
| 19:27 | Merge-mark check-in: e3d0608d3f user: jan.nijtmans tags: core-8-branch | |
| 15:20 | Let's [9c258a841a|fix] the %p/%z/%t type specifiers, so they behave like C in scripts, and document ... check-in: 2d6520b382 user: jan.nijtmans tags: bug-9c258a841a | |
| 09:45 | Merge-mark 8.7 check-in: 95f9e8176e user: jan.nijtmans tags: trunk, main | |
| 09:44 | Fix [18f4a94d03], by reverting [9bcec7cd880540c3], which caused it. See [https://core.tcl-lang.org/t... check-in: 8d4d978bd3 user: jan.nijtmans tags: core-8-branch | |
| 09:07 | Reverted changes to refchan event generation - details below. Tx to Jan for actual revert work. See... check-in: 1ec9927351 user: apnadkarni tags: trunk, main | |
| 08:37 | Merge trunk Closed-Leaf check-in: 0258b07434 user: apnadkarni tags: bug-18f4a94d03 | |
|
2024-05-28
| ||
| 13:24 | Merge 8.7 check-in: 9fa0318dcd user: jan.nijtmans tags: trunk, main | |
| 13:08 | partial merge 8.7 (cherrypick of tests changes only) check-in: 5522057784 user: sebres tags: trunk, main | |
| 13:04 | merge 8.6 check-in: af3c128935 user: sebres tags: core-8-branch | |
| 12:54 | Eliminate some unnecessary type-casts. Tcl_GetString -> TclGetString where appropriate check-in: ddf52caf7a user: jan.nijtmans tags: core-8-branch | |
| 11:32 | Fix tests - need longer timer under valgrind. Close created channels. check-in: 290787b518 user: apnadkarni tags: bug-18f4a94d03 | |
| 03:02 | Merge trunk check-in: 95e6bbc3b3 user: apnadkarni tags: bug-18f4a94d03 | |
|
2024-05-27
| ||
| 21:32 | Merge-mark check-in: 5e9f65e868 user: jan.nijtmans tags: trunk, main | |
| 21:21 | Improve details about attached zipfs archives in tclsh and wish (backport from 9.0) check-in: e4355cd0de user: jan.nijtmans tags: core-8-branch | |
| 21:15 | Merge 8.7 check-in: b0caf377fc user: jan.nijtmans tags: trunk, main | |
| 21:04 | Another round of sentinel improvements check-in: a688bb7213 user: jan.nijtmans tags: core-8-branch | |
| 20:19 | merge 8.7 check-in: b3d08c0262 user: sebres tags: trunk, main | |
| 20:16 | merge 8.6 check-in: 331d12e7b7 user: sebres tags: core-8-branch | |
| 16:31 | Improve details about attached zipfs archives in tclsh and wish. check-in: bacd652dd2 user: griffin tags: trunk, main | |
| 16:10 | Merge trunk check-in: 1d96247e8b user: apnadkarni tags: bug-18f4a94d03 | |
| 12:52 | Missing ',' between "INDEX" and "OUTOFRANGE" check-in: a4a8fcd533 user: jan.nijtmans tags: trunk, main | |
| 11:24 | Eliminate TclPrintByteCodeObj()'s 'interp' argument, which is not used. Fix some indenting. check-in: d13f391c04 user: jan.nijtmans tags: trunk, main | |
| 11:04 | Eliminate TclPrintByteCodeObj()'s 'interp' argument, which is not used. check-in: 56c28e2db2 user: jan.nijtmans tags: core-8-branch | |
|
2024-05-26
| ||
| 19:43 | Merge main Leaf check-in: 8884561af9 user: griffin tags: bug-43b7e5b511 | |
| 19:21 | Fix spelling errors. check-in: 1b809b21b1 user: griffin tags: bug-43b7e5b511 | |
| 14:09 | Merge 8.7 check-in: 735641d5cb user: dkf tags: trunk, main | |
| 13:19 | merge 8.6 check-in: 9e8cd97a2b user: dkf tags: core-8-branch | |
|
2024-05-25
| ||
| 18:32 | Add note about static vs dynamic builds. check-in: 22a3f9df78 user: griffin tags: bug-43b7e5b511 | |
| 15:54 | Merge 8.7 check-in: bcac522a9f user: dkf tags: trunk, main | |
| 15:35 | merge core-8-6-branch check-in: 7facc906fa user: dkf tags: core-8-branch | |
| 09:24 | Merge 8.7 check-in: af5b3d24cc user: jan.nijtmans tags: trunk, main | |
| 09:09 | Unneeded Tcl_DStringFree() (twice) check-in: 826c2273bd user: jan.nijtmans tags: core-8-branch | |
|
2024-05-24
| ||
| 22:14 | Remove TclSetProcessGlobalValue() "encoding" parameter: it should always be NULL check-in: c9626e005f user: jan.nijtmans tags: trunk, main | |
| 20:34 | merge core-8-branch check-in: c5bd3ad311 user: dkf tags: trunk, main | |
| 19:49 | merge core-8-6-branch check-in: 0c105deac2 user: dkf tags: core-8-branch | |
| 17:50 | address ticket [43b7e5b511] - Improve zipfs description in tclsh manual. check-in: 187224bda2 user: griffin tags: bug-43b7e5b511 | |
| 16:22 | Tests for bug fixes check-in: b26b8ffee1 user: apnadkarni tags: bug-18f4a94d03 | |
| 16:09 | Merge trunk check-in: eedb9cd832 user: apnadkarni tags: bug-18f4a94d03 | |
| 16:05 | Merge trunk check-in: 3c2a89b54b user: apnadkarni tags: bug-18f4a94d03 | |
| 15:54 | Merge mark check-in: 49d98d64fa user: apnadkarni tags: trunk, main | |
| 15:51 | Fix [e589d9bdab] - fconfigure socket -peername check-in: 44009dc22e user: apnadkarni tags: core-8-branch | |
| 15:29 | Fix [e589d9bdab] - fconfigure socket -peername check-in: 63b426f8f2 user: apnadkarni tags: trunk, main | |
| 15:19 | Add test for [e589d9bdab] Closed-Leaf check-in: 077455905b user: apnadkarni tags: bug-e589d9bdab | |
| 15:13 | Fix [e589d9bdab] check-in: ddf5f314e0 user: apnadkarni tags: bug-e589d9bdab | |
| 08:55 | Code optimization: no need for encoding = Tcl_GetEncoding(NULL, NULL). Use Tcl_DStringToObj where po... check-in: 28dc028d3e user: jan.nijtmans tags: trunk, main | |
| 08:04 | Merge 8.6 check-in: 939981f439 user: jan.nijtmans tags: core-8-branch | |
|
2024-05-23
| ||
| 21:10 | Superflous ',' Leaf check-in: 99d3c2a63e user: jan.nijtmans tags: jn-tcl-clock-configure--back-from-unsupported-ns | |
| 21:05 | Rebase to 8.7 check-in: e3c331edd6 user: jan.nijtmans tags: jn-tcl-clock-configure--back-from-unsupported-ns | |
| 15:37 | Fix [3fc3287497]: TclGetProcessGlobalValue encodes information twice on Windows check-in: 7349d7971a user: jan.nijtmans tags: trunk, main | |
| 15:14 | Fix [3fc3287497]: TclGetProcessGlobalValue encodes information twice on Windows check-in: 73dc48ac59 user: jan.nijtmans tags: core-8-branch | |
| 13:44 | Merge 8.7 check-in: b4a4d46ce0 user: jan.nijtmans tags: trunk, main | |
| 12:00 | Merge 8.6 check-in: 37b8b3fdaf user: jan.nijtmans tags: core-8-branch | |
| 08:53 | More trickery with macros Leaf check-in: a3f9c1bec2 user: dkf tags: more-macros | |
|
2024-05-22
| ||
| 22:29 | .travis.yml is not used any more check-in: 832adefe3d user: jan.nijtmans tags: trunk, main | |
| 22:24 | .travis.yml is not used any more check-in: 918bf2ae16 user: jan.nijtmans tags: core-8-branch | |
| 21:27 | clock option re-ordering check-in: ab88edcd09 user: jan.nijtmans tags: trunk, main | |
| 21:12 | clock option re-ordering check-in: 540078bebf user: jan.nijtmans tags: core-8-branch | |
| 10:50 | merge 8.7 check-in: aed7d249ae user: sebres tags: trunk, main | |
| 10:50 | amend to [de08cf03235f3ce9], [7842f33a5cc5eed0], stop tail recursion in AddSimpleClassChainToCallCon... check-in: 22966032c2 user: sebres tags: core-8-branch | |
| 10:24 | merge point check-in: 0b7ca46179 user: sebres tags: trunk, main | |
| 10:23 | merge point check-in: 80fa732c8d user: sebres tags: core-8-branch | |
| 10:13 | merge 8.7 check-in: 28a69010d7 user: sebres tags: trunk, main | |
| 10:11 | small amend to [1d16344c8cfaecc8], [7842f33a5cc5eed0]: don't need to invoke both functions in case i... check-in: 659ca0ae8d user: sebres tags: core-8-branch | |
| 09:26 | Merge 8.7 check-in: 28a90c0424 user: jan.nijtmans tags: trunk, main | |
| 09:24 | Merge 8.6. Fix TCL_NO_DEPRECATED build check-in: dbeb93773b user: jan.nijtmans tags: core-8-branch | |
|
2024-05-21
| ||
| 22:06 | Merge 9.0 check-in: e906cead78 user: jan.nijtmans tags: tip-626 | |
| 21:22 | "TCL_TOMMATH" is not used anywhere check-in: 134a992bae user: jan.nijtmans tags: trunk, main | |
| 21:17 | "TCL_TOMMATH" is not used anywhere check-in: 97eea147ef user: jan.nijtmans tags: core-8-branch | |
| 20:00 | Add tommath-????/zlib-???? to build-info if libtommath/zlib is statically linked check-in: c92cf5f76d user: jan.nijtmans tags: trunk, main | |
| 19:50 | Add tommath-????/zlib-???? to build-info if libtommath/zlib is statically linked check-in: 9afa65152a user: jan.nijtmans tags: core-8-branch | |
| 15:03 | Merge 8.7. Some int -> Tcl_Size check-in: 1a12a05fa1 user: jan.nijtmans tags: trunk, main | |
| 14:05 | Fix off-by-one error in tcl::build-info command. Improve spacing check-in: 6924fe0f7b user: jan.nijtmans tags: core-8-branch | |
| 10:51 | merge 8.7 check-in: 780ab56525 user: sebres tags: trunk, main | |
| 10:49 | circumvent crash [7842f33a5cc5eed0] on null ptr (oPtr->selfCls may be NULL) check-in: 1d16344c8c user: sebres tags: core-8-branch | |
| 10:33 | merge 8.7 check-in: bc2e652394 user: sebres tags: trunk, main | |
| 09:48 | merge 8.6 check-in: 5be1c6c979 user: sebres tags: core-8-branch | |
| 09:04 | b2 -> b3, as preparation for next release check-in: 84ecf75d3b user: jan.nijtmans tags: trunk, main | |
|
2024-05-20
| ||
| 20:33 | Fix gcc warning: return should have value check-in: e3cb927560 user: jan.nijtmans tags: core-8-branch | |
| 18:09 | merge release branches check-in: 1b618c6835 user: dgp tags: trunk, main | |
| 18:07 | Replay the churn commits Closed-Leaf check-in: 4844034c74 user: dgp tags: dgp-trunk-unchurned | |
| 17:52 | merge release check-in: 4e112bcda6 user: dgp tags: dgp-trunk-unchurned | |
| 17:00 | Improve tcl::build-info implementation, adapted from dkf's result-helpers branch check-in: be8c771d22 user: jan.nijtmans tags: trunk, main | |
| 16:38 | merge trunk Leaf check-in: 3fd88cd4cd user: dkf tags: result-helpers | |
| 15:20 | Fix [7842f33a5c]: Call chain creation could crash in destructors in some tangled cases check-in: de08cf0323 user: dkf tags: core-8-branch | |
| 09:54 | Improve readability from some typecasting trickery. Backported from 9.0 (thanks, dkf!) check-in: d832f58cff user: jan.nijtmans tags: core-8-branch | |
| 09:32 | Backport spacing-related changes from 9.0 check-in: f5469ec0c0 user: jan.nijtmans tags: core-8-branch | |
| 08:57 | Combine some pieces for easier understanding. Closed-Leaf check-in: bcc951d6c5 user: dkf tags: dkf/oo-code-style | |
|
2024-05-19
| ||
| 22:23 | Improve tcl::build-info implementation, adapted from dkf's result-helpers branch check-in: d73e8e60a6 user: jan.nijtmans tags: core-8-branch | |
| 12:14 | Factor out another bit of code check-in: 328ab5a9d7 user: dkf tags: dkf/oo-code-style | |
| 11:36 | More bits and pieces of refactoring check-in: 09b3435105 user: dkf tags: dkf/oo-code-style | |
|
2024-05-18
| ||
| 22:01 | Merge-mark check-in: 378a818456 user: jan.nijtmans tags: trunk, main | |
| 21:58 | Update changes.md check-in: 568f98c34d user: jan.nijtmans tags: core-8-branch | |
| 09:13 | Factoring out common patterns check-in: 67c4fe4cdc user: dkf tags: dkf/oo-code-style | |
|
2024-05-17
| ||
| 20:40 | Merge 8.7. Improve tcl::build-info Leaf check-in: e94e6e3cec user: jan.nijtmans tags: libtommath-1.3.1 | |
| 18:49 | Better string sharing check-in: a75f440dd6 user: dkf tags: dkf/oo-code-style | |
| 16:07 | Bring over bug fixes from trunk to get released Closed-Leaf check-in: 3266fc297b user: dgp tags: core-9-0-b2-rc, core-9-0-b2 | |
| 16:00 | Merge fixes, add some doc comments check-in: 4f9ef0e0d0 user: dkf tags: dkf/oo-code-style | |
| 15:59 | Utility branch I can sensibly compare with core-9-0-b2-rc check-in: 8bc5052a99 user: dgp tags: dgp-trunk-unchurned | |
| 13:48 | Proper fix for [87271f7cd6]. Structures relating to [info frame] in a method now have the correct li... check-in: db8bfb98f1 user: dkf tags: trunk, main | |
| 13:45 | Proper fix for [87271f7cd6]. Structures relating to [info frame] in a method now have the correct li... check-in: 612af6e7d6 user: dkf tags: core-8-branch | |
|
2024-05-16
| ||
| 15:55 | Apply emergency workaround for [87271f7cd6]; not fixed yet, but no longer crashes check-in: ee33b4b923 user: dkf tags: trunk, main | |
| 15:55 | Apply emergency workaround for [87271f7cd6]; not fixed yet, but no longer crashes check-in: 9208e56d48 user: dkf tags: core-8-branch | |
| 12:38 | General code style fixes for TclOO only check-in: 839c6624e5 user: dkf tags: dkf/oo-code-style | |
| 08:53 | Fix [36e5517a6850]: old style method selection in [info class methods] and [info object methods] sti... check-in: b0d8ee5168 user: dkf tags: trunk, main | |
| 08:51 | Add code comments Closed-Leaf check-in: b301f4ad65 user: dkf tags: bug-36e5517a6850 | |
| 08:44 | Fix the bug; [info class methods -private] regression with TIP 500 check-in: ec19b5e416 user: dkf tags: bug-36e5517a6850 | |
| 08:23 | Tests to illustrate problem found in [36e5517a6850] check-in: 16cfbe1ef0 user: dkf tags: bug-36e5517a6850 | |
|
2024-05-15
| ||
| 14:35 | Stop using Tcl_AppendResult to build full results It's fine if actually appending... but we hardl... check-in: 799bc15719 user: dkf tags: result-helpers | |
|
2024-05-14
| ||
| 19:08 | Merge [4a1848c27fd63955], which was improperly backed-out (there was no notice or public discussion)... check-in: ff38221d4e user: dgp tags: core-9-0-b2-rc | |
| 19:07 | silence warning (implicit-fallthrough) check-in: 4c283c1d48 user: dgp tags: core-9-0-b2-rc | |
| 19:05 | merge 8.7 check-in: a389d8fe79 user: dgp tags: core-9-0-b2-rc | |
| 18:39 | merge 8.7 (interim fix for [9889f96f4da77e3b]) check-in: 45c669fbe3 user: dgp tags: core-9-0-b2-rc | |
| 18:37 | Funcs without args must explicitly take void Otherwise C compilers operate in a weird legacy mode w... check-in: c29401d6e5 user: dgp tags: core-9-0-b2-rc | |
| 18:36 | Merge changes from trunk up to but not including style/whitespace work. check-in: 274b0d7e7b user: dgp tags: core-9-0-b2-rc | |
| 18:11 | More conventional Markdown check-in: 23ac90825d user: dgp tags: core-9-0-b2-rc | |
| 16:06 | Add helper macros TclSetResult and TclPrintfResult check-in: 0b65fb9e0c user: dkf tags: result-helpers | |
| 12:54 | Merge-mark check-in: 3fa1b8f5e3 user: jan.nijtmans tags: trunk, main | |
| 12:47 | (cherry-pick) Merge [4a1848c27fd63955], bringing Tcl.n back to the state it was. check-in: 39a2e5b4f5 user: jan.nijtmans tags: core-8-branch | |
| 08:26 | Backout the "dullest commit ever" (not my words ....). It breaks the build. JN: Many of those cha... check-in: 8b41a80404 user: jan.nijtmans tags: trunk, main | |
| 07:12 | Merge [4a1848c27fd63955], which was improperly backed-out (there was no notice or public discussion)... check-in: a62398408f user: pooryorick tags: trunk, main | |
|
2024-05-13
| ||
| 19:57 | Rebuild the stub table, add attributes to func definitions Leaf check-in: a396528193 user: dkf tags: sentinel | |
| 16:48 | silence warning (implicit-fallthrough) check-in: a77945015a user: sebres tags: trunk, main | |
| 16:42 | merge 8.7 check-in: 617ccd3301 user: sebres tags: trunk, main | |
| 16:39 | clock.test: amend to hotfix [9889f96f4da77e3b] - ensemble created implicitely now check-in: d89349fb42 user: sebres tags: core-8-branch | |
| 15:48 | Trying out the sentinel attribute of GCC check-in: d67dd7508a user: dkf tags: sentinel | |
| 15:41 | Clean up a lot of small whitespace issues This is the dullest commit ever. Sorry. check-in: 3a60363aa1 user: dkf tags: trunk, main, dkf/to-redo | |
| 10:35 | merge 8.7 (interim fix for [9889f96f4da77e3b]) check-in: da0e64b5d0 user: sebres tags: trunk, main | |
| 10:34 | interim fix for [9889f96f4da77e3b]: avoid lazy creation and compilation for clock-ensemble (unless t... check-in: ad49517e0b user: sebres tags: core-8-branch | |
| 07:55 | Backout [b49efeca6a] (so people can judge whether this is just a textual improvement or not) Closed-Leaf check-in: 4a1848c27f user: jan.nijtmans tags: backout-b49efeca6a | |
|
2024-05-10
| ||
| 15:40 | More whitespace cleanup check-in: 835b1a5566 user: dkf tags: trunk, main | |
| 14:52 | Merge-mark check-in: b3efce9937 user: jan.nijtmans tags: trunk, main | |
| 14:42 | (backport): Funcs without args must explicitly take void check-in: c0628e3a1f user: jan.nijtmans tags: core-8-branch | |
| 13:51 | Funcs without args must explicitly take void Otherwise C compilers operate in a weird legacy mode... check-in: 0ddcb6cf85 user: dkf tags: trunk, main | |
| 13:45 | Code style fixes Mostly whitespace fixing really check-in: 24dcf13ff2 user: dkf tags: trunk, main | |
| 11:28 | Code style cleanup check-in: 74fd982252 user: dkf tags: trunk, main | |
| 10:22 | closes [10aa8403d064439f]: merge 8.7, restore time64bit constraint (all platforms now) check-in: 7517e2b553 user: sebres tags: trunk, main | |
| 10:18 | merge 8.6 check-in: 76a8c1c44b user: sebres tags: core-8-branch | |
|
2024-05-09
| ||
| 15:38 | Tidy up the zlib code a bit In particular, 'cd' was used for vars of different types (ClientData,... check-in: 6197e63dd8 user: dkf tags: trunk, main | |
|
2024-05-08
| ||
| 15:11 | Merge 8.7 check-in: d90e8286b6 user: jan.nijtmans tags: trunk, main | |
| 15:06 | Add some typecasts, remove duplicate "memset", remove some spacing. check-in: 71dea9c67f user: jan.nijtmans tags: core-8-branch | |
| 14:42 | Merge mark check-in: cd4f9148ac user: oehhar tags: trunk, main | |
| 14:39 | Backport [e0bdc14669] "Cleaning up tclWinSock.c" check-in: 718495c125 user: oehhar tags: core-8-branch | |
| 13:30 | Start on at least protecting against crashes like [0de6c1d79c] check-in: 21daea98da user: apnadkarni tags: apn-info-frame | |
| 09:03 | Cleaning up tclWinSock.c check-in: e0bdc14669 user: dkf tags: trunk, main | |
|
2024-05-07
| ||
| 20:47 | merge 8.7 check-in: 54c8d180bc user: sebres tags: trunk, main | |
| 20:45 | more simplifications check-in: 21c730f95f user: sebres tags: core-8-branch | |
| 20:12 | merge 8.7 check-in: 71ba8f6276 user: sebres tags: trunk, main | |
| 20:09 | code review (optimization by parse of word tokens in clock format) check-in: 4a909182de user: sebres tags: core-8-branch | |
| 19:04 | closes [a858d95f4bfddafb]: adjust word-token pointer after possible realloc check-in: c432a8b50b user: sebres tags: core-8-branch | |
|
2024-05-05
| ||
| 20:26 | Fix [3c26dec71e]: TCLX_y_TM_PATH - unspecified behaviour - change with 90b1rc check-in: ba61f74630 user: jan.nijtmans tags: trunk, main | |
| 20:21 | Merge 8.6 check-in: 3fa1e95cb1 user: jan.nijtmans tags: core-8-branch | |
|
2024-05-04
| ||
| 18:53 | Possible solution for [3c26dec71e]: TCLX_y_TM_PATH - unspecified behaviour - change with 90b1rc Closed-Leaf check-in: a966eb9902 user: jan.nijtmans tags: bug-3c26dec71e | |
| 16:25 | Merge 8.6 check-in: 430342d36e user: jan.nijtmans tags: core-8-branch | |
|
2024-05-03
| ||
| 17:55 | merge trunk check-in: d1fe39f080 user: dgp tags: core-9-0-b2-rc | |
| 16:42 | [unknown] only calls shell command in interactive tclsh sessions check-in: b3d720477f user: mjanssen tags: trunk, main | |
| 16:23 | Fix [a5f4a7aed8] - tcl::tm::path auto_index entry check-in: cb416c208e user: apnadkarni tags: trunk, main | |
| 13:26 | Merge 9.0 check-in: 58f49ce426 user: jan.nijtmans tags: tip-626 | |
|
2024-05-02
| ||
| 21:29 | [unknown] only calls shell command in interactive tclsh sessions Closed-Leaf check-in: 6148f44292 user: mjanssen tags: bug-6ab80b950a051 | |
| 21:11 | Better fix for [1e48483c8b]: Use of non-standard C code in TCLBOOLWARNING check-in: 8d0a8dc1a7 user: jan.nijtmans tags: trunk, main | |
| 21:00 | Better fix for [1e48483c8b]: Use of non-standard C code in TCLBOOLWARNING check-in: 7a82dd9959 user: jan.nijtmans tags: core-8-branch | |
| 12:48 | Make sure to forward-declare "struct addrinfo". Some compilers don't like doing that in a parameter-... check-in: 4ccbb3a724 user: jan.nijtmans tags: trunk, main | |
| 11:22 | Make sure to forward-declare "struct addrinfo". Some compilers don't like doing that in a parameter-... check-in: 0b6bbf9a73 user: jan.nijtmans tags: core-8-branch | |
| 09:59 | Merge 8.7 check-in: 274077768b user: oehhar tags: trunk, main | |
| 09:57 | Ticket [cab08bbf04]: document "scan %llu" as valid check-in: c889576c60 user: oehhar tags: core-8-branch | |
| 09:10 | Would checking for __STRICT_ANSI__ help? Closed-Leaf check-in: edf316533a user: jan.nijtmans tags: bug-1e48483c8b | |
| 08:41 | Add runtime PANIC when Tcl_GetBoolFromObj() violates size-restrictions, and compile-time checks are ... check-in: 10f1ca98d0 user: jan.nijtmans tags: bug-1e48483c8b | |
|
2024-04-30
| ||
| 14:00 | Check for C11 before using _Static_assert check-in: 27e88ccf5a user: jan.nijtmans tags: bug-1e48483c8b | |
| 11:51 | Rebase to 9.0 check-in: 4594340282 user: jan.nijtmans tags: bug-18f4a94d03 | |
|
2024-04-29
| ||
| 17:26 | merge trunk First pass on changes file items pulled from release notes. Probably needs Markdown conf... check-in: df715d05d4 user: dgp tags: core-9-0-b2-rc | |
| 11:53 | Eliminate warnings in tclTest(Obj).c, caused by our -Wc++-compat flag. check-in: f21c1c01d1 user: jan.nijtmans tags: trunk, main | |
| 11:51 | Eliminate warnings in tclTest(Obj).c, caused by our -Wc++-compat flag. check-in: 6cf7e00ec0 user: jan.nijtmans tags: core-8-branch | |
| 11:50 | One missing TCL_NORETURN check-in: 2998096df8 user: jan.nijtmans tags: trunk, main | |
| 11:46 | Tcl_MainEx() never returns, so it should be TCL_NORETURN as well. check-in: cc3a6494b2 user: jan.nijtmans tags: core-8-branch | |
| 09:28 | Eliminate (internal) TclpExit(), which is just the same as exit() check-in: c887e080d3 user: jan.nijtmans tags: trunk, main | |
| 08:26 | Merge 8.6 check-in: 78280ba2b5 user: jan.nijtmans tags: core-8-branch | |
|
2024-04-28
| ||
| 17:18 | Remove outdated comment check-in: 097ebd1f35 user: jan.nijtmans tags: trunk, main | |
|
2024-04-27
| ||
| 17:30 | Fix clang warning: tclWinTime.c:84:6: error: suggest braces around initialization of subobject [-Wer... check-in: 5ed1c2b366 user: jan.nijtmans tags: trunk, main | |
| 17:26 | Fix clang warning: tclWinTime.c:84:6: error: suggest braces around initialization of subobject [-Wer... check-in: 240572962a user: jan.nijtmans tags: core-8-branch | |
| 17:11 | This construct doens't work on MSVC check-in: 6c824b0137 user: jan.nijtmans tags: trunk, main | |
| 11:58 | This construct doens't work on MSVC check-in: 4f36f76a21 user: jan.nijtmans tags: core-8-branch | |
| 09:30 | Fix [9a8ce8af3d] - test suite hang in io-28.6 check-in: 1faf4d8e12 user: apnadkarni tags: trunk, main | |
|
2024-04-26
| ||
| 17:02 | Fix test for [9a8ce8af3d] Closed-Leaf check-in: 4cb226a8d1 user: apnadkarni tags: bug-9a8ce8af3d | |
| 13:00 | Fix [1e48483c8b]: Use of non-standard C code in TCLBOOLWARNING check-in: 4ed9ffe536 user: jan.nijtmans tags: trunk, main | |
| 12:59 | Fix [1e48483c8b]: Use of non-standard C code in TCLBOOLWARNING check-in: b43de757cc user: jan.nijtmans tags: core-8-branch | |
| 12:29 | Slightly better Closed-Leaf check-in: c0bdbd9536 user: jan.nijtmans tags: bug-1e48483c8b | |
| 11:27 | Proposed fix for [1e48483c8b]: Use of non-standard C code in TCLBOOLWARNING check-in: 066670e431 user: jan.nijtmans tags: bug-1e48483c8b | |
| 07:39 | Accept "tcl::build-info tommath" to get the built-in tommath version number. Same with gcc/zlib/??? ... check-in: b6ee75d57f user: jan.nijtmans tags: libtommath-1.3.1 | |
|
2024-04-25
| ||
| 19:49 | Fix dict performance bug: Remove abstractlist extension from dict objtype. check-in: 0c1a114cc4 user: griffin tags: trunk, main | |
| 15:03 | Fix for [ef23a85ac6]: Tcl_PanicProc - Tcl9 & NaviServer. check-in: b95cc2b450 user: jan.nijtmans tags: trunk, main | |
| 14:59 | Fix for [ef23a85ac6]: Tcl_PanicProc - Tcl9 & NaviServer. check-in: 0753949a8d user: jan.nijtmans tags: core-8-branch | |
| 09:44 | Rebase to 9.0 Closed-Leaf check-in: 53dd5c45cd user: jan.nijtmans tags: bug-ef23a85ac6 | |
| 09:41 | Make it more clear that TclpThreadExit() and Tcl_ExitThread() are TCL_NORETURN too check-in: 542ee37b9a user: jan.nijtmans tags: trunk, main | |
| 09:40 | Make it more clear that TclpThreadExit() and Tcl_ExitThread() are TCL_NORETURN too. check-in: 3483b63d35 user: jan.nijtmans tags: core-8-branch | |
| 08:44 | Rebase to 9.0 check-in: 29bb6ad3f1 user: jan.nijtmans tags: bug-ef23a85ac6 | |
| 08:29 | Merge 8.7 (Tcl_ConsolePanic() should be TCL_NORETURN) check-in: 3880fbf427 user: jan.nijtmans tags: trunk, main | |
| 08:24 | (cherry-pick): Fix building of libtclzip for out-of-source builds check-in: 5ae320c23c user: jan.nijtmans tags: core-8-branch | |
| 04:47 | Fix building of libtclzip for out-of-source builds check-in: 9e7cb27325 user: apnadkarni tags: trunk, main | |
|
2024-04-24
| ||
| 19:54 | Tcl_ConsolePanic() is TCL_NORETURN, not TCL_NORETURN1. Merge 8.6 check-in: c2849233bf user: jan.nijtmans tags: core-8-branch | |
| 19:41 | Better keep Tcl_ConsolePanic as it was (with TCL_NORETURN) check-in: a82f088431 user: jan.nijtmans tags: bug-ef23a85ac6 | |
| 19:16 | Improve use of TCL_NORETURN, so no unnecessary warnings are produced any more check-in: 8afd80d68a user: jan.nijtmans tags: bug-ef23a85ac6 | |
| 18:39 | dup test name check-in: 9c1c2e40ef user: dgp tags: core-9-0-b2-rc | |
| 18:30 | merge trunk check-in: 19b9504de2 user: dgp tags: core-9-0-b2-rc | |
| 17:19 | Merge revisions to the hash table implementation that prevent observed reads from uninitialized memo... check-in: 9ec15a7a14 user: dgp tags: core-9-0-b2-rc | |
| 17:02 | Merge more from trunk check-in: 13eb2298bc user: dgp tags: core-9-0-b2-rc | |
| 15:48 | Merge some trunk changes. check-in: c4ee2d267c user: dgp tags: core-9-0-b2-rc | |
|
2024-04-23
| ||
| 20:36 | Missing "_" in __declspec check-in: 8cc1729b8b user: jan.nijtmans tags: bug-ef23a85ac6 | |
| 20:17 | Still one TCL_NORETURN1 too much check-in: c0f71bd0ce user: jan.nijtmans tags: bug-ef23a85ac6 | |
| 20:11 | Possible fix for [ef23a85ac6]: Tcl_PanicProc - Tcl9 & NaviServer check-in: c521a5fc71 user: jan.nijtmans tags: bug-ef23a85ac6 | |
| 16:06 | Hmm, something is broken. Leaving this here but this commit is definitely wrong somehow Leaf check-in: b356268e32 user: dkf tags: tidy-indentation | |
|
2024-04-22
| ||
| 20:19 | Rebase to 9.0 check-in: 3b005a2c2d user: jan.nijtmans tags: bug-18f4a94d03 | |
| 18:37 | Only use Tcl_TomMath_InitStubs() when TCL_WITH_EXTERNAL_TOMMATH is not defined check-in: 16b8cb3ac5 user: jan.nijtmans tags: trunk, main | |
| 17:41 | Only use Tcl_TomMath_InitStubs() when TCL_WITH_EXTERNAL_TOMMATH is not defined check-in: 7dbd4588c7 user: jan.nijtmans tags: core-8-branch | |
| 16:28 | Fix [6eb8d79cb8]: segfault in obj-34.1 check-in: 59010ad4e6 user: jan.nijtmans tags: trunk, main | |
| 16:19 | Fix [6eb8d79cb8]: segfault in obj-34.1 check-in: 64f472d200 user: jan.nijtmans tags: core-8-branch | |
| 12:55 | Consolidate channel documentation. close, puts etc. manpages now just reference chan check-in: e56d76c761 user: apnadkarni tags: trunk, main | |
| 07:01 | Merge 8.7 check-in: 4dbeabc65c user: oehhar tags: trunk, main | |
| 07:00 | Ticket [00b3e5dea8]: "info comdtype" return value "native" created by "Tcl_CreateObjCommand", not "T... check-in: f1b92f324e user: oehhar tags: core-8-branch | |
| 01:49 | Remove abstractlist extension from dict objtype. Closed-Leaf check-in: 7855873798 user: griffin tags: bug28cc67a606a7 | |
|
2024-04-21
| ||
| 22:18 | ifdef -> ifndef check-in: 5ecc3f6e22 user: jan.nijtmans tags: libtommath-1.3.1 | |
| 22:09 | Merge 8.7. Add libtommath/zlib version number to tcl::build-info (if zlib/libtommath is compiled int... check-in: f17a4fee78 user: jan.nijtmans tags: libtommath-1.3.1 | |
| 20:58 | TIP #692: Revise Tcl_GetAliasObj, remove Tcl_GetAlias() check-in: f6b34ee2a9 user: jan.nijtmans tags: trunk, main | |
| 10:16 | Merge 8.7 check-in: 58da0f77d1 user: jan.nijtmans tags: trunk, main | |
| 10:11 | No need for Tcl_TomMath_InitStubs() any more, due to TIP #648 check-in: 35d4c18451 user: jan.nijtmans tags: core-8-branch | |
|
2024-04-20
| ||
| 22:23 | TIP #648: New functions Tcl_NewWideUIntObj()/Tcl_SetWideUIntObj() check-in: 562eb97b9a user: jan.nijtmans tags: trunk, main | |
| 16:52 | TIP #648: New functions Tcl_NewWideUIntObj()/Tcl_SetWideUIntObj() check-in: dbe94fba12 user: jan.nijtmans tags: core-8-branch | |
| 16:11 | TIP #690: Make "clock scan -valid 1" the default check-in: f330be6e51 user: jan.nijtmans tags: trunk, main | |
|
2024-04-19
| ||
| 19:55 | Merge 8.7 check-in: 21fa7a2e23 user: jan.nijtmans tags: trunk, main | |
| 19:45 | Merge 8.6 check-in: fe28cb7ea9 user: jan.nijtmans tags: core-8-branch | |
| 13:54 | Rebase to 9.0 Closed-Leaf check-in: a8b703a784 user: jan.nijtmans tags: tip-692 | |
| 13:34 | Merge 9.0 check-in: e8fafa419a user: jan.nijtmans tags: tip-626 | |
| 13:32 | Rebase to 9.0 check-in: dc4edc0144 user: jan.nijtmans tags: bug-18f4a94d03 | |
| 13:23 | Merge 8.7 check-in: 41ac78bd66 user: jan.nijtmans tags: trunk, main | |
| 12:36 | Merge 8.6 check-in: 95cc4a3738 user: jan.nijtmans tags: core-8-branch | |
| 09:37 | Merge 9.0 check-in: 49981a1ec1 user: jan.nijtmans tags: tip-626 | |
| 08:22 | Merge 8.7 (more indenting) check-in: ad350b1aa5 user: jan.nijtmans tags: trunk, main | |
| 08:15 | More indenting check-in: 9a45160d30 user: jan.nijtmans tags: core-8-branch | |
| 08:12 | (backport) Fix indenting check-in: c3b5ee0e35 user: jan.nijtmans tags: core-8-branch | |
| 08:00 | Fix indenting check-in: 2ac5b24c75 user: jan.nijtmans tags: trunk, main | |
|
2024-04-18
| ||
| 18:34 | Rebase to 9.0 check-in: d42b38aa43 user: jan.nijtmans tags: bug-18f4a94d03 | |
| 15:32 | Fix [18f4a94d03] by backing out [9bcec7cd880540c3] (again) check-in: a2633b5cc5 user: jan.nijtmans tags: bug-18f4a94d03 | |
| 15:25 | Merge 8.7 check-in: d6f9aacbe7 user: jan.nijtmans tags: trunk, main | |
| 15:22 | Merge 8.6 check-in: 3b1ba17e3a user: jan.nijtmans tags: core-8-branch | |
| 15:06 | Tidy up some indentation and other little code style issues check-in: cb11914788 user: dkf tags: tidy-indentation | |
| 14:41 | Tcl_DuplicateObj can't return NULL check-in: 750dad1cdf user: dkf tags: trunk, main | |
|
2024-04-17
| ||
| 19:31 | Re-build win64 libtommath binaries check-in: 42d90bf5a5 user: jan.nijtmans tags: libtommath-1.3.1 | |
| 16:19 | Few additions to release notes check-in: 811ffd1e5e user: jan.nijtmans tags: trunk, main | |
| 15:42 | Add pkgs8 directories to git/fossil ignore files check-in: 7a4d7f7cb9 user: jan.nijtmans tags: trunk, main | |
| 15:37 | Merge 8.7 check-in: 22d168549e user: jan.nijtmans tags: trunk, main | |
| 15:35 | This fits on a single line (as in 9.0) check-in: 813be99dd2 user: jan.nijtmans tags: core-8-branch | |
| 15:27 | Libtommath 1.3.1 (currently still in rc1) check-in: 38e6d34798 user: jan.nijtmans tags: libtommath-1.3.1 | |
| 15:17 | merge point (with small amend, same type as in 9.0 header declared for Tcl_Time::sec) check-in: fdb8258252 user: sebres tags: trunk, main | |
| 15:13 | cherrypick [b73516f7cfccbc9f] to 8.7 - closes [167e0635db]: solves leaks, valgrind test, etc check-in: 62f9f8b56b user: sebres tags: core-8-branch | |
| 15:03 | closes [167e0635db]: solves leaks, valgrind test, etc check-in: b73516f7cf user: sebres tags: trunk, main | |
| 14:58 | merge 8.7 (clock compat repair) check-in: 3dbfd59478 user: sebres tags: trunk, main | |
| 14:55 | restore backwards compatibility (see clock-44.3) - spaces between tokens are optional, repaired gree... check-in: 7500745c8d user: sebres tags: core-8-branch | |
| 14:39 | merge 8.6 (new clock regression test, illustrating incompatibility of new engine) check-in: d7ada3835c user: sebres tags: core-8-branch | |
| 13:07 | Update MacOS project.pbxproj file too check-in: 043259e928 user: jan.nijtmans tags: trunk, main | |
| 13:06 | Fix "make dist" check-in: 523ac7ca2c user: jan.nijtmans tags: core-8-branch | |
| 13:04 | TIP 693: Restart the changes files. First version of "changes.md", derived from the 9.0b1 release n... check-in: b93067cd52 user: jan.nijtmans tags: trunk, main | |
| 12:59 | TIP 693: Restart the changes files. (changes.md still TODO) check-in: 191139a467 user: jan.nijtmans tags: core-8-branch | |
| 10:41 | Deprecate Tcl_GetAlias() check-in: 20fb399b96 user: jan.nijtmans tags: trunk, main | |
| 10:22 | Deprecate Tcl_GetAlias() check-in: 618593ad8a user: jan.nijtmans tags: core-8-branch | |
| 09:04 | dup test names check-in: e04a29078f user: jan.nijtmans tags: trunk, main | |
| 09:03 | (cherry-pick): dup test names check-in: 0e8449375f user: jan.nijtmans tags: core-8-branch | |
| 09:02 | Make auto_mkindex work equally well for 8.x and 9.0 check-in: d9a8c1d5a9 user: jan.nijtmans tags: trunk, main | |
| 08:16 | Merge 8.6 check-in: 990ab54cda user: jan.nijtmans tags: core-8-branch | |
|
2024-04-16
| ||
| 21:46 | artificial "fix", illustrating that bug [28cc67a606] is related to abstract lists and co Closed-Leaf check-in: f525e7ad92 user: sebres tags: bug-28cc67a606--iter-dict-regress | |
| 20:16 | Merge-mark check-in: 03f21f8b3c user: jan.nijtmans tags: trunk, main | |
| 17:30 | Merge 8.6 check-in: d157a6b3ef user: jan.nijtmans tags: core-8-branch | |
|
2024-04-15
| ||
| 17:51 | Merge-mark check-in: d7e14bf8b0 user: jan.nijtmans tags: core-8-branch | |
| 13:21 | clean clock mutex Closed-Leaf check-in: 2484b0ade8 user: sebres tags: dgp-bug-167e0635db | |
|
2024-04-14
| ||
| 15:08 | Rebase to 9.0 Closed-Leaf check-in: 07c6fc8be2 user: jan.nijtmans tags: tip-690 | |
| 15:05 | Merge-mark check-in: 3a964a2a3b user: jan.nijtmans tags: tip-626 | |
| 14:46 | Merge 8.7 check-in: 961fda5266 user: jan.nijtmans tags: trunk, main | |
| 14:41 | free tz.was (in exit handler) check-in: a2b3bcbdc7 user: sebres tags: dgp-bug-167e0635db | |
| 14:31 | Some int -> Tcl_Size changes check-in: 787ba0f53b user: jan.nijtmans tags: core-8-branch | |
| 14:05 | Merge 9.0 check-in: 1861587f45 user: jan.nijtmans tags: tip-626 | |
| 13:47 | merge trunk (bug-fix for tclHash with mistaken direct compare) check-in: 98994dc843 user: sebres tags: dgp-bug-167e0635db | |
| 13:46 | amend to [40f13c108666fdda]: although it is no one free to see after ClockFrmScnFinalize, it is bett... check-in: 7cd88f9281 user: sebres tags: dgp-bug-167e0635db | |
| 13:32 | revert [0e273ad998f16100], because of bug-fix in tclHash check-in: 0e5782a8e3 user: sebres tags: dgp-bug-167e0635db | |
|
2024-04-13
| ||
| 22:19 | missing ',' check-in: 7382cc0899 user: jan.nijtmans tags: jn-tcl-clock-configure--back-from-unsupported-ns | |
| 22:05 | options alphabetical check-in: d43fac373b user: jan.nijtmans tags: jn-tcl-clock-configure--back-from-unsupported-ns | |
| 21:15 | Merge 8.7 check-in: 4723ca4c9f user: jan.nijtmans tags: jn-tcl-clock-configure--back-from-unsupported-ns | |
|
2024-04-12
| ||
| 23:04 | merge 8.7 check-in: cc297e01ed user: sebres tags: trunk, main | |
| 23:03 | merge 8.6 check-in: a8087863c3 user: sebres tags: core-8-branch | |
| 21:59 | merge 8.7 check-in: c3c498a6a8 user: sebres tags: trunk, main | |
| 21:51 | merge 8.6 check-in: 299f7305e2 user: sebres tags: core-8-branch | |
| 21:45 | Merge 8.7 check-in: dc64bd6ed7 user: jan.nijtmans tags: trunk, main | |
| 21:40 | Add missing documentation for TIP 598 Tcl_WinConvertError check-in: 5f96787120 user: jan.nijtmans tags: core-8-branch | |
| 19:51 | Plug mem leak of mcLitIdxs field. check-in: 024326d130 user: dgp tags: dgp-bug-167e0635db | |
| 19:47 | Plug memory leak of the mcLiterals field. check-in: fcc8eb6fba user: dgp tags: dgp-bug-167e0635db | |
| 19:37 | A crude protection against accessing the storage after it has been freed by a finalization pass. Th... check-in: 40f13c1086 user: dgp tags: dgp-bug-167e0635db | |
| 19:24 | One added line that ends the "Conditional jump" errors from valgrind check-in: 0e273ad998 user: dgp tags: dgp-bug-167e0635db | |
| 17:15 | Add missing documentation for TIP 598 Tcl_WinConvertError check-in: b202d2fc01 user: apnadkarni tags: trunk, main | |
| 16:41 | In Tcl 9, we don't need "-encoding utf-8" here any more check-in: aa3b9a93eb user: jan.nijtmans tags: trunk, main | |
| 16:09 | Clean up the arith series code, including fixing a memory leak check-in: 89b0506a36 user: dkf tags: trunk, main | |
| 15:33 | Merge 8.7 (adding "-encoding utf-8") check-in: 047910db02 user: jan.nijtmans tags: trunk, main | |
| 15:25 | (cherry-pick): Clock not weak; clock strong! check-in: 98415018a8 user: jan.nijtmans tags: core-8-branch | |
| 15:24 | Merge 8.6. Don't change ActiveCodePage on Windows (yet), that's for 9.0 check-in: 0a0fdba2f8 user: jan.nijtmans tags: core-8-branch | |
| 14:10 | Clock not weak; clock strong! check-in: 110aa21b66 user: dkf tags: trunk, main | |
| 14:02 | Merge 8.7 check-in: 4ccd8c6c4b user: dkf tags: trunk, main | |
| 14:02 | Fixed misleading comment check-in: b10d1c53a9 user: dkf tags: core-8-branch | |
| 13:32 | Merge 8.7 check-in: fac0e545be user: dkf tags: trunk, main | |
| 13:25 | More cleaning up, notably no more symbols starting with _ as they're a reserved 'namespace' check-in: bfb42faa67 user: dkf tags: core-8-branch | |
| 09:47 | Merge 8.7 check-in: 95201cd0f6 user: jan.nijtmans tags: trunk, main | |
| 09:46 | Fix panic "loop in ConvertLocalToUTCUsingTable", introduced by previous commit. Some further code cl... check-in: 3c341011b9 user: jan.nijtmans tags: core-8-branch | |
| 06:49 | Split ClockConfigureObjCmd() in two parts check-in: 6596b236c8 user: jan.nijtmans tags: jn-tcl-clock-configure--back-from-unsupported-ns | |
|
2024-04-11
| ||
| 20:23 | Merge 8.7 check-in: 224eb9a3f7 user: jan.nijtmans tags: trunk, main | |
| 16:14 | Clean up the code style of the rest of clock check-in: 5e6e644645 user: dkf tags: core-8-branch | |
| 15:19 | Next stage of migrating things to follow style: clock format support check-in: 3030150049 user: dkf tags: core-8-branch | |
| 14:27 | Merge 8.7 Closed-Leaf check-in: c948bba8c5 user: jan.nijtmans tags: tcl-clock-configure--back-from-unsupported-ns | |
| 14:24 | Merge 8.7 check-in: 6bab8cce28 user: jan.nijtmans tags: trunk, main | |
| 14:09 | Merge 8.7 check-in: 93e55377dc user: jan.nijtmans tags: trunk, main | |
| 13:55 | No need for TCL_OBJTYPE_V0 in Tcl 8.7. Make StrIdxTreeObjType static const. Define TCL_OBJTYPE_V1/TC... check-in: a8f043eb0a user: jan.nijtmans tags: core-8-branch | |
| 13:35 | A few more small changes check-in: 0f6b51b4b7 user: dkf tags: core-8-branch | |
| 13:22 | (cherry-pick): Possibly a fix for [080f846fd58958ef]: When updating the interest of a channel, don'... check-in: 1cc41db97a user: jan.nijtmans tags: core-8-branch | |
| 13:19 | Style cleanup, plus added comments on memory management check-in: 4b9f7f5493 user: dkf tags: core-8-branch | |
| 13:15 | Merge 8.6. Use Tcl_NewBooleanObj for booleans; we should say what we mean check-in: c6d3960498 user: jan.nijtmans tags: core-8-branch | |
| 11:03 | Merge 9.0 Leaf check-in: 156c6cc448 user: jan.nijtmans tags: tip-691 | |
| 10:54 | Style cleanup check-in: 7545483cf9 user: dkf tags: core-8-branch | |
| 08:55 | Use Tcl_NewBooleanObj for booleans; we should say what we mean check-in: ba65f6c8c4 user: dkf tags: trunk, main | |
| 08:35 | Fix [e155cedf33]: Error-handling in TclGetOpenMode() check-in: 22e66b7f41 user: jan.nijtmans tags: trunk, main | |
| 08:00 | Add O_ACCMODE fow Windows, in case it is not defined check-in: aad95fc929 user: jan.nijtmans tags: trunk, main | |
| 07:59 | Merge-mark check-in: 7e9249ec05 user: jan.nijtmans tags: core-8-branch | |
| 07:57 | Fix [e155cedf33]: Error-handling in TclGetOpenMode(). Add O_ACCMODE fow Windows, in case it is not ... check-in: 68ff52f3c7 user: jan.nijtmans tags: core-8-branch | |
|
2024-04-10
| ||
| 17:52 | Start on consolidating chan related docs check-in: 2923ea8b89 user: apnadkarni tags: apn-chan-docs | |
| 17:51 | Create new branch named "apn-chan-docs" check-in: ee93b2ff42 user: apnadkarni tags: apn-chan-docs | |
| 15:35 | One more TclHasInternalRep() check-in: 295715a1b1 user: jan.nijtmans tags: trunk, main | |
| 15:26 | Merge 8.7 check-in: 22cb6d973e user: jan.nijtmans tags: trunk, main | |
| 15:06 | merge trunk check-in: c0e98b5545 user: dgp tags: core-9-0-b2-rc | |
| 14:47 | Merge 8.6 Use TclHasInternalRep() macro in more places. check-in: d326acc1c9 user: jan.nijtmans tags: core-8-branch | |
| 13:18 | [e155cedf33]: Error-handling in TclGetOpenMode() Closed-Leaf check-in: 1de2bb21a5 user: jan.nijtmans tags: bug-e155cedf33 | |
| 13:03 | Merge 8.7 check-in: adc02c7fad user: dkf tags: trunk, main | |
| 13:01 | Use standard macro for freeing the internal rep check-in: 43e279fede user: dkf tags: core-8-branch | |
| 11:52 | Merge 9.0 check-in: f4b3e69a07 user: jan.nijtmans tags: tip-691 | |
| 10:21 | Use O_ACCMODE in stead of the non-standard RW_MODES check-in: af85b455a0 user: jan.nijtmans tags: tip-691 | |
| 08:29 | Handle more error-situations in open mode parsing check-in: e06aa24e86 user: jan.nijtmans tags: tip-691 | |
|
2024-04-09
| ||
| 15:25 | Merge 8.7 check-in: ffc16bd3fd user: dkf tags: trunk, main | |
| 15:23 | Add ability to regenerate tclOOScript.h to Win build check-in: 4f49e2b023 user: dkf tags: core-8-branch | |
| 15:16 | Update documentation Closed-Leaf check-in: 0a0626b9f6 user: jan.nijtmans tags: tip-648 | |
| 15:12 | Rebase to trunk check-in: 4d02d05338 user: jan.nijtmans tags: tip-648 | |
| 15:07 | Remove Tcl_NewIndexObj/Tcl_SetIndexObj. Since Tcl_Size is signed now, it doesn't add much value any ... check-in: b0d1a7d2b1 user: jan.nijtmans tags: tip-648 | |
| 13:31 | partially revert [06b7ba18bdd9c2c3]: move ::tcl::clock::configure back from ::tcl::unsupported, leav... check-in: ba59a1523a user: sebres tags: tcl-clock-configure--back-from-unsupported-ns | |
| 13:22 | Rebase to 9.0 check-in: 02059cfe3f user: jan.nijtmans tags: tip-692 | |
| 12:13 | Merge 8.7 check-in: f379b61f86 user: jan.nijtmans tags: trunk, main | |
| 12:05 | TCL_MIN_SECONDS/TCL_MAX_SECONDS should use 'LL', because the constants are > LONG_MAX on 32-bit plat... check-in: 2210e67ebf user: jan.nijtmans tags: core-8-branch | |
| 11:14 | Move new Tcl_GetAliasObj() to slot 285 (old slot was used for Tcl_FreeResult() in 8.x) check-in: 1444514184 user: jan.nijtmans tags: tip-692 | |
| 10:47 | Rebase to 9.0 check-in: 86b5535cc4 user: jan.nijtmans tags: tip-692 | |
| 09:03 | Use CHANNEL_RAW_MODE flag in stead of simply '2' check-in: 68bf30860d user: jan.nijtmans tags: tip-691 | |
|
2024-04-08
| ||
| 12:53 | Rebase to 9.0 check-in: d6ac3cd190 user: jan.nijtmans tags: tip-691 | |
| 11:34 | Revive TIP #648 check-in: 74664985a4 user: jan.nijtmans tags: tip-648 | |
| 09:34 | Fix [a6fb744b20]: missing file from distribution check-in: 29c3ebca8d user: jan.nijtmans tags: trunk, main | |
| 08:29 | Fix [a6fb744b20]: missing file from distribution check-in: b0ded00b82 user: jan.nijtmans tags: core-8-branch | |
|
2024-04-06
| ||
| 13:50 | merge 8.7 check-in: dd8ad6686b user: sebres tags: trunk, main | |
| 13:48 | more improvements for overflow cases (always proper message, errorCode, correct badOption value) check-in: 122184f343 user: sebres tags: core-8-branch | |
| 13:20 | simple attempt to silence valgrind [167e0635db], improved error message by bad seconds (or -base), r... check-in: 9d7596c138 user: sebres tags: core-8-branch | |
|
2024-04-05
| ||
| 21:50 | this string is not used anyway Leaf check-in: 08a09c446d user: jan.nijtmans tags: bug-167e0635db | |
| 21:28 | Merge-mark check-in: fed0b2c3cd user: jan.nijtmans tags: core-8-branch | |
| 21:11 | Possibly better optimization check-in: 8530d5044f user: jan.nijtmans tags: bug-167e0635db | |
| 15:45 | changes file removal sequel check-in: be3b0f346e user: dgp tags: rc0, core-9-0-b2-rc | |
| 15:39 | Delete the changes file pending decisions about TIP 693 check-in: ac69f6b1af user: dgp tags: core-9-0-b2-rc | |
| 14:53 | Less diff's with 9.0 check-in: 74b6d4319d user: jan.nijtmans tags: tip-691 | |
| 13:58 | Merge 9.0. Change flag names check-in: 8889b0c536 user: jan.nijtmans tags: tip-691 | |
| 12:57 | Proposed (partial) fix for [167e0635db]: `make valgrind` detections. Also fixes two constants in tc... check-in: 561cb0ffb2 user: jan.nijtmans tags: bug-167e0635db | |
|
2024-04-04
| ||
| 23:01 | dup test names check-in: 874d3cb5e5 user: dgp tags: core-9-0-b2-rc | |
| 23:00 | merge trunk check-in: d92aee16bb user: dgp tags: core-9-0-b2-rc | |
| 21:07 | Fix [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFUNC. With testcase check-in: c28a455139 user: jan.nijtmans tags: trunk, main | |
| 20:54 | Fix [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFUNC. With testcase check-in: 7f3767390f user: jan.nijtmans tags: core-8-branch | |
| 20:14 | Tcl_ArgvGenFuncProc: int -> Tcl_Size (twice) Closed-Leaf check-in: c3b23bf0c7 user: jan.nijtmans tags: bug-7cb7409e05 | |
| 20:01 | Combine with "testparseargs" command. With testcases now check-in: a1959e72b3 user: jan.nijtmans tags: bug-7cb7409e05 | |
| 14:25 | Merge 8.7 (undid the encodingPtr -> encodingNamePtr change) check-in: 364a550ce5 user: jan.nijtmans tags: trunk, main | |
| 13:32 | Merge 8.6 check-in: b7e442b293 user: jan.nijtmans tags: core-8-branch | |
| 12:35 | Merge 8.7. encodingPtr -> encodingNamePtr (for consistency) check-in: 4a704590fe user: jan.nijtmans tags: trunk, main | |
| 11:50 | Possibly a fix for [080f846fd58958ef]: When updating the interest of a channel, don't schedule the ... check-in: 70a407c245 user: pooryorick tags: trunk, main | |
| 11:44 | Merge 8.6 check-in: 09cdca236b user: jan.nijtmans tags: core-8-branch | |
|
2024-04-03
| ||
| 22:21 | Add "testparseargsobj" command. Testcases to be added check-in: 0ad800e47a user: jan.nijtmans tags: bug-7cb7409e05 | |
| 22:09 | Proposed fix for [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFUNC check-in: a6a8bc6ffe user: jan.nijtmans tags: bug-7cb7409e05 | |
| 20:21 | encodingName -> encoding (where appropriate) check-in: 5b26e92fbb user: jan.nijtmans tags: tip-691 | |
| 19:39 | Handle "open" as well check-in: 9784704bc9 user: jan.nijtmans tags: tip-691 | |
| 18:51 | merge 8.7 (closes [dc0770a2397ae0b1]) check-in: 33460960ef user: sebres tags: trunk, main | |
| 18:49 | fixed [dc0770a2397ae0b1]: tests are timezone independent now check-in: 793f4643fa user: sebres tags: core-8-branch | |
| 09:22 | Merge 9.0 check-in: b686681ba2 user: jan.nijtmans tags: tip-691 | |
|
2024-04-02
| ||
| 22:04 | Merge 8.7 check-in: 3e78a85066 user: jan.nijtmans tags: trunk, main | |
| 21:50 | Merge 8.6 check-in: 67460ca2f9 user: jan.nijtmans tags: core-8-branch | |
| 20:49 | small amend (clean-up for ::tcl::clock::auto_load_cmds) and review check-in: 5b9a73fee0 user: sebres tags: sebres-tip-689-clock-auto-load | |
| 20:22 | Rebase to 9.0 check-in: bdcf3280d6 user: jan.nijtmans tags: tip-691 | |
| 20:09 | auto load clock facilities (engine-init, C-stubs and helpers) on demand (rebased and rewritten to ti... check-in: e154c94bd2 user: sebres tags: sebres-tip-689-clock-auto-load | |
| 13:49 | Merge 8.7 (removing some dead libtommath-related code) check-in: f2ebbca7ed user: jan.nijtmans tags: trunk, main | |
| 11:13 | Merge 8.6 check-in: 333bdb34cc user: jan.nijtmans tags: core-8-branch | |
|
2024-04-01
| ||
| 21:33 | Rebase to 9.0 check-in: 6fcec3ca33 user: jan.nijtmans tags: tip-690 | |
| 21:32 | Rebase to 9.0 check-in: 5da6afe216 user: jan.nijtmans tags: tip-689 | |
| 21:29 | Rebase to 9.0 Leaf check-in: 6fa90bc4b2 user: jan.nijtmans tags: sebres-experimental-tip-688-auto-load | |
| 20:48 | Merge 9.0 check-in: d4eee66f60 user: jan.nijtmans tags: tip-626 | |
| 20:14 | Merge-mark Closed-Leaf check-in: 2a5c344036 user: jan.nijtmans tags: bug-ac7592e73c10d04b | |
| 20:07 | Oops, ckalloc -> Tcl_Alloc check-in: 0fe2f4f3ca user: jan.nijtmans tags: trunk, main | |
| 19:56 | TIP 688: clock command revision and speedup check-in: dd916eacf3 user: jan.nijtmans tags: trunk, main | |
| 19:00 | TIP 688: clock command revision and speedup check-in: 279e584045 user: jan.nijtmans tags: bug-ac7592e73c10d04b | |
| 18:36 | TIP 688: clock command revision and speedup check-in: 7137ea11e9 user: jan.nijtmans tags: core-8-branch | |
| 17:45 | Fix incorrect namespace name in io-44.7 check-in: e6c91f8ed9 user: pooryorick tags: bug-ac7592e73c10d04b | |
| 17:41 | Fix incorrect namespace name in io-44.7 check-in: 33b2cf0cba user: pooryorick tags: bug-ac7592e73c10d04b | |
| 08:36 | Fix for [ac7592e73c10d04b], Idle events are never processed when a "writable" handler on a nonblocki... check-in: 0feb3d12b6 user: pooryorick tags: bug-ac7592e73c10d04b | |
| 00:48 | In io.test/io-44.7, use a unique namespace for the refchan implementation. check-in: 7fa4203380 user: pooryorick tags: bug-ac7592e73c10d04b | |
| 00:23 | Fix for [ac7592e73c10d04b], Idle events are never processed when a "writable" handler on a nonblocki... check-in: b2d083e9e0 user: pooryorick tags: bug-ac7592e73c10d04b | |
|
2024-03-31
| ||
| 15:36 | Fix sporadic failure of 14.11.0 on some platforms. See [de232b49f26da1c1]. apn - moved to mistak... check-in: 1b9bd55b7a user: pooryorick tags: mistake | |
| 13:22 | One more place to disable writable polling timer Closed-Leaf check-in: bee0a0598a user: apnadkarni tags: apn-bug-de232b49f2 | |
|
2024-03-30
| ||
| 14:48 | Merge-mark check-in: e9afc777b6 user: jan.nijtmans tags: core-8-branch | |
| 10:52 | Refchan not generating write events check-in: 4953552214 user: apnadkarni tags: apn-bug-de232b49f2 | |
|
2024-03-29
| ||
| 15:43 | 4 more files, which should have been removed as part of the libtommath 1.2 -> 1.3 upgrade check-in: 8a8722e215 user: jan.nijtmans tags: trunk, main | |
| 15:42 | 4 more files, which should have been removed as part of the libtommath 1.2 -> 1.3 upgrade check-in: 6a02c3b3ad user: jan.nijtmans tags: core-8-branch | |
| 14:22 | Merge 8.7 check-in: afc1875d51 user: jan.nijtmans tags: trunk, main | |
| 14:20 | Merge 8.6. Rename some (internal) libtommath stub entries (back to the same name as in Tcl 8.6) check-in: 13e8fc7158 user: jan.nijtmans tags: core-8-branch | |
| 12:26 | Upgrade provided libtommath with version 1.3. Still works with external libtommath 1.2 too. check-in: a04ae84a3f user: jan.nijtmans tags: core-8-branch | |
| 11:47 | Added minor detail to file attr -shortname handling docs. check-in: 80bfe40b71 user: apnadkarni tags: trunk, main | |
| 08:53 | Upgrade provided libtommath with version 1.3. Still works with external libtommath 1.2 too. check-in: ee93e76625 user: jan.nijtmans tags: trunk, main | |
|
2024-03-28
| ||
| 21:46 | Eliminate tcltest::fileEncoding, not a good idea check-in: 706b8f486c user: jan.nijtmans tags: trunk, main | |
| 21:39 | Merge 8.6 check-in: a358975f05 user: jan.nijtmans tags: core-8-branch | |
| 15:52 | Fix windows build Closed-Leaf check-in: d409db8270 user: jan.nijtmans tags: libtommath-1.3 | |
| 14:16 | Take care of the deprecation of mp_expt_u32 check-in: b563346181 user: jan.nijtmans tags: libtommath-1.3 | |
| 12:51 | C++ improvements/typo's check-in: c80242d794 user: jan.nijtmans tags: libtommath-1.3 | |
| 09:50 | Re-build libtommath.dll for x86. Re-build tommath.lib for all platforms (since libtommath 1.3 has mo... check-in: bf19b01ee3 user: jan.nijtmans tags: libtommath-1.3 | |
|
2024-03-27
| ||
| 20:54 | Libtommath 1.3 check-in: 75cd1c302b user: jan.nijtmans tags: libtommath-1.3 | |
| 20:43 | merge 8.7 (conflicts solved, merge point) check-in: 692ac81a3a user: sebres tags: trunk, main | |
| 20:18 | fixes SF [edb4b065f49b9e51]: cherry-picked from 5d52c6d7302b320e] check-in: ac30912bcc user: sebres tags: core-8-branch | |
| 20:13 | merge 8.6 (string tests, also illustrating bug [edb4b065f49b9e51]) check-in: 633a20378a user: sebres tags: core-8-branch | |
| 17:41 | Fix [edb4b065f4] - crash on string compare check-in: 5d52c6d730 user: apnadkarni tags: trunk, main | |
| 16:14 | Proposed fix for [edb4b065f4] Closed-Leaf check-in: f5f42a6211 user: apnadkarni tags: bug-edb4b065f4 | |
| 15:46 | Tests for [edb4b065f49] crash. check-in: 5497a1412b user: apnadkarni tags: bug-edb4b065f4 | |
| 09:55 | Add koi8-ru and koi8-t encodings check-in: 8de7eef0f9 user: jan.nijtmans tags: trunk, main | |
| 09:49 | Add koi8-ru and koi8-t encodings check-in: f159d4c7ed user: jan.nijtmans tags: core-8-branch | |
|
2024-03-26
| ||
| 17:46 | experimental: illustration for lazy clock initialization and auto-load on demand. check-in: b5c0377c7b user: sebres tags: sebres-experimental-tip-688-auto-load | |
| 17:37 | added missing test coverage for clock ensemble in safe-interpreter (shared from parent interpreter) Closed-Leaf check-in: 12d00c9a0b user: sebres tags: tip-688 | |
|
2024-03-25
| ||
| 20:22 | fixes mem-leak introduced in [06b7ba18bdd9c2c3] (move of configure to unsupported) check-in: c151959ad5 user: sebres tags: tip-688 | |
| 18:21 | open release branch check-in: 8e1d90247a user: dgp tags: core-9-0-b2-rc | |
|
2024-03-24
| ||
| 18:05 | (cherry-pick): Change Tcl_ExternalToUtfDStringEx and Tcl_UtfToExternalDStringEx to ignore START/END ... check-in: 4f47abcc61 user: jan.nijtmans tags: core-8-branch | |
| 17:55 | Merge 9.0. Please don't use "register" keyword check-in: 02e9f2e438 user: jan.nijtmans tags: tip-688 | |
| 17:01 | TCL_MEM_DEBUG build: disable cache/storage-GC for released clock scan/format objects check-in: c0566e020d user: sebres tags: tip-688 | |
| 16:54 | review and more optimizations (cherry-pick from tclclockmod) check-in: 7fdced5cfe user: sebres tags: tip-688 | |
| 16:37 | still one fix for [1f40aa83c552f597], now for freescan (overflow in tests clock-6.10e/clock-6.10f): ... check-in: 5696b3f72c user: sebres tags: tip-688 | |
| 16:27 | Change Tcl_ExternalToUtfDStringEx and Tcl_UtfToExternalDStringEx to ignore START/END flags as stated... check-in: 4afcab0cc2 user: apnadkarni tags: trunk, main | |
| 00:05 | A new test constraint, "bigmem", configurable via the environment variable TCL_TESTCONSTRAINT_BIGMEM... check-in: d9cb25195d user: pooryorick tags: trunk, main | |
|
2024-03-23
| ||
| 23:34 | A new test constraint, "bigmem", configurable via the environment variable TCL_TESTCONSTRAINT_BIGMEM... Closed-Leaf check-in: 6c9845f46a user: pooryorick tags: testconstraint-bigmem | |
| 22:32 | Merge 8.7 check-in: 86f7c77cc1 user: jan.nijtmans tags: trunk, main | |
| 22:06 | Merge-mark check-in: 51062bf4da user: jan.nijtmans tags: core-8-branch | |
| 20:26 | Use TclStaticLibrary() to load the C parts of [clock]. Leaf check-in: f8dbb4feee user: pooryorick tags: tip-689-proof-for-nathan-solved2 | |
| 18:17 | Backport formatting from 9.0. Revise genStubs.tcl such that dummy entries are only generated for Tcl... check-in: 36eaeafb4b user: jan.nijtmans tags: core-8-branch | |
| 13:28 | Revise clock-6.10c? testcases check-in: e8589daf33 user: jan.nijtmans tags: core-8-branch | |
|
2024-03-22
| ||
| 23:40 | A more simple solution to the challenge posed in the tip-689-proof-for-nathan branch, where the goal... check-in: 5c8e11b5b7 user: pooryorick tags: tip-689-proof-for-nathan-solved2 | |
| 23:09 | A more simple solution to the challenge posed in the tip-689-proof-for-nathan branch, where the goal... Leaf check-in: ed50d4c0b3 user: pooryorick tags: tip-689-proof-for-nathan-solved | |
| 22:35 | Generalize the [namespace ensemble configure ... -unknown] approach a little more for the purpose of... check-in: 332ef3ab83 user: pooryorick tags: tip-689-proof-for-nathan-solved | |
| 21:05 | Merge 9.0 check-in: 66dedd5931 user: jan.nijtmans tags: tip-691 | |
| 20:53 | Appears to work better now check-in: cbb3889233 user: jan.nijtmans tags: tip-691 | |
| 20:07 | small amend (unsaved change) check-in: 8b7da667e5 user: sebres tags: tip-688 | |
| 19:15 | fix for [1f40aa83c552f597]: the overflow check could mistakenly pass in some cases (so basically exp... check-in: 4fa26c98f2 user: sebres tags: tip-688 | |
| 14:19 | There are no testcases showing overflow in _str2int() check-in: 960b6b1923 user: jan.nijtmans tags: tip-688 | |
| 14:07 | Merge 9.0 check-in: afdb8a4803 user: jan.nijtmans tags: tip-688 | |
| 13:42 | Merge 8.7 check-in: 2799f58ca1 user: jan.nijtmans tags: trunk, main | |
| 13:41 | Mark clock-6.10b/clock-6.10d as "knownBug": Those testcases crash with CFLAGS=-ftrapv, even with cur... check-in: 968cf29140 user: jan.nijtmans tags: core-8-branch | |
| 13:06 | Add more testcases, 0-measurement of current behavior. integervalueTooLarge -> dateTooLarge. check-in: f23d81deff user: jan.nijtmans tags: core-8-branch | |
| 11:27 | More progress (not well tested yet) check-in: bc7883f663 user: jan.nijtmans tags: tip-691 | |
| 09:03 | Add testcase for bug [1f40aa83c5]: crash with CFLAGS=-ftrapv check-in: a601eda829 user: jan.nijtmans tags: tip-688 | |
|
2024-03-21
| ||
| 21:38 | Extend initialization via [namespace ensemble configure ... -unknown] to [clock add] and [clock scan... check-in: bee9f58fcc user: pooryorick tags: tip-689-proof-for-nathan-solved | |
| 16:09 | Example of using [namespace ensemble configure ... -unknown] to autoload clock.tcl as needed. check-in: 6efa045e22 user: pooryorick tags: tip-689-proof-for-nathan-solved | |
| 13:55 | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization) check-in: 28e5e230b6 user: jan.nijtmans tags: trunk, main | |
| 12:57 | Formatting/indenting check-in: 1dd169510a user: jan.nijtmans tags: core-8-branch | |
| 10:33 | Merge 8.7 check-in: ea90d105f6 user: jan.nijtmans tags: trunk, main | |
| 10:31 | Merge 8.6 check-in: 1b7fde5700 user: jan.nijtmans tags: core-8-branch | |
| 10:21 | Rebase to latest 9.0 check-in: 4658048304 user: jan.nijtmans tags: tip-692 | |
| 10:20 | Unneeded line check-in: 4a248ca260 user: jan.nijtmans tags: tip-692 | |
| 09:46 | TIP #691: Setting -profile for tclsh/wish and the "source" command check-in: cfbae0a1ad user: jan.nijtmans tags: tip-691 | |
|
2024-03-20
| ||
| 20:40 | put back line accidently removed check-in: 8fd228c660 user: jan.nijtmans tags: trunk, main | |
| 20:29 | Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (thanks, Sergey!) check-in: 9b8a66aff6 user: jan.nijtmans tags: trunk, main | |
| 20:09 | Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (thanks, Sergey!) check-in: 3186ba81a2 user: jan.nijtmans tags: core-8-branch | |
| 17:41 | Proof date TIP #689 is needed for the ::tcl::clock unknown handler Closed-Leaf check-in: 1f3935ff26 user: jan.nijtmans tags: tip-689-proof-for-nathan | |
| 15:01 | Review: use Tcl_Size for "length" in tclStrIdxTree.h. Macro tweaks. check-in: 0a30f8a5f1 user: jan.nijtmans tags: tip-688 | |
| 14:48 | dup test name check-in: 84e5f9b4c8 user: dgp tags: trunk, main | |
| 14:42 | dup test name check-in: b77b2ef03f user: dgp tags: core-8-branch | |
| 14:27 | Merge 9.0 check-in: 4271f3b52a user: jan.nijtmans tags: tip-626 | |
| 13:49 | Few more spacing/formatting tweaks check-in: 3bdb40e1f2 user: jan.nijtmans tags: trunk, main | |
| 13:14 | (backport) more spacing/formatting tweaks. For now, macosx/unix/win only. check-in: dc8a99efff user: jan.nijtmans tags: core-8-branch | |
| 10:05 | TIP #689: "namespace unknown" independent on caller namespace check-in: 079e517ec6 user: jan.nijtmans tags: tip-689 | |
| 09:33 | TIP #690 implementation: Make "clock scan -valid 1" the default check-in: 49e8257d9a user: jan.nijtmans tags: tip-690 | |
| 08:24 | Rebase to latest 9.0 check-in: 7a6f1d09f5 user: jan.nijtmans tags: tip-688 | |
|
2024-03-19
| ||
| 17:09 | more spacing/formatting tweaks check-in: 9a59cf8499 user: dkf tags: trunk, main | |
| 16:43 | Merge 8.7 (Some Tcl_GetStringFromObj -> TclGetStringFromObj internal changes) check-in: f2dca49da3 user: jan.nijtmans tags: trunk, main | |
| 16:12 | Backport fix for [bda99f2393]: gets stdin problem when non-blocking - Windows (cherry-pick): Fix ind... check-in: 770221ff54 user: jan.nijtmans tags: core-8-branch | |
| 14:56 | Fix indentation/brace usage style issues check-in: 1fbff64078 user: dkf tags: trunk, main | |
|
2024-03-18
| ||
| 20:33 | docs - note that Tcl_AsyncMark() and Tcl_AsyncDelete() are actually void funcs check-in: 5c3cbc463a user: bch tags: trunk, main | |
| 16:18 | Review: use more "LL". Eliminate some (Tcl_WideInt) typecasts. check-in: 8b957605bf user: jan.nijtmans tags: tip-688 | |
| 11:59 | Now _really_ remove TIP #689 check-in: e01bdf7834 user: jan.nijtmans tags: tip-688 | |
| 11:04 | TIP #688 implementation. Same as "sebres-9-0-clock-speedup-cr2-no-configure", but without TIP #689's... check-in: 128bdf0755 user: jan.nijtmans tags: tip-688 | |
| 10:31 | Move "::tcl::clock::configure" to the tcl::unsupported namespace Closed-Leaf check-in: 06b7ba18bd user: jan.nijtmans tags: sebres-9-0-clock-speedup-cr2-no-configure | |
| 09:26 | Make "clock configure" an internal command "::tcl::clock::configure" check-in: 2268fec5a6 user: jan.nijtmans tags: sebres-9-0-clock-speedup-cr2-no-configure | |
| 09:00 | Rebase to TIP #689 branch Closed-Leaf check-in: b7e0059adc user: jan.nijtmans tags: sebres-9-0-clock-speedup-cr2 | |
| 08:51 | Rebase to latest trunk Closed-Leaf check-in: ea1e49ac09 user: jan.nijtmans tags: bug-910d67a229fe7f65 | |
| 08:47 | For now, revert TIP #689 implementation, until it's accepted. check-in: d6fb7c6a26 user: jan.nijtmans tags: trunk, main | |
| 08:46 | For now, revert TIP #689 implementation, until it's accepted. check-in: 8ae0402a98 user: jan.nijtmans tags: core-8-branch | |
|
2024-03-17
| ||
| 23:31 | Merge 8.7 check-in: ccb8b21105 user: jan.nijtmans tags: trunk, main | |
| 23:20 | More int -> Tcl_Size check-in: a52cd06a0d user: jan.nijtmans tags: core-8-branch | |
| 12:13 | review: registry loaded by first usage, no mc command needed (uses mcget instead, for merged dicts) check-in: c979c78894 user: sebres tags: sebres-9-0-clock-speedup-cr2 | |
|
2024-03-15
| ||
| 20:24 | Review: Unnecessary use of 'L', TABLE.value: int is enough, making smaller tables check-in: 1798540576 user: jan.nijtmans tags: sebres-9-0-clock-speedup-cr2 | |
| 16:16 | Better solution for tclDate.c (since Number is not an int) check-in: bef135d7a5 user: jan.nijtmans tags: sebres-9-0-clock-speedup-cr2 | |
| 14:14 | fixes [1f40aa83c552f597]: suppress integer-overflow trapping (atm, GCC "trapv" only) for intended pi... check-in: 176cb4ca94 user: sebres tags: sebres-9-0-clock-speedup-cr2 | |
| 13:42 | Merge 8.7 check-in: be3576229f user: jan.nijtmans tags: trunk, main | |
| 13:42 | Merge 8.6 check-in: 91f32fb100 user: jan.nijtmans tags: core-8-branch | |
| 12:38 | Mark 4 "clock" testcases with "knownBug". Ticket [1f40aa83c5] describes the details. check-in: a6414f845e user: jan.nijtmans tags: sebres-9-0-clock-speedup-cr2 | |
| 02:05 | don't overwrite last setup-tz cache via gmt-tz (special case) check-in: 0b5505d7b9 user: sebres tags: sebres-9-0-clock-speedup-cr2 | |
|
2024-03-14
| ||
| 23:30 | clock.test: tests renumeration, solve inaesthetic results of merges check-in: 0a182b183e user: sebres tags: sebres-9-0-clock-speedup-cr2 | |
| 21:41 | make clock tests system-TZ independent check-in: b316e5b45d user: sebres tags: sebres-9-0-clock-speedup-cr2 | |
| 20:55 | validation check: fixed time point of first stage - it must work TZ independently (the conversion of... check-in: 671ab612c6 user: sebres tags: sebres-9-0-clock-speedup-cr2 | |
|
2024-03-13
| ||
| 17:30 | Merge 9.0 check-in: 161b7623ae user: jan.nijtmans tags: tip-692 | |
| 17:11 | Merge 9.0 check-in: a29cf046b8 user: jan.nijtmans tags: tip-626 | |
| 14:13 | better test-mockup, don't disclose artificially skipped test for valid mode check-in: 0b3884c24f user: sebres tags: sebres-9-0-clock-speedup-cr2 | |
| 09:56 | Rebase to latest 9.0 check-in: cf8ff53644 user: jan.nijtmans tags: sebres-9-0-clock-speedup-cr2 | |
| 09:48 | Merge-mark check-in: 008947d9c8 user: jan.nijtmans tags: trunk, main | |
| 09:45 | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6 check-in: c575f9dc00 user: jan.nijtmans tags: core-8-branch | |
| 01:03 | compat regression test: original clock ensemble supports prefixes check-in: 9174562f7b user: sebres tags: sebres-9-0-clock-speedup-cr2 | |
| 00:14 | Merge 8.7 check-in: c9f412d0b6 user: jan.nijtmans tags: trunk, main | |
| 00:01 | partially revert f665afd65ee7a5f9 (INST_INVOKE_REPLACE/CMD_COMPILE_TO_INVOKED), ensemble compiled in... check-in: e535d3edc6 user: sebres tags: sebres-9-0-clock-speedup-cr2 | |
|
2024-03-12
| ||
| 23:41 | Merge 8.6 check-in: da870994fd user: jan.nijtmans tags: core-8-branch | |
| 21:44 | fixes [1acd172c424b57c9]: restored ensemble compilation, fixed TCL_ENSEMBLE_PREFIX (restores default... check-in: f665afd65e user: sebres tags: sebres-9-0-clock-speedup-cr2 | |
| 21:39 | small amend (forgotten TclListObjGetElementsM -> TclListObjGetElements) check-in: 3d0c33ad43 user: sebres tags: sebres-9-0-clock-speedup-cr2 | |
| 21:33 | Merge 9.0 check-in: e0c69f97d7 user: jan.nijtmans tags: sebres-9-0-clock-speedup-cr2 | |
| 21:24 | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too. check-in: 63d442cdc0 user: jan.nijtmans tags: trunk, main | |
| 09:09 | Merge 9.0 check-in: fe7cc89ee6 user: jan.nijtmans tags: sebres-9-0-clock-speedup-cr2 | |
| 08:56 | Restore the TclGetStringFromObj() macro in tclInt.h as it was in 8.6/8.7 check-in: 492234e274 user: jan.nijtmans tags: trunk, main | |
| 02:05 | merge sebres-8-6-clock-speedup-cr2 check-in: 0f749a3048 user: sebres tags: sebres-9-0-clock-speedup-cr2 | |
|
2024-03-11
| ||
| 22:06 | Merge-mark check-in: 35369f30d7 user: jan.nijtmans tags: sebres-9-0-clock-speedup-cr2 | |
| 22:03 | Merge 8.7 check-in: 5e9c65a561 user: jan.nijtmans tags: trunk, main | |
| 22:01 | Merge 8.6 check-in: d31f533f41 user: jan.nijtmans tags: core-8-branch | |
| 21:36 | Upgrade bison to latest version (3.8.2) check-in: 59b4ff7dd5 user: jan.nijtmans tags: sebres-9-0-clock-speedup-cr2 | |
| 21:21 | Merge 8.7. Upgrade bison to latest version (3.8.2) check-in: bf00970167 user: jan.nijtmans tags: trunk, main | |
| 20:30 | Merge 8.6. Upgrade bison to latest version (3.8.2) check-in: 1495c7c2b6 user: jan.nijtmans tags: core-8-branch | |
| 15:14 | load clock-stubs dynamically with namespace unknown (no auto-index needed) check-in: 5088fc6b7c user: sebres tags: sebres-9-0-clock-speedup-cr2 | |
| 13:31 | more int -> Tcl_Size check-in: 02e59a0a50 user: jan.nijtmans tags: sebres-9-0-clock-speedup-cr2 | |
| 11:55 | Use {} in expr. Enable no_tclclockmod testcase check-in: 6312debfde user: jan.nijtmans tags: sebres-9-0-clock-speedup-cr2 | |
| 11:06 | Rebase to 9.0 check-in: beb4853096 user: jan.nijtmans tags: sebres-9-0-clock-speedup-cr2 | |
| 11:02 | Fix [1acd172c424b57c9] (by just reverting the change causing this). Not crucial for TIP #688. Also, ... check-in: 3a21968956 user: jan.nijtmans tags: sebres-9-0-clock-speedup-cr2 | |
| 10:21 | Demonstrate [1acd172c42]: Ensemble compilation leads to change in "unknown" behavior Closed-Leaf check-in: fbfeae2379 user: jan.nijtmans tags: bug-1acd172c42 | |
|
2024-03-10
| ||
| 22:43 | Merge 9.0. Misc improvements from 9.0 branch (which were lost in this branch) check-in: f6732570bb user: jan.nijtmans tags: sebres-9-0-clock-speedup-cr2 | |
| 21:23 | Merge 8.7 check-in: 75502bafb9 user: jan.nijtmans tags: trunk, main | |
| 21:12 | GetMonthDay() improvements (from sebres-9-0-clock-speedup-cr2 branch). Some int -> TclWideInt or int... check-in: 5309ff9480 user: jan.nijtmans tags: core-8-branch | |
| 17:14 | Merge 9.0 check-in: 2f2be5ef60 user: jan.nijtmans tags: sebres-9-0-clock-speedup-cr2 | |
| 16:57 | Merge 8.7 check-in: f52fff52c3 user: jan.nijtmans tags: trunk, main | |
| 16:51 | Merge 8.6 check-in: 76d789a445 user: jan.nijtmans tags: core-8-branch | |
| 15:03 | Merge 9.0. Add ::tcl::clock to library/tclIndex check-in: 3d47370a18 user: jan.nijtmans tags: sebres-9-0-clock-speedup-cr2 | |
| 13:04 | Fix [910d67a229fe7f65]: NS-qualified invocations of command evade [namespace unknown] check-in: 92e2d37e01 user: jan.nijtmans tags: trunk, main | |
| 11:27 | Fix [910d67a229fe7f65]: NS-qualified invocations of command evade [namespace unknown] check-in: 1f0f766632 user: jan.nijtmans tags: core-8-branch | |
| 00:16 | Remove Tcl_GetAlias() check-in: 7ea8f1abac user: jan.nijtmans tags: tip-692 | |
|
2024-03-09
| ||
| 23:53 | re-generate tclOOScript.h, and fix testcase check-in: 71f3690495 user: jan.nijtmans tags: trunk, main | |
| 23:47 | fix testcase check-in: a7b45f89b0 user: jan.nijtmans tags: core-8-branch | |
| 22:56 | (backport): Corrections to TclOO errorcodes from scripted parts check-in: ac0edc9cb5 user: jan.nijtmans tags: core-8-branch | |
|
2024-03-08
| ||
| 15:32 | Corrections to TclOO errorcodes from scripted parts check-in: 38f657fd68 user: dkf tags: trunk, main | |
| 15:15 | Add Tcl_GetAlias/Tcl_GetAliasObj to TIP #616 check-in: c23d1e7435 user: jan.nijtmans tags: tip-692 | |
| 13:40 | namespace unknown considers also alternate search path (relative global NS), see namespace-52.14 check-in: 62bc03441e user: sebres tags: bug-910d67a229fe7f65 | |
| 13:37 | TclGetNamespaceForQualName: TCL_FIND_IF_NOT_SIMPLE considers alternate search path too check-in: db6da6f852 user: sebres tags: bug-910d67a229fe7f65 | |
| 13:35 | merge 8.7 check-in: 2757f1d242 user: sebres tags: trunk, main | |
| 13:31 | merge 8.6 check-in: 55161b04a1 user: sebres tags: core-8-branch | |
| 11:34 | Merge 9.0 check-in: 86682d1b78 user: jan.nijtmans tags: tip-626 | |
| 11:33 | Merge 8.7 check-in: ac8df9b856 user: jan.nijtmans tags: trunk, main | |
| 11:31 | typo's check-in: 25dca7779a user: jan.nijtmans tags: core-8-branch | |
| 10:34 | Merge 9.0 check-in: da853a5e79 user: jan.nijtmans tags: tip-626 | |
| 10:04 | Remove dead code check-in: 79dc2cb1ba user: jan.nijtmans tags: trunk, main | |
|
2024-03-07
| ||
| 22:55 | Rebase to 9.0 check-in: 6dc487fc86 user: jan.nijtmans tags: bug-910d67a229fe7f65 | |
| 22:49 | Merge 8.7 check-in: 4381e6e98a user: jan.nijtmans tags: trunk, main | |
| 22:17 | Merge 8.6 check-in: 7b408742b0 user: jan.nijtmans tags: core-8-branch | |
| 11:25 | merge 8.7 (BF [a9625d1f53554f9d]) check-in: c61662ef4a user: sebres tags: trunk, main | |
| 11:21 | fixes segfault [a9625d1f53554f9d]: elemObj used uninitialized, lindex on lseq wo args must return wh... check-in: a12bd5c50a user: sebres tags: core-8-branch | |
|
2024-03-06
| ||
| 15:08 | Merge 8.7 check-in: 6777233d4e user: jan.nijtmans tags: trunk, main | |
| 15:01 | Merge 8.6 check-in: f20cd0f8e0 user: jan.nijtmans tags: core-8-branch | |
| 10:06 | Merge-mark check-in: 8cf4c15960 user: jan.nijtmans tags: trunk, main | |
| 10:04 | a6 -> b1, as preparation for possible release (hopefully, one day) check-in: b54927ef9a user: jan.nijtmans tags: core-8-branch | |
|
2024-03-05
| ||
| 22:03 | Merge 9.0 check-in: 693ed4eabc user: jan.nijtmans tags: tip-626 | |
| 16:12 | b1 -> b2 (preparation for release) check-in: 5a2d6cd1d8 user: jan.nijtmans tags: trunk, main | |
| 10:23 | Merge 8.7 check-in: 5d3f21c46c user: jan.nijtmans tags: trunk, main | |
| 10:12 | Merge 8.6 check-in: fcd6f1b54e user: jan.nijtmans tags: core-8-branch | |
|
2024-03-04
| ||
| 21:01 | Merge 9.0 check-in: 485f463268 user: jan.nijtmans tags: sebres-9-0-clock-speedup-cr2 | |
| 20:58 | Merge 8.7 check-in: fe71c12fd3 user: jan.nijtmans tags: trunk, main | |
| 20:30 | Merge 8.6 check-in: e2f5845694 user: jan.nijtmans tags: core-8-branch | |
| 15:09 | Merge 9.0 check-in: 1a6046771c user: jan.nijtmans tags: sebres-9-0-clock-speedup-cr2 | |
| 14:50 | Merge 8.7 check-in: af391001c3 user: jan.nijtmans tags: trunk, main | |
| 14:47 | Tweak error-message. Remove pre-7.5 Tcl code. check-in: 8ba11ea01f user: jan.nijtmans tags: core-8-branch | |
| 13:37 | Merge 9.0 check-in: b23322ba58 user: jan.nijtmans tags: sebres-9-0-clock-speedup-cr2 | |
| 13:34 | Merge 8.7 check-in: 34d6716f22 user: jan.nijtmans tags: trunk, main | |
| 13:31 | Merge 8.6 check-in: 93696922f2 user: jan.nijtmans tags: core-8-branch | |
| 11:09 | Minimize diff to main branch by comment correction check-in: 27b6392325 user: oehhar tags: sebres-9-0-clock-speedup-cr2 | |
| 11:00 | Merge current main branch check-in: c7c1daf7d0 user: oehhar tags: sebres-9-0-clock-speedup-cr2 | |
|
2024-03-03
| ||
| 21:48 | Merge 8.7 check-in: 123c58d051 user: jan.nijtmans tags: trunk, main | |
| 21:42 | Merge 8.6 check-in: 2490edbb83 user: jan.nijtmans tags: core-8-branch | |
|
2024-03-02
| ||
| 16:23 | Add missing Tcl_NextHashEntry check-in: d9d1cd6122 user: dkf tags: trunk, main | |
|
2024-02-28
| ||
| 10:02 | merge 8.7 check-in: 696d9229a7 user: sebres tags: trunk, main | |
| 10:00 | fixes [e02798626dfbcd7b] - close regression introduced by TIP#490 causing too slow eval of mc comman... check-in: 3a4bf06425 user: sebres tags: core-8-branch | |
|
2024-02-27
| ||
| 20:33 | Merge mark check-in: d7e7498d41 user: oehhar tags: trunk, main | |
| 20:31 | Merge mark check-in: f25b96438c user: oehhar tags: core-8-branch | |
| 18:21 | small amend for better readability (no RE needed, faster utf prefix compare) Closed-Leaf check-in: e81985ea8b user: sebres tags: fix-e02798626d--msgcat-regress | |
| 16:07 | amend to [e02798626dfbcd7b]: speed-up ::tcl::clock::mc a little bit (uses msgcat::mcn internally ins... check-in: 9ff9eb8a25 user: sebres tags: fix-e02798626d--msgcat-regress | |
| 15:58 | fixes [e02798626d]: close regression introduced by TIP#490 causing too slow eval of mc command for n... check-in: 29eaa2a82f user: sebres tags: fix-e02798626d--msgcat-regress | |
| 14:17 | Merge 8.7 check-in: a49b71f59d user: jan.nijtmans tags: trunk, main | |
| 13:53 | Some more int -> Tcl_Size check-in: fd0a1b6e28 user: jan.nijtmans tags: core-8-branch | |
| 12:28 | Merge 8.7. Re-generate tclDecls.h. check-in: 37089a9786 user: jan.nijtmans tags: trunk, main | |
| 12:10 | TclWinGetPlatformId is defined twice. Re-generate tclDecls.h check-in: 0ee8752897 user: jan.nijtmans tags: core-8-branch | |
| 07:08 | clock requires msgcat 1.7, not 1.6 as minimum check-in: d20012dd88 user: oehhar tags: core-8-branch | |
|
2024-02-26
| ||
| 13:25 | One more little tweak missing check-in: 344cf5ae42 user: jan.nijtmans tags: sebres-9-0-clock-speedup-cr2 | |
| 13:20 | (cherry-pick) More tweaks check-in: 10c51c959b user: jan.nijtmans tags: sebres-9-0-clock-speedup-cr2 | |
| 12:19 | Rebase to latest 9.0 check-in: 7c433a7c10 user: jan.nijtmans tags: sebres-9-0-clock-speedup-cr2 | |
| 05:43 | Fix [bda99f2393]. Windows non-blocking gets stdin truncation. See ticket for resolution. check-in: 7d3bfe817b user: apnadkarni tags: trunk, main | |
|
2024-02-23
| ||
| 16:24 | speeling check-in: be77ed16dc user: bch tags: trunk, main | |
|
2024-02-21
| ||
| 23:14 | Remove some dead code check-in: 8414d81893 user: jan.nijtmans tags: trunk, main | |
| 17:05 | Merge-mark check-in: ae46ae135a user: oehhar tags: trunk, main | |
| 17:04 | Backport missing .fi from main branch in file doc/ObjectType.3 check-in: babd8ac6b2 user: oehhar tags: core-8-branch | |
|
2024-02-20
| ||
| 16:52 | Merge 8.7 check-in: 4da790cbea user: oehhar tags: trunk, main | |
| 16:47 | Ticket [2f4b495427]: document TIP 445 API functions. check-in: 31e8b2c9eb user: oehhar tags: core-8-branch | |
| 05:56 | Merge main. Enable [bda99f2393] tests. Closed-Leaf check-in: d3e82ccfc5 user: apnadkarni tags: apn-bug-bda99f2393 | |
| 05:49 | Bump blocking read buffer size to 8192 irrespective of Tcl channel buffer size check-in: 854b8fc628 user: apnadkarni tags: apn-bug-bda99f2393 | |
| 05:47 | Fix EOF test for TIP 646. Add tests for Bug [bda99f2393]. Remove Scriptics copyright (none of their ... check-in: b2d1898cb9 user: apnadkarni tags: trunk, main | |
|
2024-02-19
| ||
| 16:58 | Starton [bda99f2393]. check-in: 8c77a9a3c5 user: apnadkarni tags: apn-bug-bda99f2393 | |
| 16:29 | Merge-mark check-in: 1d26884977 user: jan.nijtmans tags: core-8-branch | |
| 15:16 | More ICU tests for SBCS encodings check-in: 28cbbdbe1e user: apnadkarni tags: apn-icu-testdata | |
|
2024-02-18
| ||
| 17:13 | Add tests for additional SBCS encodings. No MBCS support as yet check-in: bd722d449e user: apnadkarni tags: apn-icu-testdata | |
| 16:12 | Work on encoding test vectors using ICU test data. check-in: b1da6f925d user: apnadkarni tags: apn-icu-testdata | |
|
2024-02-16
| ||
| 17:00 | Merge-mark check-in: 2264a8591e user: jan.nijtmans tags: trunk, main | |
| 16:59 | (Cherry-pick): Derpfix... check-in: 12125d5be6 user: jan.nijtmans tags: core-8-branch | |
| 16:23 | Derpfix... check-in: 934b2040da user: dkf tags: trunk, main | |
| 14:55 | Merge 8.7 check-in: 436bb452e1 user: jan.nijtmans tags: trunk, main | |
| 14:48 | Merge 8.6 check-in: a39831380a user: jan.nijtmans tags: core-8-branch | |
| 14:43 | (cherry-pick) Reduce the number of warnings on Windows: channel names generated in one place check-in: e494ede6de user: jan.nijtmans tags: core-8-branch | |
| 14:17 | Reduce the number of warnings on Windows: channel names generated in one place check-in: d368958709 user: dkf tags: trunk, main | |
| 12:30 | Merge-mark check-in: 3dfd12f7db user: jan.nijtmans tags: core-8-branch | |
| 12:16 | Merge 8.7 check-in: 5443f61b92 user: jan.nijtmans tags: trunk, main | |
| 12:05 | Merge 8.6. http -> 2.10b2 check-in: 45d29e9dfc user: jan.nijtmans tags: core-8-branch | |
|
2024-02-15
| ||
| 20:43 | Merge 8.7 check-in: 21c649933d user: jan.nijtmans tags: trunk, main | |
| 20:33 | Fix [578b7e273c03]: Round computed end value to match precision of given arguments check-in: d99d025a45 user: jan.nijtmans tags: core-8-branch | |
| 01:50 | Fix bug 578b7e273c03. -- Round computed end value to match precision of given arguments. check-in: 855a2f171c user: griffin tags: trunk, main | |
|
2024-02-14
| ||
| 16:07 | Merge-mark check-in: 0cad9b2392 user: jan.nijtmans tags: trunk, main | |
| 16:06 | Merge-mark check-in: 356c3455db user: jan.nijtmans tags: core-8-branch | |
|
2024-02-12
| ||
| 22:27 | Merge 8.7 check-in: 0569a4743c user: jan.nijtmans tags: trunk, main | |
| 21:55 | More code cleanup check-in: 9438970ff1 user: jan.nijtmans tags: core-8-branch | |
| 15:29 | Merge 9.0 check-in: 3176ee61d0 user: jan.nijtmans tags: tip-626 | |
| 15:28 | Merge 8.7 check-in: 1f829f0455 user: jan.nijtmans tags: trunk, main | |
| 15:26 | Code cleanup (also backported from 9.0) check-in: f9ba3cd5f6 user: jan.nijtmans tags: core-8-branch | |
| 15:06 | Merge 8.7 check-in: e5d6aad737 user: jan.nijtmans tags: trunk, main | |
| 14:43 | Fix last "knownBug" in UTF-16 encoder (backported from 9.0) check-in: 00c7d938b7 user: jan.nijtmans tags: core-8-branch | |
| 12:45 | Merge 9.0 check-in: 21764a7a92 user: jan.nijtmans tags: tip-626 | |
|
2024-02-11
| ||
| 22:10 | Merge 8.7 check-in: ca14b3054d user: jan.nijtmans tags: trunk, main | |
| 22:05 | TIP #652 check-in: 2e1b89ace3 user: jan.nijtmans tags: core-8-branch | |
|
2024-02-09
| ||
| 14:17 | This should be removed too Closed-Leaf check-in: 47befcd6a6 user: jan.nijtmans tags: tip-652 | |
|
2024-02-08
| ||
| 16:36 | Merge 8.7 check-in: 81f618acc3 user: jan.nijtmans tags: trunk, main | |
| 16:25 | Merge 8.6. Some int -> Tcl_Size check-in: ae7eb5c8b2 user: jan.nijtmans tags: core-8-branch | |
| 13:27 | Merge 8.7 check-in: 35dfeb2a53 user: jan.nijtmans tags: trunk, main | |
| 13:26 | Merge 8.6 check-in: 6ba5b5effa user: jan.nijtmans tags: core-8-branch | |
| 13:21 | Fix all 'ascii' testcases in encodingVectors.tcl, another try. See [1355b9a874]. check-in: 233da96789 user: jan.nijtmans tags: core-8-branch | |
| 09:57 | re-introduced an already fixed formatting error - now correct again check-in: 7f8d497511 user: Torsten tags: trunk, main | |
| 08:09 | Fixed wrongly placed punctuation in .QW macro of clock.n manual page check-in: 2c2e13fb2f user: Torsten tags: trunk, main | |
|
2024-02-07
| ||
| 20:53 | Merge 8.7 check-in: 03837ea9df user: jan.nijtmans tags: trunk, main | |
| 20:52 | Backout [c63ef66f0d], back to the drawing table. check-in: f99067ae3e user: jan.nijtmans tags: core-8-branch | |
| 18:00 | Merge mark check-in: a4762f4dab user: oehhar tags: core-8-branch | |
| 17:07 | merge 8.7 check-in: d16fad7a28 user: dgp tags: trunk, main | |
| 16:59 | merge 8.6 check-in: b0ebc92e2f user: dgp tags: core-8-branch | |
| 16:19 | Those testcases are not a bug, but actually correct. See TIP #619: Starting with Tcl 9.0, surrogates... check-in: b23c551107 user: jan.nijtmans tags: trunk, main | |
| 14:47 | Implementation of TIP 652. check-in: f76bde9ba9 user: pooryorick tags: tip-652 | |
| 13:12 | Merge 8.7 check-in: d9131bf7c8 user: jan.nijtmans tags: trunk, main | |
| 13:11 | Merge 8.6 check-in: f9c293ea50 user: jan.nijtmans tags: core-8-branch | |
| 10:49 | Merge 8.7 check-in: 2f1e3c04fc user: jan.nijtmans tags: trunk, main | |
| 10:00 | Fix all 'ascii' testcases in encodingVectors.tcl check-in: c63ef66f0d user: jan.nijtmans tags: core-8-branch | |
| 09:07 | Remove some {knownBug} indicators: those are already fixed. check-in: a833004fa8 user: jan.nijtmans tags: trunk, main | |
| 08:50 | (cherry-pick): Add test cases for [80d4c1c7e5] check-in: 44cc6f2c62 user: jan.nijtmans tags: core-8-branch | |
| 07:08 | Merge mark check-in: a69d1ed115 user: oehhar tags: core-8-branch | |
| 03:06 | Add test cases for [80d4c1c7e5] check-in: ab1f0c7834 user: apnadkarni tags: trunk, main | |
|
2024-02-06
| ||
| 16:43 | Merge mark check-in: 1dc61b5cb3 user: oehhar tags: core-8-branch | |
| 15:02 | Merge 8.7 check-in: 519deeadfc user: jan.nijtmans tags: trunk, main | |
| 15:01 | Merge 8.6 check-in: 28a7f41451 user: jan.nijtmans tags: core-8-branch | |
| 13:22 | Fix [80d4c1c7e5]: Isolated surrogates are not replaced when encoding to / from utf-8 check-in: d7ef8a68d7 user: jan.nijtmans tags: trunk, main | |
| 13:01 | Proposed fix for [80d4c1c7e5]: Isolated surrogates are not replaced when encoding to / from utf-8 Closed-Leaf check-in: c37652549e user: jan.nijtmans tags: bug-80d4c1c7e5 | |
| 12:45 | Merge 8.7 check-in: 0c5f1e10ff user: jan.nijtmans tags: trunk, main | |
| 12:33 | Minor code simplification check-in: 484524c355 user: jan.nijtmans tags: core-8-branch | |
| 09:55 | Merge 8.7 check-in: f1cef9d6c9 user: jan.nijtmans tags: trunk, main | |
| 09:41 | Fix util-18.13/util-18.14 constraint, which masked the wrong result on 64-bit windows. Fixed that as... check-in: d1c674d649 user: jan.nijtmans tags: core-8-branch | |
|
2024-02-05
| ||
| 21:12 | Merge 8.7 check-in: b9cc5534cc user: jan.nijtmans tags: trunk, main | |
| 21:02 | Merge 8.6 check-in: 8060f3f83d user: jan.nijtmans tags: core-8-branch | |
|
2024-02-04
| ||
| 10:54 | Merge 8.7 check-in: 6dafc212ae user: jan.nijtmans tags: trunk, main | |
| 01:49 | Merge 8.6 check-in: ae23dc8ca9 user: jan.nijtmans tags: core-8-branch | |
|
2024-02-02
| ||
| 17:44 | Merge 9.0 check-in: 4539cca84e user: jan.nijtmans tags: tip-626 | |
|
2024-02-01
| ||
| 21:47 | Merge 8.7 check-in: f08e71ebd9 user: jan.nijtmans tags: trunk, main | |
| 21:44 | Fix [0d78177f20]: unsigned use of Tcl_ObjPrintf() doesn't work as expected. With testcases. check-in: 7abae71820 user: jan.nijtmans tags: core-8-branch | |
| 09:43 | Merge 8.7 check-in: 32d3f61f23 user: jan.nijtmans tags: trunk, main | |
| 09:42 | Forgot that long doubles are supported in Tcl_ObjPrintf() check-in: fd7e22c963 user: jan.nijtmans tags: core-8-branch | |
| 09:23 | Merge 8.7 check-in: 1982613b70 user: jan.nijtmans tags: trunk, main | |
| 09:21 | Merge 8.7, but update for TIP #476 check-in: e7d563a1c1 user: jan.nijtmans tags: core-8-branch | |
|
2024-01-31
| ||
| 21:18 | Merge 8.7 check-in: b7998b44ea user: jan.nijtmans tags: trunk, main | |
| 21:08 | More TCL_SIZE_MODIFIER usage check-in: 1c29c5082b user: jan.nijtmans tags: core-8-branch | |
| 14:09 | Merge 9.0 check-in: 8dbaaffa01 user: jan.nijtmans tags: tip-626 | |
| 14:09 | Merge 8.7 check-in: 79a35e5f25 user: jan.nijtmans tags: trunk, main | |
| 13:57 | Eliminate (now unnecessary) type-casts check-in: 01064980d8 user: jan.nijtmans tags: core-8-branch | |
| 12:42 | Remove private characters from regexp control table, but add them back in [:cntrl:] class (so no cha... check-in: a642ee62d4 user: jan.nijtmans tags: core-8-branch | |
| 10:19 | Merge 9.0 check-in: 9c2f43c8b7 user: jan.nijtmans tags: tip-626 | |
|
2024-01-30
| ||
| 17:07 | Tweaking indentation of code; really unimportant... Leaf check-in: bb72806960 user: dkf tags: dkf-indent-tweak | |
|
2024-01-29
| ||
| 21:12 | Merge 8.7 check-in: 9ae7acab75 user: jan.nijtmans tags: trunk, main | |
| 21:04 | re-build win64/zlib1.dll for UCRT check-in: 7fc3475193 user: jan.nijtmans tags: core-8-branch | |
| 20:48 | Add doc comments check-in: 086b42976b user: dkf tags: oo-properties-c-impl | |
| 15:42 | merge 8.7 check-in: a4f2b18577 user: sebres tags: trunk, main | |
| 15:39 | small amend (type change) check-in: 7e3b66cc7c user: sebres tags: core-8-branch | |
| 15:26 | merge 8.6 check-in: 902ceac239 user: sebres tags: core-8-branch | |
| 09:23 | Merge 8.7 (update to zlib 1.3.1) check-in: 035c5fceb6 user: jan.nijtmans tags: trunk, main | |
| 09:20 | Merge 8.6 check-in: 50228ffe98 user: jan.nijtmans tags: core-8-branch | |
| 09:11 | Re-generate win32/64 zlib1.dll (version 1.3.1) Closed-Leaf check-in: e7d66626cf user: jan.nijtmans tags: zlib-1.3.1 | |
|
2024-01-28
| ||
| 22:59 | Re-generate win64-arm/zlib1.dll check-in: a75d6bda5a user: jan.nijtmans tags: zlib-1.3.1 | |
| 22:25 | zlib-1.3.1 check-in: d6df3b0073 user: jan.nijtmans tags: zlib-1.3.1 | |
| 21:56 | Plug implementation in... and fix the silly bugs check-in: b646d981d4 user: dkf tags: oo-properties-c-impl | |
| 21:21 | Merge 8.7 check-in: 4f21731f7b user: jan.nijtmans tags: trunk, main | |
| 21:12 | Missing "const" check-in: 9bad75bcfe user: jan.nijtmans tags: core-8-branch | |
| 20:50 | Merge 9.0 check-in: 70192ca10c user: jan.nijtmans tags: tip-626 | |
| 20:47 | Fix .CE -> .CS check-in: da074fb11a user: jan.nijtmans tags: trunk, main | |
| 20:42 | Backport regsub.n from 9.0 check-in: 62dc87d0c3 user: jan.nijtmans tags: core-8-branch | |
| 19:15 | Property implementation 'definitions', not yet plumbed into documented API check-in: 5e424874ed user: dkf tags: oo-properties-c-impl | |
| 15:40 | Property implementations: not plugged into Tcl level yet check-in: 9a3fcc0867 user: dkf tags: oo-properties-c-impl | |
|
2024-01-27
| ||
| 23:16 | win/Makefile/in tinkering check-in: 648ebfe69a user: dkf tags: oo-properties-c-impl | |
| 23:12 | Merge 9.0 check-in: 9ce9909c19 user: jan.nijtmans tags: tip-626 | |
| 22:09 | Change back memory management to how I wanted it to be check-in: d40cca73e1 user: dkf tags: oo-properties-c-impl | |
| 22:05 | Now passing tests check-in: fbcb7c7022 user: dkf tags: oo-properties-c-impl | |
| 12:24 | Work in progress: Implementing properties with more C for greater speed check-in: 5ca04c05e7 user: dkf tags: oo-properties-c-impl | |
| 12:15 | Merge 8.7 check-in: bc2b770004 user: jan.nijtmans tags: trunk, main | |
| 12:09 | More testcases check-in: 0ed614424d user: jan.nijtmans tags: core-8-branch | |
| 11:59 | Merge 8.6 check-in: 879347fde7 user: jan.nijtmans tags: core-8-branch | |
|
2024-01-26
| ||
| 13:46 | Merge 8.7 check-in: 2b12842393 user: jan.nijtmans tags: trunk, main | |
| 13:45 | Merge 8.6 check-in: 052bf73b12 user: jan.nijtmans tags: core-8-branch | |
| 12:51 | Improve tcl_startOfPreviousWord, so it can handle indices like "" (from Tk) and "end-1" check-in: cc86841c45 user: jan.nijtmans tags: core-8-branch | |
|
2024-01-25
| ||
| 20:26 | Tidy up a bit by adding some comments to findDocWords check-in: faf0bd96e4 user: dkf tags: trunk, main | |
| 17:45 | Another round of small fixes, especially spelling errors... check-in: df4af9e152 user: dkf tags: trunk, main | |
| 17:42 | Add script I've used to find spelling errors in docs check-in: b5244677ec user: dkf tags: trunk, main | |
|
2024-01-24
| ||
| 20:48 | fix missing .CE check-in: e33d5073e2 user: jan.nijtmans tags: trunk, main | |
| 20:46 | Backport doc/eval.n from 9.0, and fix missing .CE check-in: 5a4898701d user: jan.nijtmans tags: core-8-branch | |
|
2024-01-23
| ||
| 08:38 | Merge 8.7 check-in: c7433a0243 user: oehhar tags: trunk, main | |
| 08:36 | Merge 8.6 check-in: ebc6cb8701 user: oehhar tags: core-8-branch | |
|
2024-01-22
| ||
| 15:43 | Merge 8.7 check-in: aae56979fd user: jan.nijtmans tags: trunk, main | |
| 15:08 | Merge TCL8.6 check-in: c559648522 user: oehhar tags: core-8-branch | |
| 14:28 | Merge TCL8.6 check-in: a87deaa418 user: oehhar tags: core-8-branch | |
|
2024-01-21
| ||
| 23:03 | More small bits of doc polishing check-in: af2506c080 user: dkf tags: trunk, main | |
| 17:48 | Clean up of docs check-in: 4510e3d88c user: dkf tags: trunk, main | |
| 16:31 | Merge 8.6 check-in: 9ebdb88b20 user: jan.nijtmans tags: core-8-branch | |
|
2024-01-20
| ||
| 11:23 | Fix failing zipfs testcases check-in: f884ce1344 user: jan.nijtmans tags: core-8-branch | |
|
2024-01-19
| ||
| 17:32 | more tinkering Leaf check-in: 5468585667 user: dkf tags: dkf-use-9-features | |
| 15:18 | Merge 8.7 check-in: 58a55736fa user: jan.nijtmans tags: trunk, main | |
| 14:59 | Fix compiler warning check-in: b3a6ae31fd user: jan.nijtmans tags: core-8-branch | |
| 14:34 | (cherry-pick): Bug [e5ca49bcfa] - zipfs glob check-in: 907af5418c user: jan.nijtmans tags: core-8-branch | |
| 11:27 | Bug [e5ca49bcfa] - zipfs glob check-in: 4f5ed03131 user: apnadkarni tags: trunk, main | |
|
2024-01-15
| ||
| 19:40 | Merge 8.7 check-in: 54bf2ad628 user: jan.nijtmans tags: trunk, main | |
| 19:32 | Merge 8.6 check-in: 85a9c05082 user: jan.nijtmans tags: core-8-branch | |
| 10:46 | Bug [d63061a1ac]: "PRIVATE != CONTROL in Unicode". Leave out "Co" (private-use characters) from "str... Closed-Leaf check-in: 5219e3ff14 user: jan.nijtmans tags: bug-d63061a1ac | |
|
2024-01-14
| ||
| 00:35 | Merge 8.7 check-in: def3414ab9 user: jan.nijtmans tags: trunk, main | |
| 00:29 | Merge 8.6 check-in: 683de3e01d user: jan.nijtmans tags: core-8-branch | |
|
2024-01-12
| ||
| 13:12 | Merge 8.7 check-in: 7b36a6fd46 user: jan.nijtmans tags: trunk, main | |
| 11:53 | Leave out Tcl_UtfNcmp/Tcl_UtfNcasecmp from -DTCL_NO_DEPRECATED builds, because it's part of the UTF1... check-in: 2d72b799ff user: jan.nijtmans tags: core-8-branch | |
|
2024-01-11
| ||
| 16:17 | Use tailcall to simplify unknown I'm not 100% satisfied with the result, but the reduction in cod... check-in: 9e9f369df4 user: dkf tags: dkf-use-9-features | |
| 09:37 | Merge 8.x check-in: 1c724c57c0 user: oehhar tags: trunk, main | |
| 09:36 | Merge 8.6 check-in: 4f9448a2cf user: oehhar tags: core-8-branch | |
| 08:07 | Few minor implementation fixes (e.g. "transferable" < "true") Closed-Leaf check-in: 3457ff04da user: jan.nijtmans tags: tip-685 | |
|
2024-01-10
| ||
| 21:21 | Merge-mark check-in: f4edf929c8 user: jan.nijtmans tags: trunk, main | |
| 21:01 | Fix [4e38c347a4] Changed contract for Tcl_UtfN(case)cmp in Tcl 8.7 check-in: 45db2932ba user: jan.nijtmans tags: core-8-branch | |
| 15:12 | Fix [4e38c347a4]: Changed contract for Tcl_UtfN(case)cmp in Tcl 8.7 check-in: f4d16ada51 user: jan.nijtmans tags: trunk, main | |
| 12:41 | TIP 685 implementation: rename "string is unicode" to "string is transferable". Also rename underlyi... check-in: 5018317bb2 user: oehhar tags: tip-685 | |
|
2024-01-09
| ||
| 22:29 | Merge 8.7 check-in: 2d14dee73e user: jan.nijtmans tags: trunk, main | |
| 12:15 | Merge 8.6 check-in: cb3bf7771b user: jan.nijtmans tags: core-8-branch | |
| 11:50 | More small changes to use "modern" features check-in: 4aebdc40c2 user: dkf tags: dkf-use-9-features | |
|
2024-01-08
| ||
| 15:31 | Documentation of "string is unicode": add warning "this option is under discussion and may be rename... check-in: 4d7057a1c1 user: oehhar tags: trunk, main | |
| 14:39 | Merge 9.0 check-in: 74bd0d9d61 user: jan.nijtmans tags: tip-626 | |
| 13:45 | Merge 8.7 check-in: 5904f8f162 user: jan.nijtmans tags: trunk, main | |
| 13:23 | Merge 8.6. Add (back) special Tcl_GetLongFromObj handling for Cygwin64 stub-table check-in: c8a34a084b user: jan.nijtmans tags: core-8-branch | |
|
2024-01-07
| ||
| 22:50 | Remove Cygwin trick, which makes no sense any more check-in: 51c676e3d8 user: jan.nijtmans tags: trunk, main | |
| 01:00 | Merge 8.7 check-in: a4d18c2704 user: jan.nijtmans tags: trunk, main | |
| 00:56 | re-generate tclConfig.h.in as well check-in: ae1d23ad66 user: jan.nijtmans tags: core-8-branch | |
| 00:48 | Merge 8.7 check-in: 6ea0b5f5f3 user: jan.nijtmans tags: trunk, main | |
| 00:06 | Upgrade to autoconf-2.72 check-in: d554444cdf user: jan.nijtmans tags: core-8-branch | |
|
2024-01-06
| ||
| 18:48 | Merge 8.7 check-in: bff47024c3 user: jan.nijtmans tags: trunk, main | |
| 18:08 | Merge 8.6. Some int -> Tcl_Size check-in: d3eecc8415 user: jan.nijtmans tags: core-8-branch | |
|
2024-01-05
| ||
| 23:17 | Build packages for both Tcl8 and Tcl9 check-in: c607095da3 user: jan.nijtmans tags: trunk, main | |
| 23:02 | Handle README -> README.md change in tcltk-man2html.tcl check-in: eb5e90c43a user: jan.nijtmans tags: trunk, main | |
| 22:56 | Merge 8.6 check-in: cf016b4c54 user: jan.nijtmans tags: core-8-branch | |
| 18:49 | silence compiler warning check-in: 026e80c1c8 user: dgp tags: trunk, main | |
| 18:38 | merge release check-in: 22ddc23f99 user: dgp tags: trunk, main | |
| 17:22 | Resolve the INT_MAX limination in GetIndexFromObjList() check-in: ad02a288db user: jan.nijtmans tags: trunk, main | |
| 14:22 | Make the SUFX for nmake-builds the same as for Makefile builds, if TCL_VERSION > 86 check-in: d271c621b0 user: jan.nijtmans tags: trunk, main | |
| 14:20 | Make the SUFX for nmake-builds the same as for Makefile builds, if TCL_VERSION > 86 check-in: 9caa76ac38 user: jan.nijtmans tags: core-8-branch | |
| 13:52 | Merge 8.6 check-in: 3923327833 user: jan.nijtmans tags: core-8-branch | |
|
2024-01-04
| ||
| 20:59 | Merge 9.0 check-in: 0da856df54 user: jan.nijtmans tags: tip-626 | |
| 20:58 | Merge 9.0 Leaf check-in: bfb5c2d0d3 user: jan.nijtmans tags: tip-671 | |
| 20:52 | Merge-mark check-in: b74b1e3bb8 user: jan.nijtmans tags: trunk, main | |
| 20:33 | Merge-mark check-in: 9351bc4164 user: jan.nijtmans tags: core-8-branch | |
| 17:28 | Add many timeouts, add --disable-zipfs build (backported from 9.0) check-in: 1da8bbe185 user: jan.nijtmans tags: core-8-branch | |
| 16:29 | Fix [https://core.tcl-lang.org/tk/info/1ca3c8d9da|1ca3c8d9da]: nmake build with OPTS=static check-in: 44d6431e41 user: jan.nijtmans tags: trunk, main | |
| 16:22 | Fix [https://core.tcl-lang.org/tk/info/1ca3c8d9da|1ca3c8d9da]: nmake build with OPTS=static check-in: 1ab4a209cb user: jan.nijtmans tags: core-8-branch | |
|
2023-12-31
| ||
| 13:34 | Merge 8.7 ("struct stat" -> Tcl_StatBuf change only) check-in: 135a7bdeaf user: jan.nijtmans tags: trunk, main | |
| 00:06 | Merge-mark check-in: d6c38edad7 user: jan.nijtmans tags: core-8-branch | |
|
2023-12-30
| ||
| 21:47 | missing goto check-in: 4d21b646e3 user: jan.nijtmans tags: core-8-branch | |
| 21:32 | (cherry-pick) Don't call getsockname(2) in Tcl_MakeFileChannel(3) unless absolutely necessary. Close... check-in: 08ffba30e8 user: jan.nijtmans tags: core-8-branch | |
| 00:08 | Fix incorrect Tcl_UtfNcasecmp() usage (since len is in bytes, not characters here) check-in: 971d8c496b user: jan.nijtmans tags: trunk, main | |
|
2023-12-29
| ||
| 23:54 | Fix [abd489a1c]: TclStringCmp() calls functions through pointer to incorrect type check-in: c83fa73b65 user: jan.nijtmans tags: trunk, main | |
| 22:32 | Merge 8.6 check-in: b4986cd064 user: jan.nijtmans tags: core-8-branch | |
| 14:57 | Unneeded #undef's. Testcase/comment cleanup check-in: 18e32ec525 user: jan.nijtmans tags: trunk, main | |
| 12:39 | Merge 8.6 check-in: b307c14710 user: jan.nijtmans tags: core-8-branch | |
|
2023-12-28
| ||
| 17:08 | update to TZDATA 2023d Closed-Leaf check-in: 8a4c41b12f user: dgp tags: rc4, core-9-0-b1, core-9-0-b1-rc | |
|
2023-12-27
| ||
| 22:39 | Merge 8.7 check-in: 0c7712417b user: jan.nijtmans tags: trunk, main | |
|
2023-12-26
| ||
| 16:31 | Don't use TCL_SIZE_MODIFIER "u", since Tcl_Size can be negative check-in: 18e2b3b04f user: jan.nijtmans tags: core-8-branch | |
|
2023-12-24
| ||
| 12:49 | update to TZDATA 2023d check-in: 39397090ca user: jan.nijtmans tags: trunk, main | |
| 12:46 | update to TZDATA 2023d check-in: 4ff8c3e52b user: jan.nijtmans tags: core-8-branch | |
|
2023-12-22
| ||
| 08:14 | Document "string is unicode". More documentation fixes. check-in: 3b70d48074 user: jan.nijtmans tags: trunk, main | |
| 08:06 | Document "string is unicode" check-in: bcff4c7c0e user: jan.nijtmans tags: core-8-branch | |
|
2023-12-21
| ||
| 14:39 | off-by-one doc error check-in: ce421cd27c user: jan.nijtmans tags: trunk, main | |
| 13:38 | Merge-mark check-in: 84d0e54cce user: jan.nijtmans tags: trunk, main | |
| 13:37 | Merge 9.0 check-in: 4e6005740f user: jan.nijtmans tags: tip-626 | |
| 13:29 | Merge 9.0 Closed-Leaf check-in: 7e950dfd6b user: jan.nijtmans tags: pkgs-for-8 | |
| 13:28 | Remove many (8.6-compatibility)-stub entries which are not in use any more. check-in: b28dc38d27 user: jan.nijtmans tags: trunk, main | |
| 10:39 | Merge 9.0 check-in: 2981da4401 user: jan.nijtmans tags: pkgs-for-8 | |
| 10:37 | Fix superfluous ';' check-in: 3e6cc2d02b user: jan.nijtmans tags: trunk, main | |
|
2023-12-20
| ||
| 22:27 | Teach tcl+pkgs harness how to build/install packages for both Tcl 8 and Tcl 9 check-in: f1aad0039a user: jan.nijtmans tags: pkgs-for-8 | |
| 19:51 | spacing check-in: 020a17fcfa user: jan.nijtmans tags: core-8-branch | |
| 19:50 | Convert tests/twapiTlsPlus.tcl from CRLF -> LF check-in: 78130792fa user: jan.nijtmans tags: core-8-branch | |
| 19:40 | Merge 8.7 check-in: 26e42a0eeb user: jan.nijtmans tags: trunk, main | |
| 19:31 | Spacing check-in: 3dd21c516d user: jan.nijtmans tags: trunk, main | |
| 10:11 | Merge bugs-http-8c3de50-bbaf69c check-in: 36fdc4f551 user: kjnash tags: core-8-branch | |
| 10:08 | Merge 8.7 Closed-Leaf check-in: 3035f68b49 user: kjnash tags: bugs-http-8c3de50-bbaf69c | |
|
2023-12-19
| ||
| 17:26 | Improve tests/http.test, tests/http11.test, tests/httpPipeline.test. Catch unimportant cleanup error... check-in: 25462a0ca7 user: kjnash tags: bugs-http-8c3de50-bbaf69c | |
| 10:00 | Merge 8.7 check-in: 01e0841329 user: jan.nijtmans tags: trunk, main | |
| 08:33 | GITHUB upload-artifact @3 -> @4 check-in: 6d9646d253 user: jan.nijtmans tags: core-8-branch | |
|
2023-12-18
| ||
| 17:30 | Improve tests/httpProxy.test. Use constraints and print a message on their usage. Catch unimportan... check-in: 9146c1bbfa user: kjnash tags: bugs-http-8c3de50-bbaf69c | |
| 17:08 | Reverse the 2.8.9- fix for an apparent bug in Thread on Windows - the "bug" vanished after a Windows... check-in: a06492d72a user: kjnash tags: bugs-http-8c3de50-bbaf69c | |
| 14:59 | merge-mark check-in: 22662bd69a user: dgp tags: trunk, main | |
| 14:48 | merge 8.6 check-in: 7d68cecdc5 user: dgp tags: core-8-branch | |
|
2023-12-16
| ||
| 00:26 | Merge-mark check-in: c9c69e05f4 user: jan.nijtmans tags: trunk, main | |
| 00:20 | Merge 8.6 check-in: 714f1f6466 user: jan.nijtmans tags: core-8-branch | |
|
2023-12-15
| ||
| 22:16 | Merge 8.6 check-in: 63e1e7a9ab user: jan.nijtmans tags: core-8-branch | |
| 17:56 | merge trunk check-in: 5fc3042922 user: dgp tags: rc2, rc3, core-9-0-b1-rc | |
| 17:55 | test suite debugging check-in: b976fb5ce2 user: dgp tags: trunk, main | |
|
2023-12-13
| ||
| 17:41 | merge trunk check-in: fcc7a1c8b7 user: dgp tags: core-9-0-b1-rc | |
| 16:55 | merge 8.7 check-in: f3a2a3e79f user: dgp tags: trunk, main | |
| 16:29 | [f6f93c3b39] Missing refcount decrement to cleanup read space on io error. check-in: eee0a9d1de user: dgp tags: core-8-branch | |
| 14:24 | Merge 9.0 check-in: 0868ee7333 user: jan.nijtmans tags: tip-626 | |
| 12:19 | twice ClientData -> void * (for consistancy) check-in: 1de721d2b3 user: jan.nijtmans tags: trunk, main | |
|
2023-12-12
| ||
| 22:42 | Merge 8.7 check-in: 415cf45c11 user: jan.nijtmans tags: trunk, main | |
| 16:00 | Merge bugs-http-8c3de50-bbaf69c check-in: 7759882996 user: kjnash tags: core-8-branch | |
| 15:56 | Merge 8.7 core-8-branch check-in: ed288399df user: kjnash tags: bugs-http-8c3de50-bbaf69c | |
| 15:52 | When http.tcl uses Thread, require Thread 2.8.9- to avoid failure of r/w operations on 2.8.8 thread:... check-in: a659382666 user: kjnash tags: bugs-http-8c3de50-bbaf69c | |
| 14:43 | merge trunk check-in: 64e53e4c5c user: dgp tags: core-9-0-b1-rc | |
| 13:49 | Shuffle typedef's/#defined around check-in: bdcafaeb26 user: jan.nijtmans tags: trunk, main | |
| 13:42 | merge trunk check-in: 1e36f09029 user: dgp tags: core-9-0-b1-rc | |
| 13:21 | Fix compiler error in TIP #677 implementation check-in: 935d97429b user: jan.nijtmans tags: trunk, main | |
| 09:52 | Experiment with using Tcl 9.0 features in Tcl's own library code. check-in: 8b7dbb5407 user: dkf tags: dkf-use-9-features | |
|
2023-12-11
| ||
| 19:36 | merge trunk check-in: 0a5289f268 user: dgp tags: core-9-0-b1-rc | |
| 14:35 | TIP 677: Constant Variables check-in: 0b4db30283 user: dkf tags: trunk, main | |
|
2023-12-10
| ||
| 11:47 | Merge 8.7 check-in: c8e5239525 user: jan.nijtmans tags: trunk, main | |
| 11:22 | Merge 8.6 check-in: e33017c286 user: jan.nijtmans tags: core-8-branch | |
|
2023-12-08
| ||
| 15:23 | Merge 9.0 check-in: ee63257ca1 user: jan.nijtmans tags: tip-626 | |
| 15:22 | Merge 8.7 check-in: ddc792ce8c user: jan.nijtmans tags: trunk, main | |
| 15:21 | Merge 8.6 check-in: a0f75b49dd user: jan.nijtmans tags: core-8-branch | |
| 12:00 | Add (back) DL_LIBS, matching the UNIX version of tcl.m4 check-in: 783d94e2a3 user: jan.nijtmans tags: trunk, main | |
| 11:11 | Merge 8.7 check-in: da18cee663 user: jan.nijtmans tags: trunk, main | |
| 11:04 | Fix [31c54e6a59]: Add missing test files. Put back excluded_pages in tcltk-man2html.tcl: As long as... check-in: 39f1d0ed7d user: jan.nijtmans tags: core-8-branch | |
| 09:58 | Merge 9.0 Leaf check-in: d9fe3d25a6 user: jan.nijtmans tags: update-onfiledist | |
| 09:57 | Backout [b88bac358d]: "Experimental: update automatic build instructions". Build is already broken f... check-in: c24b1f4852 user: jan.nijtmans tags: trunk, main | |
|
2023-12-07
| ||
| 03:02 | Fix [0f1ddc0df7] - use replace profile for exec i/o check-in: 43d35b1d8b user: apnadkarni tags: trunk, main | |
|
2023-12-06
| ||
| 23:15 | DTrace improvements (int -> Tcl_Size) for 9.0 check-in: cb07bcbd15 user: jan.nijtmans tags: trunk, main | |
| 23:06 | int -> Tcl_Size for DTrace Closed-Leaf check-in: b88295c38e user: jan.nijtmans tags: dtrace-fix-for-90 | |
| 19:44 | ; termination check-in: 5eb8969c17 user: bch tags: dtrace-fix-for-90 | |
| 17:35 | merge 8.7 (fix for [db4f2843cd]) check-in: f4c0d899fb user: sebres tags: trunk, main | |
| 17:34 | merge 8.6 (fix for [db4f2843cd]) check-in: c001bf4f58 user: sebres tags: core-8-branch | |
| 15:01 | Fix introspection with TclOO resolution of consts Closed-Leaf check-in: 83c46ed8c8 user: dkf tags: tip-677 | |
| 13:15 | Merge 8.7 check-in: 786112faef user: jan.nijtmans tags: trunk, main | |
| 13:14 | Fix [0110923366]: some (wish package) is leaving a global variable "test" set check-in: f1b8716e54 user: jan.nijtmans tags: core-8-branch | |
| 09:29 | Merge-mark check-in: b191e9e820 user: jan.nijtmans tags: trunk, main | |
| 09:28 | typo check-in: 2edb1e2633 user: jan.nijtmans tags: core-8-branch | |
| 09:08 | WIP: Let's try to make DTrace work for Tcl 9.0 check-in: 6cd96cb259 user: jan.nijtmans tags: dtrace-fix-for-90 | |
| 08:52 | Fix: /tclBasic.c:1800:32: warning: passing argument 2 of ‘Tcl_EventuallyFree’ from incompatible ... check-in: 80ba6478de user: jan.nijtmans tags: trunk, main | |
| 08:37 | close fork check-in: ab6e7329bd user: jan.nijtmans tags: trunk, main | |
| 01:37 | Rename commands http::socketForTls -> http::socketAsCallback, http::socket -> http::AltSocket. check-in: b2d0d3e37b user: kjnash tags: bugs-http-8c3de50-bbaf69c | |
|
2023-12-05
| ||
| 21:22 | Fix DTrace-enabled (--enable-dtrace) build on NetBSD. vis: dtrace: failed to link script /home/bch/... check-in: 3785d58ed5 user: bch tags: trunk, main | |
| 17:32 | Generalise http::register etc and revise recent changes that were tls-only. check-in: 0d6108a758 user: kjnash tags: bugs-http-8c3de50-bbaf69c | |
| 17:29 | Comment correction: Error channels should *not* raise encoding errors Closed-Leaf check-in: 78b651f917 user: oehhar tags: apn-bug-0f1ddc0df7 | |
| 16:57 | Also ensure no encoding exceptions raised when reading pipe stderr check-in: 734e20257e user: apnadkarni tags: apn-bug-0f1ddc0df7 | |
| 15:48 | Bytecode implementation check-in: f86dc8ec6b user: dkf tags: tip-677 | |
| 13:44 | Proposed fix for [0f1ddc0df7]. check-in: 614c66e866 user: apnadkarni tags: apn-bug-0f1ddc0df7 | |
| 13:09 | Test case for bug check-in: a71b553825 user: apnadkarni tags: apn-bug-0f1ddc0df7 | |
| 13:06 | Merge 9.0 check-in: 69dc5c7614 user: jan.nijtmans tags: tip-626 | |
| 12:55 | Documentation update check-in: b90a234c1c user: jan.nijtmans tags: trunk, main | |
| 12:38 | Prepping to work on compilation check-in: 8c8564fb6a user: dkf tags: tip-677 | |
| 11:55 | Define http(usingThread) more precisely check-in: d2f8e48f2b user: kjnash tags: bugs-http-8c3de50-bbaf69c | |
| 10:41 | Add (back) testcases for the compabitiliby macro's (which need TCL_8_API now) check-in: 40ab3f2a32 user: jan.nijtmans tags: trunk, main | |
| 10:29 | Added introspection check-in: b6b65859b5 user: dkf tags: tip-677 | |
| 09:52 | TIP #661 implementation: Disable the Tcl 8 compatibility macros in Tcl 9 by default. Revert TIP #664 check-in: fc656d2220 user: jan.nijtmans tags: trunk, main | |
| 09:27 | Revert TIP #664 (put back the type-casts) Closed-Leaf check-in: f69e557217 user: jan.nijtmans tags: disabletcl8api | |
|
2023-12-04
| ||
| 13:33 | Much more testing, semantic tweak check-in: 34a9db1310 user: dkf tags: tip-677 | |
|
2023-12-03
| ||
| 13:25 | Fix for ticket [bbaf69c3dd] (test http-4.15.*). Do not rely on tk TLD. Increase timeout to 30s. M... check-in: 64459649ff user: kjnash tags: bugs-http-8c3de50-bbaf69c | |
| 12:21 | Create new branch named "bugs-http-8c3de50-bbaf69c" check-in: 2ce4450981 user: kjnash tags: bugs-http-8c3de50-bbaf69c | |
|
2023-12-02
| ||
| 20:32 | Implementation of reasonable set of tests check-in: 65c500ebd8 user: dkf tags: tip-677 | |
|
2023-12-01
| ||
| 16:22 | We're doing TDD here! check-in: 5c5ebda098 user: dkf tags: tip-677 | |
| 11:52 | Minimal (partial) solution for [0f1ddc0df7]: "exec does not handle encoding". Closed-Leaf check-in: 0d84761f9f user: jan.nijtmans tags: bug-0f1ddc0df7 | |
|
2023-11-30
| ||
| 23:35 | Merge trunk. Closed-Leaf check-in: 88c92f576e user: pointsman tags: tip-661 | |
| 20:06 | Merge 8.7 check-in: e993af87ba user: oehhar tags: trunk, main | |
| 19:28 | Remove 8.6 specific documentation check-in: 2b4d796d80 user: oehhar tags: core-8-branch | |
| 19:26 | Merge 8.6 check-in: 910d9056e1 user: oehhar tags: core-8-branch | |
| 19:25 | Merge 8.6 check-in: 2d583b1bda user: oehhar tags: core-8-branch | |
|
2023-11-29
| ||
| 17:50 | merge trunk check-in: 1bfdb2c41e user: dgp tags: rc1, core-9-0-b1-rc | |
| 14:26 | Start of tests check-in: 1032092431 user: dkf tags: tip-677 | |
|
2023-11-27
| ||
| 15:59 | merge 8.7 Leaf check-in: e497f19fcb user: dgp tags: dgp-zipfs-init | |
| 15:22 | Command defined. It does nothing yet. check-in: 7a40a4150b user: dkf tags: tip-677 | |
| 12:29 | typo check-in: 47ac111597 user: jan.nijtmans tags: trunk, main | |
| 12:13 | Merge 8.7 check-in: 62df1603d4 user: jan.nijtmans tags: trunk, main | |
| 12:11 | Merge 8.6. Remove out-of-date documentation (was skipped in documentation-generation anyway. check-in: 485ec1e499 user: jan.nijtmans tags: core-8-branch | |
| 09:48 | Constants can't be written to or unset check-in: f36a89ca4f user: dkf tags: tip-677 | |
| 07:10 | Corrected synopsis of namespace manual page where the subcommand was wrongly declared optional check-in: 239be2da67 user: tberg tags: trunk, main | |
|
2023-11-26
| ||
| 22:21 | Fix [a606b0a528]: Tcl 9.0 fails to build from source for big-endian architectures check-in: 7af5aa4277 user: jan.nijtmans tags: trunk, main | |
|
2023-11-25
| ||
| 15:08 | Merge main into tip-677 check-in: 6cb29772da user: dkf tags: tip-677 | |
| 14:40 | macOS sed is finicky too check-in: 072b8d0fa8 user: dkf tags: update-onfiledist | |
| 14:38 | ugh; the syntax for expressions in workflows is terrible check-in: 994a0a3649 user: dkf tags: update-onfiledist | |
|
2023-11-24
| ||
| 15:58 | Experimental: update automatic build instructions check-in: b88bac358d user: dkf tags: trunk, main | |
| 14:38 | Merge 8.7 check-in: 56e92002a8 user: jan.nijtmans tags: trunk, main | |
| 14:28 | Need Tcl_Size #define a little earlier (for 8.6) check-in: 28d2363ed6 user: jan.nijtmans tags: core-8-branch | |
| 14:04 | Update dde and registry (int -> Tcl_Size) check-in: 09006f0565 user: jan.nijtmans tags: core-8-branch | |
| 13:28 | Merge 9.0 check-in: 96e43e34f3 user: jan.nijtmans tags: tip-626 | |
| 12:50 | Simpler to use an existing action check-in: 51b3fe2a67 user: dkf tags: update-onfiledist | |
|
2023-11-23
| ||
| 17:19 | Added code signing step for Windows check-in: 1147cf25fa user: dkf tags: update-onfiledist | |
| 15:17 | Fix [e653408972]: autoconf warning check-in: ac7b18e5d6 user: jan.nijtmans tags: trunk, main | |
| 15:15 | Fix [e653408972]: autoconf warning check-in: 727f609c60 user: jan.nijtmans tags: core-8-branch | |
| 15:01 | Fixes to parsing of patchlevel check-in: d8150b99bd user: dkf tags: update-onfiledist | |
| 14:13 | Merge 8.7. Remove 2 (internal) stub entries which are not used any more. check-in: 55970b0f90 user: jan.nijtmans tags: trunk, main | |
| 13:50 | Merge 8.7 Closed-Leaf check-in: 984c02fbc5 user: jan.nijtmans tags: bug-2a0966cdc9 | |
| 13:48 | Remove testgetencpath/testsetencpath test commands: Testcase can use "encoding dirs" as well. (borro... check-in: 3bca0fe344 user: jan.nijtmans tags: core-8-branch | |
| 13:25 | Merge 8.7 check-in: 80cc6f4ea6 user: jan.nijtmans tags: bug-2a0966cdc9 | |
| 13:21 | Merge-mark check-in: f33c0ccc6c user: jan.nijtmans tags: trunk, main | |
| 13:17 | Fix [b8a30af3da]: test failures in reg.test. Now works with -DTCL_NO_DEPRECATED and without it. check-in: 879076bfea user: jan.nijtmans tags: core-8-branch | |
| 08:52 | Fix regexp test failures [b8a30af3da] check-in: 7deea0a766 user: jan.nijtmans tags: trunk, main | |
| 08:50 | Fix regexp test failures [b8a30af3da] check-in: cf2334ffbb user: jan.nijtmans tags: core-8-branch | |
|
2023-11-22
| ||
| 19:20 | Merge many improvements from trunk that look good for next rc. check-in: 76096c3e18 user: dgp tags: core-9-0-b1-rc | |
| 16:56 | Test edits to correct failures. Closed-Leaf check-in: 253ba9e2ef user: dgp tags: bug-b8a30af3da | |
| 12:14 | Merge 8.7 check-in: b31ced4ed8 user: dkf tags: trunk, main | |
| 12:13 | Added missing paragraph fragment. check-in: b416425a8a user: dkf tags: core-8-branch | |
| 12:06 | Merge 8.7 check-in: 2f8765cf18 user: jan.nijtmans tags: trunk, main | |
| 12:03 | Fix testcases for previous commit check-in: f3b15b3ed5 user: jan.nijtmans tags: core-8-branch | |
|
2023-11-21
| ||
| 08:19 | Merge 8.7 check-in: d68fd866c4 user: jan.nijtmans tags: trunk, main | |
| 08:18 | Fix [4ed788c618]: regexp \U not fully implemented - unclear in docs check-in: 21eaa89b6b user: jan.nijtmans tags: core-8-branch | |
|
2023-11-20
| ||
| 22:13 | Experimental fix for [4ed788c618]: regexp \U not fully implemented - unclear in docs Closed-Leaf check-in: f31a38e350 user: jan.nijtmans tags: bug-4ed788c618 | |
| 21:13 | Merge-mark check-in: 0c1a777857 user: jan.nijtmans tags: core-8-branch | |
| 20:47 | Merge 8.7 check-in: 93689150f7 user: jan.nijtmans tags: trunk, main | |
| 20:46 | Merge 8.6 check-in: 6952f8b756 user: jan.nijtmans tags: core-8-branch | |
| 20:38 | Merge 8.7 check-in: 8343278f89 user: jan.nijtmans tags: trunk, main | |
| 20:36 | Undo previous commit. Add "static" keywords in various places instead. This should fix the problem t... check-in: cbdc024bd3 user: jan.nijtmans tags: core-8-branch | |
| 20:24 | More (internal) stub table cleanup check-in: 61c6facc1f user: jan.nijtmans tags: trunk, main | |
| 20:07 | Fix TclpGetPid() signature (should use Tcl_Size, not size_t) check-in: 530a682e61 user: jan.nijtmans tags: trunk, main | |
| 19:52 | merge 8.7 check-in: d2a2aa7647 user: dgp tags: trunk, main | |
| 19:52 | Add TCL_INDEX_TEMP_TABLE to avoid storing pointers to a table on the stack that will not live long e... check-in: 7d4d331e22 user: dgp tags: core-8-branch | |
| 16:56 | fcopy doc: some refinments check-in: 2e633da271 user: oehhar tags: trunk, main | |
| 16:54 | fcopy doc: remove depreciation in tcl9, this is 8.7. check-in: e5299ca37e user: oehhar tags: core-8-branch | |
| 16:45 | Ticket [a173f9229f]: fcopy man page: document encoding error behaviour. Depreciate tcl8 encoding pro... check-in: 47aed25e8b user: oehhar tags: trunk, main | |
| 16:31 | Ticket [a173f9229f]: fcopy man page: document encoding error behaviour. Depreciate tcl8 encoding pr... check-in: 184645bd71 user: oehhar tags: core-8-branch | |
| 14:25 | merge 8.7 check-in: b1dc168e85 user: dgp tags: dgp-zipfs-init | |
| 13:55 | Fix bug [a173f922]: fcopy does not write leading correct chars on later encoding error. check-in: e73f1f5bfd user: oehhar tags: trunk, main | |
| 13:36 | Fix bug [a173f922]: fcopy does not write leading correct chars on later encoding error. check-in: e20a983650 user: oehhar tags: core-8-branch | |
| 13:32 | Merge core-8-branch Closed-Leaf check-in: 9a7d12b797 user: oehhar tags: bug-a173f922-fcopy-tell | |
| 13:15 | Bug [a173f922]: fix bug: fcopy does not write leading correct chars on later encoding error. check-in: b9f611b9a0 user: oehhar tags: bug-a173f922-fcopy-tell | |
| 10:58 | Remove legacy stuff related to Tcl_LinkVar() check-in: 34fc996243 user: jan.nijtmans tags: trunk, main | |
| 10:40 | Remove some macro's that don't make much sense any more (Noted by Massimo Manghi, thanks!) check-in: a09d701b6d user: jan.nijtmans tags: trunk, main | |
| 08:48 | Rebase to 9.0 check-in: d19b3a7bb4 user: jan.nijtmans tags: disabletcl8api | |
| 08:41 | Merge 9.0 check-in: 42b5ebb280 user: jan.nijtmans tags: tip-661 | |
|
2023-11-18
| ||
| 23:36 | TIP #653: Handle consumed data of channel commands in case of encoding errors check-in: 8acd6fd939 user: jan.nijtmans tags: trunk, main | |
| 23:32 | TIP #653: Handle consumed data of channel commands in case of encoding errors check-in: 630511c7f7 user: jan.nijtmans tags: core-8-branch | |
| 17:20 | Remove currently failing test io-52.20.1 to check right file position after fcopy encoding read erro... check-in: ebb2e8694f user: oehhar tags: trunk, main | |
| 17:18 | Remove currently failing test io-52.20.1 to check right file position after fcopy encoding read erro... check-in: 33eb913cce user: oehhar tags: core-8-branch | |
| 15:27 | Merge 8.7. Also fix Windows symbols build with Visual Studio check-in: 8dd5af11a2 user: jan.nijtmans tags: trunk, main | |
| 15:21 | Merge 8.6 check-in: 402827d8d5 user: jan.nijtmans tags: core-8-branch | |
| 15:17 | "stoponerror" == "profilestrict" (and not used anyway) check-in: 1d83514d45 user: jan.nijtmans tags: core-8-branch | |
|
2023-11-17
| ||
| 21:58 | Remove binary-80.5 testcase. This testcase was testing the error-reporting capability of the 32-bit ... check-in: ffad4cf981 user: jan.nijtmans tags: trunk, main | |
| 18:39 | merge 8.7 check-in: d2b728a059 user: dgp tags: dgp-zipfs-init | |
| 16:27 | merge 8.7 check-in: fcf223b269 user: dgp tags: trunk, main | |
| 15:49 | test suite debugging. [removeFile] matches [makeFile] and not [writeFile]. check-in: 2742bd8530 user: dgp tags: core-8-branch | |
| 15:36 | Merge-mark 8.6 check-in: 48bd1a9373 user: jan.nijtmans tags: core-8-branch | |
| 15:19 | silence compiler warning check-in: 90e09ca320 user: dgp tags: core-8-branch | |
| 12:16 | Merge 8.7 check-in: 137e8ab034 user: jan.nijtmans tags: trunk, main | |
| 12:15 | Add "knownBug" constraint to new testcase: io-52.20.1 check-in: 5f54b19fc0 user: jan.nijtmans tags: core-8-branch | |
| 08:01 | Don't bother testing the compatibility macro's any more. check-in: de1a24ec75 user: jan.nijtmans tags: trunk, main | |
| 07:58 | make Tcl_GetByteArrayFromObj() macro work without stubs as well (in statically linked extensions) check-in: 1c4f719c9d user: jan.nijtmans tags: trunk, main | |
| 00:22 | Check-in to discuss the idea. check-in: 853fac9b70 user: pointsman tags: tip-661 | |
|
2023-11-16
| ||
| 23:21 | Revise macro usage check-in: b7e48b4f00 user: jan.nijtmans tags: trunk, main | |
| 19:37 | Remove "Dummy entry for stubs table backwards compatibility" code. No longer needed in Tcl 9.0 check-in: 06f70c5985 user: jan.nijtmans tags: trunk, main | |
| 19:26 | Fix binary/format/string testcase failures on 32-bit platforms. Reported by Harald Oehlmann. check-in: 252948ef01 user: jan.nijtmans tags: trunk, main | |
| 17:08 | Add currently failing test io-52.20.1 to check right file position after fcopy encoding read error check-in: dc39e2cc0d user: oehhar tags: trunk, main | |
| 17:07 | Add currently failing test io-52.20.1 to check right file position after fcopy encoding read error check-in: 12fff7206c user: oehhar tags: core-8-branch | |
| 17:04 | Merge core-8-branch check-in: b1232e7d61 user: oehhar tags: bug-a173f922-fcopy-tell | |
| 09:29 | merge core-8-branch check-in: 3269bc5e96 user: dkf tags: trunk, main | |
| 00:05 | Add missing test files. A partial fix for bug [31c54e6a591ea]. check-in: b0e476f6da user: griffin tags: trunk, main | |
|
2023-11-15
| ||
| 16:07 | Fix broken tests check-in: 035e58ea0c user: dkf tags: core-8-branch | |
| 15:37 | Remnants from TIP 567's implementation check-in: b9e30e7606 user: dkf tags: core-8-branch | |
| 08:28 | Merge 8.7 check-in: 95d8ab34f6 user: jan.nijtmans tags: trunk, main | |
|
2023-11-14
| ||
| 19:56 | TIP #670: Simple Extra Procedures for File Access check-in: c20395db07 user: dkf tags: core-8-branch | |
| 19:10 | merge trunk check-in: 8741a3ae2e user: dgp tags: rc0, core-9-0-b1-rc | |
| 19:04 | Merge 8.7 Closed-Leaf check-in: b72ee15583 user: jan.nijtmans tags: tip-653 | |
| 18:48 | Missing/broken test constraints check-in: 14e4f76c77 user: dgp tags: trunk, main | |
| 11:07 | Add test for blocking mode check-in: 648e73b3a6 user: jan.nijtmans tags: tip-653 | |
|
2023-11-13
| ||
| 20:24 | Merge 8.7 check-in: 6a71571eeb user: jan.nijtmans tags: tip-653 | |
| 20:10 | remove debugs check-in: 6693d96ab0 user: dgp tags: bug-2a0966cdc9 | |
| 19:52 | merge 8.7 check-in: 32a46d4859 user: dgp tags: bug-2a0966cdc9 | |
| 19:36 | Now that the robust, early method of directing Tcl to find its script library in the zipfs archive ... check-in: 6998006485 user: dgp tags: dgp-zipfs-init | |
| 19:24 | Make calls early to find the script library in zipfs archive and alert the Tcl library to its locati... check-in: 9e6bfa85f5 user: dgp tags: dgp-zipfs-init | |
| 17:38 | Bug [a173f922]: fcopy encoding error file position issues: read error test (failing currently) check-in: 8d4d3146c9 user: oehhar tags: bug-a173f922-fcopy-tell | |
| 17:36 | merge 8.7 check-in: f09428139a user: dgp tags: dgp-zipfs-init | |
| 16:19 | Bug [c4eb46a1]: endless loop on non blocking gets with encoding error. No additional failing tests. check-in: 054ebbf73b user: oehhar tags: trunk, main | |
| 15:35 | Bug [c4eb46a1]: endless loop on non blocking gets with encoding error. Now, tests zlib-8.21 and zlib... check-in: 94257f6465 user: oehhar tags: core-8-branch | |
| 14:49 | Blooperfix Closed-Leaf check-in: 55c5834eca user: dkf tags: tip-567-remnants | |
| 14:16 | Remnants from TIP 567's implementation. The feature was done ages ago. check-in: 58705e1675 user: dkf tags: tip-567-remnants | |
| 14:09 | Merge 8.7 check-in: 16b6279d13 user: jan.nijtmans tags: trunk, main | |
| 13:46 | Fix for TIP #641: If sizeof(*(boolPtr)) > sizeof(int), generate a compiler-error. Requested by @poin... check-in: b1c20cc84e user: jan.nijtmans tags: core-8-branch | |
| 12:48 | Bug [c4eb46a1]: non-blocking gets fires the error on 2nd call when sequence is incomplete. Added som... Closed-Leaf check-in: dbcafe5259 user: oehhar tags: bug-c4eb46a1 | |
| 12:36 | Simplify TIP #656: "A revised proposal for encodings". Make TCL_ENCODING_PROFILE_??? values the same... check-in: 2e60630e80 user: jan.nijtmans tags: core-8-branch | |
| 10:20 | TIP #657: Make "-profile strict" the default in Tcl 9.0 check-in: e9d398b2aa user: jan.nijtmans tags: trunk, main | |
| 08:58 | Rebase to 9.0. Document the TCL_8_API flag. check-in: e2456d0832 user: jan.nijtmans tags: disabletcl8api | |
|
2023-11-12
| ||
| 19:32 | bug [c4eb46a1]: fix was effective for test sequence "A\xC3B", but not for "A\x81". So add test io-75... check-in: 90ac5ff8f7 user: oehhar tags: bug-c4eb46a1 | |
| 18:55 | Bug [c4eb46a1]: endless loop on gets, non blocking, profile strict, encoding error: remove non-block... check-in: 831c9a8797 user: oehhar tags: bug-c4eb46a1 | |
| 17:06 | Put back accidently removed line check-in: c69e81975d user: jan.nijtmans tags: trunk, main | |
| 17:01 | Fix compiler warning (Tcl_Size != Tcl_WideInt) check-in: f6bc24b82d user: jan.nijtmans tags: trunk, main | |
| 16:51 | TIP #664: Enable compiler warnings for missing int → Tcl_Size conversions check-in: a81d9af3ad user: jan.nijtmans tags: trunk, main | |
|
2023-11-10
| ||
| 14:24 | Merge 8.7 check-in: da64d649c8 user: jan.nijtmans tags: trunk, main | |
| 14:23 | Merge 8.6 check-in: c39bb9dd20 user: jan.nijtmans tags: core-8-branch | |
| 14:00 | Merge 8.7 check-in: 66a13a16e6 user: jan.nijtmans tags: trunk, main | |
| 13:59 | Merge 8.6 check-in: f0e7ac4f47 user: jan.nijtmans tags: core-8-branch | |
| 13:12 | Rebase to latest 9.0 Closed-Leaf check-in: 0797156bae user: jan.nijtmans tags: tip-657 | |
| 13:11 | Rebase to latest 9.0 Closed-Leaf check-in: 18fb0cf356 user: jan.nijtmans tags: tip-664 | |
| 11:01 | exec.n documentation: add chapter about MS-Windows quoting. check-in: f048af6d62 user: oehhar tags: trunk, main | |
| 11:00 | exec.n documentation: add chapter about MS-Windows quoting. check-in: 3f864e4b5e user: oehhar tags: core-8-branch | |
| 09:54 | Fix Windows build with --disable-shared: Make sure that test-code is never compiled with -DBUILD_tcl... check-in: 8395999435 user: jan.nijtmans tags: trunk, main | |
| 09:07 | Merge 8.7 check-in: fcee106e2c user: jan.nijtmans tags: trunk, main | |
| 08:55 | Merge 8.6 check-in: ec8470e931 user: jan.nijtmans tags: core-8-branch | |
| 08:55 | Recommend Tcl_CreateObjCommand over Tcl_CreateCommand check-in: ea35084b4c user: jan.nijtmans tags: core-8-branch | |
|
2023-11-09
| ||
| 08:28 | Merge 8.7 check-in: 2de8214e24 user: jan.nijtmans tags: trunk, main | |
| 08:27 | Wrong type-cast check-in: 2c661c0190 user: jan.nijtmans tags: core-8-branch | |
|
2023-11-08
| ||
| 22:40 | Merge 8.7 check-in: 2d2e31ebcf user: jan.nijtmans tags: trunk, main | |
| 22:33 | Fix [18f2432b0db2bc08]: Tcl_FSSplitPath compiler warning about macros check-in: ba07d0573a user: jan.nijtmans tags: core-8-branch | |
| 21:46 | In the zipfs archive initialization, use Tcl_SetPreInitScript() to equip the creation of every inte... check-in: c73c396406 user: dgp tags: dgp-zipfs-init | |
| 15:50 | merge 8.7 check-in: 917b3048c6 user: dgp tags: bug-2a0966cdc9 | |
| 12:14 | Merge 8.7 check-in: 3bcf25a64a user: jan.nijtmans tags: trunk, main | |
| 12:11 | Remove version number from stub library, for Tk 9.0 check-in: 196db65dee user: jan.nijtmans tags: core-8-branch | |
| 09:15 | Merge 9.0 check-in: c2c7f7066a user: jan.nijtmans tags: tip-664 | |
| 09:12 | Tcl_GetByteArrayFromObj -> Tcl_GetBytesFromObj everywhere in core, since it has the possibility of b... check-in: 3d21abe846 user: jan.nijtmans tags: trunk, main | |
|
2023-11-07
| ||
| 23:13 | Rebase to TIP #664 check-in: 81124289d0 user: jan.nijtmans tags: disabletcl8api | |
| 23:05 | Rebase to latest 9.0 check-in: bcaf5d8cc3 user: jan.nijtmans tags: tip-664 | |
| 21:32 | Place compatibility macro's in a single section. This makes TIP's #661/#664 a lot more readable check-in: ded3aa3a9d user: jan.nijtmans tags: trunk, main | |
| 15:07 | The stub library doesn't have a version any more in Tcl 9.0 check-in: dc0608c5da user: jan.nijtmans tags: trunk, main | |
| 15:03 | TCL_USE_STUBS -> USE_TCL_STUBS (typo) check-in: 60442aa09e user: jan.nijtmans tags: trunk, main | |
| 12:45 | Merge mark, no changes check-in: 4fc595770a user: oehhar tags: tip-653 | |
| 12:44 | Correct some test numbers and descriptions check-in: e48f4a51e1 user: oehhar tags: core-8-branch | |
| 12:42 | TIP 653: adopted implementation to new text to only return "-data" if potential data loss. Check for... check-in: 9a94125824 user: oehhar tags: tip-653 | |
|
2023-11-06
| ||
| 15:47 | Document tip-653 changes on read: Key "-data" for already decoded data on encoding error check-in: d7fce1ea20 user: oehhar tags: tip-653 | |
| 15:24 | Merge core-8-branch check-in: 03055d3594 user: oehhar tags: tip-653 | |
| 15:22 | Merge core-8-branch: documentation of read/gets/puts behaviour when throwing encoding errors check-in: 2f3bd760f6 user: oehhar tags: trunk, main | |
| 15:15 | Document read/gets/puts behaviour when throwing encoding errors check-in: e2fc3c909f user: oehhar tags: core-8-branch | |
| 15:10 | Refine read and gets documentation for encoding error case Closed-Leaf check-in: c66ac87da9 user: oehhar tags: man-chanel-encoding-errors | |
| 13:52 | Missing use of TCL_NO_DEPRECATED (for Tcl_GetByteArrayFromObj) check-in: 5e4baae71a user: jan.nijtmans tags: trunk, main | |
| 13:20 | Revive TIP #661 (but without the "configure" stuff, which makes no sense IMHO) check-in: 14e1798caf user: jan.nijtmans tags: disabletcl8api | |
| 12:28 | Rebase to latest 9.0 check-in: db952b9450 user: jan.nijtmans tags: tip-664 | |
|
2023-11-05
| ||
| 17:59 | Mixed-up -blocking 0/1 check-in: 28d435e8a3 user: oehhar tags: man-chanel-encoding-errors | |
| 17:56 | Worked on examples for read and gets check-in: 5821e97576 user: oehhar tags: man-chanel-encoding-errors | |
|
2023-11-04
| ||
| 12:43 | Add read example check-in: 09aeea0f0a user: oehhar tags: man-chanel-encoding-errors | |
|
2023-11-03
| ||
| 21:27 | Rename test io-75.9. Current name seams to be a left-over check-in: e760442f2c user: oehhar tags: core-8-branch | |
| 21:24 | Close fork check-in: 482014e6c5 user: oehhar tags: core-8-branch | |
| 20:19 | Add encoding error chapters to the man apge of gets, read and puts. C library still pending. Review ... check-in: b1ca02139e user: oehhar tags: man-chanel-encoding-errors | |
| 20:05 | Merge trunk. (Hackery workaround troubles with TCLAPI) Leaf check-in: ec4e876c4e user: dgp tags: novem | |
| 20:04 | merge trunk check-in: 9f0391c078 user: dgp tags: core-9-0-b1-rc | |
| 19:56 | merge trunk check-in: 4627159c40 user: dgp tags: dgp-refactor | |
| 19:35 | merge 8.7 check-in: bedbc371ad user: dgp tags: trunk, main | |
| 19:15 | Add unbalances .RS in doc/filename.n check-in: fe15f3e25f user: oehhar tags: core-8-branch | |
| 18:35 | merge 8.7 check-in: 4e7eb16cda user: dgp tags: bug-2a0966cdc9 | |
| 16:53 | Missing test constraints check-in: c7cb5dda7d user: dgp tags: core-8-branch | |
| 13:23 | merge 8.7 check-in: 0c157472c1 user: dgp tags: core-8-branch | |
| 12:53 | merge 8.7 check-in: 8819ddcacf user: dgp tags: bug-2a0966cdc9 | |
| 01:09 | Corrections to object man page. check-in: 46a3781180 user: griffin tags: trunk, main | |
|
2023-11-02
| ||
| 17:00 | Merge main check-in: e85a6745f5 user: oehhar tags: tip-657 | |
| 17:00 | Merge core-8-branch check-in: c0fc62c785 user: oehhar tags: tip-653 | |
|
2023-11-01
| ||
| 20:21 | When there is a zipfs archive in use to house the script library and TclZipfs_TclLibrary() is called... check-in: 450d12dac5 user: dgp tags: core-8-branch | |
|
2023-10-30
| ||
| 19:32 | Testing commands [test(g|s)etencpath] have evolved themselves into functional duplicates of [encodin... check-in: a50acbf869 user: dgp tags: bug-2a0966cdc9 | |
| 19:06 | merge 8.7 check-in: c900fd1445 user: dgp tags: bug-2a0966cdc9 | |
|
2023-10-29
| ||
| 22:07 | Merge 8.7 check-in: 9f8058cbff user: jan.nijtmans tags: trunk, main | |
| 22:02 | Merge 8.6 check-in: 64a951e3dc user: jan.nijtmans tags: core-8-branch | |
|
2023-10-27
| ||
| 17:14 | Merge 8.7 check-in: e6127d0a7b user: jan.nijtmans tags: trunk, main | |
| 17:13 | [26870862f0] follow-up: of course it was not complete yet check-in: d2309f150a user: jan.nijtmans tags: core-8-branch | |
| 15:12 | Merge 9.0 check-in: f99dbd4d72 user: jan.nijtmans tags: tip-626 | |
| 15:11 | Merge 8.7 check-in: 171d9a4b13 user: jan.nijtmans tags: trunk, main | |
| 15:03 | More C++-sentinel-related fixes (hopefully, those are the last ones) check-in: 84fdaf1d56 user: jan.nijtmans tags: core-8-branch | |
|
2023-10-26
| ||
| 20:08 | Final fix for [8ab8a138c9]: functions passed to Tcl_EventuallyFree() must be declared/defined as Tcl... check-in: 91e8692bdf user: jan.nijtmans tags: core-8-branch | |
|
2023-10-25
| ||
| 19:27 | merge 8.7 check-in: 3c073e5a4d user: dgp tags: bug-2a0966cdc9 | |
| 19:27 | merge 8.6 check-in: eb92b24414 user: dgp tags: core-8-branch | |
| 17:57 | Since TIP 258 (2005) and development efforts leading up to it (2004), the Tcltest package has not be... check-in: d19f98cb7d user: dgp tags: bug-2a0966cdc9 | |
|
2023-10-24
| ||
| 15:29 | Merge 8.7 check-in: fa23567fe7 user: jan.nijtmans tags: trunk, main | |
| 13:53 | Fix build-info for 64-bit Windows: This is not an "ilp32" platform check-in: 6f8438f5e5 user: jan.nijtmans tags: core-8-branch | |
|
2023-10-23
| ||
| 12:43 | merge 8.7 Closed-Leaf check-in: 27a3193dc6 user: dgp tags: core-8-7-b1-rc | |
|
2023-10-22
| ||
| 19:56 | Merge 9.0 check-in: f107021263 user: jan.nijtmans tags: tip-626 | |
| 19:49 | Remaining fixes for [26870862f0]: Wrong sentinel in Tcl_SetErrorCode usage check-in: 506bbed9ce user: jan.nijtmans tags: trunk, main | |
|
2023-10-21
| ||
| 14:51 | Merge 8.7 - Bug [31fc36fe47] - socket crash with multiple threads. check-in: b05d33be57 user: apnadkarni tags: trunk, main | |
| 14:13 | Bug [31fc36fe47] - socket crash with multiple threads. check-in: a387cc9310 user: apnadkarni tags: core-8-branch | |
| 13:00 | Proposed fix Closed-Leaf check-in: a88829719d user: apnadkarni tags: bug-31fc36fe47 | |
| 11:29 | Test for Windows socket crash check-in: 631917fa95 user: apnadkarni tags: bug-31fc36fe47 | |
| 06:09 | Merge 8.7 - Bug [33b2486199] - thread create/release unmounts zipfs check-in: 6afcffcb66 user: apnadkarni tags: trunk, main | |
| 05:48 | Bug [33b2486199] - thread create/release unmounts zipfs check-in: 7eaba2ba2f user: apnadkarni tags: core-8-branch | |
| 04:14 | Move zipfs finalization to TclFinalizeFilesystem Closed-Leaf check-in: e0c1a7b07f user: apnadkarni tags: bug-33b2486199 | |
|
2023-10-20
| ||
| 17:01 | Potential fix check-in: fd3eadc252 user: apnadkarni tags: bug-33b2486199 | |
| 16:53 | Add test to trigger bug 33b2486199 check-in: 0b88c1208a user: apnadkarni tags: bug-33b2486199 | |
| 09:36 | Merge 8.6 check-in: 12946b5cac user: jan.nijtmans tags: core-8-branch | |
| 08:26 | Merge 8.6 check-in: b2db831cad user: jan.nijtmans tags: core-8-branch | |
|
2023-10-19
| ||
| 18:48 | Merge 8.7 check-in: f67f60d202 user: jan.nijtmans tags: trunk, main | |
| 18:25 | (cherry-pick): document available TCL_TCPSERVER_* flags check-in: 25c944b9df user: jan.nijtmans tags: core-8-branch | |
| 18:09 | Fix [26870862f0]: Wrong sentinel in Tcl_SetErrorCode usage; Handle any C++-compiler as well check-in: 234ff497c4 user: jan.nijtmans tags: core-8-branch | |
|
2023-10-17
| ||
| 06:02 | Handle sentinels for any C++ compiler Closed-Leaf check-in: 6876d1f99a user: jan.nijtmans tags: bug-26870862f0 | |
|
2023-10-16
| ||
| 20:54 | merge 8.6 check-in: 1893b433d0 user: dgp tags: core-8-branch | |
| 18:39 | document available TCL_TCPSERVER_* flags check-in: 6b11ae0874 user: bch tags: trunk, main | |
| 18:18 | test hygiene check-in: 3128a16930 user: dgp tags: core-8-branch | |
| 04:04 | Merge 8.7 - Add missing zipfs test zip check-in: 7bfa43502c user: apnadkarni tags: trunk, main | |
| 04:03 | Add missing zipfs test zip check-in: 5a18d46478 user: apnadkarni tags: core-8-branch | |
|
2023-10-15
| ||
| 21:50 | Merge 8.7 check-in: 1bdde9b339 user: jan.nijtmans tags: trunk, main | |
| 21:47 | C++ doesn't accept "register" keyword check-in: eec7e1dad0 user: jan.nijtmans tags: core-8-branch | |
| 17:54 | Merge 8.6. Use (void *)NULL in stead of NULL for C++ check-in: 42c0076a8d user: jan.nijtmans tags: core-8-branch | |
| 14:43 | Merge 8.7 - nmake static install check-in: ac8114d31d user: apnadkarni tags: trunk, main | |
| 14:38 | Fix broken nmake static install check-in: 26b3274623 user: apnadkarni tags: core-8-branch | |
| 12:55 | Merge 8.7 check-in: 12c7bc4d17 user: apnadkarni tags: trunk, main | |
| 11:45 | Refactor mount_data api as to not duplicate mount command functionality. Needs revisiting as mount_d... check-in: 7430c0b1e3 user: apnadkarni tags: core-8-branch | |
| 11:27 | Comment correction check-in: ace4b95e67 user: oehhar tags: trunk, main | |
| 11:25 | Comment correction check-in: d9391d98fd user: oehhar tags: core-8-branch | |
| 11:08 | Merge 8.7 - zipfs path, memory leak check-in: 35dd9ec56b user: apnadkarni tags: trunk, main | |
| 10:33 | Fix memory leak [9525f4c8bc] and zipfs path handling [c3364db38a] and others check-in: 492fb812e9 user: apnadkarni tags: core-8-branch | |
| 10:12 | Fix zipfs long path memory leaks [9525f4c8bc] Closed-Leaf check-in: 2cd497c822 user: apnadkarni tags: apn-zipfs-paths | |
| 06:32 | More fixes, update docs check-in: 87cad788af user: apnadkarni tags: apn-zipfs-paths | |
|
2023-10-14
| ||
| 21:26 | Merge-mark check-in: 92d5b2a45e user: jan.nijtmans tags: core-8-branch | |
| 17:07 | Eliminate CanonicalPath - obsolete check-in: 1fd5a8fba4 user: apnadkarni tags: apn-zipfs-paths | |
| 15:51 | Redo zipfs path handling check-in: 12b8aa570c user: apnadkarni tags: apn-zipfs-paths | |
| 15:36 | Create new branch named "apn-zipfs-paths" check-in: 773db24dc3 user: apnadkarni tags: apn-zipfs-paths | |
|
2023-10-13
| ||
| 21:49 | Merge 8.7 check-in: fdd22d894e user: jan.nijtmans tags: trunk, main | |
| 21:37 | Fix C++ errors, e.g: "generic/tclZipfs.c:5598:6: error: cannot jump from this goto statement to its ... check-in: 1fe6692c22 user: jan.nijtmans tags: core-8-branch | |
| 16:00 | Merge 8.7 check-in: 7c849f60c7 user: jan.nijtmans tags: trunk, main | |
| 15:28 | Merge 8.6 check-in: fa816ce4e4 user: jan.nijtmans tags: core-8-branch | |
| 14:06 | Merge-mark check-in: 244cd61b35 user: jan.nijtmans tags: core-8-branch | |
|
2023-10-12
| ||
| 15:22 | Merge 8.7 check-in: 70a45a970d user: jan.nijtmans tags: trunk, main | |
| 15:20 | Merge 8.7 check-in: efd27f19a9 user: jan.nijtmans tags: core-8-branch | |
| 14:41 | Merge 8.7 check-in: e603b10299 user: jan.nijtmans tags: trunk, main | |
| 14:40 | Merge 8.6 check-in: a715725d9f user: jan.nijtmans tags: core-8-branch | |
| 11:33 | Add --disable-zipfs config to github actions check-in: f8d640237f user: apnadkarni tags: trunk, main | |
|
2023-10-11
| ||
| 17:41 | Merge 8.7 check-in: fa10b808d0 user: apnadkarni tags: trunk, main | |
| 17:19 | Minor source readability and delete obsolete code check-in: f2b93e95e4 user: apnadkarni tags: core-8-branch | |
| 10:28 | Merge 8.7 check-in: a19b5c1f83 user: jan.nijtmans tags: trunk, main | |
| 10:05 | Merge 8.6 check-in: 56cb488cc3 user: jan.nijtmans tags: core-8-branch | |
| 05:26 | Merge 8.7 check-in: b82abeca2e user: apnadkarni tags: trunk, main | |
| 04:53 | Minor nmake tweaks, remove obsolete target check-in: 927aa4937c user: apnadkarni tags: core-8-branch | |
| 03:57 | Bug [894e11d7f7] - fix broken test configuration for zipfs builds - nmake version check-in: ef07c271ad user: apnadkarni tags: core-8-branch | |
|
2023-10-10
| ||
| 19:40 | Merge 8.7 check-in: f1543f19f8 user: jan.nijtmans tags: trunk, main | |
| 19:27 | More int -> Tcl_Size (backported from 9.0) check-in: e94d0fede9 user: jan.nijtmans tags: core-8-branch | |
| 15:01 | Bug [894e11d7f7] - fix broken test configuration for zipfs builds - nmake version Closed-Leaf check-in: 843fa79403 user: apnadkarni tags: bug-894e11d7f7-nmake | |
| 14:58 | Create new branch named "bug-894e11d7f7-nmake" check-in: 600c135fb7 user: apnadkarni tags: bug-894e11d7f7-nmake | |
|
2023-10-09
| ||
| 20:46 | Merge 8.7 check-in: 48cea1251a user: jan.nijtmans tags: trunk, main | |
| 20:42 | Merge 8.6 check-in: b5ab3fa9da user: jan.nijtmans tags: core-8-branch | |
| 18:28 | Merge 8.7 check-in: fc811cc877 user: jan.nijtmans tags: trunk, main | |
| 18:26 | Re-generate "configure" with autoconf-2.71 check-in: 976bdc31fb user: jan.nijtmans tags: core-8-branch | |
| 12:34 | Merge 8.7 - unix test builds check-in: 5818fda80d user: apnadkarni tags: trunk, main | |
| 11:32 | Bug [894e11d7f7]. Fix Unix test runs to use embedded Tcl zipfs scripts and not external ones from th... check-in: effd49d19f user: apnadkarni tags: core-8-branch | |
| 10:43 | No need to fake embedded zip now that tcltest build is fixed Closed-Leaf check-in: 6a4f659b03 user: apnadkarni tags: bug-894e11d7f7 | |
| 10:33 | Fix test targets in mingw builds to not set TCL_LIBRARY when zipfs enabled check-in: bae47e56ee user: apnadkarni tags: bug-894e11d7f7 | |
|
2023-10-08
| ||
| 16:32 | Rework to use configure as prior solution presumed Gnu make check-in: abd833af66 user: apnadkarni tags: bug-894e11d7f7 | |
| 13:44 | Start on fixing Unix testing of zipfs configs check-in: 957693ea58 user: apnadkarni tags: bug-894e11d7f7 | |
| 03:31 | Merge 8.7 - Have zipfs claim all paths under zipfs root. See [93eb73784a]. check-in: 77ff1459db user: apnadkarni tags: trunk, main | |
| 03:03 | Have zipfs claim all paths under zipfs root. See [93eb73784a]. check-in: 1a5b7fb09d user: apnadkarni tags: core-8-branch | |
| 02:35 | Merge 8.7 Closed-Leaf check-in: 324936737c user: apnadkarni tags: apn-zipfs-pathclaim | |
|
2023-10-06
| ||
| 17:03 | Merge 9.0 check-in: 7d52993233 user: jan.nijtmans tags: tip-626 | |
| 09:40 | Even better: Remove TclInvokeObjectCommand completely: it isn't supposed to be called by anyone check-in: 5a28eecf35 user: jan.nijtmans tags: trunk, main | |
| 09:21 | Make TclInvokeObjectCommand/TclInvokeStringCommand static functions. They are not needed/useful for ... check-in: 1431a2f80b user: jan.nijtmans tags: trunk, main | |
| 08:29 | Mark (internal) symbols which are going to be removed in 9.0 with "deprecated" check-in: 72c82ef005 user: jan.nijtmans tags: core-8-branch | |
|
2023-10-05
| ||
| 15:39 | Claim all paths under //zipfs:/ as zipfs paths check-in: 2e7df7cfd0 user: apnadkarni tags: apn-zipfs-pathclaim | |
| 12:09 | int -> Tcl_Size for 2 internal functions check-in: 87cf7be398 user: jan.nijtmans tags: trunk, main | |
| 11:24 | Merge 8.7 check-in: 66195da203 user: jan.nijtmans tags: trunk, main | |
| 11:22 | Merge 8.6 check-in: 73c79c7378 user: jan.nijtmans tags: core-8-branch | |
| 11:07 | Merge 8.7 - zipfs file write - remove size limit, do not preallocate check-in: 0cab8578fa user: apnadkarni tags: trunk, main | |
| 10:43 | zipfs file write - remove size limit, do not preallocate check-in: 7286b40cd8 user: apnadkarni tags: core-8-branch | |
|
2023-10-04
| ||
| 21:12 | Merge 8.7 check-in: 4cfbfb3121 user: jan.nijtmans tags: trunk, main | |
| 20:54 | Merge 8.6 check-in: a85db436db user: jan.nijtmans tags: core-8-branch | |
| 20:12 | Make TclObjInterpProc() MODULE_SCOPE. Not needed any more in stub table check-in: 0be82def4f user: jan.nijtmans tags: trunk, main | |
| 19:20 | Fix TclObjInterpProc2 when compiling for Tcl 8.7 check-in: e546b2e2b1 user: jan.nijtmans tags: trunk, main | |
| 15:24 | Merge 8.7 check-in: 0938a7f2ac user: jan.nijtmans tags: trunk, main | |
| 15:17 | Move some (internal) stub entries to lower numbers check-in: b2a4eb8a7f user: jan.nijtmans tags: core-8-branch | |
| 14:28 | merge trunk check-in: ba09f74e2a user: dgp tags: dgp-refactor | |
| 14:20 | merge trunk check-in: 18924d30af user: dgp tags: novem | |
| 14:09 | merge trunk check-in: 38106becb8 user: dgp tags: core-9-0-b1-rc | |
| 13:54 | merge 8.7 check-in: 4a607e8407 user: dgp tags: core-8-7-b1-rc | |
| 13:53 | test suite hygiene check-in: 737cb49386 user: dgp tags: core-8-branch | |
| 13:34 | Merge 8.7 - Fix [5d308081e4] zipfs append mode. check-in: 5170a7885a user: apnadkarni tags: trunk, main | |
| 13:19 | Fix [5d308081e4] zipfs append mode. check-in: 5cbd6b1990 user: apnadkarni tags: core-8-branch | |
| 12:57 | Update tests for zipfs append. Closed-Leaf check-in: 8251651109 user: apnadkarni tags: bug-5d308081e4 | |
| 11:49 | Start on zipfs append mode check-in: cb37aeb8ec user: apnadkarni tags: bug-5d308081e4 | |
| 10:01 | Merge 8.7 - zipfs docs check-in: 1fdce8b3c7 user: apnadkarni tags: trunk, main | |
| 10:00 | Misc fixes in zipfs manpage check-in: 303053af53 user: apnadkarni tags: core-8-branch | |
| 09:28 | Merge 8.7 - Fix [9e039ee0b9], [57f144c799] and other zipfs glob issues. check-in: 4d657ce536 user: apnadkarni tags: trunk, main | |
| 09:02 | Fix [9e039ee0b9], [57f144c799] and other zipfs glob issues. check-in: 5c39466de8 user: apnadkarni tags: core-8-branch | |
| 07:34 | Done with glob tests Closed-Leaf check-in: 92a555c54a user: apnadkarni tags: bug-9e039ee0b9 | |
| 06:48 | Fix gcc unused var warning check-in: 737985618c user: apnadkarni tags: bug-9e039ee0b9 | |
|
2023-10-03
| ||
| 16:39 | Some fixes, some tests check-in: 743998c14c user: apnadkarni tags: bug-9e039ee0b9 | |
| 06:55 | Merge 8.7 check-in: f464c62c08 user: apnadkarni tags: bug-9e039ee0b9 | |
| 06:40 | Merge mark check-in: f1059aacac user: apnadkarni tags: trunk, main | |
| 06:38 | Backport locking patch from chw check-in: 8f4663d79d user: apnadkarni tags: core-8-branch | |
| 06:23 | Fix [48861782a9] - patch from chw check-in: ba08ef956d user: apnadkarni tags: trunk, main | |
| 05:46 | Locking patch from chw Closed-Leaf check-in: 65f732cc23 user: apnadkarni tags: bug-48861782a9 | |
| 05:39 | Create new branch named "bug-48861782a9" check-in: 6fc648c7fd user: apnadkarni tags: bug-48861782a9 | |
| 05:34 | Fix [8259d74a64] fix check-in: 4b6e7cee80 user: apnadkarni tags: trunk, main | |
| 05:00 | Fix [8259d74a64] fix check-in: e232836cee user: apnadkarni tags: core-8-branch | |
| 03:28 | Fix [8259d74a64] fix Closed-Leaf check-in: 0824f03e05 user: apnadkarni tags: apn-memory-fix | |
|
2023-10-02
| ||
| 16:31 | Start on zipfs glob/find bugs check-in: 1a0414b73f user: apnadkarni tags: bug-9e039ee0b9 | |
| 07:00 | Merge 8.7 - Fix [02acab5aea], [d8a354f7d9], [62e5508ee], [4af110a6a1], [02acab5aea] - file ensemble ... check-in: 49456a66de user: apnadkarni tags: trunk, main | |
| 06:44 | Fix [02acab5aea], [d8a354f7d9], [62e5508ee], [4af110a6a1], [02acab5aea] - file ensemble bugs for zip... check-in: 735e596737 user: apnadkarni tags: core-8-branch | |
| 06:17 | More relatively minor fixes for file ensemble on zipfs Closed-Leaf check-in: 1380fdb0cb user: apnadkarni tags: apn-zipfs-filecommands | |
|
2023-10-01
| ||
| 19:44 | Merge 8.7 check-in: 22c1cb78ba user: jan.nijtmans tags: trunk, main | |
| 19:41 | Merge 8.6 check-in: e0ad6a7e01 user: jan.nijtmans tags: core-8-branch | |
| 16:58 | More file ensemble tests for zipfs check-in: 1704dba4ab user: apnadkarni tags: apn-zipfs-filecommands | |
|
2023-09-30
| ||
| 16:17 | Start on tests and fixes for file commands for zipfs check-in: 507d0337cc user: apnadkarni tags: apn-zipfs-filecommands | |
| 03:51 | Merge 8.7 - Fix [8259d74a64] - panic on exit check-in: a48f311a78 user: apnadkarni tags: trunk, main | |
| 03:23 | Fix [8259d74a64] - panic on exit check-in: a6562fe64a user: apnadkarni tags: core-8-branch | |
| 02:58 | Remove obsolete code Closed-Leaf check-in: 24efcf8305 user: apnadkarni tags: bug-8259d74a64 | |
|
2023-09-29
| ||
| 17:17 | Add test for crash check-in: 49d814e62e user: apnadkarni tags: bug-8259d74a64 | |
| 17:05 | Merge 8.7 check-in: b6c8d1101f user: apnadkarni tags: bug-8259d74a64 | |
| 16:39 | Refactor zipfs finalization check-in: b18fa0f371 user: apnadkarni tags: bug-8259d74a64 | |
| 13:26 | merge trunk check-in: 7379e846de user: dgp tags: dgp-refactor | |
| 13:17 | merge trunk check-in: b1ab4bb750 user: dgp tags: novem | |
| 13:17 | merge 8.7 Leaf check-in: 7a439315e6 user: dgp tags: dgp-tcl-code | |
| 13:06 | merge trunk check-in: 6508b8fb81 user: dgp tags: core-9-0-b1-rc | |
| 13:05 | merge 8.7 check-in: 930413c237 user: dgp tags: trunk, main | |
| 12:58 | merge 8.7 check-in: a99749a831 user: dgp tags: core-8-7-b1-rc | |
| 12:48 | dup test names check-in: b3c4b1cf90 user: dgp tags: core-8-branch | |
| 12:33 | merge trunk check-in: 05657deeb1 user: dgp tags: core-9-0-b1-rc | |
| 12:32 | merge 8.7 check-in: f8e75dcd9a user: dgp tags: core-8-7-b1-rc | |
| 11:56 | Disable password based zipfs tests on MacOS check-in: c9fa1af9eb user: apnadkarni tags: trunk, main | |
| 11:42 | Disable password based zipfs tests on MacOS check-in: 8a0288ebec user: apnadkarni tags: core-8-branch | |
| 11:19 | Start on zipfs finalization panic check-in: ab52b09c47 user: apnadkarni tags: bug-8259d74a64 | |
| 09:53 | Undo changes in tclVar.c: no longer necessary check-in: 4e9cec4fc6 user: jan.nijtmans tags: tip-657 | |
| 07:51 | Merge 9.0. Make stderr channel -profile replace check-in: 51dccaaeb4 user: jan.nijtmans tags: tip-657 | |
| 03:31 | Merge 8.7 - Fix [6d2ef441cc], [c315de9e44] - zipfs password bugs check-in: bea92dfdc5 user: apnadkarni tags: trunk, main | |
| 03:09 | Fix [6d2ef441cc], [c315de9e44] - zipfs password bugs check-in: 9c204498a8 user: apnadkarni tags: core-8-branch | |
| 02:41 | Merge 8.7" Closed-Leaf check-in: 2c945c354a user: apnadkarni tags: apn-zipfs-password | |
| 02:40 | Minor edit check-in: 04fa87a6aa user: apnadkarni tags: apn-zipfs-password | |
|
2023-09-28
| ||
| 18:17 | Merge 8.7 check-in: a61dbb7ee6 user: jan.nijtmans tags: trunk, main | |
| 18:17 | Fix [0df5906dd7]: Error-handling when stderr is in "strict" profile check-in: 166b00eb0c user: jan.nijtmans tags: core-8-branch | |
| 18:15 | Handle ::tcl::Bgerror the same way Closed-Leaf check-in: a63a8b9af9 user: jan.nijtmans tags: bug-0df5906dd7 | |
| 17:11 | Progress on [6d2ef441cc] check-in: 5fd2ca4c3d user: apnadkarni tags: apn-zipfs-password | |
| 16:26 | Proposed fix for [c315de9e44] check-in: ad3a393e8c user: apnadkarni tags: apn-zipfs-password | |
| 15:23 | Proposed fix for [0df5906dd7] check-in: 6314825ea9 user: jan.nijtmans tags: bug-0df5906dd7 | |
| 15:01 | Improve error-message, in case of encoding error in stderr channel check-in: c5f8c95e6a user: jan.nijtmans tags: tip-657 | |
| 13:33 | Rebase to 9.0. Error-message improvement check-in: 5cf91470ca user: jan.nijtmans tags: tip-657 | |
| 11:38 | Merge 8.7 check-in: 525fb2d2fc user: jan.nijtmans tags: trunk, main | |
| 11:32 | Simplify password checks. No need to persist result check-in: e4de29f57b user: apnadkarni tags: apn-zipfs-password | |
| 11:02 | Start on password related zipfs bugs check-in: 375af5005c user: apnadkarni tags: apn-zipfs-password | |
| 09:53 | test-case cleanup check-in: c5759c89f2 user: jan.nijtmans tags: core-8-branch | |
| 08:22 | Rebase to 9.0 Closed-Leaf check-in: c45621d8a7 user: jan.nijtmans tags: tip-657 | |
| 07:32 | Merge 8.7 check-in: a6ecf152d6 user: jan.nijtmans tags: trunk, main | |
| 07:29 | Merge 8.6 check-in: 4bc7bd58aa user: jan.nijtmans tags: core-8-branch | |
|
2023-09-27
| ||
| 15:38 | Merge 9.0 check-in: 47d3d33480 user: jan.nijtmans tags: tip-626 | |
| 12:27 | TIP #673: Remove deprecated [trace] subcommands check-in: 064ef7e691 user: jan.nijtmans tags: trunk, main | |
| 11:44 | Merge 8.7 - Fix [00018ec7a0], [f91ee30d33], [23dd83ce7c] - zipfs r+, w+ modes, zero byte allocation check-in: a7bd45f871 user: apnadkarni tags: trunk, main | |
| 11:11 | Fix [00018ec7a0], [f91ee30d33], [23dd83ce7c] - zipfs r+, w+ modes, zero byte allocation check-in: a6c30811c9 user: apnadkarni tags: core-8-branch | |
| 10:46 | Bug [00018ec7a0] - zipfs w+ not permitting read Closed-Leaf check-in: 32f7d369cf user: apnadkarni tags: apn-zipfs-writes | |
| 10:30 | Merge 8.7 check-in: 7c163593b4 user: jan.nijtmans tags: trunk, main | |
| 10:23 | Merge 8.6 check-in: ef8c2217ca user: jan.nijtmans tags: core-8-branch | |
| 10:19 | Re-build libtommath for win64(-arm): some symbols were not exported check-in: 0d5151af26 user: jan.nijtmans tags: core-8-branch | |
| 07:46 | Merge 9.0 check-in: 95237a74ce user: jan.nijtmans tags: tip-626 | |
| 07:36 | Add missing test file check-in: c7942b0603 user: apnadkarni tags: apn-zipfs-writes | |
| 06:57 | Tests for bug [f91ee30d33] check-in: 074e370466 user: apnadkarni tags: apn-zipfs-writes | |
| 03:29 | Finish up [23dd83ce7c] tests and fixes. check-in: c7f1974db7 user: apnadkarni tags: apn-zipfs-writes | |
|
2023-09-26
| ||
| 17:06 | Fix [23dd83ce7c]. Still need to check other ckallocs for 0 length check-in: f0558adee8 user: apnadkarni tags: apn-zipfs-writes | |
| 09:24 | Merge 8.7 check-in: 65ef6273b8 user: jan.nijtmans tags: trunk, main | |
| 09:21 | Re-build libtommath v1.2.1 for Win64 and Win64-arm check-in: f070161b82 user: jan.nijtmans tags: core-8-branch | |
| 06:03 | Merge 8.7 - Bug [d5d03207ca] - Tcl hang on zipfs writes greater than buffer size check-in: 4cb6395358 user: apnadkarni tags: trunk, main | |
| 05:22 | Bug [d5d03207ca] - Tcl hang on zipfs writes greater than buffer size check-in: ce5cd01e47 user: apnadkarni tags: core-8-branch | |
| 05:03 | Add tests Closed-Leaf check-in: 5253501f2d user: apnadkarni tags: bug-d5d03207ca | |
|
2023-09-25
| ||
| 20:01 | Prevent TclGetByteArrayFromObj() et al being called directly through the stub table. See (hijacked) ... check-in: a62b8faa1f user: jan.nijtmans tags: trunk, main | |
| 19:45 | Start on [d5d03207ca] check-in: 9d0ee9d6ca user: apnadkarni tags: bug-d5d03207ca | |
| 19:06 | Merge 8.7 check-in: 58e6110df1 user: apnadkarni tags: trunk, main | |
| 18:44 | Fix (actually benign) gcc warning below about writing past array bound. D:/src/tcltk/wip/tcl/generi... check-in: 22a57ef1dd user: apnadkarni tags: core-8-branch | |
| 18:42 | Fix fileSystem-1.38 to not assume all volumes are drives check-in: 820b44d027 user: apnadkarni tags: core-8-branch | |
| 18:29 | Merge 8.7 check-in: 35a5f655f5 user: jan.nijtmans tags: trunk, main | |
| 18:24 | Make last argument of Tcl_GetByteArrayFromObj() "Tcl_Size *" in stead of "int". Is exactly the same... check-in: 50791c1b1d user: jan.nijtmans tags: core-8-branch | |
| 17:50 | Merge 8.7 - zipfs file exists, stat check-in: 2243a8bc7b user: apnadkarni tags: trunk, main | |
| 17:28 | Fix gcc warning. Add knownBug constraint to zipfs list (only showed in non-embedded config) check-in: 60ac458c51 user: apnadkarni tags: core-8-branch | |
| 16:23 | Bug [02acab5aea] - zipfs file exists and stat fixes check-in: 16746b4a5c user: apnadkarni tags: core-8-branch | |
| 15:56 | Merge 8.7 check-in: 24410907e7 user: jan.nijtmans tags: trunk, main | |
| 15:55 | Re-build libtommath v1.2.1 for i686 check-in: 541cb1ffdf user: jan.nijtmans tags: core-8-branch | |
| 15:52 | Merge 8.7 Closed-Leaf check-in: b66e8fa141 user: apnadkarni tags: apn-zipfs-pathfixes | |
| 15:37 | Fix file exist for zipfs check-in: 2355df8b21 user: apnadkarni tags: apn-zipfs-pathfixes | |
| 15:35 | Merge 8.7 - zipfs file attribute tests check-in: 9654b5e069 user: apnadkarni tags: trunk, main | |
| 15:17 | zipfs attribute tests check-in: 9c74c13d8c user: apnadkarni tags: core-8-branch | |
| 13:53 | Merge-mark check-in: 002365ab0b user: jan.nijtmans tags: trunk, main | |
| 13:51 | some more int -> Tcl_Size check-in: 5dc98a5c8d user: jan.nijtmans tags: core-8-branch | |
| 08:52 | Merge 8.7 check-in: 349fb3764d user: jan.nijtmans tags: trunk, main | |
| 08:51 | Move CHANNEL_*BUFFERED (internal) flags to higher bits: prevent any possibility for conflicts with p... check-in: f14a94a19b user: jan.nijtmans tags: core-8-branch | |
| 07:17 | Merge 8.7 (2023-05-03) Closed-Leaf check-in: d91f112024 user: jan.nijtmans tags: tip-656-simpl | |
| 06:51 | Merge 8.7 (2023-05-02) check-in: da2443a61a user: jan.nijtmans tags: tip-656-simpl | |
| 02:36 | Merge 8.7 check-in: 49201deb23 user: apnadkarni tags: apn-zipfs-pathfixes | |
|
2023-09-24
| ||
| 18:30 | msgcat reverse lookup as provided by Alexandru Dadalau on the core list 2023-09-23 Leaf check-in: 05d6475467 user: oehhar tags: msgcat-reverse-lookup | |
| 16:46 | Merge 8.7 - more zipfs tests check-in: aa4dd0179e user: apnadkarni tags: trunk, main | |
| 16:35 | More tests for zipfs check-in: 50094c52ca user: apnadkarni tags: core-8-branch | |
|
2023-09-23
| ||
| 13:41 | Merge 8.7 - Bug [4645658689] - zipfs file truncation with open r+ check-in: 60e4fd72fa user: apnadkarni tags: trunk, main | |
| 13:36 | Bug [4645658689] - zipfs file truncation with open r+ check-in: 6137ca45c5 user: apnadkarni tags: core-8-branch | |
|
2023-09-22
| ||
| 20:09 | Merge 9.0 check-in: 804629d14a user: jan.nijtmans tags: tip-626 | |
| 15:02 | Merge 8.7 check-in: d853ed65af user: jan.nijtmans tags: trunk, main | |
| 15:01 | Fix test contraint "bbe7c6ff9e" check-in: 4c9f1df290 user: jan.nijtmans tags: core-8-branch | |
| 13:59 | Merge 8.7 - Bug [0aaeb9c380] check-in: 77066d15ae user: apnadkarni tags: trunk, main | |
| 13:58 | Merge 8.6 - Bug [0aaeb9c380] check-in: cc0cf03b3b user: apnadkarni tags: core-8-branch | |
| 02:51 | Minor refactor for globbing zipfs check-in: 9e62ec357c user: apnadkarni tags: apn-zipfs-pathfixes | |
|
2023-09-21
| ||
| 16:18 | Fix file stat,exists for zipfs intermediate paths check-in: 70b419ce84 user: apnadkarni tags: apn-zipfs-pathfixes | |
| 12:21 | Merge 8.7 check-in: f23178a124 user: jan.nijtmans tags: trunk, main | |
| 12:20 | Merge 8.6 check-in: f56f778852 user: jan.nijtmans tags: core-8-branch | |
| 11:15 | Merge 8.7 check-in: 862eaba11a user: jan.nijtmans tags: trunk, main | |
| 11:12 | Merge 8.6 check-in: f17be91312 user: jan.nijtmans tags: core-8-branch | |
| 11:01 | Merge 8.7 - disable zipfs password tests for macos check-in: 68ab422796 user: apnadkarni tags: trunk, main | |
| 10:59 | Disable zipfs password tests for macos. Unix, Windows pass. See [bbe7c6ff9e] check-in: 8f423488d7 user: apnadkarni tags: core-8-branch | |
| 08:51 | Start on various bugs related to zipfs paths. check-in: bfb4a34224 user: apnadkarni tags: apn-zipfs-pathfixes | |
|
2023-09-20
| ||
| 15:39 | Merge 8.7 check-in: c6930195dd user: jan.nijtmans tags: trunk, main | |
| 15:27 | Eliminate utf16 test-constraint. Add some testcases (backported/adapted from 9.0) check-in: 0c471c163d user: jan.nijtmans tags: core-8-branch | |
| 12:47 | merge trunk check-in: 04a1b91a5a user: dgp tags: dgp-refactor | |
| 12:38 | merge 8.7 check-in: 43e3748f9c user: dgp tags: dgp-tcl-code | |
| 12:37 | merge trunk check-in: f801683a7c user: dgp tags: novem | |
| 12:25 | merge trunk check-in: 2c4f6286da user: dgp tags: core-9-0-b1-rc | |
| 12:24 | Merge-mark check-in: cc4597e1cd user: jan.nijtmans tags: trunk, main | |
| 12:17 | merge 8.7 check-in: 38a28cb418 user: dgp tags: core-8-7-b1-rc | |
| 12:11 | Handle TCL_TRACE_OLD_STYLE being deprecated check-in: c013bc5a51 user: jan.nijtmans tags: core-8-branch | |
| 11:01 | Merge 8.7 - constrain zipfs tests for platform-specific builds check-in: 20db602e9e user: apnadkarni tags: trunk, main | |
| 10:59 | Constrain tests to account for difference between Unix, MingW and MacOs build configuration for --di... check-in: 786b273cb7 user: apnadkarni tags: core-8-branch | |
| 08:34 | Merge 8.7 check-in: 455671afbf user: jan.nijtmans tags: trunk, main | |
| 08:17 | Eliminate "tip389" constraint. Mark 3 test-cases knownBug [e262613233] check-in: 7360740bcc user: jan.nijtmans tags: core-8-branch | |
| 07:43 | Fix glob test - -nocomplain is default in 9.0 check-in: 4b1fb9ebaf user: apnadkarni tags: trunk, main | |
| 07:28 | Merge 8.7 check-in: dfaeb78777 user: jan.nijtmans tags: trunk, main | |
| 07:25 | eliminate use of "utf32" constraint: no longer necessary check-in: 311bb2391e user: jan.nijtmans tags: core-8-branch | |
| 07:23 | Fix compilation with CFLAGS=-DTCL_NO_DEPRECATED check-in: c0fd9e3418 user: jan.nijtmans tags: core-8-branch | |
| 06:32 | Bug [a288e2003b] - file normalize broken for zipfs. check-in: 3e93461bd9 user: apnadkarni tags: core-8-branch | |
|
2023-09-19
| ||
| 19:57 | 2 more "string equal" testcases check-in: 35de31efb3 user: jan.nijtmans tags: trunk, main | |
| 12:00 | Merge 8.7 - Bugs [14db54d81e], [6183f535c89]. Glob and find on zipfs root check-in: 4a8ee30553 user: apnadkarni tags: trunk, main | |
| 11:41 | Bugs [14db54d81e], [6183f535c89]. Glob and find on zipfs root check-in: 65474fdc06 user: apnadkarni tags: core-8-branch | |
| 07:34 | Merge 8.7 check-in: ee4d5b25ed user: jan.nijtmans tags: trunk, main | |
| 07:09 | Fix gcc warning check-in: f13d0cd6e2 user: jan.nijtmans tags: core-8-branch | |
| 06:08 | Merge 8.7 - Bug [4c686f1f0a] - zipfs mount on / check-in: 3b0f570692 user: apnadkarni tags: trunk, main | |
| 05:41 | Bug [4c686f1f0a] - zipfs mount on / check-in: 14c7ed3ab2 user: apnadkarni tags: core-8-branch | |
|
2023-09-18
| ||
| 17:05 | Merge 8.7 - Bug [d056ee6d30] - zipfs list returns invalid paths check-in: 3d26dc1bb3 user: apnadkarni tags: trunk, main | |
| 16:59 | Bug [d056ee6d30] - zipfs list returns invalid paths check-in: 7c1d2b3dcc user: apnadkarni tags: core-8-branch | |
| 16:00 | Merge 8.7 check-in: 58dc360b12 user: jan.nijtmans tags: trunk, main | |
| 15:54 | merge trunk check-in: 89d3fc0c20 user: dgp tags: dgp-refactor | |
| 15:50 | merge trunk check-in: b76fbff256 user: dgp tags: novem | |
| 15:50 | Allow larger values for "binary encode base64 -maxlen". Add some more testcases check-in: 224417e462 user: jan.nijtmans tags: core-8-branch | |
| 15:47 | Directory depth calculation assumed zipfs root at /, not //zipfs:/ Closed-Leaf check-in: e1f0d4e46a user: apnadkarni tags: bug-d056ee6d30 | |
| 15:39 | merge trunk check-in: f35493455c user: dgp tags: core-9-0-b1-rc | |
| 15:30 | Stop new [memusage] utility command from polluting the set of open channels check-in: c4903c7586 user: dgp tags: trunk, main | |
| 14:56 | Create new branch named "bug-d056ee6d30" check-in: 44d08ca2eb user: apnadkarni tags: bug-d056ee6d30 | |
| 14:45 | Merge 8.7. Add testcase check-in: 26edba2039 user: jan.nijtmans tags: trunk, main | |
| 14:39 | merge 8.7 check-in: 168b346fa6 user: dgp tags: dgp-tcl-code | |
| 14:37 | merge 8.7 check-in: 2aeb7d6fc6 user: dgp tags: core-8-7-b1-rc | |
| 14:37 | silence compiler warning about uninitialized variable check-in: c3171a4b62 user: dgp tags: core-8-branch | |
| 14:15 | merge 8.7 check-in: a3a3629119 user: dgp tags: core-8-7-b1-rc | |
| 14:11 | int -> Tcl_Size (where appropriate). Make TclStringCmpOpts() static check-in: ed3800d997 user: jan.nijtmans tags: core-8-branch | |
| 11:12 | Merge-mark check-in: 05291ac01e user: jan.nijtmans tags: trunk, main | |
| 10:27 | int -> Tcl_Size (where appropriate) check-in: 1e6ccfd68f user: jan.nijtmans tags: core-8-branch | |
| 08:04 | Merge 8.7 check-in: 1cce1713e1 user: jan.nijtmans tags: trunk, main | |
| 06:51 | Fix [3d3124d01d]: failures with -ftrapv compiler option check-in: 2283094106 user: jan.nijtmans tags: core-8-branch | |
| 06:30 | Backport [891a74b941]: format %#d not consistent with other radix prefixes or TIP 472 description check-in: 4eec7c7f53 user: jan.nijtmans tags: core-8-branch | |
|
2023-09-17
| ||
| 15:18 | Merge 8.7 - Remove test constraint bug-b3c7429255 check-in: 904484094f user: apnadkarni tags: trunk, main | |
| 15:16 | Remove test constraint bug-b3c7429255 check-in: e59111ed12 user: apnadkarni tags: core-8-branch | |
| 09:56 | Bug [f5e36eb588] - uncompiled lassign memory usage for lseq check-in: 410d0ff3eb user: apnadkarni tags: trunk, main | |
| 08:24 | Refactor to eliminate list dup as no longer necessary Closed-Leaf check-in: fc8ab3aab1 user: apnadkarni tags: bug-f5e36eb588 | |
| 06:28 | Add test for lassign/lseq memory check-in: f306385410 user: apnadkarni tags: bug-f5e36eb588 | |
| 06:07 | Avoid list shimmering with uncompiled lassign on lseq check-in: 55182b5d85 user: apnadkarni tags: bug-f5e36eb588 | |
| 04:24 | Merge 8.7 - Fix [3f9f494cc1] zipfs timezone tests. check-in: b55aeaed35 user: apnadkarni tags: trunk, main | |
| 04:01 | Fix [3f9f494cc1] zipfs timezone tests. check-in: c826ea98fa user: apnadkarni tags: core-8-branch | |
| 03:38 | Use local time in tests for zip timestamps Closed-Leaf check-in: 56e40c1603 user: apnadkarni tags: bug-3f9f494cc1 | |
|
2023-09-16
| ||
| 22:00 | Fix bug [c29b92ec2bbb] - Tcl_IncrRefCount() should return (void) check-in: 5b9fbbe05e user: griffin tags: trunk, main | |
| 19:06 | merge-mark check-in: c3f165b8fa user: jan.nijtmans tags: core-8-branch | |
| 15:42 | Merge 8.7 - Bug [b6f7cee65c] - nmake not testing zip based tcl library check-in: fe84c83b00 user: apnadkarni tags: trunk, main | |
| 15:37 | Bug [b6f7cee65c] - nmake not testing zip based tcl library check-in: 5c1ec14560 user: apnadkarni tags: core-8-branch | |
| 15:27 | Merge 8.7 - Bug [2696dfe3f5] - raise exception on CRC errors check-in: c2ffa6bb5f user: apnadkarni tags: trunk, main | |
| 15:03 | Bug [2696dfe3f5] - raise exception on CRC errors check-in: 8920c7c72e user: apnadkarni tags: core-8-branch | |
| 14:51 | Clean up buffers on CRC failure Closed-Leaf check-in: 919b1038d9 user: apnadkarni tags: bug-2696dfe3f5 | |
| 14:38 | Add test file for CRC check-in: 9ebb8f29ba user: apnadkarni tags: bug-2696dfe3f5 | |
| 13:03 | Merge check-in: 565ee5e860 user: apnadkarni tags: bug-2696dfe3f5 | |
| 10:59 | Merge 8.7 - Bug [943258f361] - valgrind - cmdInfo test check-in: 9a6f7c008a user: apnadkarni tags: trunk, main | |
| 10:52 | Bug [943258f361] - valgrind - cmdInfo test uninitialized memory access check-in: 22d2c460ad user: apnadkarni tags: core-8-branch | |
| 08:29 | Merge 8.7. Bug [d7849f7721]. zipfs memory leak. check-in: 4ff2b2f9b8 user: apnadkarni tags: trunk, main | |
| 07:48 | Bug [d7849f7721]. zipfs memory leak. check-in: 96a4c5ad17 user: apnadkarni tags: core-8-branch | |
| 06:41 | Mainly comments, more minor refactoring Closed-Leaf check-in: bbd54629ff user: apnadkarni tags: bug-d7849f7721 | |
| 06:03 | Minor refactoring check-in: 7e8f5f2821 user: apnadkarni tags: bug-d7849f7721 | |
| 05:02 | Fix ZipChannel.ubuf memory management check-in: f7b908e3c1 user: apnadkarni tags: bug-d7849f7721 | |
| 02:46 | Partial fix for leak check-in: f5fceee4c2 user: apnadkarni tags: bug-d7849f7721 | |
| 00:44 | Fix bug [891a74b941] - format %#d not consistent with other radix prefixes check-in: f46e5b193a user: griffin tags: trunk, main | |
|
2023-09-15
| ||
| 17:09 | close fork check-in: 8b1cc10c40 user: dgp tags: trunk, main | |
| 17:07 | Merge 8.7 - Disable two tests. Works on my Windows and Ubuntu but apparently not everywhere - [3f9f4... check-in: 8e968b93b7 user: apnadkarni tags: trunk, main | |
| 17:07 | silence compiler warning check-in: babff458b7 user: dgp tags: trunk, main | |
| 17:05 | Disable two tests. Works on my Windows and Ubuntu but apparently not everywhere - [3f9f494cc1] check-in: ca1905b02c user: apnadkarni tags: core-8-branch | |
| 16:59 | merge 8.7 check-in: 5715c83df8 user: dgp tags: trunk, main | |
| 16:39 | Add false positive tests for CRC checking check-in: 2cc147e7b9 user: apnadkarni tags: bug-2696dfe3f5 | |
| 16:05 | Test hygiene for supporting -singleproc 1 and -debug 1 check-in: 806f8d1b42 user: dgp tags: core-8-branch | |
| 15:37 | CRC validation check-in: 8b28ca54fc user: apnadkarni tags: bug-2696dfe3f5 | |
| 10:32 | 3 more places where -wtrapv errors are triggered running the test-suite Closed-Leaf check-in: 237894f65a user: jan.nijtmans tags: bug-3d3124d01d | |
| 08:38 | Merge 8.7 - Expand zipfs tests. Fix [9a80630571], [6ed3447a7e], [01d8f30342] and manpages. check-in: 5fb3c75e4a user: apnadkarni tags: trunk, main | |
| 08:00 | Expand zipfs tests. Fix [9a80630571], [6ed3447a7e], [01d8f30342] and manpages. check-in: 2fd1277ae3 user: apnadkarni tags: core-8-branch | |
| 06:53 | 3 places where TCLFSENCODING is not appropricate (use system-encoding, not utf-8, on Windows) check-in: 8f8ceca803 user: jan.nijtmans tags: tip-657 | |
| 06:34 | Merge 8.7 check-in: 5b82f60b5d user: jan.nijtmans tags: trunk, main | |
| 06:27 | Merge 8.6 check-in: 3ccdecf613 user: jan.nijtmans tags: core-8-branch | |
|
2023-09-14
| ||
| 16:30 | Fix more arg count tests. Adapt stat dict for non-windows check-in: 3c6a604c29 user: apnadkarni tags: apn-zipfs-tests | |
| 14:52 | More tests and fix one more case triggering bug [01d8f30342] check-in: 7b81ff8bc4 user: apnadkarni tags: apn-zipfs-tests | |
| 14:49 | Added test files for zipfs check-in: 5a79175b83 user: apnadkarni tags: apn-zipfs-tests | |
|
2023-09-13
| ||
| 16:45 | Bug [01d8f30342]. zipfs canonical produces garbage. check-in: 626ffd4fea user: apnadkarni tags: apn-zipfs-tests | |
| 16:18 | Merge 8.7 check-in: 8bf48a5b90 user: apnadkarni tags: apn-zipfs-tests | |
| 15:33 | Couple of more special cases for zipfs mount check-in: a2c462d697 user: apnadkarni tags: apn-zipfs-tests | |
| 15:23 | Merge-mark check-in: 5599ee3ce8 user: jan.nijtmans tags: core-8-branch | |
| 13:47 | Merge-mark check-in: 05aaea9903 user: jan.nijtmans tags: core-8-branch | |
| 09:18 | Rebase to 9.0 check-in: 561988be17 user: jan.nijtmans tags: tip-626 | |
| 09:10 | Merge 9.0 check-in: b680b1f0b3 user: jan.nijtmans tags: tip-626 | |
| 08:52 | Merge 9.0 check-in: 81dbcda491 user: jan.nijtmans tags: tip-626 | |
| 06:42 | Add !zipfslib constraint for tests that should only run without an attached Tcl lib vfs check-in: 7be1329b6c user: apnadkarni tags: apn-zipfs-tests | |
| 06:20 | Bug [9a80630571] - zipfs directory consistency checks check-in: e1d5bdad6d user: apnadkarni tags: apn-zipfs-tests | |
|
2023-09-12
| ||
| 19:38 | TIP 624 followup. Now TclMakeSafe can be a static routine. check-in: 8e538cb001 user: dgp tags: trunk, main | |
| 19:22 | merge 8.7 check-in: 2254f0d3ab user: dgp tags: trunk, main | |
| 19:21 | merge 8.7 check-in: d6a65b9df0 user: dgp tags: dgp-tcl-code | |
| 19:10 | Make use of the CompileProc typedef. check-in: bfbab2b0e9 user: dgp tags: core-8-branch | |
| 18:32 | merge 8.6 check-in: 32289fd84e user: dgp tags: core-8-branch | |
| 18:31 | More WIP check-in: 2e779e1e21 user: dgp tags: dgp-tcl-code | |
| 16:57 | In 2020, internal routine TclParseHex() was converted to a static routine but the declaration was no... check-in: 53fc6e606b user: dgp tags: core-8-branch | |
| 16:36 | Use a static declaration when possible and when it matches the name. check-in: d32838e62a user: dgp tags: core-8-branch | |
| 16:22 | A housekeeping commit in 2019 added a declaration for TclIsDigitProc(). There is no implementation o... check-in: af55a8dbf8 user: dgp tags: core-8-branch | |
| 14:57 | Fix zipfs root arg count checks check-in: baacbc7c02 user: apnadkarni tags: apn-zipfs-tests | |
| 14:23 | Rebase to tip-657 check-in: 0e7c7d2154 user: jan.nijtmans tags: tip-671 | |
| 13:59 | Rebase to 9.0 check-in: 6bdb0864f1 user: jan.nijtmans tags: tip-657 | |
| 12:26 | Merge-mark check-in: 5d5ce90d0c user: jan.nijtmans tags: trunk, main | |
| 11:42 | Fix test-case failure with --enable-symbols=mem. Slipped in with TIP #666 implementation check-in: 10679ee0c8 user: jan.nijtmans tags: core-8-branch | |
| 10:11 | Merge 8.7 check-in: d24c3420fa user: jan.nijtmans tags: trunk, main | |
| 07:45 | TIP #665: Remove support for internal utf-16 for Tcl 8.7 (and 9.0) check-in: f28f0f4b68 user: jan.nijtmans tags: core-8-branch | |
|
2023-09-11
| ||
| 19:11 | Opening step in introduction of a Tcl_Code typedef. check-in: 582cc70c1a user: dgp tags: dgp-tcl-code | |
| 16:49 | More tests and some manpage corrections check-in: 5a3c9363dc user: apnadkarni tags: apn-zipfs-tests | |
| 14:57 | Remaining part of TIP #666 implementation (first part already done [cd426d20a9327f49|here]) check-in: 48a30267f9 user: jan.nijtmans tags: trunk, main | |
| 14:43 | TIP #666 implementation: Change ptrdiff_t → Tcl_Size in Tcl 8.7 (and 9.0) check-in: 989de6a72a user: jan.nijtmans tags: core-8-branch | |
| 13:35 | merge trunk check-in: a29e55c0c7 user: dgp tags: dgp-refactor | |
| 13:34 | merge trunk check-in: 9098585cca user: dgp tags: novem | |
| 13:28 | merge trunk check-in: 096d38b84c user: dgp tags: core-9-0-b1-rc | |
| 13:27 | merge 8.7 check-in: b1e4d08cad user: dgp tags: core-8-7-b1-rc | |
| 13:15 | TIP 677 start. Define new flag for variables check-in: 2389a1097f user: dkf tags: tip-677 | |
|
2023-09-10
| ||
| 09:58 | Oops. Inadvertent check-in. check-in: 72fb2eca74 user: apnadkarni tags: apn-zipfs-tests | |
| 09:49 | Merge 8.7 (change in order of mount args) check-in: 49b93d7b74 user: apnadkarni tags: apn-zipfs-tests | |
| 08:32 | Merge 8.7 - Bug [78cd4f9ad3] - regression in zipfs mount check-in: 631ebdd914 user: apnadkarni tags: trunk, main | |
| 08:15 | Bug [78cd4f9ad3] - regression in zipfs mount check-in: 99b770ebbf user: apnadkarni tags: core-8-branch | |
|
2023-09-09
| ||
| 18:11 | Improve test coverage for zipfs mount/unmount check-in: f7976eb58c user: apnadkarni tags: apn-zipfs-tests | |
| 07:51 | Bug [6ed3447a7e]. Fix crash. Add length checks. check-in: 24a4584045 user: apnadkarni tags: apn-zipfs-tests | |
|
2023-09-08
| ||
| 17:31 | merge trunk check-in: 29f9c4edfc user: dgp tags: dgp-refactor | |
| 16:59 | merge trunk check-in: 1fe077571a user: dgp tags: novem | |
| 16:51 | merge trunk check-in: 69f9b3d005 user: dgp tags: core-9-0-b1-rc | |
| 16:51 | merge 8.7 check-in: 1e56b48595 user: dgp tags: core-8-7-b1-rc | |
| 14:38 | Merge 8.7 check-in: d46e5f1843 user: jan.nijtmans tags: trunk, main | |
| 14:25 | Merge 8.6 check-in: 12ea84ac22 user: jan.nijtmans tags: core-8-branch | |
| 13:50 | Adapt data tables to Unicode 15.1 (final) Closed-Leaf check-in: 3b43c3cd51 user: jan.nijtmans tags: unicode-15.1 | |
| 11:50 | Merge 8.7 check-in: 682e71d08f user: jan.nijtmans tags: trunk, main | |
| 11:49 | Merge 8.7 Leaf check-in: 21b725eed8 user: jan.nijtmans tags: bug-93eb73784a | |
| 11:46 | Testcase improvements check-in: cf655cdd49 user: jan.nijtmans tags: core-8-branch | |
| 11:26 | Incorrect use of $mountpoint variable check-in: ed34790af5 user: jan.nijtmans tags: core-8-branch | |
| 10:49 | Merge 8.7 check-in: 96cc1000a6 user: jan.nijtmans tags: trunk, main | |
| 10:45 | [93eb73784a] follow-up: It looks like the "zipfs exists" change is necessary to make tcl_findLibrary... check-in: 43c9904371 user: jan.nijtmans tags: core-8-branch | |
| 08:48 | Merge 8.7 check-in: 987fdb8336 user: jan.nijtmans tags: bug-93eb73784a | |
| 08:42 | Merge 8.7 check-in: 8151150bd8 user: jan.nijtmans tags: trunk, main | |
| 08:16 | Fix [93eb73784a]: zipfs interaction with tcl_findLibrary causes slow loading check-in: 942e24c407 user: jan.nijtmans tags: core-8-branch | |
|
2023-09-07
| ||
| 14:53 | More patches from juliannoble2. Thanks! check-in: b62c1b7859 user: jan.nijtmans tags: bug-93eb73784a | |
| 14:34 | Exchange TclZipfs_MountBuffer/"zipfs mount_data" arguments as well check-in: eda5950bcb user: jan.nijtmans tags: bug-93eb73784a | |
| 13:40 | Merge 8.7. Exchange "zipfs mount"/TclZipfs_Mount arguments: archive <-> mountpoint check-in: c0980728b5 user: jan.nijtmans tags: bug-93eb73784a | |
| 11:09 | Merge 8.7 check-in: cc85b6cac2 user: jan.nijtmans tags: trunk, main | |
| 11:02 | Fix examples (which don't output ".utf16" any more) check-in: 5b52204ad9 user: jan.nijtmans tags: core-8-branch | |
| 10:46 | Experiment: What if we changed "//zipfs:/" to "/zipfs:/", which doesn't look like an UNC path any mo... check-in: e7567c469b user: jan.nijtmans tags: bug-93eb73784a | |
| 10:36 | Fix zipfs-related documentation check-in: 1cac59f1ea user: jan.nijtmans tags: core-8-branch | |
|
2023-09-06
| ||
| 20:35 | merge trunk Closed-Leaf check-in: 300e39bbc4 user: dgp tags: tip-673 | |
| 19:49 | merge trunk check-in: 60c2564000 user: dgp tags: dgp-refactor | |
| 19:43 | merge trunk check-in: 0c87cd0fb8 user: dgp tags: novem | |
| 19:29 | merge trunk check-in: ea2012c75e user: dgp tags: core-9-0-b1-rc | |
| 19:28 | merge 8.7 check-in: 0c9e96526c user: dgp tags: trunk, main | |
| 19:26 | merge 8.7 check-in: 11cab2c858 user: dgp tags: core-8-7-b1-rc | |
| 18:40 | [fc87e3bddd] Complete repair of flawed test. check-in: dec5990363 user: dgp tags: core-8-branch | |
| 18:33 | Same issue in zlib.test check-in: d5d776655f user: dgp tags: core-8-branch | |
| 18:29 | Be sure to define the "deprecated" constraint in order to use it. check-in: 2ed3d21a48 user: dgp tags: core-8-branch | |
| 18:28 | Proposed fix for [fc87e3bddd]: get-3.4.1 fails in -singleproc testing Closed-Leaf check-in: 377c5b39c7 user: jan.nijtmans tags: bug-fc87e3bddd | |
| 16:44 | Create new branch named "apn-zipfs-tests" check-in: 866262953d user: apnadkarni tags: apn-zipfs-tests | |
| 16:08 | merge 8.7 check-in: 5f1ed63f27 user: dgp tags: trunk, main | |
| 13:31 | silence compiler warning check-in: 3c81faf0fe user: dgp tags: core-8-branch | |
| 10:14 | Merge 8.7 check-in: 5c5eb0f357 user: jan.nijtmans tags: trunk, main | |
| 09:52 | Merge 8.7 check-in: cb8cc32cea user: jan.nijtmans tags: core-8-branch | |
|
2023-09-05
| ||
| 14:37 | Merge 8.7 check-in: dedadab35e user: jan.nijtmans tags: trunk, main | |
| 14:27 | Merge 8.6 check-in: f13bac244d user: jan.nijtmans tags: core-8-branch | |
| 10:09 | Merge 8.7 check-in: 18bb7ad8f1 user: jan.nijtmans tags: trunk, main | |
| 08:37 | Merge 8.6 check-in: 6e3cb68301 user: jan.nijtmans tags: core-8-branch | |
| 07:02 | Merge 8.7 - Fix [b5ac3e3786] - Tcl_GetUniChar oob read check-in: 06dbbb7dbc user: apnadkarni tags: trunk, main | |
| 06:42 | Merge 8.6 - Fix [b5ac3e3786] - Tcl_GetUniChar oob read check-in: fed73e58ba user: apnadkarni tags: core-8-branch | |
|
2023-09-04
| ||
| 20:51 | Merge 8.7 check-in: 2936a795aa user: jan.nijtmans tags: trunk, main | |
| 20:42 | Merge 8.6 check-in: 4724e036f7 user: jan.nijtmans tags: core-8-branch | |
|
2023-09-02
| ||
| 22:00 | backport numeric white-space bug fix from 9.0 check-in: b9bb2ce39c user: griffin tags: core-8-branch | |
|
2023-09-01
| ||
| 20:53 | fix bug cd61f085da "tcl terminates silently with invalid expr underscore syntax and radix prefix" check-in: 5fea51151f user: griffin tags: trunk, main | |
| 17:03 | Always use UCHAR() with isxdigit(). doc fix Closed-Leaf check-in: 88aa24960d user: jan.nijtmans tags: bug-cd61f085da | |
| 15:17 | Fix bug with octal. Add floating point example to doc. check-in: 44d28b9c48 user: griffin tags: bug-cd61f085da | |
| 02:26 | Use system isxdigit. check-in: fab2e9d32a user: griffin tags: bug-cd61f085da | |
| 02:06 | merge trunk check-in: 98893a7483 user: griffin tags: bug-cd61f085da | |
| 01:15 | Rewrite how numeric whitespace is processed in TclParseNumber. Add more number test cases. check-in: 49736e2714 user: griffin tags: bug-cd61f085da | |
|
2023-08-31
| ||
| 14:46 | Rebase to 8.7 Closed-Leaf check-in: e580bbb75c user: jan.nijtmans tags: tip-665 | |
| 14:45 | Rebase to 8.7 Closed-Leaf check-in: 11af79f7e2 user: jan.nijtmans tags: tip-666 | |
| 13:47 | Rebase to 8.7 check-in: d67705af8d user: jan.nijtmans tags: tip-653 | |
| 13:14 | Merge 8.7 check-in: 595962964e user: jan.nijtmans tags: trunk, main | |
| 11:17 | Backport some test improvements from 9.0 check-in: 7ba77326d4 user: jan.nijtmans tags: core-8-branch | |
| 08:06 | Make Tcl_GetBytesFromObj signature match documentation (not really a change since Tcl_Size == int). ... check-in: 0d567acda3 user: jan.nijtmans tags: tip-666 | |
| 07:23 | Make Tcl_NRCallObjProc2 definition match documentation (ptrdiff_t -> Tcl_Size, which is - actually -... check-in: 0881a9e06d user: jan.nijtmans tags: trunk, main | |
|
2023-08-30
| ||
| 22:06 | fix several issues with numeric whitespace by limiting where '_' is allowed. check-in: 9a2043019b user: griffin tags: bug-cd61f085da | |
| 15:31 | merge trunk check-in: 68b5860554 user: dgp tags: dgp-refactor | |
| 15:31 | merge trunk check-in: d0196ef4d9 user: dgp tags: novem | |
| 15:25 | merge trunk check-in: b452abd7ae user: dgp tags: core-9-0-b1-rc | |
| 15:24 | merge 8.7 check-in: 753cbd8830 user: dgp tags: core-8-7-b1-rc | |
| 14:42 | Rebase to 8.7 check-in: 19aa3a165e user: jan.nijtmans tags: tip-666 | |
| 14:38 | Rebase to 8.7 check-in: 6dcc5a1ff0 user: jan.nijtmans tags: tip-665 | |
| 13:58 | Rebase to tip-657 check-in: cb4d02077f user: jan.nijtmans tags: tip-671 | |
| 13:45 | Rebase to 9.0 check-in: 1c4d579fdf user: jan.nijtmans tags: tip-657 | |
| 13:34 | Merge 9.0 check-in: 5de4330b73 user: jan.nijtmans tags: tip-626 | |
| 10:48 | Merge 8.7 check-in: 12526678d2 user: jan.nijtmans tags: trunk, main | |
| 10:37 | Merge 8.6 check-in: 02ecc768a8 user: jan.nijtmans tags: core-8-branch | |
|
2023-08-29
| ||
| 19:37 | Merge 9.0 Leaf check-in: 938aab2368 user: jan.nijtmans tags: bug-86dd172271 | |
| 19:35 | Slightly better binary compatibility between 8.7 and 9.0 on win64 and cygwin: for those platforms ke... check-in: f13ec521a2 user: jan.nijtmans tags: trunk, main | |
| 13:39 | Merge 8.7 check-in: 1944781396 user: jan.nijtmans tags: trunk, main | |
| 13:37 | Merge 8.6 check-in: ca098487c5 user: jan.nijtmans tags: core-8-branch | |
| 01:51 | fix for invalid numeric whitespace syntax bug. check-in: f85a75ced2 user: griffin tags: bug-cd61f085da | |
|
2023-08-28
| ||
| 16:35 | merge trunk check-in: 17ec819306 user: dgp tags: dgp-refactor | |
| 16:16 | merge trunk check-in: 5a6f8afd80 user: dgp tags: novem | |
| 16:06 | merge trunk check-in: 4851209d10 user: dgp tags: core-9-0-b1-rc | |
| 15:50 | merge 8.7 check-in: 6b5aea4fa3 user: dgp tags: core-8-7-b1-rc | |
| 11:14 | Merge 9.0 check-in: 433e79545a user: jan.nijtmans tags: bug-86dd172271 | |
| 07:59 | Use sizeof(Tcl_Size) in stead of TCL_SIZE_MAX check-in: e942424495 user: jan.nijtmans tags: trunk, main | |
|
2023-08-27
| ||
| 20:37 | Merge 9.0. Make usec "int" on Cygwin check-in: ee0849ad61 user: jan.nijtmans tags: bug-86dd172271 | |
| 20:26 | Unbreak Tcl9 build (TCL_SIZE_MAX usage) check-in: 2e65fce4cf user: jan.nijtmans tags: trunk, main | |
| 17:16 | Branch for fixing [86dd172271] check-in: 70e60cff62 user: jan.nijtmans tags: bug-86dd172271 | |
| 17:15 | Temporary mark interp-34.11 test-case a knownBug. Fix ongoing in separate branch check-in: a15af304cf user: jan.nijtmans tags: trunk, main | |
| 16:51 | Merge 8.7 check-in: 71a47959d7 user: jan.nijtmans tags: trunk, main | |
| 16:46 | Fix [64165953a0]: Compilation error of C extensions due to TCL_SIZE_MAX definition check-in: f9875fd78b user: jan.nijtmans tags: core-8-branch | |
|
2023-08-26
| ||
| 20:37 | Fix suggestion in [86dd172271], updating Tcl_Time.sec to "long long". This is a binary incompatibili... check-in: 19499b8163 user: jan.nijtmans tags: trunk, main | |
|
2023-08-25
| ||
| 20:57 | Merge 8.7 check-in: bfae0eecac user: jan.nijtmans tags: trunk, main | |
| 20:34 | Fix [920e393634]: expr {7244019458077122840 << 1}. Some more long -> Tcl_WideInt fixes in comments check-in: 2ed2ec021b user: jan.nijtmans tags: core-8-branch | |
| 15:30 | Merge 8.7 check-in: 42d8ed498a user: jan.nijtmans tags: trunk, main | |
| 15:18 | [84a5355235]: two more cases of sizeof(long) -> sizeof(Tcl_WideInt), since that's the unit we are do... check-in: 6a9a8809f2 user: jan.nijtmans tags: core-8-branch | |
| 15:14 | Merge "revert-dup-pure" branch: get rid of TclDuplicatePureObj() check-in: 21b170befe user: jan.nijtmans tags: core-8-branch | |
| 14:58 | merge trunk check-in: b3b78f4e94 user: dgp tags: dgp-refactor | |
| 14:53 | merge trunk check-in: 8475e45d01 user: dgp tags: novem | |
| 14:47 | merge trunk check-in: 83b30ac46e user: dgp tags: core-9-0-b1-rc | |
| 14:39 | merge 8.7 check-in: c1eb96946b user: dgp tags: core-8-7-b1-rc | |
| 14:38 | Merge 8.7. Time to merge this branch? Closed-Leaf check-in: 29f443d1c5 user: dgp tags: revert-dup-pure | |
|
2023-08-24
| ||
| 17:44 | Tweak: keep "long usec" for 32-bit windows, as other 32-bit systems. Fix documentation. Tcl_GetTime(... Closed-Leaf check-in: fa36b53049 user: jan.nijtmans tags: bug-86dd172271 | |
| 17:33 | Update Tcl_Time for 32-bit systems and win64, being able to handle time > 2038. Suggested in in tick... check-in: 3dcef36ee2 user: jan.nijtmans tags: bug-86dd172271 | |
| 15:37 | Merge main Leaf check-in: 27410d7b51 user: apnadkarni tags: apn-string-split | |
| 01:45 | Replace test data with something more acceptable. check-in: 71497b31f4 user: griffin tags: trunk, main | |
|
2023-08-23
| ||
| 20:18 | Merge 8.7 check-in: 73da5acb07 user: jan.nijtmans tags: trunk, main | |
| 16:56 | Merge 8.6 check-in: e98c01d752 user: jan.nijtmans tags: core-8-branch | |
|
2023-08-22
| ||
| 19:53 | Thanks for cherrypicking this change for 8.7. 'Someone versed in the ArithSeries work' has fixed the... check-in: 8d3617f2db user: griffin tags: revert-dup-pure | |
|
2023-08-21
| ||
| 18:07 | The experiment deployment of TclDuplicatePureObj() has been reverted from the trunk. This branch at... check-in: c66c2fd74d user: dgp tags: revert-dup-pure | |
| 15:45 | merge trunk check-in: 687fee129d user: dgp tags: dgp-refactor | |
| 15:37 | merge trunk check-in: e27c108146 user: dgp tags: novem | |
| 15:17 | merge trunk check-in: c27b6ba34a user: dgp tags: core-9-0-b1-rc | |
| 03:00 | Tcl_Read(), Tcl_ReadChars() return Tcl_Size check-in: f0b8bccda3 user: bch tags: trunk, main | |
|
2023-08-20
| ||
| 13:26 | Back out [2a01c62b1a55a] - causes tcllib failures. check-in: 114822ee01 user: apnadkarni tags: trunk, main | |
|
2023-08-18
| ||
| 15:15 | merge trunk check-in: c92017e55f user: dgp tags: dgp-refactor | |
| 14:59 | merge trunk check-in: eba8f917c5 user: dgp tags: novem | |
| 14:52 | merge trunk check-in: 05447fa3f3 user: dgp tags: core-9-0-b1-rc | |
| 14:11 | merge 8.7 check-in: 68e037cee3 user: dgp tags: core-8-7-b1-rc | |
| 07:08 | Merge 8.7 - Fix UtfToUtf16Proc check-in: 47e9c5e3f5 user: apnadkarni tags: trunk, main | |
| 06:57 | Fix UtfToUtf16Proc and UtfToUCS2Proc to not assume sizeof(Tcl_UniChar) is size of UTF16 / UCS2 code ... check-in: c9ed6c9e02 user: apnadkarni tags: core-8-branch | |
|
2023-08-17
| ||
| 21:03 | Fix bug: Performance regression in 9.0 accessing dicts as lists [f4c01e42a7] check-in: 2a01c62b1a user: griffin tags: trunk, main | |
| 17:37 | Remove ineffective index operation. Shimmering is already optimal. Closed-Leaf check-in: 0c60aff918 user: griffin tags: bug-f5c01e42a7 | |
| 17:16 | Working index operation, but terrible performance. (not surprising) check-in: 5bb29ca1ef user: griffin tags: bug-f5c01e42a7 | |
|
2023-08-16
| ||
| 21:36 | Fix llength function for dict types. check-in: 840ebea1b5 user: griffin tags: bug-f5c01e42a7 | |
|
2023-08-14
| ||
| 15:46 | merge bug-bc7ddc7944 (revert use of TclDuplicatePureObj) check-in: 35275c285b user: griffin tags: trunk, main | |
| 14:47 | merge trunk check-in: 6443fd6a6d user: dgp tags: dgp-refactor | |
| 14:39 | merge trunk check-in: a8c00b3c25 user: dgp tags: novem | |
| 13:58 | merge trunk check-in: 92a165fa9e user: dgp tags: core-9-0-b1-rc | |
| 12:55 | Bug [457523]. Trivial comment edit just to close the bug check-in: bae0d30c7f user: apnadkarni tags: trunk, main | |
| 05:07 | merge trunk Closed-Leaf check-in: 771e5ad4e4 user: griffin tags: bug-bc7ddc7944 | |
| 03:42 | Bug [bc076f4f0e]. Fix large indexing broken by commit [0b05b5c750df]. Also preserves Tk bug fix [a99... check-in: 55602e8331 user: apnadkarni tags: trunk, main | |
|
2023-08-13
| ||
| 13:37 | Fix up tests for modified Tcl_GetIntForIndex semantics Closed-Leaf check-in: 06da22c87b user: apnadkarni tags: bug-bc076f4f0e75 | |
| 11:56 | Merge in fix for end+1 indices. check-in: aedb8e144f user: apnadkarni tags: bug-bc076f4f0e75 | |
| 10:35 | Fix for Tk [a9929f112a] check-in: 4c24b8d272 user: apnadkarni tags: bug-bc076f4f0e75 | |
| 06:22 | Revert [0b05b5c750df] that broke bigdata tests and lseq-1.13 check-in: 6985418bfc user: apnadkarni tags: bug-bc076f4f0e75 | |
| 04:29 | merge trunk check-in: 7fc4b49ef9 user: griffin tags: bug-bc7ddc7944 | |
|
2023-08-12
| ||
| 23:14 | Rename Tcl_BumpObj() to Tcl_BounceRefCount(). After the presentation on Abstract Lists at the 2023 ... check-in: df58824c78 user: griffin tags: trunk, main | |
| 17:56 | More replacements of DuplicateObj with ListObjCopy. check-in: ec3e985027 user: griffin tags: bug-bc7ddc7944 | |
| 04:07 | Replace more DuplicateObj with ListObjCopy. check-in: af8de99a71 user: griffin tags: bug-bc7ddc7944 | |
|
2023-08-11
| ||
| 17:55 | Replace DuplicateObj with ListObjCopy where appropriate. check-in: 84467b4641 user: griffin tags: bug-bc7ddc7944 | |
| 15:09 | Tcl_DuplicateObj() does not need DECACHE/CACHE protections. check-in: 78e07e2112 user: dgp tags: bug-bc7ddc7944 | |
|
2023-08-10
| ||
| 21:12 | Revert more bits. check-in: 5ed75d2361 user: griffin tags: bug-bc7ddc7944 | |
| 17:48 | Revert DupolicatePureObj back to DuplicateObj. check-in: a001695bab user: griffin tags: bug-bc7ddc7944 | |
| 16:53 | merge trunk check-in: 25db09366a user: dgp tags: dgp-refactor | |
| 16:38 | merge trunk check-in: 70aa27d5a8 user: dgp tags: novem | |
| 16:32 | merge trunk check-in: 3ad25f639c user: dgp tags: core-9-0-b1-rc | |
| 14:09 | silence compiler warning check-in: 8deca7d58a user: dgp tags: trunk, main | |
| 01:47 | Proposed fix for bug-bc7ddc7944 check-in: 239ca4c54c user: griffin tags: bug-bc7ddc7944 | |
|
2023-08-09
| ||
| 22:55 | Fix uninitialized variable. check-in: ff548edf17 user: griffin tags: trunk, main | |
|
2023-08-08
| ||
| 22:55 | Corrections and additions for ObjectType Abstract List descriptions. Part of bug [30e4e9102f] check-in: 22fc4699a3 user: griffin tags: trunk, main | |
| 17:10 | Fix bug [30e4e9102f] - Abstract List ListIndex should return NULL when index out of range. check-in: 93be83f416 user: griffin tags: trunk, main | |
| 15:21 | Implement in,ni operator for abstract lists check-in: e302bd84c3 user: griffin tags: trunk, main | |
| 06:02 | Bug [f5c01e42a7]. Disable DictAsListIndex for the time being. check-in: bd17e3ed36 user: apnadkarni tags: trunk, main | |
|
2023-08-04
| ||
| 19:06 | Merge 8.7 check-in: f5f79c0e63 user: jan.nijtmans tags: tip-666 | |
| 14:06 | quiet test noise check-in: b8ca5546ce user: dgp tags: trunk, main | |
| 07:48 | Rebase to 9.0 check-in: 3e13e79524 user: jan.nijtmans tags: tip-673 | |
|
2023-08-03
| ||
| 20:01 | merge trunk check-in: 70a880dd36 user: dgp tags: dgp-refactor | |
| 20:00 | merge trunk check-in: b11230f7fb user: dgp tags: novem | |
| 20:00 | merge trunk check-in: 3c2eea5232 user: dgp tags: core-9-0-b1-rc | |
| 20:00 | Add DECACHE/CACHE_STACK_INFO() protections to calls out of the bytecode execution engine to avoid pa... check-in: 6adeabbfe3 user: dgp tags: trunk, main | |
| 19:47 | Add DECACHE/CACHE_STACK_INFO() protections to calls out of the bytecode execution engine to avoid pa... check-in: f3d9c64c40 user: dgp tags: dgp-refactor | |
| 19:15 | Patch out the call to TclDuplicatePureObj() that leads to panics. check-in: 39c8bac885 user: dgp tags: dgp-refactor | |
| 17:31 | merge trunk check-in: 1f1844b20d user: dgp tags: dgp-refactor | |
| 17:31 | merge trunk check-in: 0809768e50 user: dgp tags: novem | |
| 17:11 | merge trunk check-in: 8117bee1ed user: dgp tags: core-9-0-b1-rc | |
| 15:40 | merge 8.7 check-in: 15caddb8b7 user: dgp tags: core-8-7-b1-rc | |
| 13:04 | Merge 8.7 check-in: a9ae11180e user: jan.nijtmans tags: trunk, main | |
| 11:26 | Merge 8.7 check-in: 93c7430bce user: jan.nijtmans tags: core-8-branch | |
|
2023-08-02
| ||
| 20:51 | Merge 8.7 check-in: 330d66778a user: jan.nijtmans tags: trunk, main | |
| 19:34 | Merge 8.6 check-in: edeef9d8e1 user: jan.nijtmans tags: core-8-branch | |
| 08:02 | Rebase to 8.7 check-in: 0e48cdd4c2 user: jan.nijtmans tags: tip-653 | |
|
2023-08-01
| ||
| 16:12 | Merge 8.7 check-in: 8d6ad57e61 user: jan.nijtmans tags: trunk, main | |
| 16:09 | Make sure that zdll.lib and tommath.lib are installed in windows, for possible use by extensions. check-in: ba7fa0c8e3 user: jan.nijtmans tags: core-8-branch | |
| 15:52 | Merge 8.7 check-in: cf7342b5ad user: jan.nijtmans tags: trunk, main | |
| 15:42 | Merge 8.6 check-in: d0a4f77020 user: jan.nijtmans tags: core-8-branch | |
| 13:57 | Merge 8.7 check-in: 309b95cc71 user: jan.nijtmans tags: trunk, main | |
| 13:19 | testcase cleanup check-in: 729bd46f35 user: jan.nijtmans tags: core-8-branch | |
| 13:01 | Bug [76d45ec836] - mingw - tommath not copied on install check-in: 5e1a3868b7 user: apnadkarni tags: trunk, main | |
| 11:10 | Rebase to 8.7. Adapt "gets" the same way as "read" check-in: 9b9fdfbe2a user: jan.nijtmans tags: tip-653 | |
| 06:53 | merge-mark check-in: 8b8448a0f5 user: jan.nijtmans tags: trunk, main | |
| 06:52 | merge-mark check-in: d3993db7ab user: jan.nijtmans tags: core-8-branch | |
| 06:39 | Some more int -> Tcl_Size (backported from 9.0) check-in: 74d5501caf user: jan.nijtmans tags: core-8-branch | |
|
2023-07-31
| ||
| 16:37 | merge trunk check-in: 08c1363f16 user: dgp tags: dgp-refactor | |
| 16:30 | Merge next checkin from trunk. Resolve conflicts. check-in: 1176dde31b user: dgp tags: dgp-refactor | |
| 15:58 | Fix [e58d7e19e9]: Upwards compatibility of TclObjTypeHasProc() check-in: 7fce749488 user: jan.nijtmans tags: trunk, main | |
| 15:56 | Merge conflict-free from trunk as far as possible. check-in: 2b025dd0d9 user: dgp tags: dgp-refactor | |
| 15:45 | Add (hopefully confincing) testcase for bug [e58d7e19e9] check-in: 354b22cef8 user: jan.nijtmans tags: trunk, main | |
| 15:43 | merge trunk check-in: b5cd7e7286 user: dgp tags: novem | |
| 15:34 | merge trunk check-in: ec928fe753 user: dgp tags: core-9-0-b1-rc | |
| 15:33 | merge 8.7 check-in: 16c21b58e1 user: dgp tags: core-8-7-b1-rc | |
|
2023-07-29
| ||
| 20:35 | Merge bug-e58d7e19e9-demo branch: Show that everything works fine here. Closed-Leaf check-in: 8ed8429a89 user: jan.nijtmans tags: bug-e58d7e19e9 | |
| 18:11 | Demo bug [e58d7e19e9] Closed-Leaf check-in: cdcadcb379 user: jan.nijtmans tags: bug-e58d7e19e9-demo | |
| 16:42 | Rebase to 9.0 check-in: c9b9082483 user: jan.nijtmans tags: tip-626 | |
| 06:46 | Merge 8.7 - Tcl_ListObjIndex tests check-in: f4ada88ce3 user: apnadkarni tags: trunk, main | |
| 05:56 | Add tests for out of bounds Tcl_ListObjIndex check-in: ec7251d0db user: apnadkarni tags: core-8-branch | |
|
2023-07-28
| ||
| 15:51 | A bunch of 64 bit fixes (int->Tcl_Size) and the like. check-in: 336125e9e8 user: apnadkarni tags: trunk, main | |
| 14:40 | Rebase to 9.0 check-in: 7268094e1f user: jan.nijtmans tags: tip-657 | |
| 08:04 | Merge 8.7 check-in: 68dfeb7100 user: jan.nijtmans tags: trunk, main | |
| 07:50 | "utf-8" is the new "identity": make it available always check-in: 5ba0bfea71 user: jan.nijtmans tags: core-8-branch | |
| 05:04 | Merge 8.7 Encoding doc fix check-in: 567a1197a4 user: apnadkarni tags: trunk, main | |
| 05:02 | Fix transposing of TCL_OK, TCL_ERROR in Encoding docs check-in: 1848bfc4c7 user: apnadkarni tags: core-8-branch | |
|
2023-07-27
| ||
| 16:27 | Add some implicit "-profile tcl8" to testcases check-in: 5763c16c55 user: jan.nijtmans tags: trunk, main | |
| 16:26 | Merge trunk Closed-Leaf check-in: af34feccf0 user: apnadkarni tags: apn-fix-scripts64 | |
| 15:32 | Merge trunk check-in: 1f887587f3 user: apnadkarni tags: apn-string-split | |
| 15:13 | Rebase to 9.0. Add more filname encoding checks check-in: fd68a8e3be user: jan.nijtmans tags: tip-657 | |
| 13:19 | Demonstration how to add TCL_OBJTYPE_V3, while keeping upwards compatibility: all other TCL_OBJTYPE_... check-in: 9ee8d17bfe user: jan.nijtmans tags: bug-e58d7e19e9 | |
| 13:10 | Proposed fix for [e58d7e19e9]: Upwards compatibility of TclObjTypeHasProc() check-in: 07e8db69b8 user: jan.nijtmans tags: bug-e58d7e19e9 | |
| 07:56 | merge-mark check-in: b8758a9e34 user: jan.nijtmans tags: trunk, main | |
| 07:52 | Merge 8.7 check-in: bfabdf1e7f user: jan.nijtmans tags: trunk, main | |
| 07:22 | int -> Tcl_Size in Tcl_MacOSXOpen*BundleResources check-in: 3bd4368b36 user: jan.nijtmans tags: core-8-branch | |
|
2023-07-26
| ||
| 15:18 | merge-mark check-in: 29d70f6bd4 user: jan.nijtmans tags: core-8-branch | |
| 11:29 | Rebase to 8.7 check-in: 6ed8dddae4 user: jan.nijtmans tags: tip-666 | |
| 10:32 | Rebase to 8.7 check-in: b9c1614a3d user: jan.nijtmans tags: tip-665 | |
| 08:06 | Merge 8.7 check-in: 9643b6d086 user: jan.nijtmans tags: trunk, main | |
| 08:03 | Merge 8.6 check-in: 7631c10d41 user: jan.nijtmans tags: core-8-branch | |
|
2023-07-24
| ||
| 16:53 | merge trunk check-in: 219d168dec user: dgp tags: dgp-refactor | |
| 16:34 | merge trunk check-in: b1c0b99ba9 user: dgp tags: novem | |
| 16:26 | merge trunk check-in: 4151656aae user: dgp tags: core-9-0-b1-rc | |
| 16:07 | merge 8.7 check-in: ecfb784c4c user: dgp tags: core-8-7-b1-rc | |
| 15:14 | Merge 8.7 check-in: b8a61a0657 user: jan.nijtmans tags: trunk, main | |
| 15:13 | Merge 8.6 check-in: 41d628160e user: jan.nijtmans tags: core-8-branch | |
| 13:32 | Merge 8.7 check-in: 160f2d03a7 user: jan.nijtmans tags: trunk, main | |
| 11:13 | Merge 8.6 check-in: 1fb6672995 user: jan.nijtmans tags: core-8-branch | |
| 05:40 | Docs - tilde substitution and unsigned int->size_t in Tcl_Alloc check-in: bd56158ba8 user: apnadkarni tags: trunk, main | |
|
2023-07-22
| ||
| 13:54 | Merge trunk check-in: 89290f6d01 user: apnadkarni tags: apn-string-split | |
|
2023-07-21
| ||
| 15:51 | merge trunk check-in: 0a0a9d82a1 user: dgp tags: dgp-refactor | |
| 15:39 | merge trunk check-in: baa1e05fd4 user: dgp tags: core-9-0-b1-rc | |
| 15:39 | merge trunk check-in: 16790eae5f user: dgp tags: novem | |
| 14:56 | merge 8.7 check-in: 8dde70fd43 user: dgp tags: core-8-7-b1-rc | |
| 12:49 | Merge 9.0 check-in: d156a039e1 user: jan.nijtmans tags: tip-657 | |
| 12:00 | Merge 8.7 check-in: 148cf420f0 user: jan.nijtmans tags: trunk, main | |
| 11:37 | simplify tenviron2utfdstr/utf2tenvirondstr macro's, since 2nd argument is always -1 Improve error-ha... check-in: 1819fd1592 user: jan.nijtmans tags: core-8-branch | |
| 10:02 | Merge 8.7 check-in: f1a0068336 user: jan.nijtmans tags: tip-653 | |
| 07:11 | Check for _LARGEFILE64_SOURCE after _FILE_OFFSET_BITS=64, since the latter is prefered check-in: d6640b9030 user: jan.nijtmans tags: trunk, main | |
|
2023-07-20
| ||
| 21:01 | Merge 8.7 check-in: ab1e29ee67 user: jan.nijtmans tags: trunk, main | |
| 20:52 | Fix handling of pre-built libtommath.dll on win64-arm check-in: c28f7fef78 user: jan.nijtmans tags: core-8-branch | |
| 20:10 | More Tcl_UtfToExternalDStringEx usage, for encoding-error checking check-in: 6776ed62dc user: jan.nijtmans tags: tip-657 | |
| 16:22 | Make "cd" encoding-error-aware check-in: c5d4ba510a user: jan.nijtmans tags: tip-657 | |
| 13:32 | Add comment to cmdAH-24.20.[12] check-in: cc0fee411c user: jan.nijtmans tags: trunk, main | |
| 13:07 | .... forgot to re-generate tclConfig.h.in check-in: c9cc926621 user: jan.nijtmans tags: trunk, main | |
| 12:45 | Fix [d40b9c8503]: Enforcing 64-bit time_t? check-in: 3196eb3638 user: jan.nijtmans tags: trunk, main | |
| 12:41 | Don't bail out when no 64-bit time is available Closed-Leaf check-in: 66f8512bcd user: jan.nijtmans tags: bug-d40b9c8503 | |
|
2023-07-19
| ||
| 16:00 | Rebase to 9.0 check-in: 2db4eb588f user: jan.nijtmans tags: bug-d40b9c8503 | |
| 14:59 | Merge tip-657 check-in: 193acbea90 user: jan.nijtmans tags: tip-671 | |
| 14:53 | Rebase to 9.0 check-in: 6f38a7cf3c user: jan.nijtmans tags: tip-657 | |
| 14:49 | Merge 8.7 check-in: bbe3200ca0 user: jan.nijtmans tags: trunk, main | |
| 14:23 | Improve error-reporting possibilities for Tcl_ExternalToUtfDStringEx/Tcl_UtfToExternalDStringEx in c... check-in: 2d94a8c808 user: jan.nijtmans tags: core-8-branch | |
| 13:04 | Bugfix for escape-encoding, 'stolen' from TIP #671 branch check-in: 9e4bc60200 user: jan.nijtmans tags: core-8-branch | |
| 11:18 | Somewhat better error-reporting check-in: 51078feead user: jan.nijtmans tags: tip-657 | |
| 09:03 | Merge tip-657 check-in: fed44ef8c0 user: jan.nijtmans tags: tip-671 | |
| 08:59 | Merge 9.0 check-in: 331a94f0b8 user: jan.nijtmans tags: tip-657 | |
|
2023-07-17
| ||
| 17:24 | Keeping up merges. TclStackFree panic is still an issue. check-in: 357bb6f112 user: dgp tags: dgp-refactor | |
| 17:09 | merge trunk check-in: b448b362c5 user: dgp tags: novem | |
| 16:48 | Merge 8.7 - install tommath.lib check-in: 190fb9453a user: apnadkarni tags: trunk, main | |
| 16:36 | Fix: tommath.lib needs to be installed to permit extensions to link when using the tommath C API check-in: 71159c8df9 user: apnadkarni tags: core-8-branch | |
| 13:54 | merge 8.7 check-in: b6492fe614 user: dgp tags: core-8-7-b1-rc | |
| 06:31 | Merge 8.7 - update for missing TIP 548 function docs check-in: d68803e263 user: apnadkarni tags: trunk, main | |
| 06:19 | Fix missing TIP 548 function docs. Some copy editing of doc prototypes for clarity (sez he). check-in: c535758822 user: apnadkarni tags: core-8-branch | |
|
2023-07-16
| ||
| 21:29 | Remove non-supported testcases check-in: 5d54238fee user: jan.nijtmans tags: tip-671 | |
| 07:23 | Merge 8.7 - Bug [a366c6efee] check-in: fe628d36ce user: apnadkarni tags: trunk, main | |
| 06:15 | Bug [a366c6efee] check-in: 3b31b4f4a9 user: apnadkarni tags: core-8-branch | |
| 00:24 | Fix bug [c25d2cd3e6], as well as memory leaks in lsearch and concat. Add cleanup to some tests. Fix ... check-in: ae23b0ea96 user: griffin tags: trunk, main | |
|
2023-07-14
| ||
| 15:59 | Same fix in chanio.test check-in: a93ecc3319 user: dgp tags: trunk, main | |
| 15:36 | Move channel close commands to -cleanup so that when the (expected) error occurs in [fcopy] we do no... check-in: e99d523a7d user: dgp tags: trunk, main | |
| 14:51 | First attempt to mix TIP's #657 and #671 check-in: 77d9664918 user: jan.nijtmans tags: tip-671 | |
| 14:18 | dup test name check-in: 5225dfe40c user: dgp tags: trunk, main | |
| 13:36 | merge trunk check-in: 1514cf37c0 user: dgp tags: dgp-refactor | |
| 13:29 | merge trunk check-in: 16bb98397c user: dgp tags: core-9-0-b1-rc | |
| 13:28 | merge trunk check-in: e20451ce48 user: dgp tags: novem | |
| 11:13 | Use "strict" in almost all commands. Only "glob" and environment variables are left out. (Experiment... check-in: da536b9803 user: jan.nijtmans tags: tip-657 | |
| 06:31 | Rebase to 9.0 check-in: 0a52caf686 user: jan.nijtmans tags: tip-657 | |
| 06:28 | Merge 8.7 check-in: cbdec07524 user: jan.nijtmans tags: trunk, main | |
|
2023-07-13
| ||
| 20:57 | Merge trunk. Still have panic in TclStackFree during pkgMkIndex-2.1 check-in: ff8e923b92 user: dgp tags: dgp-refactor | |
| 20:49 | Merge TIP 636. Resolve conflicts. Result shows TclStackFree panic when freeing the compiledLocals. check-in: b9d1bef880 user: dgp tags: dgp-refactor | |
| 20:09 | Merge conflict free checkins from trunk. check-in: 393c1e59cf user: dgp tags: dgp-refactor | |
| 19:34 | merge trunk check-in: b9c6b55287 user: dgp tags: novem | |
| 19:25 | merge trunk check-in: a44dae9ef9 user: dgp tags: core-9-0-b1-rc | |
| 19:15 | merge 8.7 check-in: cc2236d5e1 user: dgp tags: core-8-7-b1-rc | |
| 17:19 | Correct wording in Comment check-in: 7136462c76 user: oehhar tags: core-8-branch | |
| 16:23 | Merge 8.7 check-in: 528716921f user: jan.nijtmans tags: trunk, main | |
| 15:42 | Backport changes in tclListObj.c from Tcl 9.0 check-in: 24daba8fd2 user: jan.nijtmans tags: core-8-branch | |
| 12:06 | Remove incorrect lines that were added to SetDuplicatePureObj(). SetDuplicatePureObj() is specifica... check-in: 1c2c289adf user: pooryorick tags: trunk, main | |
| 05:43 | Merge trunk check-in: 3f0de542ee user: apnadkarni tags: tip-671 | |
| 03:33 | NewStringObj more efficient than NewUnicodeObj check-in: 2871f5ae9f user: apnadkarni tags: apn-string-split | |
|
2023-07-12
| ||
| 20:02 | Eliminate another compiler-warning, with -DTCL_NO_DEPRECATED=1 check-in: 3b8f2cf18c user: jan.nijtmans tags: trunk, main | |
| 19:56 | One more unresolved reference (see prev commit) check-in: 239e636558 user: jan.nijtmans tags: trunk, main | |
| 19:36 | More fixes related to [c1691dc608]: 32-bit Linux regressions, like ".... undefined reference to `Tcl... check-in: fc17b782b6 user: jan.nijtmans tags: trunk, main | |
| 19:13 | Merge 8.7 check-in: 1224acdcf6 user: jan.nijtmans tags: trunk, main | |
| 19:11 | (partial) fix for [c1691dc608]: 32-bit Linux regressions. Eliminate compiler warning check-in: 2ab20ce108 user: jan.nijtmans tags: core-8-branch | |
| 15:12 | Merge 8.7 check-in: 70697b205c user: jan.nijtmans tags: trunk, main | |
| 15:09 | Fix special-case in SetDuplicatePureObj(): Since typePtr is always &tclListType (ALL current calls t... check-in: 13d7e0fc55 user: jan.nijtmans tags: core-8-branch | |
| 14:43 | Merge 8.7 check-in: 5fe8a20f26 user: jan.nijtmans tags: trunk, main | |
| 11:38 | Consider 3 more types as special in TclDuplicatePureObj(). Updated comment for the reason why. check-in: 3f04a9222b user: jan.nijtmans tags: core-8-branch | |
| 08:33 | Merge trunk check-in: 94da849aa7 user: apnadkarni tags: apn-string-split | |
| 06:42 | Merge mark check-in: a263e66f71 user: apnadkarni tags: trunk, main | |
| 06:39 | Fix [54329e39c7] check-in: 95cab70fe8 user: apnadkarni tags: core-8-branch | |
| 03:06 | Fix foreach bug [a34733451b]. Other code cleanup discovered by code review. check-in: 5bc8af69e3 user: griffin tags: trunk, main | |
| 02:51 | Fix [54329e39c7] check-in: 3435cde0f5 user: apnadkarni tags: trunk, main | |
| 02:31 | Add test Closed-Leaf check-in: f912c7f905 user: apnadkarni tags: bug-54329e39c7 | |
|
2023-07-11
| ||
| 16:48 | Abstract list type for strings check-in: fbc9c695cc user: apnadkarni tags: apn-string-split | |
| 16:43 | Tweak last for performance in case of traditional lists. check-in: 51f5187df8 user: apnadkarni tags: bug-54329e39c7 | |
| 12:59 | Wrap DECACHE_STACK_INFO around Tcl_ListObjIndex call from bytecode engine. check-in: 61054ed757 user: apnadkarni tags: bug-54329e39c7 | |
| 11:35 | Prevent foreach memory bloat iterating within a proc check-in: 3fa173c282 user: apnadkarni tags: bug-54329e39c7 | |
| 09:23 | Merge 8.7 check-in: 71ba59091e user: jan.nijtmans tags: trunk, main | |
| 09:20 | Fix [5916e48806]: tcl.pc: hardcoded depedencies, missing build flags check-in: 4b11db28e6 user: jan.nijtmans tags: core-8-branch | |
|
2023-07-10
| ||
| 16:07 | Merge 8.7 check-in: dd8d96dbf7 user: jan.nijtmans tags: trunk, main | |
| 15:57 | Code cleanup for arithSeries, all backported from 9.0 check-in: f93176d784 user: jan.nijtmans tags: core-8-branch | |
| 11:49 | Create new branch named "apn-string-split" check-in: 74008b39bb user: apnadkarni tags: apn-string-split | |
| 07:27 | Merge 9.0 check-in: addb7a978e user: jan.nijtmans tags: tip-626 | |
|
2023-07-09
| ||
| 14:47 | Permit large scripts > INT_MAX. Not complete because compiler source line tracking still limited. check-in: f2432558f7 user: apnadkarni tags: apn-fix-scripts64 | |
| 13:51 | Create new branch named "apn-fix-scripts64" check-in: 2cdb70a44d user: apnadkarni tags: apn-fix-scripts64 | |
| 12:54 | missed a few check-in: 6fb182d222 user: jan.nijtmans tags: tip-665 | |
| 12:41 | Rebase to 8.7 check-in: 7bf8d24ff3 user: jan.nijtmans tags: tip-665 | |
|
2023-07-08
| ||
| 20:36 | Unbreak Windows build (broken by [765c9c37a2] due to TIP #628) check-in: 00177effca user: jan.nijtmans tags: trunk, main | |
| 20:28 | Merge-mark check-in: 9f1fe7611c user: jan.nijtmans tags: trunk, main | |
| 20:25 | Fix [c5bcbf3494]: Output of surrogates seems to repeat following character check-in: 07e42778fc user: jan.nijtmans tags: core-8-branch | |
|
2023-07-07
| ||
| 21:06 | Cleanup abstract list ObjType function definitions. check-in: 765c9c37a2 user: griffin tags: trunk, main | |
| 14:57 | Make TIP #636 work together with TIP #628: Shared 8.7/9.0 build environment check-in: a842d7c27a user: jan.nijtmans tags: trunk, main | |
| 14:23 | TIP #636 cleanup: Eliminate the use of Tcl_ObjTypeLength() et al, which look public but are internal... check-in: 652c7258c9 user: jan.nijtmans tags: trunk, main | |
| 02:56 | merge TIP #636 (tip-636-tcl9-644) check-in: 91c2f411e7 user: griffin tags: trunk, main | |
|
2023-07-06
| ||
| 21:37 | merge trunk Closed-Leaf check-in: dc07baa584 user: griffin tags: tip-636-tcl9-644 | |
| 19:12 | merge trunk check-in: 66df8231f9 user: griffin tags: tip-636-tcl9-644 | |
| 16:13 | off-by-one. Minor optimization Closed-Leaf check-in: 627b07acdd user: jan.nijtmans tags: bug-c5bcbf3494 | |
| 15:07 | Proposed fix for [c5bcbf3494]: Output of surrogates seems to repeat following character. Also use mo... check-in: ef717df5a5 user: jan.nijtmans tags: bug-c5bcbf3494 | |
|
2023-07-05
| ||
| 15:10 | Merge 8.7 check-in: c835fededf user: jan.nijtmans tags: trunk, main | |
| 15:08 | Merge 8.6 check-in: be96f35be2 user: jan.nijtmans tags: core-8-branch | |
| 06:13 | Merge main check-in: 9c35266dec user: apnadkarni tags: tip-671 | |
| 05:52 | Merge 8.7 - Bug [5be203d6ca] - io-7.3 failure check-in: 4b6fd44d84 user: apnadkarni tags: trunk, main | |
| 05:08 | Bug [5be203d6ca] - io-7.3 failure check-in: 7a68ac2af7 user: apnadkarni tags: core-8-branch | |
| 03:23 | Bug [5be203d6ca] - better fix and add test Closed-Leaf check-in: b88bf9d6bd user: apnadkarni tags: bug-5be203d6ca-apn | |
|
2023-07-04
| ||
| 18:13 | merge trunk check-in: 4ebabc484d user: griffin tags: tip-636-tcl9-644 | |
| 15:13 | Merge 8.7 check-in: 5945f7349d user: jan.nijtmans tags: trunk, main | |
| 14:52 | Use more uppercase hex in documentation and test-cases (for consistancy) check-in: d26adb0a76 user: jan.nijtmans tags: core-8-branch | |
| 11:18 | Use "tcltest::Asciify" in stead of "printable" check-in: b3fc72ba83 user: jan.nijtmans tags: core-8-branch | |
| 08:38 | Rebase to 9.0 check-in: af0a32717f user: jan.nijtmans tags: tip-657 | |
| 06:47 | Correctly compute consumed bytes in case of truncated byte sequence at end. check-in: 457d38e405 user: apnadkarni tags: bug-5be203d6ca-apn | |
| 04:46 | Distinguish test for cesu-8 check-in: f2bf724b62 user: apnadkarni tags: tip-671 | |
|
2023-07-03
| ||
| 17:07 | merge trunk check-in: b3fc4bb14d user: griffin tags: tip-636-tcl9-644 | |
| 14:16 | Branch meant for bug-fixing [5be203d6ca]: io-7.3 and chanio-7.3 fail in debug mode Closed-Leaf check-in: d70f500674 user: jan.nijtmans tags: bug-5be203d6ca | |
| 14:10 | Merge 8.7 check-in: fac9e0c2f9 user: jan.nijtmans tags: trunk, main | |
| 14:09 | Adapt tcltest::Asciify, so it's usable for Tcl 8.5 and 8.6 too check-in: 978b4c8a0a user: jan.nijtmans tags: core-8-branch | |
| 14:08 | Fix testcase (broken by previous commit) check-in: 0b4d0dadb5 user: jan.nijtmans tags: core-8-branch | |
| 13:51 | Fix comment (missing ticket ID) check-in: 5b13bdb4a2 user: jan.nijtmans tags: core-8-branch | |
| 13:46 | Temporary disable tests io-7.3 and chanio-7.3, which fail in debug mode. Ticket [5be203d6ca] created... check-in: 6b6caba07a user: jan.nijtmans tags: core-8-branch | |
| 08:03 | Fix [a5901fc953]: Version control should ignore unix/dltest/embtest check-in: 456c86ae20 user: jan.nijtmans tags: trunk, main | |
| 00:33 | Add tests for scalar numeric values. check-in: 595a76c46a user: griffin tags: tip-636-tcl9-644 | |
|
2023-07-02
| ||
| 12:40 | Disable lossless profile for ascii-incompatible encodings and merge trunk check-in: 511f952c57 user: apnadkarni tags: tip-671 | |
| 12:07 | Merge 8.7 check-in: 734b43efee user: jan.nijtmans tags: trunk, main | |
| 12:02 | Merge 8.6 check-in: 9543fe6f4e user: jan.nijtmans tags: core-8-branch | |
| 09:26 | merge core-8-branch (no change) check-in: 67fcad5e3b user: fvogel tags: trunk, main | |
| 09:26 | merge core-8-6-branch (no change) check-in: 2c12a2608a user: fvogel tags: core-8-branch | |
| 08:21 | We definitely need to build core-8-6-branch of Tcl IMHO. check-in: d55421e750 user: fvogel tags: trunk, main | |
| 08:20 | We definitely need to build core-8-6-branch of Tcl IMHO. check-in: 4134fd3788 user: fvogel tags: core-8-branch | |
| 04:57 | 8.7 merge mark check-in: 1b4f695cdf user: apnadkarni tags: trunk, main | |
| 04:55 | Backport fix [66ffafd309]. DBCS infinite loop on invalid encoding check-in: 4d10e2c128 user: apnadkarni tags: core-8-branch | |
| 04:54 | 8.7 merge mark (lseq tests) check-in: 127cf5151e user: apnadkarni tags: trunk, main | |
| 03:03 | Tests for [66ffafd309] check-in: f5c08e6d36 user: apnadkarni tags: trunk, main | |
| 02:41 | Fix [66ffafd309]. DBCS infinite loop on invalid encoding check-in: ffe33a7797 user: apnadkarni tags: trunk, main | |
|
2023-07-01
| ||
| 18:02 | Bug [66ffafd309] Closed-Leaf check-in: 6ce225894f user: apnadkarni tags: bug-66ffafd309 | |
|
2023-06-30
| ||
| 22:16 | merge trunk check-in: df29253e09 user: griffin tags: tip-636-tcl9-644 | |
| 20:34 | Test update for bug [63530267aa]. check-in: 7ae73656d0 user: griffin tags: core-8-branch | |
| 19:02 | Test update for bug [63530267aa]. Fix 32-bit embtest build issue. check-in: cd8512b73b user: griffin tags: trunk, main | |
| 14:34 | merge trunk check-in: 9d4f898f95 user: griffin tags: tip-636-tcl9-644 | |
| 13:40 | Merge 8.7. Remove unused TclArithSeriesObjLength() check-in: ca5cb73434 user: jan.nijtmans tags: trunk, main | |
| 13:28 | Merge 8.6 check-in: 028df23975 user: jan.nijtmans tags: core-8-branch | |
| 07:56 | Proposed fix for [ac874937c5]: -fsanitize=address not passed during linking of embtest Closed-Leaf check-in: 7a8b57a808 user: jan.nijtmans tags: bug-ac874937c5 | |
| 07:40 | Revert 'fix' for [ac874937c5], committed as part of a "Merge 8.7" commit. It's wrong, since "embtest... check-in: 952fb0603c user: jan.nijtmans tags: trunk, main | |
|
2023-06-29
| ||
| 18:30 | merge 8.7 check-in: f7688d05ca user: griffin tags: trunk, main | |
| 15:42 | Fix uninitialized variable. check-in: aff311df30 user: griffin tags: core-8-branch | |
| 15:26 | More lossless profile tests check-in: 5218e6d9df user: apnadkarni tags: tip-671 | |
| 15:20 | Merge trunk check-in: a18d98ac4e user: apnadkarni tags: tip-671 | |
| 15:13 | Add timeouts to github workflows to catch runaway scripts check-in: f5289ac77a user: dkf tags: trunk, main | |
| 13:12 | Merge 9.0 check-in: 5e1f3ab157 user: jan.nijtmans tags: tip-626 | |
| 13:12 | Merge 9.0 check-in: 5cd0f8cb98 user: jan.nijtmans tags: tip-626 | |
| 11:30 | Merge 8.7 - Bug [6a3e2cb0f0] - invalid bytes in escape encodings check-in: a8f83d57e4 user: apnadkarni tags: trunk, main | |
| 11:09 | Bug [6a3e2cb0f0] - invalid bytes in escape encodings check-in: 398de572ab user: apnadkarni tags: core-8-branch | |
| 07:24 | Merge-mark check-in: fc6b4bf74d user: jan.nijtmans tags: trunk, main | |
| 00:09 | ws check-in: 613f198094 user: bch tags: trunk, main | |
| 00:02 | speeling check-in: 814cb9a0a9 user: bch tags: trunk, main | |
|
2023-06-28
| ||
| 19:36 | Fix ticket [63530267aa] by implementing ticket [e5f06285de] and making additional corrections. check-in: 09fe59bbbd user: griffin tags: core-8-branch | |
| 17:27 | merge trunk Leaf check-in: f9c873e34d user: dgp tags: dgp-disable-deprecated-resyntax | |
| 17:06 | Remove documentation of deleted subcomands. check-in: 05a0170796 user: dgp tags: tip-673 | |
| 13:33 | merge trunk check-in: fef5e92b3f user: dgp tags: novem | |
| 13:24 | merge trunk check-in: 8fa6d3885b user: dgp tags: tip-673 | |
| 13:23 | merge trunk check-in: 7994e65c6a user: dgp tags: dgp-refactor | |
| 13:15 | merge trunk check-in: a261700c87 user: dgp tags: core-9-0-b1-rc | |
| 13:15 | merge 8.7 check-in: efd33eddbf user: dgp tags: core-8-7-b1-rc | |
| 07:27 | Merge 8.7 check-in: 0663e9a4ab user: jan.nijtmans tags: trunk, main | |
| 07:20 | Fix [26960060d7]: lseq-3.14 triggers use-after-free check-in: 68c0bd3f02 user: jan.nijtmans tags: core-8-branch | |
| 07:15 | Fix [78b9b6860c]: Please sync tclOOScript.h check-in: 36a137b7ae user: jan.nijtmans tags: core-8-branch | |
| 07:10 | Fix [https://core.tcl-lang.org/tk/tktview/a9929f112a|a9929f112a]: Bugs in the implementation of TIP ... check-in: 0b05b5c750 user: jan.nijtmans tags: trunk, main | |
|
2023-06-27
| ||
| 16:19 | Merge trunk check-in: d6152d4f01 user: apnadkarni tags: tip-671 | |
| 15:47 | merge trunk check-in: 4a5993facf user: dgp tags: dgp-refactor | |
| 15:38 | merge trunk check-in: fc880c8313 user: dgp tags: tip-673 | |
| 15:35 | merge trunk check-in: affead2b5d user: dgp tags: novem | |
| 15:31 | Merge 9.0 Closed-Leaf check-in: 2b09ea3b64 user: jan.nijtmans tags: bug-a9929f112a | |
| 15:26 | merge trunk check-in: b6f05b7832 user: dgp tags: core-9-0-b1-rc | |
| 15:25 | merge 8.7 check-in: 444fe58834 user: dgp tags: core-8-7-b1-rc | |
| 12:57 | Fix [24a8c16dbd]: bigdata.test: invalid command name "testbigdata" on 32-bit check-in: d5db55aa17 user: jan.nijtmans tags: trunk, main | |
| 10:07 | Fix previous errors in encoding.test check-in: 13b08f6669 user: pooryorick tags: trunk, main | |
| 06:55 | Merge 8.7 check-in: 3fbda64c31 user: jan.nijtmans tags: trunk, main | |
| 06:42 | Remove compat/dirent*.h and some other compat/*.c files: Modern C-compilers all have those now check-in: e275c72695 user: jan.nijtmans tags: core-8-branch | |
|
2023-06-26
| ||
| 10:12 | Merge 8.7 check-in: 92ba864abd user: jan.nijtmans tags: trunk, main | |
| 09:52 | Remove compat/stdint.h and compat/stdlib.h: All C-compilers nowadays have it. check-in: cdd211a557 user: jan.nijtmans tags: core-8-branch | |
| 07:24 | Merge unchained branch [22400aa71b] and resolve conflicts. check-in: 961f58e148 user: pooryorick tags: pyk-objinterface | |
|
2023-06-23
| ||
| 23:18 | Merge 9.0 check-in: 246d0d16ea user: jan.nijtmans tags: bug-a9929f112a | |
| 17:48 | merge trunk check-in: 02018c9d7e user: griffin tags: tip-636-tcl9-644 | |
| 17:32 | Fix build issue with no_deprecated. check-in: 0412b1d646 user: griffin tags: tip-636-tcl9-644 | |
| 12:36 | merge trunk check-in: c56d99cd7c user: dgp tags: dgp-refactor | |
| 12:36 | merge trunk check-in: 065718456c user: dgp tags: novem | |
| 12:28 | merge trunk check-in: 0741b47e9a user: dgp tags: tip-673 | |
| 12:27 | merge trunk check-in: c8f7cea555 user: dgp tags: core-9-0-b1-rc | |
| 12:26 | merge 8.7 check-in: 711525a54e user: dgp tags: core-8-7-b1-rc | |
|
2023-06-22
| ||
| 20:07 | Merge 8.7 check-in: 46481b6556 user: jan.nijtmans tags: trunk, main | |
| 19:00 | Fix [44452e2c55]: indexObj.test failures on i386 check-in: fbba7df295 user: jan.nijtmans tags: core-8-branch | |
| 13:40 | Merge-mark check-in: b4712d2e1f user: jan.nijtmans tags: core-8-branch | |
| 11:59 | Proposed fix for [44452e2c55]: indexObj.test failures on i386 Closed-Leaf check-in: 05df422a98 user: jan.nijtmans tags: bug-44452e2c55 | |
| 10:12 | WIP for fixing [https://core.tcl-lang.org/tk/tktview/a9929f112a|a9929f112a] check-in: b19e0278f2 user: jan.nijtmans tags: bug-a9929f112a | |
|
2023-06-21
| ||
| 22:44 | merge-mark check-in: 9dbdcdf63c user: jan.nijtmans tags: trunk, main | |
| 22:38 | (partial) fix for [https://core.tcl-lang.org/tk/tktview/a9929f112a|a9929f112a]: Bugs in the implemen... check-in: af0ec25f4d user: jan.nijtmans tags: core-8-branch | |
| 21:30 | Fix 3 "lset" testcases Closed-Leaf check-in: 8d300901a0 user: jan.nijtmans tags: bug-a9929f112a | |
| 16:08 | A few more test updates. check-in: e37bb57442 user: dgp tags: tip-673 | |
| 16:02 | merge trunk check-in: 3673c24b1f user: dgp tags: dgp-refactor | |
| 16:02 | merge trunk check-in: 7715dda14f user: dgp tags: novem | |
| 15:53 | merge trunk check-in: 8037d3c733 user: dgp tags: tip-673 | |
| 15:53 | merge trunk check-in: 431d92033f user: dgp tags: core-9-0-b1-rc | |
| 15:52 | merge 8.7 check-in: 773f4f098c user: dgp tags: core-8-7-b1-rc | |
| 14:52 | (partial) fix for [https://core.tcl-lang.org/tk/tktview/a9929f112a|a9929f112a]. Tk needs some change... check-in: c7e6b7e8eb user: jan.nijtmans tags: bug-a9929f112a | |
| 13:08 | RE syntax documentation describes some features as deprecated. Open branch to examine their removal. check-in: fa5748b035 user: dgp tags: dgp-disable-deprecated-resyntax | |
| 07:33 | Merge 9.0 check-in: db89a8f843 user: jan.nijtmans tags: tip-626 | |
| 07:18 | Merge 8.7 check-in: ae2c126f10 user: jan.nijtmans tags: trunk, main | |
| 07:13 | "trace variable" -> "trace add variable" in testcases (and documentation) check-in: 8dd5496bd1 user: jan.nijtmans tags: core-8-branch | |
|
2023-06-20
| ||
| 22:16 | Fix bug in TEBC foreach with abstractlists check-in: ed9a077dda user: griffin tags: tip-636-tcl9-644 | |
| 07:11 | Merge 8.7 check-in: 4016a576d6 user: jan.nijtmans tags: trunk, main | |
| 06:51 | Move VarHashGetKey() to tclInt.h. More int -> Tcl_Size check-in: dd25e7e253 user: jan.nijtmans tags: core-8-branch | |
| 01:47 | merge trunk check-in: cd7e0e6b99 user: griffin tags: tip-636-tcl9-644 | |
| 01:28 | Fix crash in BC execution when str concat and abstract list lindex operations have recursive BC exec... check-in: 3dcd9775e8 user: griffin tags: tip-636-tcl9-644 | |
|
2023-06-19
| ||
| 13:39 | Merge 8.7 - fix tests - hardcoded port and wsl. check-in: 2bedc17b74 user: apnadkarni tags: trunk, main | |
| 13:21 | Merge 8.6 - fix tests - hardcoded port and wsl. check-in: 6e88d47b21 user: apnadkarni tags: core-8-branch | |
| 12:42 | Merge 8.7 check-in: fab05e2102 user: jan.nijtmans tags: trunk, main | |
| 11:47 | Some more Tcl_Size usage check-in: 6808bdda06 user: jan.nijtmans tags: core-8-branch | |
| 04:29 | merge trunk check-in: 692eadeedf user: griffin tags: tip-636-tcl9-644 | |
|
2023-06-18
| ||
| 11:04 | Fix [c13819225e]: Problem with lsort|lsearch -stride on 32-bit linux check-in: 63fa3c217c user: jan.nijtmans tags: trunk, main | |
| 01:51 | Clarification. check-in: d070ec3f8c user: griffin tags: tip-636-tcl9-644 | |
|
2023-06-17
| ||
| 04:59 | Lossless load / unload tests check-in: 02b75abeb8 user: apnadkarni tags: tip-671 | |
|
2023-06-16
| ||
| 16:54 | Fix lossless profile for exec check-in: 8d5c42b3b5 user: apnadkarni tags: tip-671 | |
| 12:21 | Proposed fix for [c13819225e]: Problem with lsort|lsearch -stride on 32-bit linux. Also fix some com... Closed-Leaf check-in: 21959903d6 user: jan.nijtmans tags: bug-c13819225e | |
| 10:49 | tip-636-tcl9-644: doc/Object.3: remove double "the" check-in: dd69f7da65 user: oehhar tags: tip-636-tcl9-644 | |
|
2023-06-15
| ||
| 20:45 | Add Tcl_ObjType changes to the appropriate docs. check-in: af8aca29e3 user: griffin tags: tip-636-tcl9-644 | |
| 16:46 | Few more TIP 671 tests check-in: 39f1815bbf user: apnadkarni tags: tip-671 | |
| 15:44 | TIP #653 implementation (with a lot of corrections compared to the py-b8f575aa23 or the other tip-65... check-in: 85cf4c4682 user: jan.nijtmans tags: tip-653 | |
|
2023-06-14
| ||
| 15:17 | Use lossless profile for command line args. Couple of platform-specific cases. check-in: 1e1a880f3e user: apnadkarni tags: tip-671 | |
| 04:15 | Merged trunk check-in: 5ad4e9ef0e user: apnadkarni tags: tip-671 | |
| 02:04 | Remove debug puts check-in: 6e3bc1111a user: apnadkarni tags: tip-671 | |
|
2023-06-13
| ||
| 16:59 | merge trunk check-in: 25f29d1807 user: griffin tags: tip-636-tcl9-644 | |
| 16:47 | Remove getdbl abstraction. check-in: 79841a55e2 user: griffin tags: tip-636-tcl9-644 | |
| 14:12 | merge trunk check-in: 208dd54b8d user: dgp tags: dgp-refactor | |
| 14:11 | merge trunk check-in: 498f71f674 user: dgp tags: novem | |
| 13:42 | merge trunk check-in: 4c3377ae39 user: dgp tags: core-9-0-b1-rc | |
| 09:50 | Rebase to 9.0 check-in: 3e39201f04 user: jan.nijtmans tags: tip-657 | |
| 09:12 | Merge 8.7 check-in: 8daf5ef6c7 user: jan.nijtmans tags: trunk, main | |
| 06:05 | Specify implicit "-profile tcl8" in encoding-24.4 testcase check-in: 6a06db323e user: jan.nijtmans tags: core-8-branch | |
|
2023-06-12
| ||
| 22:45 | Merge 9.0 check-in: 2a8e051165 user: jan.nijtmans tags: tip-657 | |
| 10:19 | Merge trunk [7dc0ea8ca5]. Closed-Leaf check-in: c499122331 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 05:48 | Tests for lossless profiles. Change lossless behavior for UTF-16,32 check-in: 42d3d3d69d user: apnadkarni tags: tip-671 | |
| 04:10 | Revert unwarranted change in Tcl_CreateChannel() from [1776327edd]. check-in: f413252375 user: pooryorick tags: trunk, main | |
|
2023-06-11
| ||
| 21:31 | Merge trunk [19e22d9bc5]. check-in: 377114dc42 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 20:21 | Merge trunk [402ff62239]. check-in: 5fd8267c8a user: pooryorick tags: trunk-encodingdefaultstrict | |
| 19:53 | Merge trunk [07d84ca4b3]. check-in: 94c0cb9397 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 19:41 | Merge trunk [3389fba412]. check-in: 09a7091246 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 17:31 | Fix greedy consumption bytes in lossless profile for utf-8. check-in: 94879d45b4 user: apnadkarni tags: tip-671 | |
| 13:10 | Merge trunk [9d2e82fe49]. check-in: 53546902b3 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 11:57 | Use lossless profile for links and globalprocessdata (exe name etc.) check-in: 3bd1fecfcc user: apnadkarni tags: tip-671 | |
| 08:55 | Merge trunk [b06ffa0e0e]. check-in: 6e498105b7 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 08:07 | Merge trunk [66350977dd]. check-in: 98296c64b7 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 07:29 | Merge trunk [20891426a8]. check-in: 56d7f41983 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 05:06 | Merge trunk [874005b119] check-in: b569708937 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 03:12 | Tests to read and write invalid encoded env values check-in: 87000f1852 user: apnadkarni tags: tip-671 | |
| 02:46 | Merge trunk check-in: b1f00c4901 user: apnadkarni tags: tip-671 | |
| 02:34 | Tests for invalidly encoded file names and env (TIP 671 motivation) check-in: 7dc0ea8ca5 user: apnadkarni tags: trunk, main | |
|
2023-06-10
| ||
| 17:49 | Lossless env - wip check-in: 4122487129 user: apnadkarni tags: tip-671 | |
| 13:43 | Refactor into common function. Add error checks that were never present. check-in: 4cec5c007e user: apnadkarni tags: tip-671 | |
|
2023-06-08
| ||
| 12:39 | Merge 8.6 check-in: 26d2fb8e85 user: jan.nijtmans tags: core-8-branch | |
|
2023-06-07
| ||
| 17:24 | WIP on TIP 673. First pass exposes issues in the test suite. check-in: f74cac7b6a user: dgp tags: tip-673 | |
|
2023-06-06
| ||
| 22:09 | Work in progress check-in: b54c80a046 user: apnadkarni tags: tip-671 | |
| 20:26 | merge trunk check-in: e06d17fb2a user: griffin tags: tip-636-tcl9-644 | |
| 16:04 | Clean up logic to detect failures. check-in: 917b9ccbe6 user: griffin tags: tip-636-tcl9-644 | |
|
2023-06-05
| ||
| 21:50 | Implement basic lossless profile check-in: 825c68627f user: apnadkarni tags: tip-671 | |
| 20:55 | Create new branch named "tip-671" check-in: 9e3a929549 user: apnadkarni tags: tip-671 | |
| 15:01 | merge trunk check-in: d7291c3a0a user: dgp tags: dgp-refactor | |
| 14:53 | merge trunk check-in: 1d1f661e69 user: dgp tags: novem | |
| 14:36 | merge trunk check-in: b56f63b34c user: dgp tags: core-9-0-b1-rc | |
| 14:35 | merge 8.7 check-in: fcdde7c54b user: dgp tags: core-8-7-b1-rc | |
| 11:12 | Added note about how some commands are mainly for Tk check-in: 7355a2baf1 user: dkf tags: core-8-branch | |
|
2023-06-04
| ||
| 22:58 | Merge 8.7 check-in: 8333622e92 user: pointsman tags: trunk, main | |
| 22:56 | Merge 8.6 check-in: 40e3b7572e user: pointsman tags: core-8-branch | |
|
2023-06-03
| ||
| 20:03 | Merge 8.7 check-in: 3c01918cbd user: jan.nijtmans tags: trunk, main | |
| 19:59 | Merge 8.6 check-in: d051ad23c5 user: jan.nijtmans tags: core-8-branch | |
|
2023-06-02
| ||
| 22:12 | Merge 8.7 check-in: 8677d7cb7e user: jan.nijtmans tags: trunk, main | |
| 22:05 | In TclAttemptInitStringRep(): Don't do a memcpy if attemptckalloc() fails check-in: 1ec25a729b user: jan.nijtmans tags: core-8-branch | |
| 15:19 | merge trunk check-in: 702e1cdfc7 user: dgp tags: dgp-refactor | |
| 15:12 | More library(n) docs check-in: 4c19535a09 user: dkf tags: core-8-branch | |
| 15:08 | merge trunk check-in: af8fd16b4a user: dgp tags: novem | |
| 15:01 | merge trunk check-in: ee61ec5e9e user: dgp tags: core-9-0-b1-rc | |
| 14:02 | Merge 8.7 check-in: 611603caf5 user: jan.nijtmans tags: trunk, main | |
| 13:59 | Merge 8.7 check-in: 486d398306 user: jan.nijtmans tags: trunk, main | |
| 13:54 | merge 8.7 check-in: bab3557724 user: dgp tags: core-8-7-b1-rc | |
| 13:46 | silence compiler warning check-in: bbd80e2402 user: dgp tags: core-8-branch | |
| 12:00 | New (internal) macro TclAttemptInitStringRep() check-in: b0b7c9d7b6 user: jan.nijtmans tags: core-8-branch | |
|
2023-06-01
| ||
| 21:36 | Merge 9.0 check-in: 941600cdb3 user: jan.nijtmans tags: tip-626 | |
| 21:04 | Merge 8.7 check-in: 0836dc0f71 user: jan.nijtmans tags: trunk, main | |
| 20:58 | Fix [9921778646]: something is wrong in core-8-branch check-in: 293f2741f8 user: jan.nijtmans tags: core-8-branch | |
| 14:37 | Added some examples to library(n) check-in: 10f1287b11 user: dkf tags: core-8-branch | |
|
2023-05-31
| ||
| 14:13 | merge-mark check-in: 73694d38dd user: jan.nijtmans tags: trunk, main | |
| 14:12 | Use TclDuplicatePureObj() in stead of TclListObjCopy() where appropriate. Backported from 9.0 check-in: 97cc33cd20 user: jan.nijtmans tags: core-8-branch | |
| 10:39 | swap foreachLine argument order in tests Closed-Leaf check-in: 5fda57d1a0 user: dkf tags: tip-670 | |
| 10:33 | Swapped foreachLine arg order, improved docs check-in: 9ff79be410 user: dkf tags: tip-670 | |
| 07:49 | Merge 8.7 check-in: 52acabe68a user: jan.nijtmans tags: trunk, main | |
| 07:45 | Document hoe Tcl_ReadChars() behaves in "-profile strict" mode when an encoding error happens. check-in: 3f2c42e160 user: jan.nijtmans tags: core-8-branch | |
| 07:20 | Merge 8.7 check-in: aef0abf3af user: jan.nijtmans tags: trunk, main | |
| 07:16 | Fix [c243e7a85e]: TIP #603 implementation broken on Windows check-in: 4bc6a277f4 user: jan.nijtmans tags: core-8-branch | |
|
2023-05-30
| ||
| 21:31 | Let's see if this helps Closed-Leaf check-in: 64a1c24acb user: jan.nijtmans tags: bug-c243e7a85e | |
| 16:23 | merge trunk check-in: d2b888084c user: dgp tags: dgp-refactor | |
| 15:24 | merge trunk check-in: 072610b561 user: dgp tags: novem | |
| 15:04 | merge trunk check-in: 231de45124 user: dgp tags: core-9-0-b1-rc | |
| 14:25 | merge 8.7 check-in: 50db9c5d99 user: dgp tags: core-8-7-b1-rc | |
| 13:57 | More typo fixes check-in: 7dc71b0c3b user: dkf tags: core-8-branch | |
| 13:48 | Get return stack correct when doing [return -code error] in the body check-in: 6527e15f1a user: dkf tags: tip-670 | |
| 12:41 | fix whitespace check-in: b4141634c4 user: dkf tags: tip-670 | |
| 12:22 | Merge 8.7 check-in: 1776327edd user: jan.nijtmans tags: trunk, main | |
| 11:59 | start of test cases check-in: 74e1a6805f user: dkf tags: tip-670 | |
| 11:25 | Backport IO-related changes from Tcl 9.0. Needed for preparation of TIP #653 check-in: 6165bc074f user: jan.nijtmans tags: core-8-branch | |
| 08:39 | Added docs check-in: 1a81b5fd1e user: dkf tags: tip-670 | |
|
2023-05-29
| ||
| 19:41 | Merge 8.7 check-in: 531a654901 user: jan.nijtmans tags: trunk, main | |
| 16:27 | int -> Tcl_Size, for full Tcl 9 support check-in: e9e36d8d3c user: jan.nijtmans tags: core-8-branch | |
| 12:11 | Basic implementation of TIP 670 check-in: 3300680ebd user: dkf tags: tip-670 | |
| 10:49 | Fix typo and outdated comment check-in: bf12ac1702 user: dkf tags: core-8-branch | |
|
2023-05-28
| ||
| 10:39 | merge 8.7 check-in: 760a8045a3 user: fvogel tags: trunk, main | |
| 10:38 | Fix errors when building the html man page for configurable.n (TIP #558) check-in: 9ae501484b user: fvogel tags: core-8-branch | |
| 10:37 | Fix errors when building the html man page for configurable.n Closed-Leaf check-in: 03521b234c user: fvogel tags: tip-558 | |
|
2023-05-26
| ||
| 17:15 | Function name cleanup. check-in: f0e51ed375 user: griffin tags: tip-636-tcl9-644 | |
|
2023-05-25
| ||
| 20:55 | merge trunk, fix leak. check-in: a8222bd851 user: griffin tags: tip-636-tcl9-644 | |
| 16:12 | Adapt data tables to Unicode 15.1 (beta) check-in: 19d43511ac user: jan.nijtmans tags: unicode-15.1 | |
| 15:10 | Eliminate some clang warnings. Only use "testbigdata" if sizeof(Tcl_Size) == sizeof(Tcl_WideInt) check-in: 17428d6a29 user: jan.nijtmans tags: trunk, main | |
| 04:38 | Remove old cruft. check-in: 40bbacfb8c user: griffin tags: tip-636-tcl9-644 | |
|
2023-05-24
| ||
| 23:17 | merge trunk check-in: 729526d9c8 user: griffin tags: tip-636-tcl9-644 | |
| 20:13 | Cleanup abstract list definitions. check-in: 741923851e user: griffin tags: tip-636-tcl9-644 | |
| 16:04 | TIP 603: Get 'stat' Information of Open Files check-in: 3b28244cfa user: dkf tags: core-8-branch | |
| 16:02 | merge core-8-branch Closed-Leaf check-in: 284bf626d7 user: dkf tags: tip-603 | |
| 15:29 | Merge 8.7 check-in: bc8d2884aa user: jan.nijtmans tags: trunk, main | |
| 15:22 | Fix regular expression in previous commit check-in: 0ce8e13e17 user: jan.nijtmans tags: core-8-branch | |
| 15:18 | Enhance html generation, so it can handle the "©" copy-sign as well check-in: 2769aa3e66 user: jan.nijtmans tags: core-8-branch | |
| 15:16 | More size protection for winDde check-in: 145e4170a1 user: jan.nijtmans tags: core-8-branch | |
| 10:31 | Remove TCL_SIZE_SMAX, not used anywhere. Some more variable which should have been Tcl_Size check-in: cc316b35f3 user: jan.nijtmans tags: trunk, main | |
|
2023-05-23
| ||
| 21:36 | Merge trunk check-in: 2f493bd21c user: griffin tags: tip-636-tcl9-644 | |
| 16:15 | Merge 8.7 check-in: c5dc388878 user: jan.nijtmans tags: trunk, main | |
| 16:03 | Give Tcl_CreateThread a TCL_HASH_TYPE (unsigned) stackSize parameter check-in: 232fb6c5c5 user: jan.nijtmans tags: core-8-branch | |
|
2023-05-22
| ||
| 10:13 | Merge 8.7 check-in: f1dbd8559e user: jan.nijtmans tags: trunk, main | |
| 07:48 | Small documentation corrections check-in: 5c995d1809 user: dkf tags: core-8-branch | |
|
2023-05-21
| ||
| 23:00 | Merge 8.7 check-in: 19e22d9bc5 user: jan.nijtmans tags: trunk, main | |
| 21:19 | Unbreak windows symbols build. More int -> Tcl_Size backported from 9.0 check-in: ba731752d3 user: jan.nijtmans tags: core-8-branch | |
| 20:42 | Fix test to be stable. check-in: 08b55c7949 user: griffin tags: trunk, main | |
|
2023-05-20
| ||
| 23:24 | Add cleanup to lseq tests. Fix assertion. check-in: ab6b395442 user: griffin tags: trunk, main | |
| 20:11 | Merge "unchained branch [a03cbbdf63] and resolve conflicts. check-in: 6803cae7fa user: pooryorick tags: pyk-objinterface | |
| 16:39 | Fix [c9663296fd]. Also refactor memory reallocation. check-in: 18d4bd49a6 user: apnadkarni tags: trunk, main | |
| 15:40 | Minor refactor to combine alloc/realloc Closed-Leaf check-in: 6f8be92c87 user: apnadkarni tags: bug-c9663296fd | |
| 14:10 | Merge "unchained" branch [6b0efb4663] and resolve conflicts. check-in: 1b29063091 user: pooryorick tags: pyk-objinterface | |
| 10:34 | merge-mark check-in: eda305c97b user: jan.nijtmans tags: trunk, main | |
| 10:07 | More int/Tcl_Size backport check-in: e69534b7e5 user: jan.nijtmans tags: core-8-branch | |
|
2023-05-19
| ||
| 23:07 | Merge trunk check-in: ce1ff6df2b user: apnadkarni tags: bug-c9663296fd | |
| 22:18 | Fix int/Tcl_Size pointer errors check-in: b60a8ec69f user: apnadkarni tags: trunk, main | |
| 21:31 | Fix build - ckalloc/ckfree not in Tcl 9 check-in: 0d4ea2fb20 user: apnadkarni tags: trunk, main | |
| 19:50 | Merge 8.7 check-in: a49cad4e9e user: jan.nijtmans tags: trunk, main | |
| 19:47 | int -> Tcl_Size and other (internal) signature improvements. Most of them backported from 9.0 check-in: 657c601af7 user: jan.nijtmans tags: core-8-branch | |
| 16:47 | More refactoring into common code check-in: 617dcb269e user: apnadkarni tags: bug-c9663296fd | |
| 14:15 | Improve the synopsis of the transchan manpage so it helps users a bit check-in: ed881099f4 user: dkf tags: core-8-branch | |
| 13:35 | Improve the synopsis of the refchan manpage so it helps users a bit check-in: 230a91cee1 user: dkf tags: core-8-branch | |
| 12:56 | Merge 8.7 check-in: 65e4f359b9 user: dkf tags: trunk, main | |
| 12:06 | TIP 558: Basic Configure Support for TclOO check-in: 49b856bfa8 user: dkf tags: core-8-branch | |
| 12:02 | merge core-8-branch check-in: 08ddd0482b user: dkf tags: tip-558 | |
| 11:26 | Merge "unchained" branch commit [05b72c0b3f] and resolve conflicts. check-in: 2840dda8db user: pooryorick tags: pyk-objinterface | |
|
2023-05-17
| ||
| 22:26 | Merge 9.0 check-in: 861edc2ab8 user: jan.nijtmans tags: tip-626 | |
| 16:22 | Proposed fix for [6022b9f946]: Tk when built against Tcl 9.0 broken Closed-Leaf check-in: 47ae4a0262 user: jan.nijtmans tags: bug-6022b9f946 | |
| 16:12 | Merge trunk check-in: 3e44e4bdd3 user: griffin tags: tip-636-tcl9-644 | |
| 14:46 | Merge 9.0 check-in: 70c510876c user: jan.nijtmans tags: tip-626 | |
| 12:44 | Improve TclDuplicatePureObj(), remove unnecessary increment/decrement pairs, and add more error chec... check-in: c405bdd1f0 user: pooryorick tags: trunk, main | |
| 12:26 | New functions: TclUndoRefCount() and TclDictGetSize(). check-in: 60d6e1d587 user: pooryorick tags: trunk, main | |
| 12:09 | Fix for [5ee01098824881b5], lseq list conversion results in attempt to access freed memory. check-in: e45cee0c53 user: pooryorick tags: trunk, main | |
| 07:38 | Merge latest 9.0. check-in: 6c0961d817 user: jan.nijtmans tags: tip-664 | |
| 07:33 | Merge 8.7 check-in: 57e46213e1 user: jan.nijtmans tags: trunk, main | |
| 07:30 | Remove dead code check-in: a00f23f242 user: jan.nijtmans tags: trunk, main | |
| 05:09 | Add Tcl_BumpObj() used to prevent leaks from Abstract List elements. Add Abstract List (ArithSeries)... check-in: 5c163280ea user: griffin tags: tip-636-tcl9-644 | |
|
2023-05-16
| ||
| 16:31 | Merge 8.6 check-in: 3a9f39d2ee user: jan.nijtmans tags: core-8-branch | |
| 10:26 | Merge 8.6 check-in: 228ba10871 user: jan.nijtmans tags: core-8-branch | |
| 09:33 | Fix memory leaks and remove unnecessary reference count bounce. check-in: 427bc951fb user: pooryorick tags: trunk, main | |
| 06:25 | Merge 8.7 check-in: 8e4d8a6053 user: jan.nijtmans tags: trunk, main | |
| 06:07 | Remove some more references to removed ChangeLog check-in: 192b0d7f7b user: jan.nijtmans tags: core-8-branch | |
| 06:05 | More int -> Tcl_Size (in tclInt.h) check-in: c9baf40479 user: jan.nijtmans tags: core-8-branch | |
| 05:25 | New function, TclDuplicatePureObj(), doesn't duplicate the string representation when duplicating a... check-in: 40af0258ec user: pooryorick tags: trunk, main | |
|
2023-05-15
| ||
| 23:08 | Refactor couple more reallocations check-in: 3b376ff197 user: apnadkarni tags: bug-c9663296fd | |
| 20:49 | Add Tcl_DecrRefCount() missing from [4b1a20629e]. check-in: 0785828c47 user: pooryorick tags: trunk, main | |
| 20:23 | Refactor allocation in Tcl_DStringAppendElement check-in: 770c9d949d user: apnadkarni tags: bug-c9663296fd | |
| 17:38 | merge trunk check-in: c5959a049d user: dgp tags: dgp-refactor | |
| 17:38 | merge trunk check-in: 6a3261cd5d user: dgp tags: novem | |
| 17:37 | merge trunk check-in: 1ea025b0a2 user: dgp tags: core-9-0-b1-rc | |
| 17:37 | merge 8.7 check-in: 2fa3d5406d user: dgp tags: trunk, main | |
| 17:34 | merge 8.7 check-in: 71afb9ba1c user: dgp tags: core-8-7-b1-rc | |
| 17:17 | TIP 663 implementation check-in: e9e65f6f98 user: dgp tags: core-8-branch | |
| 15:45 | Backport test improvements from 9.0 check-in: 912b1c7001 user: jan.nijtmans tags: core-8-branch | |
| 15:44 | No need to init string rep, if we throw away the object immediately check-in: 870167a6e5 user: jan.nijtmans tags: core-8-branch | |
| 13:26 | merge trunk check-in: 219ddbb777 user: dgp tags: dgp-refactor | |
| 13:26 | merge trunk check-in: c625dd4424 user: dgp tags: novem | |
| 13:19 | merge trunk check-in: fc7a2f1ba4 user: dgp tags: core-9-0-b1-rc | |
| 13:19 | merge 8.7 check-in: a7cd4b6540 user: dgp tags: core-8-7-b1-rc | |
| 11:52 | Merge 8.7 check-in: 402ff62239 user: jan.nijtmans tags: trunk, main | |
| 11:45 | Merge 8.6 check-in: 3614205c25 user: jan.nijtmans tags: core-8-branch | |
|
2023-05-14
| ||
| 08:21 | Rename TclRelaxRefCount() to TclUndoRefCount(). check-in: 8181a7f089 user: pooryorick tags: trunk, main | |
|
2023-05-13
| ||
| 10:59 | Add TclRelaxRefCount, and also try to take the fast path more often in byte-compiled [lindex]. check-in: 4b1a20629e user: pooryorick tags: trunk, main | |
|
2023-05-12
| ||
| 23:20 | In tclExecute.c call DECACHE_STACK_INFO() before calling TclLindexList(). check-in: 5830c27a5f user: pooryorick tags: trunk, main | |
| 12:32 | merge trunk check-in: 01eeb9b709 user: dgp tags: dgp-refactor | |
| 12:32 | merge trunk check-in: b29a50f0c9 user: dgp tags: novem | |
| 12:08 | merge trunk check-in: bfc223aef6 user: dgp tags: core-9-0-b1-rc | |
| 11:59 | merge trunk check-in: cb277b7f78 user: dgp tags: core-8-7-b1-rc | |
| 09:34 | Merge 9.0 check-in: c1e4ff0616 user: jan.nijtmans tags: tip-626 | |
| 08:57 | Merge 8.7 check-in: d7a44a92ed user: jan.nijtmans tags: trunk, main | |
|
2023-05-11
| ||
| 22:20 | Use 'attempt'-functions for libtommath, when built into Tcl check-in: 2be637e883 user: jan.nijtmans tags: core-8-branch | |
| 21:18 | More tweaks, finetuning Leaf check-in: 683f629ce8 user: jan.nijtmans tags: tip-668 | |
| 20:25 | Add TclRelaxRefCount and TclObjGetScalar, and use them to try to take the fast path more often in by... Closed-Leaf check-in: 05eeae5d67 user: pooryorick tags: py-build-broken | |
| 17:17 | Fix failing valgrind suppression for load.test check-in: 577f42d9a9 user: pooryorick tags: trunk, main | |
| 17:07 | Silence valgrind "still reachable" report in cmdAH.test check-in: 71448a9b15 user: pooryorick tags: trunk, main | |
| 16:35 | TIP #668 implementation: Consolidate all Tcl_Attempt* functions. check-in: fa605de79a user: jan.nijtmans tags: tip-668 | |
| 15:39 | put back pragma voor MSVC warning, accidently removed in previous commit check-in: f69bdb304d user: jan.nijtmans tags: trunk, main | |
| 15:30 | Restore warning-free compilation with C++ compiler check-in: 9a4d14e5dc user: jan.nijtmans tags: trunk, main | |
| 13:08 | Fix Valgind report of still reachable blocks in aaa_exit.test and other test files. check-in: a82bb79e8c user: pooryorick tags: trunk, main | |
| 11:46 | Rebase to latest 9.0 check-in: 006ee2b1d8 user: jan.nijtmans tags: tip-664 | |
| 06:31 | disable on-purpose compiler warning (MSVC) for testcase check-in: 7f9a786598 user: jan.nijtmans tags: trunk, main | |
| 06:23 | Merge 8.7 check-in: bf8de67eaf user: jan.nijtmans tags: tip-666 | |
|
2023-05-10
| ||
| 21:32 | Refactor allocation strategy in Tcl_DStringAppend check-in: 151dd2052b user: apnadkarni tags: bug-c9663296fd | |
| 20:53 | Merge 8.7 check-in: c7c8968b20 user: jan.nijtmans tags: trunk, main | |
| 19:39 | Backport various changes from 9.0 branch check-in: 3121b3a0b0 user: jan.nijtmans tags: core-8-branch | |
| 18:28 | TIP 663 implementation Closed-Leaf check-in: f50a0cfb9c user: dgp tags: tip-663 | |
| 17:25 | Merge trunk check-in: b4827791dc user: apnadkarni tags: bug-c9663296fd | |
| 15:37 | Rebase to latest 8.7 check-in: 11d97e377e user: jan.nijtmans tags: tip-666 | |
| 13:24 | merge trunk check-in: 3308a432b4 user: dgp tags: novem | |
| 13:24 | merge trunk check-in: cdf0a3f93f user: dgp tags: core-9-0-b1-rc | |
| 12:47 | merge 8.7 check-in: e9e50e774d user: dgp tags: core-8-7-b1-rc | |
| 12:28 | Merge 8.6 check-in: eb8844eaee user: jan.nijtmans tags: core-8-branch | |
|
2023-05-09
| ||
| 22:36 | docs: function does not "return an error", it returns TCL_ERROR, indicating an error occured check-in: 05c71e0ef3 user: bch tags: trunk, main | |
| 16:15 | merge-mark Leaf check-in: 8a35fc9953 user: jan.nijtmans tags: tip-659 | |
| 16:14 | merge-mark check-in: f08d4a81f2 user: jan.nijtmans tags: tip-657 | |
| 16:11 | Left-over TCL_ENCODING_STRICT, not used any more. Add "-profile tcl8" for testcases which don't work... check-in: c7d09172e8 user: jan.nijtmans tags: trunk, main | |
| 15:58 | merge trunk check-in: e487b3b7f1 user: griffin tags: tip-636-tcl9-644 | |
| 15:43 | Merge TIP #657 check-in: 48e6cffcc9 user: jan.nijtmans tags: tip-659 | |
| 15:43 | Merge 9.0 check-in: 5a026323e9 user: jan.nijtmans tags: tip-657 | |
| 13:44 | merge trunk check-in: 7daa1411f8 user: dgp tags: novem | |
| 13:38 | merge trunk check-in: d183a31327 user: dgp tags: dgp-refactor | |
| 13:16 | Merge 8.7 check-in: 07d84ca4b3 user: jan.nijtmans tags: trunk, main | |
| 13:07 | merge trunk check-in: e64ee84c72 user: dgp tags: core-9-0-b1-rc | |
| 13:06 | Remove useless type-casts. Backport some changes from 9.0 check-in: a2e98ff84d user: jan.nijtmans tags: core-8-branch | |
| 12:54 | merge 8.7 check-in: d4fbae1b9a user: dgp tags: core-8-7-b1-rc | |
| 09:51 | size_t -> Tcl_Size (twice) check-in: 45683a8ec4 user: jan.nijtmans tags: trunk, main | |
| 06:25 | Merge 9.0 check-in: e70694738e user: jan.nijtmans tags: tip-664 | |
|
2023-05-08
| ||
| 20:37 | Fix compilation with -DTCL_NO_DEPRECATED check-in: e6a4859c1e user: jan.nijtmans tags: tip-626 | |
| 14:19 | Fix [96551aca55]: Avoid pointer arithmetic with NULL in FOREACH_STRUCT(). Some typo's check-in: 5be2687f62 user: jan.nijtmans tags: core-8-branch | |
| 14:08 | Make TclLindexFlat() a litle more straightforward. check-in: 027b027f72 user: pooryorick tags: trunk, main | |
| 13:43 | Better version, keeping the (undocumented) behavior of 'i' initialization Closed-Leaf check-in: 72b13bcbe8 user: jan.nijtmans tags: bug-96551aca55 | |
| 11:35 | Use Tcl_Size instead of size_t in two places in TclIndexEncode. check-in: c52df109f3 user: pooryorick tags: trunk, main | |
| 09:35 | Proposed fix for [96551aca55]: Avoid pointer arithmetic with NULL in FOREACH_STRUCT() check-in: 0a39ff2784 user: jan.nijtmans tags: bug-96551aca55 | |
|
2023-05-07
| ||
| 20:34 | Merge 8.7. Restore Tcl_DStringSetLength() behavior, as suggested in [3837178c25] check-in: ca456c3719 user: jan.nijtmans tags: trunk, main | |
| 20:10 | Merge 8.7 check-in: f875039322 user: jan.nijtmans tags: core-8-branch | |
| 19:53 | Merge 9.0 check-in: a3731b569f user: jan.nijtmans tags: tip-626 | |
|
2023-05-06
| ||
| 19:44 | Use Tcl_Size instead of size_t in two places in TclIndexEncode. Closed-Leaf check-in: 9d3b0a93ad user: pooryorick tags: py-build-broken | |
| 15:54 | Make TclLindexFlat() a litle more straightforward. jn: @nathan, All Github CI-builds are turning ... check-in: 0a3d10e244 user: pooryorick tags: py-build-broken | |
|
2023-05-05
| ||
| 22:22 | Merge 8.7 check-in: c7bb4073e4 user: jan.nijtmans tags: tip-666 | |
| 21:22 | Merge 8.7 check-in: 3a0591cd2d user: jan.nijtmans tags: trunk, main | |
| 21:16 | Merge 8.6 check-in: a7d6392d25 user: jan.nijtmans tags: core-8-branch | |
| 14:57 | A few corrections in comments. check-in: 909ed82355 user: pooryorick tags: trunk, main | |
| 12:36 | Merge trunk check-in: 0579cbaaff user: apnadkarni tags: bug-c9663296fd | |
| 12:35 | Merge 8.7 - list performance tests check-in: 837448fcf6 user: apnadkarni tags: trunk, main | |
| 12:34 | Minor fixes for perf tests check-in: 329a85db9e user: apnadkarni tags: core-8-branch | |
| 09:40 | Remove TclArithSeriesObjCopy() and use Tcl_DuplicateObj() instead. check-in: 853b3416a7 user: pooryorick tags: trunk, main | |
| 09:17 | Change reallocation growth to 1.5. check-in: 7dd745be2e user: apnadkarni tags: bug-c9663296fd | |
| 06:21 | Merge tip-657 check-in: 5b6440a3d2 user: jan.nijtmans tags: tip-659 | |
| 06:18 | Remove more ... to be split off in separate TIP's check-in: 396e2bbc01 user: jan.nijtmans tags: tip-657 | |
|
2023-05-04
| ||
| 20:26 | Make some tests select an encoding profile instead of relying on the default. check-in: 3389fba412 user: pooryorick tags: trunk, main | |
| 19:59 | Remove special "-failindex" handling. check-in: 448cf0be0a user: jan.nijtmans tags: tip-659 | |
| 19:56 | merge tip-657 check-in: ad51672c84 user: jan.nijtmans tags: tip-659 | |
| 19:53 | Tcl_InputEncodingError() -> TclInputEncodingError. It will be split off in a separate TIP check-in: b907108f27 user: jan.nijtmans tags: tip-657 | |
| 18:22 | merge 8.7 check-in: 9d2e82fe49 user: dgp tags: trunk, main | |
| 18:21 | merge 8.6 check-in: ad4091c60a user: dgp tags: core-8-branch | |
| 17:52 | Refactor reallocation in preparation for experimentation with different growth factors check-in: 3f801dc599 user: apnadkarni tags: bug-c9663296fd | |
| 16:59 | Merge tip-657 check-in: f677c6efc9 user: jan.nijtmans tags: tip-659 | |
| 14:57 | merge trunk check-in: 8c5f8014ab user: dgp tags: dgp-refactor | |
| 14:52 | merge trunk check-in: 3b5d978839 user: dgp tags: novem | |
| 14:45 | merge trunk check-in: ee9a92d8ad user: dgp tags: core-9-0-b1-rc | |
| 13:52 | merge 8.7 check-in: 205f42e951 user: dgp tags: core-8-7-b1-rc | |
| 13:27 | Merge 9.0 check-in: c047b54ab1 user: jan.nijtmans tags: tip-657 | |
| 13:22 | Merge 9.0 check-in: 07e3049227 user: jan.nijtmans tags: tip-626 | |
| 13:06 | Merge 8.7 check-in: b06ffa0e0e user: jan.nijtmans tags: trunk, main | |
| 12:58 | Backport: Do not build every branch. Too expensive. check-in: badde889e7 user: jan.nijtmans tags: core-8-branch | |
| 12:53 | Fix [9c397da4a9]: AppendPrintfToObjVA(): support 64-bit pointers check-in: 32db95fa6a user: jan.nijtmans tags: core-8-branch | |
| 08:24 | Do not build every branch. Too expensive. check-in: b56f79dd40 user: dkf tags: trunk, main | |
| 06:50 | Rebase to latest 8.7 check-in: 0817ffe1c6 user: jan.nijtmans tags: tip-666 | |
| 06:44 | Some int -> Tcl_Size. Remove unnecessary knownBug constraint check-in: 5f27b0bb4a user: jan.nijtmans tags: tip-657 | |
| 06:38 | Rebase to latest 9.0 check-in: c4e22bc646 user: jan.nijtmans tags: tip-657 | |
| 06:36 | Rebase to latest 8.7 check-in: 1c4604133e user: jan.nijtmans tags: tip-665 | |
| 06:32 | Rebase to latest 9.0 check-in: b911c36b2c user: jan.nijtmans tags: tip-664 | |
| 05:12 | Merge trunk check-in: 0f7083072f user: apnadkarni tags: bug-c9663296fd | |
| 04:48 | Better fallback on list reallocation failure check-in: 66350977dd user: apnadkarni tags: trunk, main | |
|
2023-05-03
| ||
| 16:12 | Merge 9.0. Further Makefile tweaks Leaf check-in: 9c9f39bc30 user: jan.nijtmans tags: windows-thread-join | |
| 15:59 | Merge 8.7 check-in: 20891426a8 user: jan.nijtmans tags: trunk, main | |
| 15:51 | Backport "Comments only. Fix blatantly obsolete ones". And a few more improvements from the same fil... check-in: 797753b302 user: jan.nijtmans tags: core-8-branch | |
| 15:18 | Removed the bug specific test constraint from the tests related to [0306a5563c] because the bug is ... check-in: 1c4a696c6b user: pointsman tags: trunk, main | |
| 14:56 | Remove unused TclMethodIsType() check-in: bb3fc25ebd user: jan.nijtmans tags: tip-666 | |
| 14:47 | TIP #666 implementation check-in: 380064f5c8 user: jan.nijtmans tags: tip-666 | |
| 13:18 | Fix bug-c9663296fd (in progress) check-in: 1277a45c56 user: apnadkarni tags: bug-c9663296fd | |
| 10:01 | Comments only. Fix blatantly obsolete ones check-in: 842b3b3949 user: apnadkarni tags: trunk, main | |
| 09:31 | Use Tcl_Size instead of ptrdiff_t in Tcl_ObjCmdProc2(), Tcl_CmdObjTraceProc2, and Tcl_MethodCallProc... check-in: cd426d20a9 user: pooryorick tags: trunk, main | |
| 09:20 | Merge 9.0 check-in: 583c71a819 user: jan.nijtmans tags: tip-657 | |
| 07:04 | Merge 9.0 check-in: db15a1e038 user: jan.nijtmans tags: tip-626 | |
| 07:03 | Merge 9.0 check-in: 17486d3dce user: jan.nijtmans tags: tip-626 | |
| 04:06 | Merge mark 8.7 check-in: f39569fb40 user: apnadkarni tags: trunk, main | |
| 04:03 | Changed CHANNEL_PROFILE_* to ENCODING_PROFILE_* and moved out of tclIO.h. See below. For whatever r... check-in: b9aee6a781 user: apnadkarni tags: trunk, main | |
| 03:31 | Changed CHANNEL_PROFILE_* to ENCODING_PROFILE_* and moved out of tclIO.h. See below. For whatever r... check-in: 8cf18cec8c user: apnadkarni tags: core-8-branch | |
| 02:01 | merge trunk check-in: d4c2e9791a user: griffin tags: tip-636-tcl9-644 | |
|
2023-05-02
| ||
| 22:11 | Fix for [0306a5563c]. check-in: eb76c36249 user: pointsman tags: trunk, main | |
| 21:50 | Fix for [0306a5563c]. Closed-Leaf check-in: 36eb6e3921 user: pointsman tags: bug-0306a5563 | |
| 17:32 | merge 8.7 check-in: 076b05c40f user: dgp tags: core-8-7-b1-rc | |
| 17:06 | Merge 8.7 fix [784befb0ba] - tailcall crash check-in: 480bcbe193 user: apnadkarni tags: trunk, main | |
| 16:48 | Merge 8.6 - [ab123cfd3d] and [784befb0ba] check-in: 4039ba5278 user: apnadkarni tags: core-8-branch | |
| 16:43 | Merge 9.0 check-in: d66ed253e8 user: jan.nijtmans tags: tip-626 | |
| 15:31 | Make windows OPTS=symbols build work check-in: d184dcc11e user: jan.nijtmans tags: tip-664 | |
| 13:39 | merge trunk check-in: ea70c42344 user: dgp tags: dgp-refactor | |
| 13:00 | merge trunk check-in: 64412d591d user: dgp tags: novem | |
| 12:47 | Fix issue [b3628609ad73a105], by allowing TclStringCat to assume that each Tcl_Obj.bytes value is co... Closed-Leaf check-in: 2ddc0c3fa9 user: pooryorick tags: pyk-b3628609ad | |
| 12:16 | merge 8.7 check-in: 816ac633fe user: dgp tags: core-8-7-b1-rc | |
| 11:50 | Fix LISTREP_ASSERT Closed-Leaf check-in: b9d001ff67 user: apnadkarni tags: apn-list-realloc | |
| 11:28 | Merge trunk check-in: 3fd4e0d0b5 user: apnadkarni tags: apn-list-realloc | |
| 08:42 | Fix [bb69c8d17e] compiled string last check-in: 6964e7e16a user: apnadkarni tags: trunk, main | |
| 06:28 | Rebase to latest 9.0 check-in: a84524eea3 user: jan.nijtmans tags: tip-664 | |
| 05:38 | Change realloc strategy on fail, optimize for empty string check-in: ab979f8be5 user: apnadkarni tags: apn-list-realloc | |
|
2023-05-01
| ||
| 20:28 | More progress check-in: f3015fa249 user: jan.nijtmans tags: tip-665 | |
| 19:42 | Remove internal use of TCL_UTF_MAX=3 as much as possible, without compromizing existing TIP's check-in: 86503e53c7 user: jan.nijtmans tags: tip-665 | |
| 15:50 | Add missing "deprecated" constraint check-in: 0723320477 user: jan.nijtmans tags: trunk, main | |
| 15:08 | Remove IDE guff check-in: 29c4c31786 user: dkf tags: tip-558 | |
| 14:07 | Add doc comments, fix a typo in a manpage check-in: 17359f1c03 user: dkf tags: tip-558 | |
| 13:31 | Use modern copyright symbol, in line with rest of code check-in: 9c4d2f836a user: dkf tags: tip-558 | |
| 13:22 | Merge 8.7 check-in: 1bd656b53e user: dkf tags: tip-558 | |
| 12:39 | Tests for [dcac54a685] check-in: 800264f0a7 user: apnadkarni tags: trunk, main | |
| 12:16 | Tests for [ad9361fd20] check-in: ed26748c6b user: apnadkarni tags: trunk, main | |
| 11:41 | Fix [d07f42998d] - argument list truncation check-in: 71cab27557 user: apnadkarni tags: trunk, main | |
| 10:38 | Fix [ab123cfd3d] - ubsan warning in ValidateFormat check-in: 3da8d2069c user: apnadkarni tags: trunk, main | |
| 06:51 | Fix [ab123cfd3d] - ubsan scan warning. Closed-Leaf check-in: 787712b4c7 user: apnadkarni tags: bug-ab123cfd3d | |
| 06:41 | Added missing bigdata constraint check-in: ded211eaf8 user: apnadkarni tags: trunk, main | |
|
2023-04-30
| ||
| 23:09 | Partial sync-up with trunk. check-in: 82fe864420 user: griffin tags: tip-636-tcl9-644 | |
| 19:21 | Merge 8.7 check-in: 4d1655a18b user: jan.nijtmans tags: trunk, main | |
| 19:03 | Fix OPTS=utf16 build for Tcl 9.0 check-in: 95cb1987c8 user: jan.nijtmans tags: trunk, main | |
| 17:32 | Eliminate ListSizeT_MAX, since it's the same as TCL_SIZE_MAX check-in: 2898e21c62 user: jan.nijtmans tags: core-8-branch | |
| 12:32 | Add testcase for TclGetBytesFromObj() check-in: b25f2101d4 user: jan.nijtmans tags: trunk, main | |
| 12:02 | Don't test compatibility macro's when TCL_NO_DEPRECATED is defined: this is expected to fail Closed-Leaf check-in: f8af3cbaa3 user: jan.nijtmans tags: getbytesfromobj-tcl8-compat | |
| 10:20 | Fix [27b3ce2997] - check INT_MAX limit on script length check-in: 20ed83cf25 user: apnadkarni tags: trunk, main | |
| 09:54 | Fix one more error message for max arg limit Closed-Leaf check-in: 6e45492fe8 user: apnadkarni tags: bug-d07f42998d | |
| 08:08 | Working on [d07f42998d] check-in: 45ee9bfe2b user: apnadkarni tags: bug-d07f42998d | |
|
2023-04-29
| ||
| 16:16 | Add tests. Panic on bytecode length limit Closed-Leaf check-in: 42ac2ae6d4 user: apnadkarni tags: bug-27b3ce2997 | |
| 16:10 | Add experimental testcase for TclGetBytesFromObj() check-in: 122b521e98 user: jan.nijtmans tags: getbytesfromobj-tcl8-compat | |
| 15:20 | Eliminate ListSizeT_MAX, since it's the same as TCL_SIZE_MAX Closed-Leaf check-in: fdbf87049c user: jan.nijtmans tags: no-listsizet-max | |
| 14:56 | Resolve a TODO check-in: 624f3174c4 user: jan.nijtmans tags: trunk, main | |
| 14:50 | Merge 8.7 check-in: 874005b119 user: jan.nijtmans tags: trunk, main | |
| 14:11 | Updated from trunk. Simplified bug specific tests. check-in: c5521516de user: pointsman tags: bug-0306a5563 | |
| 03:15 | Fix [7cddd2845c] - crash with >= INT_MAX operands check-in: eb734aab39 user: apnadkarni tags: trunk, main | |
| 02:11 | Limit scripts to INT_MAX-1 bytes check-in: d527c3064e user: apnadkarni tags: bug-27b3ce2997 | |
|
2023-04-28
| ||
| 15:47 | Anticipate TIP 662, restore Tcl_VarEval() to novem branch. check-in: fba9fd3b1d user: dgp tags: novem | |
| 15:02 | Remove some (void *) typecasts, which are no longer necessary check-in: 4bd7191aa9 user: jan.nijtmans tags: core-8-branch | |
| 13:22 | merge trunk check-in: 697ce173a5 user: dgp tags: dgp-refactor | |
| 13:22 | merge trunk check-in: 51a0abb39c user: dgp tags: novem | |
| 13:06 | merge trunk check-in: 17bc2dde63 user: dgp tags: core-9-0-b1-rc | |
| 12:58 | merge 8.7 check-in: 2fd5f9109c user: dgp tags: core-8-7-b1-rc | |
| 09:03 | Merge trunk. check-in: 38d72f7adb user: pooryorick tags: trunk-encodingdefaultstrict | |
| 06:43 | Limit memset() to "TCL_UTF_MAX=3' builds. check-in: c72b11eac7 user: pooryorick tags: trunk, main | |
|
2023-04-27
| ||
| 20:54 | Add bytearray checking to TclCheckEmptyString(), and then use TclCheckEmptyString() in Tcl_AppendObj... check-in: 90d2fcee22 user: pooryorick tags: trunk, main | |
| 20:42 | Fix for [f5eadcbf9a6b1b4c], passing pointer to uninitialized memory leads Tcl_UniCharToUtf() to corr... check-in: 480c856482 user: pooryorick tags: trunk, main | |
| 20:34 | memset(0xff) instead of memset(0) to accomodate tests that fill buffer with 0xff. Closed-Leaf check-in: 1e52f2b6c3 user: pooryorick tags: bug-f5eadcbf9a6b1b4c | |
| 15:01 | Alternative to TIP #661: Modify the macro's such that compiler warnings are generated when using 'in... check-in: a9fde2618f user: jan.nijtmans tags: tip-664 | |
| 14:01 | More size_t -> Tcl_Size, missed by earlier updates check-in: f689f33488 user: jan.nijtmans tags: trunk, main | |
| 13:52 | Simplify Tcl 9 compatibility macro's. No change in functionality. check-in: c0aad60d0c user: jan.nijtmans tags: core-8-branch | |
| 13:34 | Merge trunk Closed-Leaf check-in: ff2bdedf2c user: apnadkarni tags: bug-7cddd2845c | |
| 12:47 | More checks for exceeding max words check-in: 0bea6484c4 user: apnadkarni tags: bug-7cddd2845c | |
|
2023-04-26
| ||
| 20:24 | RingSizeT -> Tcl_Size check-in: 9222a8298d user: jan.nijtmans tags: core-8-branch | |
| 19:29 | Reduce number of needed type-casts. No change in functionality Closed-Leaf check-in: c7e3f3a76e user: jan.nijtmans tags: tip-660-continued | |
| 16:18 | Fix index descrepencies (bug-fa00fbbbabe). Fix inconsistent rounding (bug-e5f06285de). check-in: a610e50b2f user: griffin tags: trunk, main | |
| 15:53 | More size_t -> Tcl_Size changes, which were missed before. Also (experimental) make the wrapper macr... check-in: 0c6c1aba8d user: jan.nijtmans tags: tip-660-continued | |
| 15:45 | Test fix for [0f98bce669] check-in: ba42b33cb0 user: apnadkarni tags: trunk, main | |
| 14:56 | Fix for [7cddd2845c] (in progress) check-in: 6cdc79088d user: apnadkarni tags: bug-7cddd2845c | |
| 13:07 | merge trunk check-in: 199993f69e user: dgp tags: novem | |
| 13:04 | merge trunk check-in: 00ebd5b6bf user: dgp tags: dgp-refactor | |
| 13:01 | merge trunk check-in: 98ca9c66cc user: dgp tags: core-9-0-b1-rc | |
| 06:51 | Merge 8.7 check-in: 969b05562e user: jan.nijtmans tags: trunk, main | |
| 06:49 | Merge 8.6 check-in: ad2f4f8d09 user: jan.nijtmans tags: core-8-branch | |
| 03:41 | merge trunk, address some 32-bit issues. Closed-Leaf check-in: 7ad6f6f6ad user: griffin tags: bug-fa00fbbbabe | |
|
2023-04-25
| ||
| 20:34 | Fix for issue [f5eadcbf9a], passing pointer to uninitialized memory leads Tcl_UniCharToUtf() to corr... check-in: db9f715fd5 user: pooryorick tags: bug-f5eadcbf9a6b1b4c | |
| 00:36 | Add fix inconsistent rounding (bug-e5f06285de). Compute and use the "precision" for sequences of dou... check-in: 62eaef043c user: griffin tags: bug-fa00fbbbabe | |
|
2023-04-24
| ||
| 20:21 | Added a test for the initial problem and another for the known remaining problem. check-in: ee6a702b64 user: pointsman tags: bug-0306a5563 | |
| 20:09 | Merge trunk. check-in: 978988f56d user: pointsman tags: bug-0306a5563 | |
| 18:57 | merge trunk check-in: 2fbfe7da2b user: dgp tags: dgp-refactor | |
| 18:47 | Merge TIP 660 commit. Resolve enough conflicts to compile. check-in: 16ce472043 user: dgp tags: dgp-refactor | |
| 17:46 | Fix [2e3fed53ba] - binary encode uuencode check-in: 3b2bbe8985 user: apnadkarni tags: trunk, main | |
| 17:16 | Fix [c719fa8716] - binary encode base64 assertion failure check-in: fcec152b12 user: apnadkarni tags: trunk, main | |
| 16:49 | Fix [9369f83649] - binary format/scan for big data check-in: 06ceffb2f3 user: apnadkarni tags: trunk, main | |
| 16:28 | Fix [a814ee5bbd] - string compare/equal -length for long strings check-in: e831429a4d user: apnadkarni tags: trunk, main | |
| 15:51 | Adapt signature of TclCompileScript() to fit better after TIP 660. check-in: 815e08b6d1 user: dgp tags: trunk, main | |
| 14:52 | merge trunk check-in: 8c558b5e00 user: dgp tags: novem | |
| 14:51 | Fix [d4ede611a7] - scan bigdata check-in: acaa559a27 user: apnadkarni tags: trunk, main | |
| 14:39 | merge TIP 660 commit check-in: 8cab581c5a user: dgp tags: novem | |
| 14:23 | merge trunk check-in: 635e801e5a user: dgp tags: core-9-0-b1-rc | |
| 14:22 | TIP 422 eliminated va_list arguments from the API of Tcl 9. However, some of the documentation linge... check-in: 0dfea8ca19 user: dgp tags: trunk, main | |
| 13:54 | Minor change to length limit checks Closed-Leaf check-in: 0cdc8158b1 user: apnadkarni tags: bug-d4ede611a7 | |
| 13:49 | merge trunk check-in: cbe4a315ee user: dgp tags: core-9-0-b1-rc | |
| 13:22 | merge 8.7 check-in: 5f3da67264 user: dgp tags: core-8-7-b1-rc | |
| 12:55 | Fix [a550f9710b] (format bigdata) check-in: 0cb8f90d77 user: apnadkarni tags: trunk, main | |
| 10:02 | Fix for bug [d4ede611a7] (scan) check-in: ce85c34ed2 user: apnadkarni tags: bug-d4ede611a7 | |
| 09:41 | Fixes the examples given in [0306a5563c]. Still more to do for a full fix. check-in: 8b3c80eeba user: pointsman tags: bug-0306a5563 | |
|
2023-04-23
| ||
| 23:57 | Add bytearray checking to TclCheckEmptyString(), and then use TclCheckEmptyString() in Tcl_AppendObj... Closed-Leaf check-in: 0b684db687 user: pooryorick tags: pyk-Tcl_AppendObjToObj | |
| 22:21 | Merge tip-657 check-in: ab034d5f0b user: jan.nijtmans tags: tip-659 | |
| 22:20 | Merge 9.0 check-in: bcbfebda19 user: jan.nijtmans tags: tip-657 | |
| 22:18 | Merge 9.0 check-in: ab466a99b5 user: jan.nijtmans tags: tip-626 | |
| 21:59 | Missing !defined(TCL_NO_DEPRECATED) around TIP #616 macro's. Thanks Rolf for noticing! check-in: 5f41604098 user: jan.nijtmans tags: trunk, main | |
| 20:49 | Merge 9.0 check-in: 81629177a8 user: jan.nijtmans tags: tip-626 | |
| 18:25 | That fixes the examples given in [0306a5563c]. Needs more consideration before claim success. Closed-Leaf check-in: 67231d38a8 user: pointsman tags: pyk-whatever, bug-0306a5563c | |
| 18:14 | That fixes the examples given in [0306a5563c]. Needs more consideration before claim success. Closed-Leaf check-in: 1cf1f44a14 user: pointsman tags: bug-0306a5563c | |
| 11:48 | merge trunk [f867f44c9c]. check-in: be70a97e6d user: pooryorick tags: trunk-encodingdefaultstrict | |
| 11:39 | Set the encoding profile to strict in Tcl_FSEvalFileEx(). This is independent of TIP 657: A scrip... Closed-Leaf check-in: f867f44c9c user: pooryorick tags: pyk-whatever | |
| 11:28 | Add bytearray checking to TclCheckEmptyString(), and then use TclCheckEmptyString() in Tcl_AppendOb... check-in: a61fef8429 user: pooryorick tags: pyk-whatever | |
| 11:23 | Merge trunk. check-in: 1fcfaab7fb user: pointsman tags: disabletcl8api | |
| 10:41 | Support combination TCL_UTF_MAX=3 with TCL_NO_DEPRECATED=1 check-in: 4ba40baf3f user: jan.nijtmans tags: trunk, main | |
| 10:31 | Remove TCL_8_COMPAT. No longer necessesary, because of TIP #660 check-in: 687747427c user: jan.nijtmans tags: trunk, main | |
| 09:48 | Merge tip-657 check-in: e4c301ca4c user: jan.nijtmans tags: tip-659 | |
| 09:46 | Merge 9.0 check-in: 66ef514f0e user: jan.nijtmans tags: tip-657 | |
| 09:21 | Merge 9.0 check-in: dbfd8e6ec6 user: jan.nijtmans tags: tip-626 | |
| 08:56 | Backout [3016169b6f], since TIP #657 (Make "-profile strict" the default in Tcl 9.0) is not accepted... check-in: 27fafca190 user: jan.nijtmans tags: trunk, main | |
| 08:53 | Backout [e6fe76ae6b]. See build failure with -DTCL_UTF_MAX=3 [https://github.com/tcltk/tcl/actions/r... check-in: e49259e374 user: jan.nijtmans tags: trunk, main | |
| 08:13 | Fix gcc type mismatch warnings exposed by disabling casts using disabletcl8api check-in: 44c8ea9887 user: apnadkarni tags: trunk, main | |
| 07:24 | Merge trunk Closed-Leaf check-in: ffb9760eca user: apnadkarni tags: apn-disabletcl8api-warnings | |
| 05:23 | Merge 8.7 - [d90fee06d0] (lassign) and [203792a48c] (Utf32ToUtf) check-in: 8b91a4a3c6 user: apnadkarni tags: trunk, main | |
| 04:18 | Bug [d90fee06d0] - lassign performance check-in: 3509f8a4db user: apnadkarni tags: core-8-branch | |
| 03:25 | Bug [d4ede611a7] (scan) - in progress check-in: 717c2c72f0 user: apnadkarni tags: bug-d4ede611a7 | |
|
2023-04-22
| ||
| 22:49 | Make Tcl_AppendObjToObj avoid string generation in a couple more circumstances, and edit some docume... check-in: e6fe76ae6b user: pooryorick tags: trunk, main | |
| 19:07 | Remove [after] that was inserted for debugging. Closed-Leaf check-in: 40f8ebb234 user: pooryorick tags: pyk-b3628609ad | |
| 18:17 | Merge 9.0 Leaf check-in: 9add50d484 user: jan.nijtmans tags: bug-d34442777 | |
| 17:55 | Fix [203792a48c]: Avoid signed integer overflow in Utf32ToUtfProc() check-in: 071ea1adbf user: jan.nijtmans tags: core-8-branch | |
| 17:34 | Merge 8.7 check-in: 7ef99c4cd6 user: jan.nijtmans tags: trunk, main | |
| 17:32 | Fill in URL in previous commit check-in: 9883f837fc user: jan.nijtmans tags: core-8-branch | |
| 17:31 | Register "utf32string" for Python check-in: f10817fea4 user: jan.nijtmans tags: core-8-branch | |
| 17:29 | Fix tclTomMath.h (from prev commit) check-in: 27d3b99343 user: jan.nijtmans tags: core-8-branch | |
| 16:34 | Fix [2a5cb49733ff]: Make TCL_NO_TOMMATH_H sufficient for tclTomMathDecls.h check-in: ecd4fdf4d7 user: jan.nijtmans tags: core-8-branch | |
| 16:29 | Backout [4a7b807856], It breaks the build. See: [https://github.com/tcltk/tcl/actions/runs/477158685... check-in: 1d3415a44e user: jan.nijtmans tags: trunk, main | |
| 10:04 | Use TclListObjRange in lassign for performance reasons Closed-Leaf check-in: 0486ade969 user: apnadkarni tags: bug-d90fee06d0 | |
|
2023-04-21
| ||
| 22:10 | Fix issue [b3628609ad73a105] by scrapping most of TclStringCat() in favor of Tcl_AppendObjToObj(). ... check-in: b699959d62 user: pooryorick tags: pyk-b3628609ad | |
| 21:45 | Merge tip-657 check-in: f843f54534 user: jan.nijtmans tags: tip-659 | |
| 21:31 | Merge 9.0 check-in: f1cb9fbb82 user: jan.nijtmans tags: tip-657 | |
| 20:58 | Demonstrate Tcl_GetIndexFromObjStruct with -Wconversion check-in: 3d8a094343 user: jan.nijtmans tags: bug-d34442777 | |
| 20:39 | Merge 8.7 check-in: 9cbb0b212f user: jan.nijtmans tags: trunk, main | |
| 20:32 | Make Tcl_AppendObjToObj more efficient and avoid unnecessarily generating a string representation wh... check-in: 4a7b807856 user: pooryorick tags: trunk, main | |
| 20:32 | Since Tcl_GetSizeIntFromObj is the same as Tcl_GetIntFromObj (in 8.7), it's not worth to spend a stu... check-in: f354f1fc6b user: jan.nijtmans tags: core-8-branch | |
| 20:26 | Add testcases check-in: aaf4d33fc7 user: jan.nijtmans tags: trunk, main | |
| 20:18 | Reduce diff between 8.7 and 9.0. Add some testcases check-in: 2ee8fe15f5 user: jan.nijtmans tags: core-8-branch | |
| 17:17 | Merge pre-TIP 660 changes from trunk. check-in: a6a4d93dd6 user: dgp tags: dgp-refactor | |
| 17:11 | Merge monster spell-check patch, resolving conflicts. check-in: b882118946 user: dgp tags: dgp-refactor | |
| 16:57 | Merge changes from trunk before the monster spell-check patch. check-in: b4716d7a69 user: dgp tags: dgp-refactor | |
| 16:49 | Merge pre-TIP 660 changes from trunk. check-in: b1c433a972 user: dgp tags: novem | |
| 15:22 | merge trunk check-in: e7aac617f1 user: dgp tags: core-9-0-b1-rc | |
| 13:32 | Merge 9.0 check-in: b732c118b6 user: jan.nijtmans tags: tip-626 | |
| 10:48 | Merged apn-disabletcl8api-warnings check-in: 7f6150c949 user: pointsman tags: disabletcl8api | |
| 10:07 | Fix gcc warning about format specifier in error message check-in: ba6e7c7800 user: apnadkarni tags: trunk, main | |
| 09:19 | Set the encoding profile to strict in Tcl_FSEvalFileEx(). check-in: 3016169b6f user: pooryorick tags: trunk, main | |
| 06:16 | Fix warnings generated on disable8api builds check-in: e80d1c5113 user: apnadkarni tags: apn-disabletcl8api-warnings | |
| 04:56 | Create new branch named "apn-disabletcl8api-warnings" check-in: 0747d260c6 user: apnadkarni tags: apn-disabletcl8api-warnings | |
| 00:42 | Updated disabletcl8api to post TIP 660. Changed the default while doing that. Now, without related c... check-in: 452896d195 user: pointsman tags: disabletcl8api | |
| 00:35 | merge trunk check-in: cdc15e9c42 user: griffin tags: bug-fa00fbbbabe | |
|
2023-04-20
| ||
| 18:13 | sync with trunk. Fix lseq size bugs. check-in: a48444ee91 user: griffin tags: bug-fa00fbbbabe | |
| 16:53 | Merge 9.0 check-in: aa3e7e529f user: jan.nijtmans tags: tip-626 | |
| 16:44 | Bugs [4ce858a049] (lrepeat), [f4d15772f1] (foreach), [6926a21840] (lmap). check-in: fbe4c73160 user: apnadkarni tags: trunk, main | |
|
2023-04-19
| ||
| 19:36 | TIP 660 changes to stop warnings in --enable-symbols=mem build. check-in: 5406686e2d user: dgp tags: trunk, main | |
| 17:05 | Merge trunk [08fc7dfb36]. check-in: 31278b27ed user: pooryorick tags: trunk-encodingdefaultstrict | |
| 16:41 | Merge trunk [c2d903f6ed]: apn-bigdata-tests. check-in: 9b48ca9beb user: pooryorick tags: trunk-encodingdefaultstrict | |
| 15:49 | Fix [a4617c8e90] - lsearch index truncation check-in: 08fc7dfb36 user: apnadkarni tags: trunk, main | |
| 15:07 | merge 8.7 check-in: 2b36f66f7d user: dgp tags: core-8-7-b1-rc | |
| 14:33 | Minor doc corrections check-in: 3028d5ae6d user: apnadkarni tags: trunk, main | |
| 13:21 | Fix [3c04fcdd1a] - join truncates large lists check-in: c4ebde4cb9 user: apnadkarni tags: trunk, main | |
| 12:20 | Fossil merge [1842599320]: TIP 660 accepted. check-in: 2ae62e3581 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 12:15 | Merge trunk [883464ea32]. check-in: b5d4c2af53 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 11:28 | Merge trunk [1ef347e31d]. check-in: d325b41eb8 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 11:19 | Merge trunk [5995ca9b6c]. check-in: 34fc519806 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 09:49 | Merge apn-bigdata-tests check-in: c2d903f6ed user: apnadkarni tags: trunk, main | |
| 09:18 | Merge trunk Closed-Leaf check-in: 0230e9e1ea user: apnadkarni tags: apn-bigdata-tests | |
| 07:43 | Merge trunk [f9c8bbde44]. check-in: 3237cee77c user: pooryorick tags: trunk-encodingdefaultstrict | |
| 07:17 | Merge trunk [433637e689]. check-in: 13903d9907 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 05:50 | Merge mark with 8.7 TIP 660 manpages check-in: 14ce5d5108 user: apnadkarni tags: trunk, main | |
| 05:49 | Fix a few function signatures in manpages for TIP 660. check-in: dd9adf8316 user: apnadkarni tags: core-8-branch | |
| 05:21 | Merge mark with 8.7 TIP 660 changes check-in: ab7b32583a user: apnadkarni tags: trunk, main | |
| 05:18 | TIP 660 accepted check-in: 7b8de2e92d user: apnadkarni tags: core-8-branch | |
| 04:45 | Merge 8.7 Closed-Leaf check-in: c555137119 user: apnadkarni tags: tip-660-tcl8 | |
| 04:20 | Fix dltest on Unix check-in: 7cf98a1a82 user: apnadkarni tags: core-8-branch | |
| 04:00 | Fix missing stddef.h include check-in: a6b890266d user: apnadkarni tags: core-8-branch | |
| 03:36 | TIP 660 accepted. check-in: 1842599320 user: apnadkarni tags: trunk, main | |
| 02:32 | Pick up lreplace.test and lseq.test from tip-660-with-trunk-testcases Closed-Leaf check-in: 0bf637b9dc user: apnadkarni tags: tip-660 | |
| 02:00 | Merge trunk check-in: 5ad7c7b96d user: apnadkarni tags: tip-660 | |
|
2023-04-18
| ||
| 23:57 | Merge trunk [67baae2829]. check-in: f63a6c9a50 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 23:25 | Merge trunk [32d5cdd8d0]. check-in: 81b21aae0f user: pooryorick tags: trunk-encodingdefaultstrict | |
| 23:24 | Merge trunk [8dba618fe6]. check-in: ac418948ce user: pooryorick tags: trunk-encodingdefaultstrict | |
| 23:22 | Merge trunk [f9a80c2c9e]. check-in: 2623ae23f1 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 22:56 | Merge trunk [4fc1f701cc] and resolve conflicts. check-in: 83afff3fa5 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 22:35 | In DoReadChars() reset CHANNEL_ENCODING_ERROR instead of CHANNEL_BLOCKED. check-in: 883464ea32 user: pooryorick tags: trunk, main | |
| 22:00 | Fix for [25cdcb7e8fb381fb]: Incomplete utf-8 sequence followed by eofchar results in failed asserti... check-in: a02c5b9f8b user: pooryorick tags: trunk, main | |
| 21:38 | TIP #660, merge trunk, replace testscases with trunk testcases Closed-Leaf check-in: ae89fcb5d3 user: jan.nijtmans tags: tip-660-with-trunk-testcases | |
| 21:24 | Merge 9.0 check-in: e72d7af6af user: jan.nijtmans tags: tip-626 | |
| 21:22 | Merge tip-657 check-in: 748c6402f5 user: jan.nijtmans tags: tip-659 | |
| 21:16 | Eliminate unnecessary clearance of CHANNEL_STICKY_EOF flag. check-in: af256f4469 user: pooryorick tags: trunk, main | |
| 21:05 | Merge 9.0 check-in: 7275b67ac4 user: jan.nijtmans tags: tip-657 | |
| 19:44 | Merge 8.7 Leaf check-in: e66bd84d14 user: jan.nijtmans tags: tip-657-backport | |
| 19:43 | Almost a merge-mark, just remove one (size_t) cast. check-in: 1ef347e31d user: jan.nijtmans tags: trunk, main | |
| 19:42 | Adapt TIP's #494/#481/#537/#544/#568/#616/#623/#627/#630 to TIP #660 changes check-in: 891367d291 user: jan.nijtmans tags: core-8-branch | |
| 16:47 | Merge trunk check-in: 4faeb40f41 user: apnadkarni tags: apn-bigdata-tests | |
| 15:47 | Merge 9.0 check-in: 8013020fec user: jan.nijtmans tags: tip-626 | |
| 15:46 | Merge 8.7 check-in: 8e96bc3d63 user: jan.nijtmans tags: trunk, main | |
| 15:32 | Merge trunk [0d197907c6]. check-in: 17172e8451 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 15:23 | Add TCL_T_MODIFIER (from TIP #660). Some header-file clean-up. check-in: 951cf65307 user: jan.nijtmans tags: core-8-branch | |
| 13:24 | Merge trunk [e7fcdb7611]. check-in: c9295cbf48 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 13:16 | Merge trunk [cbaf88e90a]: Fix iocmd-12.11 testcase. check-in: 5582c89a0d user: pooryorick tags: trunk-encodingdefaultstrict | |
| 13:05 | Merge trunk [a9fc905623] and resolve conflicts and test failures. check-in: 1882cc898d user: pooryorick tags: trunk-encodingdefaultstrict | |
| 12:24 | Merge trunk [79cd3ac351]. check-in: 518b6086eb user: pooryorick tags: trunk-encodingdefaultstrict | |
| 12:12 | Merge trunk [78beedf7e2] and resolve conflicts. check-in: fde2438f84 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 11:39 | Merge trunk [c8983a2a94] and resolve conflicts. check-in: 729ef5d2e8 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 10:47 | Correct CHANNEL_BLOCKED to CHANNEL_ENCODING_ERROR in Tcl_GetsObj(). check-in: 93b31fac43 user: pooryorick tags: trunk, main | |
| 10:29 | Merge trunk [48829d9671]: Fix [d7fd37ebd9]: handling leftover prefix in table encoding. check-in: 46f77f9937 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 08:07 | Merge trunk [1253dd0211]:` Fix http11 test hang caused by trailing brace in previous commit. check-in: 4e8b79b32c user: pooryorick tags: trunk-encodingdefaultstrict | |
| 08:02 | Merge trunk [20cad126cd]: Don't let httpd11 depend on the system encoding any more: All text files... check-in: 89939d5fe5 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 07:43 | Merge trunk [b10e2b66a9], Tcl TIP 656 manpages. check-in: 6072da9342 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 05:18 | Fix io-75.1{4,5} on Windows. Ticket [a7a89d422a] check-in: 079d2d5162 user: apnadkarni tags: trunk, main | |
| 02:55 | Merge trunk check-in: 0a224d1449 user: apnadkarni tags: tip-660 | |
|
2023-04-17
| ||
| 22:01 | Make encoding profile explicit in some tests. check-in: 5995ca9b6c user: pooryorick tags: trunk, main | |
| 21:33 | Merge trunk [49a4c8f8fb], "TIP 656 accepted", and resolve conflicts. check-in: ab0512022f user: pooryorick tags: trunk-encodingdefaultstrict | |
| 20:45 | Merge 8.7 check-in: e918b7f8d1 user: jan.nijtmans tags: tip-657-backport | |
| 20:03 | Plug memory leak caused by [46e7091a77b71ed7|this] commit check-in: a99ebef995 user: jan.nijtmans tags: trunk, main | |
| 18:56 | Merge 9.0 check-in: f91f1fdfd8 user: jan.nijtmans tags: tip-626 | |
| 18:53 | Merge 9.0 check-in: f4b917d87b user: jan.nijtmans tags: tip-626 | |
| 18:31 | merge trunk check-in: 46cf3d1220 user: dgp tags: core-9-0-b1-rc | |
| 17:55 | merge 8.7 check-in: eac6535e6a user: dgp tags: core-8-7-b1-rc | |
| 13:30 | Merge trunk [31788d9a4b] and resolve conflicts. check-in: 04c47a8fd6 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 12:12 | Correct some test descriptions in encoding.test. check-in: f9c8bbde44 user: pooryorick tags: trunk, main | |
| 11:31 | Merge trunk [1997f71246]. check-in: c9dd0d794e user: pooryorick tags: trunk-encodingdefaultstrict | |
| 10:58 | Merge trunk [498ef65f88] and resolve conflicts. check-in: 254c2ccb8c user: pooryorick tags: trunk-encodingdefaultstrict | |
|
2023-04-16
| ||
| 23:10 | Fix for [eabcbd08274f2d22], [read] error persists on channel with strict encoding after encoding is ... check-in: 3fa3d48874 user: pooryorick tags: trunk, main | |
| 18:36 | Fix bug-fa00fbbbabe - seq / lindex discrepancies Replace macros with static inline functions. Limit ... check-in: d31251277c user: griffin tags: bug-fa00fbbbabe | |
| 18:30 | Merge trunk [91094999d0], resolve conflicts, and make Tcl_UtfToExternalDString strict regarding enco... check-in: 54f348a1a8 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 18:08 | Merge 8.7 check-in: d900f1e009 user: jan.nijtmans tags: trunk, main | |
| 18:07 | Remove unneeded ENCODING_UTF flags check-in: 68c6f78bbf user: jan.nijtmans tags: core-8-branch | |
| 17:58 | some spelling corrections check-in: 2138857537 user: jan.nijtmans tags: core-8-branch | |
| 17:31 | size_t -> ptrdiff_t to match Tcl 9 unsigned->signed change check-in: 23c8313c59 user: apnadkarni tags: tip-660-tcl8 | |
| 17:07 | Merge trunk [f868c40053] and resolve conflicts. check-in: bd3f3d1df2 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 17:05 | Update manpages for TIP 660. Also one size_t -> Tcl_Size change in public API check-in: d2681fe90d user: apnadkarni tags: tip-660 | |
| 16:58 | Merge trunk [32c5b5172b]. check-in: 5d3e57ab8a user: pooryorick tags: trunk-encodingdefaultstrict | |
| 16:40 | Merge trunk [69fba9fb6b]: Fix [4bea02e811]: encoding convertfrom -strict ascii \x7f generates exce... check-in: afc62c3848 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 16:23 | Merge trunk [355a5e4733] and resolve conflicts and test failures. check-in: 67705e7e3c user: pooryorick tags: trunk-encodingdefaultstrict | |
| 14:16 | Remove unneeded ENCODING_UTF flags. check-in: 79045efa37 user: pooryorick tags: trunk, main | |
| 14:05 | Merge trunk [f64a19cf62] and resolve conflicts. check-in: d2bdcfb685 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 13:48 | Merge trunk [7b54fc6784]: Fix for [885c86a9a0]: convertfrom utf8 breaks for 4 byte utf encodings. check-in: 6914aa7c63 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 13:31 | Merge trunk [fc029613d5]. check-in: 52b5c9624e user: pooryorick tags: trunk-encodingdefaultstrict | |
| 13:23 | Merge trunk [e90924bb13]: test encoding-16.17. check-in: f432f63963 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 13:20 | Merge trunk [de933019a109d3d6]: Fix for [bd1a60eb9c]: convertfrom utf-8 strict mode allows surrogat... check-in: 8c8deec5ec user: pooryorick tags: trunk-encodingdefaultstrict | |
| 12:58 | Fix mistake in test io-75.14 and make some spelling corrections. check-in: 7015a9d049 user: pooryorick tags: trunk, main | |
| 10:55 | Merge core-8-branch check-in: 83ce119fd5 user: apnadkarni tags: tip-660-tcl8 | |
| 08:29 | Merge trunk [2d036d968c] and resolve issues. check-in: d4855bec2a user: pooryorick tags: trunk-encodingdefaultstrict | |
| 08:01 | Merge trunk check-in: 5bbb59e590 user: apnadkarni tags: tip-660 | |
| 07:55 | Merge trunk check-in: 83aa981859 user: apnadkarni tags: apn-bigdata-tests | |
| 05:44 | Fix VC++ unused variable warning, lappend and join. check-in: 85c4977a49 user: apnadkarni tags: apn-bigdata-tests | |
| 02:28 | Fix bug-fa00fbbbab - seq / lindex discrepancies Replace macros with static inline functions. Limit A... Leaf check-in: bbcd6d0c31 user: griffin tags: bug-fa00fbbbab | |
|
2023-04-15
| ||
| 23:50 | Merge trunk [f118b6370b]. check-in: 763611b6f9 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 22:52 | Merge trunk [f9cdaa50ad]: First part of fix for [4a7397e0b3]. Not complete yet. check-in: 039abf675c user: pooryorick tags: trunk-encodingdefaultstrict | |
| 22:14 | Merge 8.7 check-in: 181ea9e540 user: jan.nijtmans tags: tip-657-backport | |
| 22:11 | Fix indenting check-in: 4d28b47d9f user: jan.nijtmans tags: trunk, main | |
| 21:21 | Add tests for [read] return options "-result read". jn: Since TIP #653 is for Tcl 8.7, whereas th... Closed-Leaf check-in: 5d08f54e2f user: pooryorick tags: tip-653 | |
| 21:14 | Merge 9.0 check-in: d03d816a5e user: jan.nijtmans tags: tip-657 | |
| 19:50 | Fix SetResult doc check-in: 88e677a543 user: jan.nijtmans tags: trunk, main | |
| 19:13 | Merge 8.7 check-in: 79292291eb user: jan.nijtmans tags: trunk, main | |
| 19:11 | Merge 8.6 check-in: 8f718f3162 user: jan.nijtmans tags: core-8-branch | |
| 15:20 | Extend test io-75.15 to read invalid bytes in binary mode and then use [gets] to retrieve last two l... check-in: c24f41c1e3 user: pooryorick tags: tip-653 | |
| 13:25 | Extend test io-75.15 to read invalid bytes in binary mode and then use [gets] to retrieve last two ... check-in: 433637e689 user: pooryorick tags: trunk, main | |
| 12:47 | Remove partial result information from [gets] since it doesn't change the file position when it retu... check-in: 79359e68a0 user: pooryorick tags: tip-653 | |
| 12:15 | Merge trunk. check-in: a1bccf546d user: pooryorick tags: tip-653 | |
| 11:54 | Fix for [a7a89d422a4f5dd3], Under strict encoding, [gets] returns an error instead of returning the ... check-in: d481d08ed9 user: pooryorick tags: trunk, main | |
| 02:10 | Add missing constraint to string-equal/compare test check-in: 3169d8fcc8 user: apnadkarni tags: apn-bigdata-tests | |
|
2023-04-14
| ||
| 21:42 | Merge 8.7 check-in: 5b5f4f1482 user: jan.nijtmans tags: trunk, main | |
| 21:40 | int -> Tcl_Size where appropriate in tcl.decls (reducing the diff against Tcl 9.0) check-in: 727875354b user: jan.nijtmans tags: core-8-branch | |
| 15:07 | Fixed bug-a498006438 check-in: 37f2bddc83 user: apnadkarni tags: apn-bigdata-tests | |
| 15:01 | Merge trunk check-in: e36ab1e9ba user: apnadkarni tags: tip-660 | |
| 12:16 | Merge trunk. check-in: 1857d9f552 user: pooryorick tags: tip-653 | |
| 11:49 | Fix for issue [718de2132f487cf2], "review use of strip on the stubs library". check-in: af4865b183 user: pooryorick tags: trunk, main | |
| 11:46 | Fix for issue [718de2132f487cf2], "review use of strip on the stubs library". check-in: 39514b5729 user: pooryorick tags: core-8-branch | |
| 10:27 | Merge 8.7 check-in: 8b54565968 user: jan.nijtmans tags: tip-656-simpl | |
| 09:19 | New test for [gets] with strict encoding. Also add "\" in io-76.9, missing in last commit. check-in: 567407c1cd user: pooryorick tags: trunk, main | |
| 09:12 | Merge 9.0 check-in: f041e13465 user: jan.nijtmans tags: tip-626 | |
| 07:21 | Fix for [0cd1ae596e709259], under strict encoding, [gets] returns an error even though a complete li... check-in: 67baae2829 user: pooryorick tags: trunk, main | |
| 07:04 | Merge tip-657 check-in: 6b8e4186b9 user: jan.nijtmans tags: tip-659 | |
| 07:03 | Merge 9.0 check-in: 27a21d05e7 user: jan.nijtmans tags: tip-657 | |
| 03:24 | Merge trunk check-in: b381d87650 user: apnadkarni tags: apn-bigdata-tests | |
| 03:06 | Finish up list tests. Add testbigdata dict command for generating dicts check-in: a06843b088 user: apnadkarni tags: apn-bigdata-tests | |
|
2023-04-13
| ||
| 20:24 | Implementation of TIP 653. check-in: 35eecd77d6 user: pooryorick tags: tip-653 | |
| 18:05 | Few more bigdata tests check-in: 37362efd65 user: apnadkarni tags: apn-bigdata-tests | |
| 16:58 | Re-generate unix/configure check-in: 32d5cdd8d0 user: jan.nijtmans tags: trunk, main | |
| 16:56 | Re-generate unix/configure check-in: dcae72f245 user: jan.nijtmans tags: core-8-branch | |
| 14:31 | Rewrite documentation file SetResult.3 check-in: 8dba618fe6 user: pooryorick tags: trunk, main | |
| 14:02 | Follow-up to previous commit: Let's not break TIP #627 either. Also adapt documentation (will be nee... check-in: 3a6e95a252 user: jan.nijtmans tags: tip-660 | |
| 13:13 | Allow Tcl build without the Tcl 8 compat API. Derived from "disabletcl8api" branch (thanks, Rolf), b... check-in: fc9c3d7c3e user: jan.nijtmans tags: trunk, main | |
| 10:20 | Clean up Tcl_SetObjResult(). check-in: f9a80c2c9e user: pooryorick tags: trunk, main | |
| 09:18 | Remove unnecessary reference count bump in Tcl_ReadObjCmd(). check-in: 46e7091a77 user: pooryorick tags: trunk, main | |
| 07:16 | Remove last reference to -nocomplainencoding and fix some spelling errors. check-in: 0acfab7ee3 user: pooryorick tags: trunk, main | |
| 06:18 | Merge 8.7 check-in: 4fc1f701cc user: jan.nijtmans tags: trunk, main | |
| 06:16 | cherry-pick from trunk: Remove one unnecesary call to Tcl_SetErrno() in DoReadChars(). check-in: 935954e4d4 user: jan.nijtmans tags: core-8-branch | |
| 02:40 | Fix compilation on macos, test loading on mingw check-in: b243ca65bb user: apnadkarni tags: apn-bigdata-tests | |
| 00:12 | Remove one unnecesary call to Tcl_SetErrno() in DoReadChars(). check-in: 77c37636f0 user: pooryorick tags: trunk, main | |
|
2023-04-12
| ||
| 22:41 | Merge 9.0 check-in: 032889f9a1 user: jan.nijtmans tags: tip-657 | |
| 21:32 | Merge 8.7 check-in: f1990237b5 user: jan.nijtmans tags: tip-657-backport | |
| 20:39 | Correct the documentation of Tcl_SetObjLength. check-in: 1209aeff8a user: pooryorick tags: trunk, main | |
| 20:39 | Remove unnecessary generation of string representation in DoReadChars. check-in: ff859d0ece user: pooryorick tags: trunk, main | |
| 20:06 | merge-mark check-in: 567c9daafd user: jan.nijtmans tags: trunk, main | |
| 19:52 | Cherry-pick: Rearrange code blocks in DoReadChars to do less work when returning early check-in: db10185730 user: jan.nijtmans tags: core-8-branch | |
| 18:37 | Rearrange code blocks in DoReadChars to do less work when returning early. check-in: baba91fff4 user: pooryorick tags: trunk, main | |
| 18:19 | merge-mark check-in: 0d197907c6 user: jan.nijtmans tags: trunk, main | |
| 18:17 | Some more int -> Tcl_Size (which is actually the same in 8.7). Backported from 9.0 check-in: 30a0218439 user: jan.nijtmans tags: core-8-branch | |
| 17:08 | Test cases for more failures check-in: ca098eab20 user: apnadkarni tags: apn-bigdata-tests | |
| 14:25 | Correct spelling errors in comments and documentation, but also a non-comment corrections in history... check-in: d65da06a77 user: pooryorick tags: trunk, main | |
| 13:54 | merge-mark check-in: de83090149 user: jan.nijtmans tags: core-8-branch | |
| 13:51 | More int -> Tcl_Size, so (theoretically) longer lists could be handled. Thanks, Rolf! check-in: b921949acd user: jan.nijtmans tags: trunk, main | |
| 13:36 | Undo spelling corrections in compat/zlib. check-in: 47e648207d user: pooryorick tags: core-8-branch | |
| 13:30 | Correct spelling errors in comments and documentation, but also a non-comment corrections in histor... check-in: aca8de0aeb user: pooryorick tags: core-8-branch | |
| 09:11 | Merge 8.7 check-in: 9c60558723 user: jan.nijtmans tags: trunk, main | |
| 09:10 | int -> Tcl_Size for tclWinDde.c/tclWinReg.c, so it could (theoretically) handle larger lists in Tcl ... check-in: 79ca9e6801 user: jan.nijtmans tags: core-8-branch | |
| 08:58 | Fix [0b9200888e]: TIP #660 breaks TIP #628/#630 check-in: 796eb2ec4b user: jan.nijtmans tags: tip-660 | |
|
2023-04-11
| ||
| 22:50 | Proposed fix for [0b9200888e]: TIP #660 breaks TIP #628/#630 Closed-Leaf check-in: a409b62d34 user: jan.nijtmans tags: bug-0b9200888e | |
| 22:03 | Merged disabletcl8api-win in. Which adds optional Tcl 9 API only to the windows build with native to... Closed-Leaf check-in: 945fd1d4d2 user: pointsman tags: disabletcl8api | |
| 16:52 | Add tests for binary command. Add testlutil command for speeding up list tests. check-in: 433d709d0b user: apnadkarni tags: apn-bigdata-tests | |
|
2023-04-10
| ||
| 14:52 | scan, reg*, subst tests check-in: 536facaa5c user: apnadkarni tags: apn-bigdata-tests | |
| 13:21 | Fix compiler warnings and crashes. Builds and passes test suite on Windows and Ubuntu for 64-bit Closed-Leaf check-in: e52fa6ebe6 user: apnadkarni tags: disabletcl8api-win | |
| 13:19 | Add notcl8api to OPTS to mirror --disable-tcl8api in configure check-in: b6fe05811d user: apnadkarni tags: disabletcl8api-win | |
|
2023-04-09
| ||
| 16:28 | Sloooow progress on testing bigdata check-in: 92cb9585de user: apnadkarni tags: apn-bigdata-tests | |
| 00:09 | Experimental branch which adds configure option --disable-tcl8api which builds without the Tcl 8 com... check-in: d4a4a4aa02 user: pointsman tags: disabletcl8api | |
|
2023-04-08
| ||
| 17:19 | A few more bigdata tests for strings check-in: 4b92ea27ef user: apnadkarni tags: apn-bigdata-tests | |
| 08:22 | Merge 9.0 check-in: 33a8c620c8 user: apnadkarni tags: tip-660 | |
|
2023-04-07
| ||
| 23:14 | Editorial fix in Tcl_Panic() message. check-in: e825ea0680 user: pointsman tags: trunk, main | |
|
2023-04-06
| ||
| 18:35 | Merge 9.0 Leaf check-in: 60606cb13f user: jan.nijtmans tags: optional-unsigned-size | |
| 16:10 | Make Tcl_Size signed by default, but allow extension to make it unsigned (experimental) check-in: 4f88786745 user: jan.nijtmans tags: optional-unsigned-size | |
| 12:30 | merge trunk check-in: afadcef57e user: dgp tags: core-9-0-b1-rc | |
| 12:30 | merge trunk check-in: b1f698bd2a user: dgp tags: dgp-refactor | |
| 12:26 | merge trunk check-in: 2b792483a3 user: dgp tags: novem | |
| 12:24 | Merge bug-[fa3d9fd818fa0072]. check-in: b66d50b4d4 user: pooryorick tags: trunk, main | |
| 12:10 | Update the documentation for [chan] with regard to binary data. Closed-Leaf check-in: 06a60a1565 user: pooryorick tags: bug-fa3d9fd818fa0072 | |
| 12:05 | merge 8.7 check-in: 4fad278d69 user: dgp tags: core-8-7-b1-rc | |
| 10:28 | Remove obsolete comments. check-in: ae67fc2b74 user: pooryorick tags: bug-fa3d9fd818fa0072 | |
| 10:03 | Further fix for [fa3d9fd818fa0072]. In ChannelState.encoding, NULL no longer represents the binary ... check-in: 39a45eb8ff user: pooryorick tags: bug-fa3d9fd818fa0072 | |
| 09:52 | Eliminate TCL_SIZE_CMP() for now, not a good idea for Tcl 9.0 Closed-Leaf check-in: d00062f436 user: jan.nijtmans tags: optional-signed-size | |
| 09:41 | Merge trunk. check-in: fc12f939bc user: pooryorick tags: bug-fa3d9fd818fa0072 | |
|
2023-04-05
| ||
| 17:04 | TIP 602 - update manpages check-in: c53063d69b user: apnadkarni tags: trunk, main | |
| 16:06 | Merge 8.7 check-in: e1baa8ec4a user: jan.nijtmans tags: trunk, main | |
| 16:05 | Make sure that infoPtr->validMask only contains TCL_READABLE|TCL_WRITABLE|TCL_EXCEPTION, no other fl... check-in: 840a85207b user: jan.nijtmans tags: core-8-branch | |
| 15:57 | Merge tip-659 check-in: 5546c30d7d user: jan.nijtmans tags: tip-659 | |
| 15:56 | Merge 9.0 check-in: 3b3d635da5 user: jan.nijtmans tags: tip-657 | |
| 15:49 | Merge trunk check-in: 2fe73fa78a user: apnadkarni tags: apn-bigdata-tests | |
| 15:12 | Merge 8.7 check-in: 5f77dae089 user: jan.nijtmans tags: trunk, main | |
| 14:19 | Use Tcl_GetIntForIndex() in testcases (tclTestObj.c) in stead of Tcl_GetWideIntFromObj(). Meant for ... check-in: c314274fb7 user: jan.nijtmans tags: core-8-branch | |
| 11:44 | Fix tclStubInit gcc warnings with TCL_UTF_MAX=3 check-in: df8ed90083 user: apnadkarni tags: tip-660 | |
| 11:03 | Add TCL_SIZE_MAX and TCL_SIZE_MODIFIER check-in: 6204253f71 user: apnadkarni tags: tip-660-tcl8 | |
| 10:45 | Export Tcl_GetSizeFromObj in stubs check-in: de9fdf0738 user: apnadkarni tags: tip-660 | |
| 06:40 | Tcl_GetSizeIntFromObj check-in: 9ebb17c2c8 user: apnadkarni tags: tip-660-tcl8 | |
| 04:47 | Merge 9.0 check-in: fb8da0d00c user: apnadkarni tags: tip-660 | |
|
2023-04-04
| ||
| 22:49 | Merge 9.0 check-in: f97a5f67b4 user: jan.nijtmans tags: optional-signed-size | |
| 22:48 | Merge 9.0 check-in: b0f6db7907 user: jan.nijtmans tags: tip-626 | |
| 22:47 | Fix [6390566ecd]: Testcase cmdAH-4.3.13.00DC0000.tail.utf-32.tcl8.a fails sometimes check-in: b27eacb7fc user: jan.nijtmans tags: trunk, main | |
| 22:37 | Merge 9.0 check-in: fffcf23daf user: jan.nijtmans tags: tip-626 | |
| 22:10 | Merge 9.0 check-in: 6e9b08b3ea user: jan.nijtmans tags: optional-signed-size | |
| 21:58 | Accidental rename from TCL_8_COMPAT to TCL_SIGNED_SIZE in previous commit, so undo that check-in: 87fc50c710 user: jan.nijtmans tags: trunk, main | |
| 21:55 | Merge 8.7 check-in: 55d8567978 user: jan.nijtmans tags: trunk, main | |
| 21:54 | Starting with [51d813943bcaf835], chan-io-52.10 and io-52.10 are failing on the Windows (with Visua... check-in: 05e4362604 user: jan.nijtmans tags: core-8-branch | |
| 21:49 | TIP #628 addendum (various fixes to improve handling of 8.7 <-> 9.0 header differences) check-in: d29e69a635 user: jan.nijtmans tags: trunk, main | |
| 20:50 | more progress check-in: 4e36871191 user: jan.nijtmans tags: optional-signed-size | |
| 17:16 | Some very initial tests for large data check-in: 3dfd0e8214 user: apnadkarni tags: apn-bigdata-tests | |
| 17:14 | Start on tests for large data check-in: 88c847a297 user: apnadkarni tags: apn-bigdata-tests | |
| 16:26 | Fix for [9ca87e6286262a62], sync fcopy buffers input in ReadChars(). check-in: ab027cdce4 user: pooryorick tags: core-8-branch | |
|
2023-04-03
| ||
| 21:20 | Fix for [fa3d9fd818fa0072], [fcopy $chan1 $chan2 -size $size] is not [puts -nonewline $chan2 [read $... check-in: 51d813943b user: pooryorick tags: trunk, main | |
| 20:58 | Fix for [fa3d9fd818fa0072], [fcopy $chan1 $chan2 -size $size] is not [puts -nonewline $chan2 [read $... check-in: 704a7e8389 user: pooryorick tags: bug-fa3d9fd818fa0072 | |
| 19:58 | Fix typo in test io-53.12.1. check-in: b154e3fedf user: pooryorick tags: trunk, main | |
| 19:56 | Fix typo in previous commit. Closed-Leaf check-in: d44b0628f1 user: pooryorick tags: bug-9ca87e6286262a62f | |
| 17:13 | Fix for [9ca87e6286262a62], sync fcopy buffers input in ReadChars(). check-in: e08c4afb53 user: pooryorick tags: trunk, main | |
| 17:12 | Fix for [9ca87e6286262a62], sync fcopy buffers input in ReadChars(). check-in: 9498359f85 user: pooryorick tags: bug-9ca87e6286262a62f | |
| 16:37 | Failing test for [9ca87e6286262a62f], Sync fcopy buffers input in ReadChars(). check-in: 44d3129b05 user: pooryorick tags: bug-9ca87e6286262a62f | |
| 16:15 | merge trunk check-in: 9b9daa251b user: dgp tags: dgp-refactor | |
| 15:50 | merge trunk through March 5 check-in: 41a28f16fe user: dgp tags: dgp-refactor | |
| 15:14 | merge trunk through 3/5 check-in: 67c14bbabf user: dgp tags: dgp-refactor | |
| 14:41 | merge trunk check-in: e4ee47b22d user: dgp tags: novem | |
| 14:34 | merge trunk check-in: aa23225fa6 user: dgp tags: core-9-0-b1-rc | |
| 13:23 | merge 8.7 check-in: fe6adc4f49 user: dgp tags: core-8-7-b1-rc | |
| 07:41 | Windows Threads are joinable check-in: af4d891ecb user: mchn1350 tags: windows-thread-join | |
|
2023-04-02
| ||
| 21:49 | Merge 9.0. Add some more utility macro's check-in: 4bedba476d user: jan.nijtmans tags: optional-signed-size | |
| 15:41 | Clarified that it is suboptimal to hold the associated mutex when signaling a condition variable. I... check-in: ec22729420 user: konrad.schwarz tags: windows-thread-join | |
| 13:23 | Bug [7e3f26c748] - TCL_MEM_DEBUG false positive check-in: f505b17748 user: apnadkarni tags: trunk, main | |
| 08:45 | Replaced non-thread-safe re-initialization checks with the Win32 INIT_ONCE one-time initialization A... Leaf check-in: 8360452e48 user: konrad.schwarz tags: windows-thread-join | |
|
2023-04-01
| ||
| 23:01 | Use native Win32 ConditionVariables Replaces the home-grown condition variable implementation with ... check-in: 25e4039e84 user: mchn1350 tags: windows-thread-join | |
| 15:26 | Merge tip-657 check-in: 1467fb6dcc user: jan.nijtmans tags: tip-659 | |
| 15:14 | Merge 8.7. Remove TCL_ENCODING_PROFILE_DEFAULT (since it isn't documented and not used anywhere) check-in: 33103ed215 user: jan.nijtmans tags: tip-657-backport | |
| 15:09 | Remove TCL_ENCODING_PROFILE_DEFAULT, since it isn't documented and is not used anywhere. check-in: c9163e0b3e user: jan.nijtmans tags: tip-657 | |
| 15:04 | Merge 9.0 check-in: 17156fc595 user: jan.nijtmans tags: tip-657 | |
| 15:03 | Merge trunk check-in: c3ca7c3387 user: jan.nijtmans tags: tip-626 | |
| 14:55 | Merge 8.7 check-in: 48ba3c7b64 user: jan.nijtmans tags: trunk, main | |
| 14:52 | Add -Wall -Wextra -Wc++-compat -Wconversion -Werror to CFLAGS in unix/dltest/Makefile.in, and minima... check-in: 9d3ede403c user: jan.nijtmans tags: core-8-branch | |
| 11:35 | Fix gcc warnings from prior 9.0 merge check-in: c03ada3a6d user: apnadkarni tags: tip-660 | |
| 10:31 | Merge tip-657 check-in: 74c585eb69 user: jan.nijtmans tags: tip-659 | |
| 10:30 | Merge 9.0 check-in: 20c305d91d user: jan.nijtmans tags: tip-626 | |
| 10:27 | Merge 9.0 check-in: 4dbed74737 user: jan.nijtmans tags: tip-660 | |
| 10:26 | Merge 8.7 check-in: 935c9da508 user: jan.nijtmans tags: tip-657-backport | |
| 08:42 | Merge 9.0 check-in: 91d1d25225 user: jan.nijtmans tags: tip-657 | |
| 08:16 | Merge 8.7. Code cleanup in dltest packages check-in: ab082796cf user: jan.nijtmans tags: trunk, main | |
| 07:45 | New "pkgt" for testing TIP #627 check-in: 0c2444d58d user: jan.nijtmans tags: core-8-branch | |
| 07:27 | Improve tcltest package: Don't use 'scan' for printable characters, and don't print lf as \x0A any m... check-in: 84d052f950 user: jan.nijtmans tags: core-8-branch | |
|
2023-03-31
| ||
| 22:10 | Merge 9.0 check-in: c5a1a23ae4 user: jan.nijtmans tags: tip-626 | |
| 22:07 | Rebase to tip-657 check-in: 8dce12a921 user: jan.nijtmans tags: tip-659 | |
| 22:05 | Rebase to 9.0 check-in: 4010f50f55 user: jan.nijtmans tags: tip-657 | |
| 21:41 | merge-mark check-in: 64479ca6e4 user: jan.nijtmans tags: trunk, main | |
| 21:41 | Restore iogt-2.3 expectation expectation to what it was in Tcl 8.6 (due to previous bug-fix) check-in: 2e154ec201 user: jan.nijtmans tags: core-8-branch | |
| 21:25 | adapt iogt-2.3 expectation check-in: d8142c7c83 user: jan.nijtmans tags: trunk, main | |
| 21:02 | Rebase to latest trunk. More progress check-in: 642a10ed40 user: jan.nijtmans tags: optional-signed-size | |
| 19:25 | merge-mark check-in: 30523b7eb6 user: jan.nijtmans tags: trunk, main | |
| 19:24 | Backport CHANNEL_PROFILE_GET() usage fix from 9.0 check-in: c3f59ed8d5 user: jan.nijtmans tags: core-8-branch | |
| 19:14 | Correct other CHANNEL_PROFILE_GET() usage as well, which had the same error. Further on: 1) profile ... check-in: e7fcdb7611 user: jan.nijtmans tags: trunk, main | |
| 18:56 | Fix TclCopyChannel() incorrect use of CHANNEL_PROFILE_GET(). check-in: e2a0960130 user: pooryorick tags: trunk, main | |
| 13:49 | merge 8.7 check-in: eb1f500190 user: dgp tags: core-8-7-b1-rc | |
| 11:16 | Merge 8.7 check-in: cb00487e37 user: jan.nijtmans tags: trunk, main | |
| 11:09 | Fix macos Tcl_MacOSXOpenVersionedBundleResources to use Tcl_Size check-in: 255dd4b6cd user: apnadkarni tags: tip-660 | |
| 11:06 | Merge 8.6 check-in: d1b028ceac user: jan.nijtmans tags: core-8-branch | |
|
2023-03-30
| ||
| 22:27 | Merge 9.0 check-in: 25dd65ee5c user: jan.nijtmans tags: tip-657 | |
| 22:24 | Merge 9.0 check-in: 6396c6443a user: jan.nijtmans tags: tip-626 | |
| 22:22 | Merge 8.7 check-in: 7c9d2dc7a3 user: jan.nijtmans tags: trunk, main | |
| 22:06 | One more snprintf check-in: 0165103304 user: jan.nijtmans tags: core-8-branch | |
| 22:02 | Merge 8.6 check-in: 166e8656a7 user: jan.nijtmans tags: core-8-branch | |
| 18:01 | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntu check-in: eb81a25271 user: apnadkarni tags: tip-660 | |
| 17:55 | Create new branch named "tip-660" check-in: c265dae13b user: apnadkarni tags: tip-660 | |
| 09:23 | Merge 8.7: Allow empty mode list in [chan create]. check-in: bd95d54af3 user: max tags: trunk, main | |
| 09:13 | Merge 8.6: Allow empty mode list in [chan create]. check-in: 93f005c985 user: max tags: core-8-branch | |
| 06:24 | Remove TCL_ENCODING_PROFILE_DEFAULT check-in: 03d2bc237d user: jan.nijtmans tags: tip-659 | |
|
2023-03-29
| ||
| 16:49 | Make "file tempfile" adhere default profile check-in: 85ee3eb762 user: jan.nijtmans tags: tip-659 | |
| 15:06 | test hygiene. Match [removeFile] arguments to [makeFile] to fix debug alerts. check-in: c41739ca8a user: dgp tags: trunk, main | |
| 09:02 | added copyright note check-in: 7597fe65cc user: konrad.schwarz tags: windows-thread-join | |
| 08:54 | Merge 8.7. Some size_t -> Tcl_Size in internal header files check-in: 8a54121928 user: jan.nijtmans tags: trunk, main | |
| 08:32 | typo check-in: c2bc9acf1d user: jan.nijtmans tags: core-8-branch | |
| 06:16 | Replace bit twiddling with clear expression. check-in: fa731ffcfc user: pooryorick tags: trunk, main | |
|
2023-03-28
| ||
| 19:30 | Remove the last occurrences of TCL_ENCODING_NOCOMPLAIN. check-in: 7cecbaf282 user: pooryorick tags: trunk, main | |
| 19:29 | Combine two branches in write(). check-in: 3fd99fa711 user: pooryorick tags: trunk, main | |
| 18:58 | On Windows, join threads using Win32 HANDLEs. This works by extending the existing WinThread struct... Leaf check-in: 231c699c87 user: mchn1350 tags: windows-thread-join | |
| 16:03 | Minor fix in winConsole.test check-in: dc1e0b5f9a user: jan.nijtmans tags: trunk, main | |
| 15:55 | Rebase to tip-657 check-in: bcddef0d46 user: jan.nijtmans tags: tip-659 | |
| 15:54 | Rebase to 9.0 check-in: 7468e6dd93 user: jan.nijtmans tags: tip-657 | |
| 15:50 | Fix iocmd-12.11 testcase check-in: cbaf88e90a user: jan.nijtmans tags: trunk, main | |
| 15:48 | Rebase to tip-657. Further implementation check-in: ec47279336 user: jan.nijtmans tags: tip-659 | |
| 14:34 | Merge 9.0 check-in: 691dbad682 user: jan.nijtmans tags: tip-657 | |
| 14:26 | Minumum backport to 8.7, for TIP #657 check-in: fe2af85168 user: jan.nijtmans tags: tip-657-backport | |
| 07:15 | Merge 8.7 check-in: a9fc905623 user: jan.nijtmans tags: trunk, main | |
| 07:14 | Fix [fa128568a5]: EOVERFLOW does not necessarily mean "file too big". Synchronize many error-message... check-in: 47a4750232 user: jan.nijtmans tags: core-8-branch | |
| 05:13 | Merge 8.7. POSIX errors update and minizip fix check-in: f8864b9541 user: apnadkarni tags: trunk, main | |
| 05:02 | Merge 8.6. POSIX errors update and minizip fix check-in: 657ecc41ee user: apnadkarni tags: core-8-branch | |
|
2023-03-27
| ||
| 20:24 | More text fixes Closed-Leaf check-in: 7163a2d2f4 user: jan.nijtmans tags: bug-fa128568a5 | |
| 20:08 | Remove unneeded parts from test in fileName.test. check-in: 0569b8782f user: pooryorick tags: trunk, main | |
| 19:56 | Remove unneeded parts from test in fileName.test. check-in: 25e8004945 user: pooryorick tags: core-8-branch | |
| 17:23 | test hygiene cleaning up created files. check-in: 1f12f9d0a8 user: dgp tags: core-8-branch | |
| 14:44 | Merge 8.7 check-in: 245407f036 user: jan.nijtmans tags: trunk, main | |
| 14:42 | spacing check-in: 9968365670 user: jan.nijtmans tags: core-8-branch | |
| 12:16 | Make the documentation of [encoding] more concise and readable. check-in: 92ee031f32 user: pooryorick tags: trunk, main | |
| 12:14 | Make the documentation of [encoding] more concise and readable. check-in: 71bfc6e708 user: pooryorick tags: core-8-branch | |
| 11:50 | Merge 9.0 Closed-Leaf check-in: b5656d3180 user: jan.nijtmans tags: bug-02b58d5d04 | |
| 11:49 | Merge 8.7 check-in: 1ab77f146b user: jan.nijtmans tags: bug-fa128568a5 | |
| 11:43 | Merge 8.7 check-in: 4ebee22ffd user: jan.nijtmans tags: trunk, main | |
| 11:35 | More (internal) usage of TclGetString() and TclGetStringFromObj() macro's check-in: 86bf13933a user: jan.nijtmans tags: core-8-branch | |
| 11:14 | Avoid msvc "illegal indirection" error. check-in: 314541a767 user: pooryorick tags: core-8-branch | |
| 11:13 | Avoid msvc "illegal indirection" error. check-in: f8927d772b user: pooryorick tags: trunk, main | |
| 09:59 | Merge 8.7. Go back to lowercase for POSIX err-messages check-in: c53aee7ee9 user: jan.nijtmans tags: bug-fa128568a5 | |
|
2023-03-26
| ||
| 22:29 | Fix some formatting errors. check-in: fe5211416f user: pooryorick tags: core-8-branch | |
| 22:18 | Update reference-counting advice for Tcl_ObjSetVar2 and friends. check-in: c09bdf42bf user: pooryorick tags: core-8-branch | |
| 21:46 | Merge 8.7 check-in: 721bd43c36 user: jan.nijtmans tags: bug-fa128568a5 | |
| 20:04 | Mark: Valgrind reports no leaks. check-in: 3239df67e2 user: pooryorick tags: trunk, main | |
| 19:14 | Fix memory leak in Tcl_JoinObjCmd(). check-in: aa1a1096ac user: pooryorick tags: trunk, main | |
| 18:41 | Sync all error-messages with modern Linux check-in: 7eabe5dc9f user: jan.nijtmans tags: bug-fa128568a5 | |
| 17:22 | Merge 8.7 check-in: 79cd3ac351 user: jan.nijtmans tags: trunk, main | |
| 17:18 | Merge 8.6 check-in: db26f89efb user: jan.nijtmans tags: core-8-branch | |
| 16:42 | Merge-mark: Valgrind reports no memory leaks. check-in: 78b5eed1f2 user: pooryorick tags: core-8-branch | |
| 16:04 | Merge 9.0 check-in: d7647964b4 user: jan.nijtmans tags: bug-02b58d5d04 | |
| 15:51 | Patch from chrstphrchvz, fixing [d40b9c8503]. Many thanks! check-in: 58faf80de7 user: jan.nijtmans tags: bug-d40b9c8503 | |
| 15:35 | Fix for [6d4e9d1af5bf5b7d]: Memory leak: SetFsPathFromAny, assisted by the global literal table, ca... check-in: 7d005e0860 user: pooryorick tags: trunk, main | |
| 15:07 | Fix for [6d4e9d1af5bf5b7d]: Memory leak: SetFsPathFromAny, assisted by the global literal table, ca... check-in: a9c542391a user: pooryorick tags: core-8-branch | |
| 15:02 | Fix for [6d4e9d1af5bf5b7d]: Memory leak: SetFsPathFromAny, assisted by the global literal table, ca... Closed-Leaf check-in: fb9a2adbd2 user: pooryorick tags: bug-6d4e9d1af5bf5b7d | |
| 14:55 | Failing test for [6d4e9d1af5bf5b7d]. check-in: 8f233171f2 user: pooryorick tags: bug-6d4e9d1af5bf5b7d | |
|
2023-03-25
| ||
| 20:00 | Experimental fix for [fa128568a5]: EOVERFLOW does not necessarily mean "file too big" Let's synchron... check-in: 1e348d39da user: jan.nijtmans tags: bug-fa128568a5 | |
| 00:29 | Merge trunk check-in: f6aa53859c user: griffin tags: tip-636-tcl9-644 | |
|
2023-03-24
| ||
| 21:09 | Merge 8.7 check-in: bb1378370e user: jan.nijtmans tags: trunk, main | |
| 21:08 | Fix [68417a8bb3]: No result/LF printed for 64-bit integer type check check-in: 5aff89ad15 user: jan.nijtmans tags: core-8-branch | |
| 20:58 | Merge 8.7 check-in: 6301de2138 user: jan.nijtmans tags: trunk, main | |
| 20:47 | Merge 8.6 check-in: 87cd711c2a user: jan.nijtmans tags: core-8-branch | |
| 16:49 | duplicate test name check-in: b29771bb5f user: dgp tags: trunk, main | |
|
2023-03-23
| ||
| 17:51 | First shot at TIP #659 implementation. Not complete yet (many parts still missing!!!) check-in: 37de4d5695 user: jan.nijtmans tags: tip-659 | |
| 17:31 | documentation update check-in: 41a87267c5 user: jan.nijtmans tags: tip-657 | |
| 16:15 | Merge 9.0 check-in: 893dd1c2f6 user: jan.nijtmans tags: tip-657 | |
| 16:02 | Merge "unchained" branch, since all it does is add a little valgrind stuff to Makefile.in. Hopefully... check-in: 5075be4f0b user: jan.nijtmans tags: trunk, main | |
| 15:55 | Merge 8.7 check-in: 82107b50c2 user: jan.nijtmans tags: trunk, main | |
| 15:54 | Merge 8.6 check-in: 6777333214 user: jan.nijtmans tags: core-8-branch | |
| 07:28 | Merge-mark check-in: 8c96c87de4 user: konrad.schwarz tags: trunk, main | |
| 07:27 | fix for [f3cb2a32d6] Add initialization to allocation of string rep buffer to resolve valgrind repor... check-in: ca0e3d0976 user: jan.nijtmans tags: core-8-branch | |
|
2023-03-22
| ||
| 21:20 | Simplify TIP #656 implementation. This also changes the TCL_ENCODING_PROFILE_* macro's to the same v... check-in: 8419a7023d user: jan.nijtmans tags: tip-656-simpl | |
| 21:18 | Merge 9.0 check-in: 7401abbdd3 user: jan.nijtmans tags: tip-657 | |
| 21:17 | Merge 9.0 check-in: 3be296f297 user: jan.nijtmans tags: tip-626 | |
| 21:17 | Merge 9.0 Closed-Leaf check-in: cd3c0a7242 user: jan.nijtmans tags: internal-abstract-list | |
| 21:15 | Merge 9.0 check-in: f25757b233 user: jan.nijtmans tags: trunk, main | |
| 21:11 | Remove knownProfileBug constraint: this is already fixed check-in: e4a6023a61 user: jan.nijtmans tags: core-8-branch | |
| 20:17 | Merge 9.0 check-in: 38f7cdb888 user: jan.nijtmans tags: internal-abstract-list | |
| 20:14 | Merge 9.0 check-in: c5129f73d0 user: jan.nijtmans tags: tip-626 | |
| 20:13 | Merge 9.0 check-in: 413734078c user: jan.nijtmans tags: tip-657 | |
| 20:13 | Merge 9.0 check-in: 2157a49526 user: jan.nijtmans tags: trunk, main | |
| 20:09 | One missing int -> Tcl_Size change check-in: e84a92aa11 user: jan.nijtmans tags: core-8-branch | |
| 19:40 | Merge 9.0 check-in: f809c32f0e user: jan.nijtmans tags: tip-626 | |
| 19:32 | Merge 9.0 check-in: d4ba61252c user: jan.nijtmans tags: tip-657 | |
| 19:30 | Forgot one line in previous commit, and indenting check-in: 16b3efee0d user: jan.nijtmans tags: trunk, main | |
| 18:13 | Let's get in the 'readability' changes from the 'unchained' branch, without the need for all those p... check-in: 3f420a07da user: jan.nijtmans tags: trunk, main | |
| 18:00 | Merge 8.7 check-in: f4cf3c36b4 user: jan.nijtmans tags: trunk, main | |
| 17:57 | Merge 8.6 check-in: 6063e17e15 user: jan.nijtmans tags: core-8-branch | |
| 16:36 | Proposed fix for [0265750233]: invalid read in cmdAH-4.3.13.C1.solo.utf-8.tcl8. Closed-Leaf check-in: 4055888f8f user: jan.nijtmans tags: bug-0265750233 | |
| 15:50 | In "replace" mode, "encoding convertfrom" can throw an exception as well if it doesn't receive a byt... check-in: 40c315b2b6 user: jan.nijtmans tags: tip-656-simpl | |
| 15:35 | Simplify TIP #656 implementation. This also changes the TCL_ENCODING_PROFILE_* macro's to the same v... check-in: 303ca5c8ca user: jan.nijtmans tags: tip-656-simpl | |
| 15:27 | Merge 9.0 check-in: b82838f4d4 user: jan.nijtmans tags: tip-657 | |
| 12:02 | Merge 8.7 check-in: f8d60e395f user: jan.nijtmans tags: trunk, main | |
| 11:44 | Move (TCL_ENCODING_PROFILE_MASK|GET|SET) from tcl.h to tclIO.h, since those are not public. Some for... check-in: d5cda795aa user: jan.nijtmans tags: core-8-branch | |
| 10:02 | Merge 8.7 check-in: e1cfef6bfd user: jan.nijtmans tags: trunk, main | |
| 09:41 | code cleanup: use more *SURROGATE() macro's check-in: 6c6c7029c2 user: jan.nijtmans tags: core-8-branch | |
| 08:34 | Merge 9.0 check-in: 80f8a01317 user: jan.nijtmans tags: tip-657 | |
| 08:34 | merge-mark check-in: 2322e17980 user: jan.nijtmans tags: trunk, main | |
| 08:32 | Since TCL_ENCODING_PROFILE_DEFAULT == TCL_ENCODING_PROFILE_TCL8 (on Tcl 8), we can simplify. check-in: d0f072219c user: jan.nijtmans tags: core-8-branch | |
| 02:39 | Fix longIs64Bit->has64BitLengths else test will not run on 64-bit Wind check-in: a9d278979e user: apnadkarni tags: trunk, main | |
|
2023-03-21
| ||
| 23:55 | Remove unneeded Tcl_IncrRefCount and TclDecrRefCount. TclPtrSetVarIdx takes ownership of newValuePtr... check-in: f5652997d2 user: pooryorick tags: trunk, main | |
| 23:49 | Remove unneeded Tcl_IncrRefCount and TclDecrRefCount. TclPtrSetVarIdx takes ownership of newValuePtr... check-in: c0778ccb77 user: pooryorick tags: core-8-branch | |
| 17:47 | exchange profile <-> eofchar output in "fconfigure". Fix some testcases, which depend on profile check-in: 644a8f9d51 user: jan.nijtmans tags: tip-657 | |
| 17:21 | Merge 9.0 check-in: a79744b4af user: jan.nijtmans tags: tip-657 | |
| 16:55 | Merge 9.0 check-in: 2e7e961670 user: jan.nijtmans tags: tip-626 | |
| 16:54 | Merge 8.7 check-in: 78beedf7e2 user: jan.nijtmans tags: trunk, main | |
| 16:28 | Fix [1bedc53c8c]: synchronous [read] with -strictencoding does not produce an error on invalid input check-in: 18437bdc82 user: jan.nijtmans tags: core-8-branch | |
| 16:26 | Fix indenting. More use of TCL_INDEX_NONE check-in: 4e6e2301fa user: jan.nijtmans tags: core-8-branch | |
| 11:11 | Some test-cases, which test for partial read without throwing EILSEQ immediately, only work with ""-... Closed-Leaf check-in: ac6ce395d7 user: jan.nijtmans tags: bug-1bedc53c8c | |
| 09:22 | Merge 9.0 check-in: ad1e9cb0a9 user: jan.nijtmans tags: tip-626 | |
| 08:45 | Merge 8.7 check-in: c8983a2a94 user: jan.nijtmans tags: trunk, main | |
| 08:44 | Fix [154ed7ce56]: Tcl 9: [gets] on -strictencoding 1 configured channel check-in: c02747a663 user: jan.nijtmans tags: core-8-branch | |
| 08:40 | Missing backslashes in macro def check-in: 037b767147 user: jan.nijtmans tags: trunk, main | |
|
2023-03-20
| ||
| 23:17 | Proposed fix for [1bedc53c8c]: synchronous [read] with -strictencoding does not produce an error on ... check-in: a7bce7dbba user: jan.nijtmans tags: bug-1bedc53c8c | |
| 22:53 | Proposed fix for [154ed7ce56]: Tcl 9: [gets] on -strictencoding 1 configured channel. Extracted fro... Closed-Leaf check-in: a338fcd542 user: jan.nijtmans tags: bug-154ed7ce56 | |
| 21:06 | More TclNewIndexObj() usages (for values between -1 and SIZE_MAX-1) check-in: dd8e66c296 user: jan.nijtmans tags: trunk, main | |
| 18:45 | Candidate fix for [f3cb2a32d6] Add initialization to allocation of string rep buffer to resolve valg... Closed-Leaf check-in: 24e82d736e user: dgp tags: bug-f3cb2a32d6 | |
| 16:39 | Duplicate test name check-in: 971104e3c1 user: dgp tags: core-8-branch | |
| 14:32 | Merge 9.0 check-in: 86d82b531d user: jan.nijtmans tags: tip-626 | |
| 14:30 | Merge 9.0 check-in: e2d9661cf1 user: jan.nijtmans tags: tip-657 | |
| 14:19 | Merge 8.7 check-in: d89991c58b user: jan.nijtmans tags: trunk, main | |
| 14:18 | Fix [bdcb5126c0]: Failed assertion in test chan-io-7.3 check-in: f96ef976ee user: jan.nijtmans tags: core-8-branch | |
| 12:08 | Add longIs64bit constraint to lseq-4.4 (because this isn't expected to work on 32-bit platforms). Re... check-in: 15c9067453 user: jan.nijtmans tags: trunk, main | |
| 11:42 | Fix [5ae5ffc3f4]: Problem with -failindex on 32-bit platform check-in: 1e23dd4876 user: jan.nijtmans tags: trunk, main | |
| 11:40 | Use TclNewIndexObj() in stead of Tcl_NewWideIntObj(), which - actually - does the same but better fo... check-in: 9dfd1ce4b4 user: jan.nijtmans tags: core-8-branch | |
| 11:31 | Merge 8.7 check-in: 48829d9671 user: jan.nijtmans tags: trunk, main | |
| 11:29 | Fix [d7fd37ebd9]: handling leftover prefix in table encoding check-in: a1180af031 user: jan.nijtmans tags: core-8-branch | |
| 02:38 | Merge 8.7 - Fix http11 test hang check-in: 1253dd0211 user: apnadkarni tags: trunk, main | |
| 02:36 | Fix http11 test hang caused by trailing brace in previous commit check-in: 46e7337ba6 user: apnadkarni tags: core-8-branch | |
|
2023-03-19
| ||
| 21:51 | Possible fix for [d7fd37ebd9]: handling leftover prefix in table encoding Closed-Leaf check-in: 7a99ab87ac user: jan.nijtmans tags: bug-d7fd37ebd9 | |
| 13:34 | Another fix: don't access (w) twice Closed-Leaf check-in: 5fd5efd795 user: jan.nijtmans tags: bug-5ae5ffc3f4 | |
| 13:32 | Doesn't look like a mem-leak: It appears that Tcl_ObjSetVar2() already handles that. check-in: 37a381473b user: jan.nijtmans tags: bug-5ae5ffc3f4 | |
| 13:23 | Proposed fix for [5ae5ffc3f4]: Problem with -failindex on 32-bit platform. This also fixes a memory-... check-in: c01c9c2885 user: jan.nijtmans tags: bug-5ae5ffc3f4 | |
| 12:02 | Merge 9.0. Backout previous commit check-in: 47d91cb2ae user: jan.nijtmans tags: tip-657 | |
| 11:58 | Merge 9.0 check-in: 62ec72b70e user: jan.nijtmans tags: tip-626 | |
| 11:58 | Merge 8.7 check-in: 20cad126cd user: jan.nijtmans tags: trunk, main | |
| 11:56 | Don't let httpd11 depend on the system encoding any more: All text files are now stored in utf-8. check-in: 2697657fd2 user: jan.nijtmans tags: core-8-branch | |
| 11:46 | Merge 9.0 check-in: 2887536489 user: jan.nijtmans tags: tip-626 | |
| 11:45 | Merge 8.7 check-in: cd89bb1303 user: jan.nijtmans tags: trunk, main | |
| 11:44 | Remove unneeded backslash check-in: eabf113ed1 user: jan.nijtmans tags: core-8-branch | |
|
2023-03-18
| ||
| 23:20 | Fix memory leak in ZipFSPathInFilesystemProc(). Closed-Leaf check-in: 7188cd70e0 user: pooryorick tags: bug-memoryleak-ZipFSPathInFilesystemProc | |
| 13:36 | See if less "-profile replace" suffices check-in: 3657a561c3 user: jan.nijtmans tags: tip-657 | |
| 09:15 | Merge 9.0 check-in: c9dd529165 user: jan.nijtmans tags: tip-626 | |
| 09:10 | Merge 9.0 check-in: c11638e39d user: jan.nijtmans tags: tip-657 | |
| 09:08 | Merge 8.7 check-in: 1d12742d75 user: jan.nijtmans tags: trunk, main | |
| 09:07 | one too much "-profile tcl8" check-in: 463b1b7aea user: jan.nijtmans tags: core-8-branch | |
| 09:02 | Make http package use "-profile tcl8", irrespective of the default profile in Tcl, until decided dif... check-in: 21f0749d55 user: jan.nijtmans tags: core-8-branch | |
| 08:57 | Merge 9.0 check-in: d6d28e6cfc user: jan.nijtmans tags: tip-657 | |
| 08:52 | Merge 8.7 check-in: 4dca8eb033 user: jan.nijtmans tags: trunk, main | |
| 08:50 | Make "tcltest" package use "-profile tcl8" internally, irrespective of what the default profile is check-in: 13ddfcbb8e user: jan.nijtmans tags: core-8-branch | |
| 08:45 | Merge 8.7 check-in: b10e2b66a9 user: jan.nijtmans tags: trunk, main | |
| 08:42 | Manpage fixes check-in: 8aa793e8b9 user: jan.nijtmans tags: core-8-branch | |
| 04:28 | Merge 8.7 - TIP 656 manpages check-in: 9aa2b65a57 user: apnadkarni tags: trunk, main | |
| 04:10 | Update manpages for TIP 656 check-in: 7c1427bf14 user: apnadkarni tags: core-8-branch | |
| 03:37 | Merge mark post-656 check-in: eaf51a2d06 user: apnadkarni tags: trunk, main | |
| 03:35 | TIP 656 accepted check-in: 49a4c8f8fb user: apnadkarni tags: trunk, main | |
| 03:18 | TIP 656 accepted check-in: a3adc130e6 user: apnadkarni tags: core-8-branch | |
| 02:59 | Merge trunk Closed-Leaf check-in: 56386248af user: apnadkarni tags: tip-656-tcl9 | |
| 02:36 | Merge 8.7 Closed-Leaf check-in: e5d17446a3 user: apnadkarni tags: tip-656 | |
|
2023-03-17
| ||
| 20:23 | Merge 9.0 check-in: 308b682781 user: jan.nijtmans tags: tip-626 | |
| 20:11 | Merge 8.7 check-in: 31788d9a4b user: jan.nijtmans tags: trunk, main | |
| 20:10 | Few more arm64e -> arm64 check-in: bca49699d5 user: jan.nijtmans tags: core-8-branch | |
| 20:09 | Merge 8.6 check-in: 58ed4a6358 user: jan.nijtmans tags: core-8-branch | |
| 19:48 | Merge 9.0 check-in: 536c49c7a2 user: jan.nijtmans tags: tip-626 | |
| 19:43 | Merge 8.7 check-in: 1067a14b93 user: jan.nijtmans tags: tip-656 | |
| 16:15 | Merge 8.7 check-in: 5ecd70c8ce user: jan.nijtmans tags: trunk, main | |
| 16:12 | Fix [6390566ecd]: Testcase cmdAH-4.3.13.00DC0000.tail.utf-32.tcl8.a fails sometimes check-in: 69a4b72885 user: jan.nijtmans tags: core-8-branch | |
| 14:38 | merge 8.6 check-in: adc3ec5501 user: dgp tags: core-8-branch | |
| 12:40 | merge mark check-in: 77caa376b6 user: dgp tags: core-8-branch | |
| 08:25 | merge-mark check-in: ac7463f109 user: jan.nijtmans tags: core-8-branch | |
| 08:13 | Merge-Mark. check-in: d558314466 user: pooryorick tags: trunk, main | |
| 08:06 | Merge-mark check-in: 584ca456f0 user: jan.nijtmans tags: core-8-branch | |
|
2023-03-16
| ||
| 21:03 | Don't reset CHANNEL_ENCODING_ERROR here, otherwise Tcl_InputEncodingError() will give wrong result check-in: 2899ff13dc user: jan.nijtmans tags: tip-657 | |
| 20:35 | Merge tip-656-tcl9 check-in: 218c6465d1 user: jan.nijtmans tags: tip-657 | |
| 20:16 | Merge 8.7 check-in: 43584b2ac9 user: jan.nijtmans tags: trunk, main | |
| 20:12 | If TCL_UTF_MAX=4, don't set 'exact' to 1 check-in: ca16c36702 user: jan.nijtmans tags: core-8-branch | |
| 18:15 | Missed two tests. Blast it :-( check-in: df5d869746 user: apnadkarni tags: tip-656-tcl9 | |
| 18:11 | Merge 9.0 check-in: a16366941d user: apnadkarni tags: tip-656-tcl9 | |
| 17:54 | Fix passing of encoding state in testencoding Tcl_UtfToExternal check-in: 461a409e5e user: apnadkarni tags: tip-656-tcl9 | |
| 17:29 | Merge 8.7 check-in: b6b55639ae user: apnadkarni tags: tip-656 | |
| 16:24 | Update manpages in anticipation of TIP 656 Closed-Leaf check-in: 82a5336066 user: apnadkarni tags: tip-656-docs | |
| 15:38 | Merge 8.7 check-in: 9e266d00f2 user: jan.nijtmans tags: trunk, main | |
| 15:36 | Prevent extensions compiled with TCL_UTF_MAX=4 (See [https://core.tcl-lang.org/tips/doc/trunk/tip/54... check-in: 7b8a34332c user: jan.nijtmans tags: core-8-branch | |
| 11:38 | Minor cleanup (Thanks, Gustaf!) check-in: 6ef2153f20 user: jan.nijtmans tags: trunk, main | |
| 11:29 | Fix (minor) warning on 32-bit platforms check-in: 7f5879e9cb user: jan.nijtmans tags: core-8-branch | |
| 10:24 | Merge tip-656-tcl9 check-in: c405e9fde6 user: jan.nijtmans tags: tip-657 | |
| 10:00 | unicode -> utf-16. Remove some unneeded encodingProfileTodo constraints check-in: 873f3868fe user: jan.nijtmans tags: tip-656-tcl9 | |
| 08:22 | Allow -encoding to be shortened (again) check-in: 5ce08299b6 user: jan.nijtmans tags: tip-657 | |
| 08:20 | merge-mark (this branch already did the -encodingprofile -> profile change) check-in: e5ffe8b316 user: jan.nijtmans tags: tip-657 | |
| 08:15 | Make valgrind_foreach target in Makefile.in properly handle interrupted tests. check-in: 3082cb9e80 user: pooryorick tags: core-8-branch | |
| 03:48 | Change -encodingprofile to -profile check-in: 618179acda user: apnadkarni tags: tip-656-tcl9 | |
| 03:08 | Change -encodingprofile to -profile check-in: 07a4893b3b user: apnadkarni tags: tip-656 | |
|
2023-03-15
| ||
| 20:13 | New script used in the "valgrind_each" target in Makefile.in check-in: 7fde86610c user: pooryorick tags: core-8-branch | |
| 16:24 | Merge 8.7 check-in: c1e45151b3 user: jan.nijtmans tags: trunk, main | |
| 16:23 | Merge 8.6 check-in: 0903dd2c84 user: jan.nijtmans tags: core-8-branch | |
| 13:41 | merge 8.7 check-in: d04c1efe83 user: dgp tags: trunk, main | |
| 13:28 | Merge in constraint spelling fix. Keep it in case the knownBug constraint is ever removed. check-in: b78bb9e3f7 user: dgp tags: core-8-branch | |
| 11:37 | Further fix for issue [ea69b0258a9833cb], crash when using a channel transformation on TCP client so... check-in: a76dee9eb4 user: pooryorick tags: trunk, main | |
| 09:32 | Merge-mark. @nathan, please do forward merges from core-8-6-branch -> core-8-branch -> trunk. Fossil... check-in: 167eb8706f user: jan.nijtmans tags: core-8-branch | |
| 09:25 | Further fix for issue [ea69b0258a9833cb], crash when using a channel transformation on TCP client so... check-in: 294e0130dc user: pooryorick tags: core-8-branch | |
| 09:11 | ckfree -> Tcl_Free check-in: a19e2f0c0b user: jan.nijtmans tags: trunk, main | |
| 08:42 | Further fix for issue [ea69b0258a9833cb], crash when using a channel transformation on TCP client so... Closed-Leaf check-in: 26a20919fb user: pooryorick tags: core-8-branch-bug-ea69b0258a9833cb6 | |
|
2023-03-14
| ||
| 20:55 | Merge tip-656-tcl9 check-in: 62b45e81f1 user: jan.nijtmans tags: tip-657 | |
| 20:37 | Merge core-8-branch. check-in: 046321db06 user: pooryorick tags: core-8-branch-bug-ea69b0258a9833cb6 | |
| 20:24 | Implement return options for read/gets check-in: 43f815fc1e user: jan.nijtmans tags: tip-657 | |
| 17:23 | Merge 9.0. Also fix replace profile handling of orphan surrogates check-in: 69b2949bc8 user: apnadkarni tags: tip-656-tcl9 | |
| 15:34 | Merge 8.7 check-in: 5068abf7d5 user: apnadkarni tags: tip-656 | |
| 10:33 | Merge 8.7 check-in: 30ba320f81 user: jan.nijtmans tags: trunk, main | |
| 10:30 | Since "unicode" is deprecated, use "utf-16" in testcases. Otherwise -DTCL_NO_DEPRECATED build fails. check-in: f21f27b7c5 user: jan.nijtmans tags: core-8-branch | |
|
2023-03-13
| ||
| 20:57 | Fix for issue [ea69b0258a9833cb], crash when using a channel transformation on TCP client socket. check-in: 62058cafe0 user: pooryorick tags: trunk, main | |
| 19:19 | Fix for issue [ea69b0258a9833cb], crash when using a channel transformation on TCP client socket. check-in: 6d017aacac user: pooryorick tags: core-8-branch | |
| 17:24 | Adapt more test expectation (since the default is now -profile strict) check-in: 562a3d7486 user: jan.nijtmans tags: tip-657 | |
| 17:05 | Merge tip-656-tcl9. Mark xx-bufferoverflow as knownBug check-in: 402bc59538 user: jan.nijtmans tags: tip-657 | |
| 16:32 | Fix passing of encoding state in testencoding Tcl_UtfToExternal check-in: 076db71deb user: apnadkarni tags: tip-656 | |
| 15:59 | Merge 8.7: Bug [183a1adcc0]. Buffer overflow in Tcl_UtfToExternal check-in: 5c6fa768fe user: apnadkarni tags: trunk, main | |
| 15:34 | Merge 8.6: Bug [183a1adcc0]. Buffer overflow in Tcl_UtfToExternal check-in: 24f607b329 user: apnadkarni tags: core-8-branch | |
| 13:36 | Fix for issue [ea69b0258a9833cb], crash when using a channel transformation on TCP client socket. check-in: ac8ea99a1a user: pooryorick tags: core-8-branch-bug-ea69b0258a9833cb6 | |
|
2023-03-12
| ||
| 17:10 | Cherrypick yip-656. Start on Tcl_ExternalToUtf/Tcl_UtfToExternal tests check-in: fb97312ec1 user: apnadkarni tags: tip-656-tcl9 | |
| 16:47 | Start on Tcl_ExternalToUtf/Tcl_UtfToExternal tests check-in: 0e15961c9e user: apnadkarni tags: tip-656 | |
| 16:38 | merge-mark check-in: 3879309ba6 user: jan.nijtmans tags: trunk, main | |
| 16:37 | Backport [6fb14ee3e876978c]. Add testcases check-in: 3a7e4c1c38 user: jan.nijtmans tags: core-8-branch | |
| 16:23 | 2 more testcases, proving utf-32 handling of surrogates (actually: not handling!) is OK check-in: 9db02d187b user: jan.nijtmans tags: trunk, main | |
| 16:10 | Minor bug-fix for utf-32: Only throw exception for codepoints > +U10FFFF if "-strict" is specified. ... check-in: 6fb14ee3e8 user: jan.nijtmans tags: trunk, main | |
| 13:45 | More utf-16 bugfixing check-in: 44187f1e2f user: jan.nijtmans tags: tip-657 | |
| 12:59 | Merge 8.7 check-in: 286d6e9ab0 user: jan.nijtmans tags: trunk, main | |
| 12:37 | Fix [db7a085bd9]: encoding convertfrom -strict utf-16 accepts partial surrogates check-in: 8a26d5cf2b user: jan.nijtmans tags: core-8-branch | |
| 12:11 | Merge tip-656-tcl9 check-in: 652ce8648e user: jan.nijtmans tags: tip-657 | |
| 12:00 | Merge 9.0. Also ckalloc -> Tcl_Alloc and ckfree -> Tcl_Free check-in: 6320007166 user: jan.nijtmans tags: tip-656-tcl9 | |
| 11:51 | Make testcase io-53.5 independant on system encoding check-in: f92e126fc0 user: jan.nijtmans tags: tip-657 | |
| 11:34 | Merge 8.7 check-in: 8e467866ef user: jan.nijtmans tags: trunk, main | |
| 11:32 | Forgot that \x00 is not printable anyway check-in: 054270394c user: jan.nijtmans tags: core-8-branch | |
| 11:28 | Merge 8.7 check-in: 1bf875b575 user: jan.nijtmans tags: trunk, main | |
| 11:24 | Make test-output more readable when it contains non-printable characters (stolen from TIP #656 impl,... check-in: 2875c5d69c user: jan.nijtmans tags: core-8-branch | |
| 10:49 | Always output 2 hex characters in "unexpected byte sequence" exception message. make testcases io-3... check-in: 6d7be73ba5 user: jan.nijtmans tags: core-8-branch | |
|
2023-03-11
| ||
| 22:00 | Proposed fix for [db7a085bd9]: encoding convertfrom -strict utf-16 accepts partial surrogates. TODO:... Closed-Leaf check-in: 3840dcf4c9 user: jan.nijtmans tags: bug-db7a085bd9 | |
| 21:19 | Fix last (hopefully) bugs in utf-16/utf-32 encoders check-in: c4869d50ae user: jan.nijtmans tags: tip-657 | |
| 16:47 | Add testencoding Tcl_ExternalToUtf/Tcl_UtfToExternal for raw testing of corresponding C functions check-in: 5ee6b60d3c user: apnadkarni tags: tip-656-tcl9 | |
| 16:43 | Add testencoding Tcl_ExternalToUtf/Tcl_UtfToExternal for raw testing of corresponding C functions check-in: b4e00b1d8b user: apnadkarni tags: tip-656 | |
|
2023-03-10
| ||
| 16:02 | Merge tip-656-tcl9 check-in: 98176465db user: jan.nijtmans tags: tip-657 | |
| 15:55 | Implement new function Tcl_InputEncodingError() check-in: 6d2aac8f3f user: jan.nijtmans tags: tip-657 | |
| 15:29 | Merged 9.0. Note knownProfileBug constraint which mark questionable tests to be resolved later. check-in: 20743e4925 user: apnadkarni tags: tip-656-tcl9 | |
| 13:45 | merge 8.7 check-in: a0abb8bdc5 user: dgp tags: trunk, main | |
| 13:33 | merge 8.6 check-in: be62bd1ce5 user: dgp tags: core-8-branch | |
| 09:53 | Merge 8.7 check-in: aa1b1f275c user: apnadkarni tags: tip-656 | |
| 07:37 | Fix parsing of fconfigure set -encoding* options check-in: 8d526e142d user: apnadkarni tags: tip-656-tcl9 | |
|
2023-03-09
| ||
| 20:55 | Fix cmdAH-4.3.13.00D80000.solo.utf-32le.tcl8.a testcase from tip-656-tcl9 branch, when TCL_UTF_MAX=3 check-in: bb76745df2 user: jan.nijtmans tags: trunk, main | |
| 16:20 | Bug-fix for Utf32ToUtfProc, in case TCL_UTF_MAX=3 check-in: 12c63f8c9f user: jan.nijtmans tags: tip-657 | |
| 10:47 | Fix SetChannelOption parsing of -encoding* to match GetChannelOption check-in: 12f034882f user: apnadkarni tags: tip-656 | |
| 10:22 | Merge 8.7 check-in: 64c58db9fc user: jan.nijtmans tags: trunk, main | |
| 10:21 | Merge 8.6 check-in: 4d78183639 user: jan.nijtmans tags: core-8-branch | |
| 02:52 | Merge 8.7 - winFCmd-1.24 differs in error code on Win 11 check-in: a52ac1d5fa user: apnadkarni tags: trunk, main | |
| 02:50 | Merge 8.6 - winFCmd-1.24 differs in error code on Win 11 check-in: 6e90502faf user: apnadkarni tags: core-8-branch | |
|
2023-03-08
| ||
| 22:04 | Oops check-in: 74ffd90527 user: jan.nijtmans tags: tip-657 | |
| 21:49 | Merge tip-657-tcl9. Further implementation of Tcl_GetObj() et al. check-in: c1d9a43a3e user: jan.nijtmans tags: tip-657 | |
| 20:53 | Merge 9.0 check-in: 16bec8e036 user: jan.nijtmans tags: tip-626 | |
| 20:40 | Merge 8.7 check-in: d3a2621dcd user: jan.nijtmans tags: tip-656 | |
| 20:37 | Merge 9.0 check-in: 0ad25bdaec user: jan.nijtmans tags: tip-656-tcl9 | |
| 20:16 | Merge core-8-branch check-in: 13b04d4d60 user: jan.nijtmans tags: trunk, main | |
| 20:15 | Merge 8.6 check-in: e3784318b0 user: jan.nijtmans tags: core-8-branch | |
| 15:01 | More -Wconversion warning fixes check-in: 837dbec7cc user: jan.nijtmans tags: trunk, main | |
| 11:12 | Merge 8.7 check-in: 82bf22dad8 user: jan.nijtmans tags: trunk, main | |
| 11:02 | Add "teststringobj newunicode". Not used in testcases yet. check-in: a00551a229 user: jan.nijtmans tags: core-8-branch | |
| 09:52 | Merge tip-657-tcl9. Add "-profile tcl8" to http.tcl check-in: 57f4c1fc86 user: jan.nijtmans tags: tip-657 | |
| 09:36 | ckalloc -> Tcl_Alloc and ckfree -> Tcl_Free check-in: 1afb3416f7 user: jan.nijtmans tags: tip-656-tcl9 | |
|
2023-03-07
| ||
| 23:11 | encodingprofile -> profile, and fix more testcases check-in: 22160bc51d user: jan.nijtmans tags: tip-657 | |
| 21:01 | Start implementing TIP #657. WIP check-in: 7d3d6f8f29 user: jan.nijtmans tags: tip-657 | |
| 20:14 | Merge 8.7 check-in: d9532ddf80 user: jan.nijtmans tags: tip-656 | |
| 20:13 | Merge 9.0 check-in: 66a2cd7681 user: jan.nijtmans tags: tip-656-tcl9 | |
| 20:10 | Merge 8.7 check-in: 1997f71246 user: jan.nijtmans tags: trunk, main | |
| 20:09 | Fix [b4af93cd9f]: uninitialized bytes in http11-1.13.0 check-in: 2dff4cb44b user: jan.nijtmans tags: core-8-branch | |
| 18:23 | Merge 9.0 check-in: 67bbacb7f0 user: jan.nijtmans tags: tip-626 | |
| 18:23 | Merge 8.7 check-in: fe9c231f48 user: jan.nijtmans tags: trunk, main | |
| 18:14 | Merge 8.6 check-in: f934119c5c user: jan.nijtmans tags: core-8-branch | |
| 12:53 | Merge 8.7 - testchmod fixes check-in: 24072d92fc user: apnadkarni tags: trunk, main | |
| 12:28 | Merge 8.6 - testchmod fixes check-in: 2ec387cffb user: apnadkarni tags: core-8-branch | |
| 07:41 | Merge 8.7 check-in: ab8bd5acc2 user: jan.nijtmans tags: trunk, main | |
| 07:34 | Merge 8.6 check-in: cc0b9a750b user: jan.nijtmans tags: core-8-branch | |
| 07:06 | merge-mark check-in: c0aeeaa9c8 user: jan.nijtmans tags: trunk, main | |
| 07:03 | Fix [f3cb2a32d6]: uninitialized value in format-2.18. Also remove repeated call to Tcl_DStringInit() check-in: b01a3c55ed user: jan.nijtmans tags: core-8-branch | |
|
2023-03-06
| ||
| 21:36 | Merge 9.0. More strictBug marks Closed-Leaf check-in: 408f496539 user: jan.nijtmans tags: make-strict-the-default | |
| 19:58 | Proposed fix for [f3cb2a32d6]: uninitialized value in format-2.18 Closed-Leaf check-in: 05e83f801a user: jan.nijtmans tags: bug-f3cb2a32d6 | |
| 18:17 | [b4af93cd9f] Proposed fix from apnadkarni. It works! Closed-Leaf check-in: cb97451374 user: dgp tags: bug-b4af93cd9f | |
| 15:23 | merge trunk check-in: 5a75d0e99b user: dgp tags: core-9-0-b1-rc | |
| 14:51 | merge 8.7 check-in: e120a7b0ca user: dgp tags: core-8-7-b1-rc | |
| 10:31 | Merge 9.0 check-in: 508710638c user: jan.nijtmans tags: tip-626 | |
| 10:30 | ckfree() -> Tcl_Free() check-in: 2c4994d39e user: jan.nijtmans tags: trunk, main | |
| 10:28 | Merge 8.7 check-in: 37fc768d33 user: jan.nijtmans tags: trunk, main | |
| 10:24 | Tcl_WinTCharToUtf() is deprecated, so use Tcl_WCharToUtfDString() in stead. check-in: 79d7180519 user: jan.nijtmans tags: core-8-branch | |
| 07:00 | Add new valgrind suppression items. check-in: 9e195dccd7 user: pooryorick tags: trunk, main | |
| 06:58 | Add new valgrind suppression items. check-in: 4f4542baa1 user: pooryorick tags: core-8-branch | |
|
2023-03-05
| ||
| 22:01 | Merge 9.0 check-in: d560cdb0d1 user: jan.nijtmans tags: tip-626 | |
| 21:48 | Merge 9.0. One more "strictBug" check-in: fce73e4881 user: jan.nijtmans tags: make-strict-the-default | |
| 21:27 | Merge 8.7 check-in: 6b8ecafc24 user: jan.nijtmans tags: trunk, main | |
| 21:16 | Merge-mark (but also remove some lost spacing) check-in: cfde75a992 user: jan.nijtmans tags: core-8-branch | |
| 20:46 | Merge 9.0 check-in: fef53bf657 user: jan.nijtmans tags: tip-626 | |
| 19:57 | Another round of -1 -> TCL_INDEX_NONE check-in: 1ad5d08ee8 user: jan.nijtmans tags: trunk, main | |
| 11:42 | Merge 8.7: Bug [9c5a00c69d]. Fix ~user on Windows check-in: 8c6befab7c user: apnadkarni tags: trunk, main | |
| 11:39 | A better fix for Valgrind "still reachable" report in TestcmdtokenCmd(). check-in: a42745193b user: pooryorick tags: core-8-branch | |
| 11:09 | Merge 8.6: Bug [9c5a00c69d]. Fix ~user on Windows check-in: a479ad913c user: apnadkarni tags: core-8-branch | |
| 07:11 | A better fix for Valgrind "still reachable" report in TestcmdtokenCmd(). Closed-Leaf check-in: 4cdf1436d1 user: pooryorick tags: pyk-TestcmdtokenCmd | |
| 00:43 | Merge 9.0 check-in: 38f5d517dd user: jan.nijtmans tags: tip-626 | |
| 00:26 | More -1 -> TCL_INDEX_NONE check-in: 7a2fc29ce0 user: jan.nijtmans tags: trunk, main | |
|
2023-03-04
| ||
| 18:12 | Make dltest/pkg*.c simple example how to use Tcl_Size with Tcl_GetStringFromObj() check-in: adb38c336f user: jan.nijtmans tags: trunk, main | |
| 16:33 | Merge 8.7 - Protect zlib errors with check for null interp check-in: aceb89781d user: apnadkarni tags: trunk, main | |
| 16:26 | Protect zlib errors with check for null interp check-in: 626b25e226 user: apnadkarni tags: core-8-branch | |
| 10:28 | Merge 9.0. One more "strictBug" check-in: 1f5bc348b7 user: jan.nijtmans tags: make-strict-the-default | |
| 10:20 | Merge 8.7 check-in: 498ef65f88 user: jan.nijtmans tags: trunk, main | |
| 10:19 | Merge 8.6 check-in: 16a3c41087 user: jan.nijtmans tags: core-8-branch | |
| 10:13 | Merge 8.7 check-in: 02f5bcd5f4 user: jan.nijtmans tags: trunk, main | |
| 10:09 | Merge 8.6 check-in: 980e01621b user: jan.nijtmans tags: core-8-branch | |
|
2023-03-03
| ||
| 14:09 | merge trunk check-in: 318795702b user: dgp tags: dgp-refactor | |
| 14:02 | merge trunk check-in: e50f70450c user: dgp tags: novem | |
| 14:02 | merge trunk check-in: d61b0bbfd3 user: dgp tags: core-9-0-b1-rc | |
| 13:27 | More "strictBug" constraints check-in: ecec96699f user: jan.nijtmans tags: make-strict-the-default | |
| 13:19 | Merge 9.0. knownBug -> strictBug check-in: 98cba50454 user: jan.nijtmans tags: make-strict-the-default | |
| 13:04 | Adapt type-casts to Tcl 9.0 signature of Tcl_Free/Tcl_Realloc/Tcl_AttemptRealloc check-in: 91247f5ef8 user: jan.nijtmans tags: trunk, main | |
| 13:03 | ckfree() shouldn't be used in Tcl 9 core code any more check-in: c1e87a7fe5 user: jan.nijtmans tags: trunk, main | |
| 12:39 | Fix Valgrind "still reachable" report in TestcmdtokenCmd(). check-in: 69364e849f user: pooryorick tags: trunk, main | |
| 12:17 | Fix Valgrind "still reachable" report in TestcmdtokenCmd(). check-in: 1170c0f0a8 user: pooryorick tags: core-8-branch | |
| 12:15 | Fix Valgrind "still reachable" report in TestcmdtokenCmd(). check-in: 762f581ae3 user: pooryorick tags: pyk-TestcmdtokenCmd | |
| 10:47 | Bug [9a978f8323]: Fix large reads > 2GB check-in: 7572740252 user: apnadkarni tags: trunk, main | |
|
2023-03-02
| ||
| 14:36 | merge trunk check-in: 005ce890d8 user: dgp tags: novem | |
| 14:36 | merge trunk check-in: 52693d8367 user: dgp tags: dgp-refactor | |
| 14:21 | merge trunk check-in: fe7361356b user: dgp tags: core-9-0-b1-rc | |
| 14:04 | merge 8.7 check-in: 96a5e5627a user: dgp tags: core-8-7-b1-rc | |
| 12:30 | Merge 9.0 check-in: 7884884840 user: jan.nijtmans tags: tip-626 | |
| 12:15 | Merge 9.0. 2 more knownBug's check-in: bd20d3e0b4 user: jan.nijtmans tags: make-strict-the-default | |
| 08:00 | Merge 9.0 - disable file perms tests on wsl check-in: 5cad9ca0b2 user: apnadkarni tags: tip-656-tcl9 | |
| 07:46 | Merge 8.7 - disable tests on WSL check-in: 69c6438f23 user: apnadkarni tags: tip-656 | |
| 07:32 | Merge 8.7: Disable more file permissions tests for WSL (not supported in WSL/NTFS) check-in: 1cb4cb2fe2 user: apnadkarni tags: trunk, main | |
| 07:08 | Disable more file permissions tests for WSL (not supported in WSL/NTFS) check-in: 547d467832 user: apnadkarni tags: core-8-branch | |
| 06:41 | Bug [e778e3f804]. Fix error message for invalid profile name. check-in: f9e3e55bb8 user: apnadkarni tags: tip-656 | |
| 06:29 | Bug [e778e3f804]. Fix error message for invalid profile name. check-in: 80abdf9c7d user: apnadkarni tags: tip-656-tcl9 | |
| 04:48 | Add encoding test vector files check-in: 1d59f7ff51 user: apnadkarni tags: tip-656-tcl9 | |
| 04:35 | Cherrypick [13537afd1b] - eliminate TCL_ENCODING_MODIFIED check-in: 9c6ee19533 user: apnadkarni tags: tip-656-tcl9 | |
| 04:16 | Eliminate TCL_ENCODING_MODIFIED flag check-in: 13537afd1b user: apnadkarni tags: tip-656 | |
|
2023-03-01
| ||
| 15:39 | Fix Tcl_UtfToExternalDStringEx call in macos code check-in: 47e42c11de user: apnadkarni tags: tip-656-tcl9 | |
| 14:57 | Merge mark with core-8-branch check-in: 1015789824 user: apnadkarni tags: trunk, main | |
| 14:55 | Cherrypick [f1dd5f1cc7]: constrain tests not supported on WSL check-in: 02b0494479 user: apnadkarni tags: core-8-branch | |
| 13:58 | Disable file permission tests under WSL as WSL does not support Unix file attrs without special conf... check-in: f1dd5f1cc7 user: apnadkarni tags: trunk, main | |
| 13:41 | Merge trunk Closed-Leaf check-in: cfbda02bec user: apnadkarni tags: bug-9a978f8323 | |
| 13:18 | Bug [9a978f8323]: crash reading large files check-in: a9226d7a1b user: apnadkarni tags: bug-9a978f8323 | |
| 11:15 | http11-1.6.1 fails sometimes too check-in: 84a3ab8cf2 user: jan.nijtmans tags: make-strict-the-default | |
| 11:11 | Merge 9.0, and one more knownBug mark check-in: 615d4c5f6b user: jan.nijtmans tags: make-strict-the-default | |
| 11:06 | Fix msvc build (with OPTS=symbols) check-in: 3f8591150d user: jan.nijtmans tags: trunk, main | |
| 08:01 | Merge 9.0. TclpSysalloc fix. check-in: fa1f039a85 user: apnadkarni tags: tip-656-tcl9 | |
| 07:56 | Fix [f8ef6b3670] crash. TclpSysAlloc macro was truncating size request to 32 bits on Windows. check-in: 77b3ebc0ba user: apnadkarni tags: trunk, main | |
| 07:19 | Merge 9.0 check-in: eb12679c83 user: apnadkarni tags: tip-656-tcl9 | |
|
2023-02-28
| ||
| 22:13 | Experiment, WIP. See how far we get, adapting Nathan's code, but for blocking channels only. Closed-Leaf check-in: 21b8c4074d user: jan.nijtmans tags: jn-tip-653-partial | |
| 20:21 | One more knownBug mark check-in: 2a6fb13980 user: jan.nijtmans tags: make-strict-the-default | |
| 18:32 | Mark 3 testcases as knownBug check-in: 77ece57fdc user: jan.nijtmans tags: make-strict-the-default | |
| 17:16 | Cherrypick [070225e33d]. Move setting of profile flags to lower level functions in case they are cal... check-in: 8c48e4cad4 user: apnadkarni tags: tip-656-tcl9 | |
| 17:13 | Let's see if changing iso8859-1 -> utf-8 helps check-in: 03fee3401e user: jan.nijtmans tags: make-strict-the-default | |
| 16:58 | Merge 9.0 check-in: 689b3f3457 user: jan.nijtmans tags: make-strict-the-default | |
| 16:08 | Proposed fix for [e778e3f804]: Parsing of "profile" for TIP #656 Leaf check-in: 82377ce539 user: jan.nijtmans tags: bug-e778e3f804 | |
| 15:39 | Merge 8.7 check-in: 99cfb068bb user: apnadkarni tags: tip-656 | |
| 14:08 | int -> Tcl_Size to match TIP check-in: 3270877c8d user: apnadkarni tags: tip-656 | |
| 13:36 | Merge 8.7 check-in: 5b43eb89dd user: jan.nijtmans tags: trunk, main | |
| 13:33 | Put back testcase io-52.20, and re-fix [4a7397e0b3] check-in: 9c0db3d168 user: jan.nijtmans tags: core-8-branch | |
| 13:25 | Merge 8.7 check-in: 0fbea57450 user: apnadkarni tags: tip-656 | |
| 13:24 | Merge 8.7 check-in: f0039dade9 user: apnadkarni tags: tip-656 | |
| 12:45 | Merge 8.7 check-in: 01f497c926 user: jan.nijtmans tags: trunk, main | |
| 12:43 | Missing ')' check-in: 2a0db90a03 user: jan.nijtmans tags: core-8-branch | |
| 12:25 | Move setting of profile in flags parameter to lower level functions in case they are called directly check-in: 070225e33d user: apnadkarni tags: tip-656 | |
| 12:20 | Merge 8.7 check-in: 917e233bd3 user: jan.nijtmans tags: trunk, main | |
| 12:16 | Restore previous behavior for non-blocking mode, as for this mode the semantics of [read]/[gets] wer... check-in: b4d64ccac5 user: jan.nijtmans tags: core-8-branch | |
| 11:57 | Reverted [d156af9fb76dd2f4] and removed tests io-52.20 io-75.6 io-75.7, as this commit, intended to ... check-in: 839cd83777 user: pooryorick tags: trunk, main | |
| 11:42 | Reverted [d156af9fb76dd2f4] and removed tests io-52.20 io-75.6 io-75.7, as this commit, intended to ... check-in: 0b5f6bd67b user: pooryorick tags: core-8-branch | |
| 11:00 | Merge 8.7. And fix Tcl_UtfToExternal()/Tcl_ExternalToUtf() (at least - sufficient for tclZlib.c), su... check-in: 91094999d0 user: jan.nijtmans tags: trunk, main | |
| 10:36 | Merge 8.6 check-in: bc4fffd65e user: jan.nijtmans tags: core-8-branch | |
| 10:28 | Merge bug-fb368527ae. Bug [fb368527ae] Large string truncation check-in: f868c40053 user: apnadkarni tags: trunk, main | |
| 10:13 | Make the descriptions in doc/Tcl.n more concise and intuitive. check-in: b49efeca6a user: pooryorick tags: trunk, main | |
| 10:06 | Make the descriptions in doc/Tcl.n more concise and intuitive. check-in: c592759187 user: pooryorick tags: core-8-branch | |
| 10:04 | Make the descriptions in doc/Tcl.n more concise and intuitive. Closed-Leaf check-in: 1117e4b1f0 user: pooryorick tags: tclrules | |
| 09:59 | Fix formatting issue in Tcl.n check-in: 2ad5cbb37b user: pooryorick tags: trunk, main | |
| 09:57 | Fix formatting issue in Tcl.n check-in: b2d74396e8 user: pooryorick tags: core-8-branch | |
| 07:49 | merge-mark check-in: 55044d3a78 user: jan.nijtmans tags: optional-signed-size | |
| 07:45 | In case of combining TIP #494 (TCL_8_COMPAT) and #628 (building for Tcl 8.7 with 9.0 headers), ignor... check-in: f42b15db40 user: jan.nijtmans tags: trunk, main | |
|
2023-02-27
| ||
| 20:36 | Experiment: Use -DTCL_SIGNED_SIZE to switch Tcl_Size from size_t to ptrdiff_t check-in: 3ea98e212f user: jan.nijtmans tags: optional-signed-size | |
| 13:33 | merge trunk check-in: f04eb1e0ae user: dgp tags: dgp-refactor | |
| 13:28 | merge trunk check-in: 5b3f54982c user: dgp tags: novem | |
| 13:28 | merge trunk check-in: c439313f9b user: dgp tags: core-9-0-b1-rc | |
| 13:22 | merge 8.7 check-in: 24ed4112bd user: dgp tags: core-8-7-b1-rc | |
| 12:31 | Fix crash. int->size_t needs +1 in comparisons. Closed-Leaf check-in: 2ab7a366d5 user: apnadkarni tags: bug-fb368527ae | |
| 11:59 | Fix [3d01d51bc4]: Tcl 9: Cannot write large strings to file. Also some size_t -> Tcl_Size changes. check-in: 186e4d9317 user: jan.nijtmans tags: trunk, main | |
| 04:15 | Tests for encoding strings > 4GB (under perf constraint) check-in: b9e6cb98ed user: apnadkarni tags: bug-fb368527ae | |
| 03:13 | Add perf constraint to large io tests to prevent memory faults on systems with limited memory Closed-Leaf check-in: dad51fc677 user: apnadkarni tags: bug-3d01d51bc4 | |
|
2023-02-26
| ||
| 17:19 | Handle Tcl_UtfToExternal error in tclZlib.c Closed-Leaf check-in: 4ca3524d27 user: jan.nijtmans tags: bug-fb368527ae-jn | |
| 16:54 | Handle statePtr != NULL as well check-in: f6953451f0 user: jan.nijtmans tags: bug-fb368527ae-jn | |
| 16:41 | Make Tcl_UtfToExternal()/Tcl_ExternalToUtf() report the error, if srcLen and dstLen are both > INT_M... check-in: d110cdebf8 user: jan.nijtmans tags: bug-fb368527ae-jn | |
| 16:04 | merge-mark check-in: 3513e43ea1 user: jan.nijtmans tags: trunk, main | |
| 16:04 | Merge 8.6 check-in: fd2fe9eb83 user: jan.nijtmans tags: core-8-branch | |
| 15:42 | Fix [46dda6fc29] - trace crash caused by TclScanElement check-in: 32c5b5172b user: apnadkarni tags: trunk, main | |
| 14:27 | Merge 9.0. Adapt more test-cases, to see what's remaining check-in: 09b3a7a3dd user: jan.nijtmans tags: make-strict-the-default | |
| 12:56 | Move the "srcLen -= srcChunkRead;" past the "if ((result != TCL_CONVERT_NOSPACE)..." (where it origi... check-in: 603ae5a10f user: jan.nijtmans tags: bug-fb368527ae | |
| 12:27 | (size_t) -1 -> TCL_INDEX_NONE check-in: 9623ac582e user: jan.nijtmans tags: bug-3d01d51bc4 | |
| 07:15 | Also fix [90ff9b7f73] - writes of exactly 4294967295 bytes check-in: 7ad27f4c32 user: apnadkarni tags: bug-3d01d51bc4 | |
| 06:26 | Minor refactor, add tests check-in: 93ba406eed user: apnadkarni tags: bug-3d01d51bc4 | |
|
2023-02-25
| ||
| 17:23 | Fix large writes to file. Need to break into INT_MAX size chunks. check-in: 57fb62005d user: apnadkarni tags: bug-3d01d51bc4 | |
| 16:29 | Experimental fix for [fb368527ae] - length truncation check-in: eb6626d1e6 user: apnadkarni tags: bug-fb368527ae | |
| 09:26 | Fix and tests for [46dda6fc29] Closed-Leaf check-in: 82e7ae4b54 user: apnadkarni tags: bug-46dda6fc29 | |
| 08:58 | Add tests for Bug [46dda6fc29] check-in: 2c91dd57fa user: apnadkarni tags: bug-46dda6fc29 | |
| 07:35 | Fix [1d074b177a]. Failure to read .tclshrc check-in: 46d3081b16 user: apnadkarni tags: trunk, main | |
| 06:13 | Tests pass modulo couple of differences in Tcl 8 and 9 default behavior to be discussed (tickets log... check-in: 9ceaffc7be user: apnadkarni tags: tip-656-tcl9 | |
| 03:03 | Compiles and runs. Tests still to be ported. check-in: c057c79d2b user: apnadkarni tags: tip-656-tcl9 | |
|
2023-02-24
| ||
| 15:04 | merge trunk check-in: bd06d278b8 user: dgp tags: dgp-refactor | |
| 14:52 | merge trunk check-in: 6794db8f83 user: dgp tags: novem | |
| 14:52 | merge trunk check-in: 7a06e96e01 user: dgp tags: core-9-0-b1-rc | |
| 14:34 | merge 8.7 check-in: 1224aa5a8a user: dgp tags: core-8-7-b1-rc | |
| 13:37 | Create new branch named "tip-656-tcl9" check-in: 15ce8454d9 user: apnadkarni tags: tip-656-tcl9 | |
| 13:34 | Add teststringobj newunicode command to test invalid input to Tcl_NewUnicodeObj check-in: 76d20961d0 user: apnadkarni tags: tip-656 | |
| 10:32 | Raise error on invalid flags check-in: 28c0ea5f1b user: apnadkarni tags: tip-656 | |
| 09:57 | Merge 8.7 check-in: 630e01679f user: apnadkarni tags: tip-656 | |
| 09:35 | Factor out encoding test vectors into separate file so they can be used for file IO tests check-in: 063ca81db9 user: apnadkarni tags: tip-656 | |
| 08:33 | Merge 8.7 check-in: ba4e192f46 user: jan.nijtmans tags: trunk, main | |
| 08:25 | int -> Tcl_Size in tclEncoding.c (making the diff between Tcl 8.7 and 9.0 smaller) check-in: eb7c2446eb user: jan.nijtmans tags: core-8-branch | |
| 03:35 | Bug [40c61a5d10]. Fix syntax error message. check-in: ebf20c29bd user: apnadkarni tags: tip-656 | |
| 03:10 | Merge [bug-dab7fd5973]. Pick up memory leak fix from 8.7. Thanks, Jan check-in: 4507659bcd user: apnadkarni tags: tip-656 | |
|
2023-02-23
| ||
| 21:31 | -strictencoding 1 -> -encodingprofile strict (since the testcases placed back in previous commit did... Closed-Leaf check-in: c621947424 user: jan.nijtmans tags: bug-dab7fd5973 | |
| 21:20 | Remove left-over traces of [0a74820b6d], which was merged into the apn-encoding-profile and landed i... check-in: ff7923a914 user: jan.nijtmans tags: bug-dab7fd5973 | |
| 14:04 | Merge jan-encoding-profile Closed-Leaf check-in: 8f06510aea user: jan.nijtmans tags: jan-encoding-profile-for-9.0 | |
| 13:24 | Had forgotten to remove disabled code check-in: c1b6369a50 user: apnadkarni tags: tip-656 | |
| 13:19 | New signature for Tcl_ExternalToUtfDStringEx and Tcl_UtfToExternalDStringEx as per TIP 656 check-in: 2274d048cf user: apnadkarni tags: tip-656 | |
| 12:13 | Merge 9.0 check-in: ff27ef80bd user: jan.nijtmans tags: jan-encoding-profile-for-9.0 | |
| 11:51 | Merge 8.7 Closed-Leaf check-in: cad1e71ff1 user: jan.nijtmans tags: jan-encoding-profile | |
| 11:22 | Merge 8.7 check-in: 8a44af5914 user: apnadkarni tags: tip-656-pre-capi, tip-656 | |
| 11:02 | Merge 8.7 check-in: 69fba9fb6b user: jan.nijtmans tags: trunk, main | |
| 11:00 | Fix [4bea02e811]: encoding convertfrom -strict ascii \x7f generates exception Many other encodings h... check-in: c86a644db8 user: jan.nijtmans tags: core-8-branch | |
| 10:45 | merge-mark check-in: 384d904963 user: jan.nijtmans tags: core-8-branch | |
| 10:22 | Fix gcc warnings and encoding error message (bug [40c61a5d10]) check-in: 00b03d47c5 user: apnadkarni tags: tip-656 | |
|
2023-02-22
| ||
| 21:08 | Experiment: Make "strict" the default for 9.0. Some trivial testcases are adapted, but the crucial o... check-in: 9f3838649f user: jan.nijtmans tags: make-strict-the-default | |
| 20:46 | merge-mark check-in: 69f9e2ec2d user: jan.nijtmans tags: trunk, main | |
| 20:44 | minor bug-fix in utf-16/utf-32: 2 testcases failed in Tcl 9 compatibility mode (-DTCL_NO_DEPRECATED... check-in: 90aa5de6f4 user: jan.nijtmans tags: core-8-branch | |
| 20:27 | Merge 8.7 check-in: 355a5e4733 user: jan.nijtmans tags: trunk, main | |
| 17:56 | Merge 8.6 check-in: bee7bfb892 user: jan.nijtmans tags: core-8-branch | |
| 17:20 | merge-mark check-in: 7b57981168 user: jan.nijtmans tags: jan-encoding-profile-for-9.0 | |
| 17:18 | First bugfix check-in: 0c53a7c842 user: jan.nijtmans tags: jan-encoding-profile | |
| 17:07 | port jan-encoding-profile to 9.0 check-in: 900d53d140 user: jan.nijtmans tags: jan-encoding-profile-for-9.0 | |
| 16:16 | Merge 8.7. Finish implementing "replace" profile. check-in: 1a13658857 user: jan.nijtmans tags: jan-encoding-profile | |
| 15:50 | merge trunk check-in: 96937d3617 user: dgp tags: dgp-refactor | |
| 15:40 | merge trunk check-in: 97fdbd1dd9 user: dgp tags: novem | |
| 15:28 | Merge 8.7 check-in: bcda8d12a6 user: apnadkarni tags: tip-656 | |
| 15:21 | merge trunk check-in: 90a24552f6 user: dgp tags: core-9-0-b1-rc | |
| 15:02 | merge 8.7 check-in: 25bcc66187 user: dgp tags: core-8-7-b1-rc | |
| 13:42 | Add ICU tests for unmapped characters. check-in: be36e83bbb user: apnadkarni tags: tip-656 | |
| 13:34 | re-generate macDingbats.enc, so it can now throw exceptions for the range 0x8E-0x9F Closed-Leaf check-in: 37b50ca299 user: jan.nijtmans tags: bug-4bea02e811 | |
| 13:31 | Make txt2enc smarter, so we don't have to add DELETE any more in all original tables, better keep th... check-in: 7177e15967 user: jan.nijtmans tags: bug-4bea02e811 | |
| 13:03 | Merge 8.7. Adapt more testcases not to depend on the system encoding any more check-in: f951b6a803 user: jan.nijtmans tags: bug-4bea02e811 | |
| 07:48 | Merge 8.7 check-in: f64a19cf62 user: jan.nijtmans tags: trunk, main | |
| 07:28 | Fix [5607d6482c]: strict ucs-2 never implemented (TIP #346/#656) check-in: e5cc7c86bf user: jan.nijtmans tags: core-8-branch | |
| 07:24 | Merge 8.6 check-in: b37e2dd04f user: jan.nijtmans tags: core-8-branch | |
|
2023-02-21
| ||
| 23:22 | Add 0x7F: DELETE to more mac* encodings (so re-generating doesn't remove it again) check-in: a2bd9b31b8 user: jan.nijtmans tags: bug-4bea02e811 | |
| 23:16 | More encoding fixes, e.g. range 0x80-0x9F for dingbats and symbol. Remove "-m" option from txt2enc.c... check-in: 1d90e87e4d user: jan.nijtmans tags: bug-4bea02e811 | |
| 17:27 | Rework ICU tests to check validity of whole charmap in one test, else too many tests. check-in: 8c1f9311ec user: apnadkarni tags: tip-656 | |
| 16:58 | Some test-cases start failing in 9.0-compatibility-mode (-DTCL_NO_DEPRECATED), if the system encodin... check-in: 2d796dd4fc user: jan.nijtmans tags: bug-4bea02e811 | |
| 16:03 | Generate test data from ICU UCM data files. SBCS only for now check-in: ad1a0a20bf user: apnadkarni tags: tip-656 | |
|
2023-02-20
| ||
| 23:41 | merge 8.7 check-in: bc5ce286ed user: jan.nijtmans tags: core-8-7-b1-rc | |
| 21:43 | re-generated 8 more encodings check-in: 916e5d4537 user: jan.nijtmans tags: bug-4bea02e811 | |
| 20:52 | Two more files, re-generated check-in: e9b87bfe92 user: jan.nijtmans tags: bug-4bea02e811 | |
| 20:41 | Proposed fix for [4bea02e811]: encoding convertfrom -strict ascii \x7f generates exception check-in: 10971c2d97 user: jan.nijtmans tags: bug-4bea02e811 | |
| 15:41 | Fix replace profile handling of truncated surrogates check-in: ec79741748 user: apnadkarni tags: tip-656 | |
| 15:08 | Add UTF16 and UTF32 tests check-in: 34a6d40743 user: apnadkarni tags: tip-656 | |
|
2023-02-19
| ||
| 21:46 | Experiment: Make "strict" the default for 9.0. Some trivial testcases are adapted, but the crucial o... check-in: 0a3ee3a1da user: jan.nijtmans tags: make-strict-the-default | |
| 11:41 | Proposed fix for [5607d6482c]: strict ucs-2 never implemented (TIP #346/#656) Closed-Leaf check-in: df48a23e38 user: jan.nijtmans tags: bug-5607d6482c | |
| 07:40 | Remove knownBug test constraints now that fix has been merged from core-8-branch check-in: d309b505e2 user: apnadkarni tags: tip-656 | |
|
2023-02-18
| ||
| 17:41 | Minor refactoring/fixes after merge check-in: 29d3eb105e user: apnadkarni tags: tip-656 | |
| 17:34 | Merge 8.7 to pick up UTF-8 encoding fix check-in: fcec414fdd user: apnadkarni tags: tip-656 | |
| 16:25 | Done with invalid utf-8 table check-in: 28dd1833f8 user: apnadkarni tags: tip-656 | |
|
2023-02-17
| ||
| 19:15 | Merge 8.7 check-in: 7b54fc6784 user: jan.nijtmans tags: trunk, main | |
| 19:14 | Fix for [885c86a9a0]: convertfrom utf8 breaks for 4 byte utf encodings check-in: c9645172df user: jan.nijtmans tags: core-8-branch | |
| 19:12 | Make a start implementing "replace" check-in: 8965167358 user: jan.nijtmans tags: jan-encoding-profile | |
| 18:59 | Part way through utf-8 test equivalence classes check-in: e49afef9c2 user: apnadkarni tags: tip-656 | |
| 11:08 | Merge 8.7 check-in: 72c58dedd0 user: apnadkarni tags: tip-656 | |
|
2023-02-16
| ||
| 21:50 | complete fix Closed-Leaf check-in: 5627ae0620 user: jan.nijtmans tags: bug-885c86a9a0 | |
| 21:41 | Merge 8.7 check-in: 15d52abd32 user: jan.nijtmans tags: bug-885c86a9a0 | |
| 21:29 | Final part of [10c2c17c32]: UTF-LE32 encoder mapping of surrogates. Problem was in testcase, not in ... check-in: fc029613d5 user: jan.nijtmans tags: trunk, main | |
| 21:14 | Merge 8.7 check-in: 6ca5a8a9cd user: jan.nijtmans tags: trunk, main | |
| 21:03 | Fix [5e6ae6e05e]: Implement -strict correctly for cesu-8 check-in: 345299048d user: jan.nijtmans tags: core-8-branch | |
| 20:57 | Fix [33ab6d08eb]: Inconsistent behavior with encoding convertfrom -failindex check-in: c9a3653986 user: jan.nijtmans tags: core-8-branch | |
| 20:54 | parsing simplifications check-in: 4c3fc8cc5a user: jan.nijtmans tags: jan-encoding-profile | |
| 17:15 | Bit more work on encoding test framework. Long way to go. check-in: c1c5993bd7 user: apnadkarni tags: tip-656 | |
| 16:59 | Fix [5e6ae6e05e]: Implement -strict correctly for cesu-8 Closed-Leaf check-in: 28c65c306c user: jan.nijtmans tags: bug-5e6ae6e05e | |
| 07:59 | Try to fix [885c86a9a0]. Doesn't work completely yet. check-in: 75fea0971f user: jan.nijtmans tags: bug-885c86a9a0 | |
|
2023-02-15
| ||
| 20:26 | Fix for [33ab6d08eb]: Inconsistent behavior with encoding convertfrom -failindex Closed-Leaf check-in: e13da3659a user: jan.nijtmans tags: bug-33ab6d08eb | |
| 17:27 | Start on expanding encoding tests check-in: 8f3685d3bc user: apnadkarni tags: tip-656 | |
| 08:10 | Merge 9.0 check-in: 24d64bf0f1 user: jan.nijtmans tags: tip-626 | |
| 08:07 | Merge 8.7 check-in: fe54733688 user: jan.nijtmans tags: jan-encoding-profile | |
| 07:30 | Merge 8.7. Test-case only check-in: e90924bb13 user: jan.nijtmans tags: trunk, main | |
| 07:21 | Ticket [10c2c17c32] follow-up. One output char too much with -failindex. check-in: 6349e0c2e1 user: jan.nijtmans tags: core-8-branch | |
| 05:24 | Merge 8.7 check-in: d4772edf05 user: apnadkarni tags: tip-656 | |
|
2023-02-14
| ||
| 22:06 | Merge 8.7 check-in: de933019a1 user: jan.nijtmans tags: trunk, main | |
| 21:42 | Fix for [bd1a60eb9c]: convertfrom utf-8 strict mode allows surrogates in input sequence check-in: 84f30c5d4e user: jan.nijtmans tags: core-8-branch | |
| 20:50 | Complete fix for [bd1a60eb9c]. Also fix a bug in the tableencoding. With testcases. Closed-Leaf check-in: c58db5881e user: jan.nijtmans tags: bug-bd1a60eb9c | |
| 11:56 | Remove obsolete comment check-in: 9d5516a4e9 user: apnadkarni tags: tip-656 | |
| 11:39 | Fix uniqueness parsing fconfigure -encoding / -encodingprofile options check-in: 66074c9b6d user: apnadkarni tags: tip-656 | |
| 11:37 | Bug [bd1a60eb9c]. Eliminate TCL_ENCODING_UTF. Closed-Leaf check-in: 8dc5e620ee user: apnadkarni tags: apn-encoding-profile | |
| 10:43 | Fix for [b8f575aa2398b0e4] and [154ed7ce564a7b4c], double-[read]/[gets] problem. Partial-read functi... Closed-Leaf check-in: ecd7aaec80 user: pooryorick tags: py-b8f575aa23-nopartial | |
| 10:28 | fix for [dab7fd5973]: Memory leak in commit [0a74820b6d]. check-in: 3d64a2569b user: pooryorick tags: py-b8f575aa23-nopartial | |
| 07:29 | Make a start fixing [bd1a60eb9c]. WIP check-in: 15fba8ddec user: jan.nijtmans tags: bug-bd1a60eb9c | |
|
2023-02-13
| ||
| 14:37 | merge trunk check-in: 142ab5a157 user: dgp tags: dgp-refactor | |
| 14:29 | merge trunk check-in: 68aa4b81aa user: dgp tags: novem | |
| 14:29 | merge trunk check-in: a8b43dd3be user: dgp tags: core-9-0-b1-rc | |
| 14:06 | merge 8.7 check-in: 49849c85bb user: dgp tags: core-8-7-b1-rc | |
| 10:12 | Merge 8.7. Mark (new) testcase encoding-16.15 as "knownBug": still needs a fix. check-in: a155df4adc user: jan.nijtmans tags: trunk, main | |
| 08:39 | Fix for [10c2c17c32]: UTF-LE32 encoder mapping of surrogates. With testcases (both for utf-32 and ut... check-in: 26aadbbd1f user: jan.nijtmans tags: core-8-branch | |
|
2023-02-12
| ||
| 17:34 | Tentative fix for [bd1a60eb9] - surrogates in strict utf-8 check-in: ea2d05b48b user: apnadkarni tags: apn-encoding-profile | |
| 16:56 | Minor fixes and tests check-in: 92345e0520 user: apnadkarni tags: apn-encoding-profile | |
| 11:04 | Added 'encoding profiles' check-in: 170b5d76f2 user: apnadkarni tags: apn-encoding-profile | |
| 06:15 | Minor readability changes check-in: 7fe70a05cf user: apnadkarni tags: apn-encoding-profile | |
| 01:00 | Merge 8.7 check-in: 2d036d968c user: jan.nijtmans tags: trunk, main | |
| 00:49 | Proposed fix (and testcases) for [4a7397e0b3]: Tcl 9: fcopy with -strictencoding 1 UTF-8 channels check-in: 8b772479c3 user: jan.nijtmans tags: core-8-branch | |
|
2023-02-11
| ||
| 17:38 | Partial implementation of replace profile check-in: 7dc2095f6a user: apnadkarni tags: apn-encoding-profile | |
| 01:51 | Eliminate TCL_ENCODING_{STRICT,NOCOMPLAIN} check-in: 7a9d0fe95b user: apnadkarni tags: apn-encoding-profile | |
|
2023-02-10
| ||
| 20:22 | Proposed fix (and testcases) for [4a7397e0b3]: Tcl 9: fcopy with -strictencoding 1 UTF-8 channels Closed-Leaf check-in: 0f04d39da4 user: jan.nijtmans tags: bug-4a7397e0b3 | |
| 17:07 | Phase out (almost) STRICT and NOCOMPLAIN flags. check-in: 4a2770b48e user: apnadkarni tags: apn-encoding-profile | |
| 16:28 | merge 8.7 check-in: cf7f5a69fb user: dgp tags: core-8-7-b1-rc | |
|
2023-02-09
| ||
| 19:52 | Add 4 more testcases, showing that the same bug is present in utf-16 as well. Also fix the bug (real... Closed-Leaf check-in: 0ecd1a4f6d user: jan.nijtmans tags: bug-10c2c17c32 | |
| 17:04 | Modify encoding C API to use profiles (in progress) check-in: f1ce788bea user: apnadkarni tags: apn-encoding-profile | |
| 17:03 | Add equivalent tests from ff630bf370 check-in: 7304b2a810 user: apnadkarni tags: apn-encoding-profile | |
| 07:55 | Add 4 testcases, showing that the bug fix introduces another (minor) problem. To be fixed soon check-in: ff630bf370 user: jan.nijtmans tags: bug-10c2c17c32 | |
| 07:27 | Do not have -failindex imply -strict check-in: 05e42cb1af user: apnadkarni tags: apn-encoding-profile | |
| 06:56 | Merge bug-10c2c17c32 check-in: 4da904da4b user: apnadkarni tags: apn-encoding-profile | |
|
2023-02-07
| ||
| 17:10 | Merge core-8-branch check-in: 51dd9f7cd1 user: apnadkarni tags: apn-encoding-profile | |
| 11:25 | Fix tcltest to not exit on encoding errors when printing to stdout check-in: a26df2ffbf user: apnadkarni tags: apn-encoding-profile | |
| 11:23 | Refactor encoding tests for broader coverage and easier test case management check-in: e3764b6ce6 user: apnadkarni tags: apn-encoding-profile | |
| 11:22 | Fix call to EncodingConvertParseOption for decoding check-in: 58cc1bde67 user: apnadkarni tags: apn-encoding-profile | |
|
2023-02-06
| ||
| 22:43 | Proposed fix for [10c2c17c32]: UTF-LE32 encoder mapping of surrogates. TODO: testcase check-in: 0bb13aadb6 user: jan.nijtmans tags: bug-10c2c17c32 | |
| 16:03 | Make last test-cases pass check-in: d2898d5045 user: jan.nijtmans tags: jan-encoding-profile | |
| 14:09 | keep channel options in alphabetical order check-in: 4b5c2ec6fe user: jan.nijtmans tags: jan-encoding-profile | |
|
2023-02-05
| ||
| 23:47 | 2 more test-case fixes check-in: a9a3992bb8 user: jan.nijtmans tags: jan-encoding-profile | |
| 23:22 | Fix handling of default profile. Also fix many test-cases check-in: 7eb72e7739 user: jan.nijtmans tags: jan-encoding-profile | |
| 12:49 | Proposed fix for [dab7fd5973]: Memory leak in commit [0a74820b6d] Closed-Leaf check-in: 9a22ed79ed user: jan.nijtmans tags: bug-dab7fd5973, py-b8f575aa23-nopartial | |
|
2023-02-04
| ||
| 14:10 | Fix for [b8f575aa2398b0e4] and [154ed7ce564a7b4c], double-[read]/[gets] problem. Partial-read functi... check-in: 0a74820b6d user: pooryorick tags: py-b8f575aa23-nopartial | |
| 00:28 | Fix test io-75.14. check-in: 0e4cec99af user: pooryorick tags: py-b8f575aa23-nopartial | |
|
2023-02-03
| ||
| 22:15 | Fix for [b8f575aa2398b0e4] and [154ed7ce564a7b4c], double-[read]/[gets] problem. Partial-read funct... check-in: 104b05b17c user: pooryorick tags: py-b8f575aa23-nopartial | |
| 13:32 | merge trunk check-in: 155eb92c8e user: dgp tags: dgp-refactor | |
| 13:32 | merge trunk check-in: 52e4be6b72 user: dgp tags: novem | |
| 13:25 | merge trunk check-in: c958564959 user: dgp tags: core-9-0-b1-rc | |
| 13:17 | merge 8.7 check-in: a1499adc7e user: dgp tags: core-8-7-b1-rc | |
|
2023-02-02
| ||
| 22:51 | Fix for [b8f575aa2398b0e4] and [154ed7ce564a7b4c], double-[read]/[gets] problem. Partial-read funct... check-in: 11c7f071cb user: pooryorick tags: py-b8f575aa23-nopartial | |
| 16:43 | Update tests to use -encodingprofile check-in: e92847da6f user: apnadkarni tags: apn-encoding-profile | |
| 15:37 | Change encoding error options to fconfigure to encoding profiles check-in: 2127d4e684 user: apnadkarni tags: apn-encoding-profile | |
| 12:23 | Use common option parsing for ConvertfromObjCmd. Fix test error messages. check-in: 8a90707e59 user: apnadkarni tags: apn-encoding-profile | |
| 11:52 | Replace encoding -strict etc. with -profile check-in: 1b0fb9616a user: apnadkarni tags: apn-encoding-profile | |
| 07:17 | Merge 8.7 check-in: e851055acb user: jan.nijtmans tags: trunk, main | |
| 07:12 | Fix documentation on "encoding" command check-in: f3ab9ad6c0 user: jan.nijtmans tags: core-8-branch | |
|
2023-02-01
| ||
| 23:02 | Merge 8.7 check-in: a7c9cdf3c1 user: jan.nijtmans tags: trunk, main | |
| 21:01 | Renumber testscase, sync with Tcl 9.0 check-in: c093f8b044 user: jan.nijtmans tags: core-8-branch | |
| 14:23 | merge trunk check-in: 8f2acc9165 user: dgp tags: core-9-0-b1-rc | |
| 14:05 | merge trunk check-in: 1158f94f49 user: dgp tags: dgp-refactor | |
| 14:05 | merge trunk check-in: 0b0fbd9584 user: dgp tags: novem | |
| 13:59 | merge 8.7 check-in: cc3a3de21d user: dgp tags: core-8-7-b1-rc | |
| 08:13 | merge-mark check-in: ccc96683aa user: jan.nijtmans tags: trunk, main | |
| 08:10 | (cherry-pick) Make Tcl_UniCharToUtf more readable and add test to exercise surrogate handling. (test... check-in: 3b953fea77 user: jan.nijtmans tags: core-8-branch | |
| 07:33 | merge-mark check-in: 84f3bcf38c user: jan.nijtmans tags: trunk, main | |
| 07:32 | (cherry-pick) Make Tcl_UniCharToUtf more readable and add test to exercise surrogate handling. check-in: f4c704bc57 user: jan.nijtmans tags: core-8-branch | |
|
2023-01-31
| ||
| 23:04 | Make Tcl_UniCharToUtf more readable and add test to exercise surrogate handling. check-in: fcdc24c850 user: pooryorick tags: trunk, main | |
| 22:15 | Fix error introduced in [3e5e37f83b058f3d] for Tcl_UniCharToUtf, and add test. Closed-Leaf check-in: df3390187d user: pooryorick tags: py_easier_to_read | |
| 17:34 | Remove incorrect comment. See: [https://www.magicsplat.com/tcl9/tcl9unicode.html#surrogates-as-liter... check-in: 8fcd12178a user: jan.nijtmans tags: trunk, main | |
| 17:30 | Remove incorrect comment. See: [https://www.magicsplat.com/tcl9/tcl9unicode.html#surrogates-as-liter... check-in: 19310ec979 user: jan.nijtmans tags: core-8-branch | |
| 08:14 | merge-mark check-in: 485acaf419 user: jan.nijtmans tags: trunk, main | |
| 07:49 | SetFlag -> GotFlag (since SetFlag always returns 1, this is nonsence in an if() statement). Also add... check-in: df4e2de49c user: jan.nijtmans tags: core-8-branch | |
|
2023-01-30
| ||
| 16:50 | merge trunk check-in: 00393aabc3 user: dgp tags: core-9-0-b1-rc | |
| 16:42 | merge trunk check-in: 3b703a74e5 user: dgp tags: dgp-refactor | |
| 16:39 | merge trunk check-in: 9f46470d24 user: dgp tags: novem | |
| 16:31 | merge 8.7 Leaf check-in: 8ae074018e user: dgp tags: dgp-review | |
| 15:57 | merge 8.7 check-in: eb8901d5ca user: dgp tags: trunk, main | |
| 15:43 | merge 8.7 check-in: be267ada51 user: dgp tags: core-8-7-b1-rc | |
| 15:37 | silence compiler warning check-in: 019f3c6760 user: dgp tags: core-8-branch | |
| 11:59 | A few more readability changes to Tcl_UniCharToUtf() jn: Please, don't do that here. Tcl_UniCharT... check-in: b8524737fc user: pooryorick tags: py_easier_to_read | |
| 11:22 | Make Tcl_UniCharToUtf() a little easier to read. check-in: 3e5e37f83b user: pooryorick tags: py_easier_to_read | |
|
2023-01-28
| ||
| 20:50 | Another situation where TCL_COMBINE handling gives a strange result (utf-32 encoder) check-in: fb44cd608e user: jan.nijtmans tags: trunk, main | |
| 18:50 | Fix "format %c 0x10000041", should give the same answer as in Tcl 8.6 (Handling of TCL_COMBINE flag ... check-in: 12c9df10a3 user: jan.nijtmans tags: trunk, main | |
|
2023-01-27
| ||
| 19:15 | Add some comments and tidy code. check-in: c6895a058f user: pooryorick tags: core-8-branch | |
| 15:10 | Merge 8.7 check-in: 4fb77727c5 user: jan.nijtmans tags: trunk, main | |
| 14:48 | Fix off-by-one error in tclCmdAH.c, with testcases showing that it works now. check-in: 298950b4c9 user: jan.nijtmans tags: core-8-branch | |
| 14:39 | merge 8.7 check-in: 005daf06b9 user: dgp tags: core-8-7-b1-rc | |
| 14:18 | merge trunk check-in: 8257d35452 user: dgp tags: dgp-refactor | |
| 14:10 | merge trunk check-in: 2b509a79c6 user: dgp tags: novem | |
| 14:01 | merge trunk check-in: a97f381771 user: dgp tags: core-9-0-b1-rc | |
| 08:20 | Update fcopy documentation regarding -size argument check-in: d10f45bd1b user: jan.nijtmans tags: trunk, main | |
| 08:17 | Update fcopy documentation regarding -size argument check-in: 173a6cb112 user: jan.nijtmans tags: core-8-branch | |
| 00:46 | Merge 8.7 check-in: f118b6370b user: pooryorick tags: trunk, main | |
|
2023-01-26
| ||
| 23:55 | Fix for [ee08ed090b0a5408], sporadic segmentation fault in coroutine.test/coroutine-7.4. check-in: 417d67fc63 user: pooryorick tags: core-8-branch | |
|
2023-01-25
| ||
| 20:21 | Test TableFromUtfProc() with strict handling of encoding errors. Closed-Leaf check-in: 653207dc80 user: pooryorick tags: trunk-encodingdefaultorig | |
| 19:56 | Test TableFromUtfProc() with strict handling of encoding errors. check-in: 90523c053f user: pooryorick tags: trunk-encodingdefaultstrict | |
| 17:11 | Merge 9.0 check-in: 8ec9969434 user: jan.nijtmans tags: tip-626 | |
| 17:09 | Experiment: make "encoding" mandatory, when preceded by -strict/-failvar/-nocomplain options Closed-Leaf check-in: af129eecfb user: jan.nijtmans tags: encoding_mandatory | |
| 10:02 | Test TableFromUtfProc() with strict handling of encoding errors. check-in: 21ded00dfb user: pooryorick tags: core-8-branch | |
| 02:52 | Test TableFromUtfProc() with strict handling of encoding errors. Closed-Leaf check-in: c2243f4740 user: pooryorick tags: TableFromUtfProc-test | |
| 00:43 | Merge trunk. check-in: b50e8d056b user: pooryorick tags: trunk-encodingdefaultorig | |
| 00:34 | Merge trunk. check-in: bc59d060c6 user: pooryorick tags: trunk-encodingdefaultstrict | |
|
2023-01-24
| ||
| 20:05 | Merge 8.7 check-in: f9cdaa50ad user: jan.nijtmans tags: trunk, main | |
| 20:00 | First part of fix for [4a7397e0b3]. Not complete yet. check-in: 5d433e183c user: jan.nijtmans tags: core-8-branch | |
| 18:11 | merge 8.7 check-in: f2e5a0609b user: dgp tags: core-8-7-b1-rc | |
| 18:10 | merge trunk check-in: 00ec3d7299 user: dgp tags: dgp-refactor | |
| 18:10 | merge trunk check-in: 22cf779a8b user: dgp tags: novem | |
| 18:06 | Bump to 9.0b1 for release check-in: 7fe2ab82ec user: dgp tags: core-9-0-b1-rc | |
| 09:30 | Merge 9.0 Closed-Leaf check-in: 39d775e023 user: jan.nijtmans tags: bug-4a7397e0b3 | |
|
2023-01-23
| ||
| 21:32 | Rename [encoding convert*] option "-nocomplain"/"-ignore" to "-pass", and "-nocomplainencoding"/"-en... check-in: e36cd992e8 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 20:51 | Merge-mark. Fix testConstraint utf32 (in tests/string.test) check-in: 7cf51d9a73 user: jan.nijtmans tags: trunk, main | |
| 20:41 | Rename [encoding convert*] option "-nocomplain"/"-ignore" to "-pass", and "-nocomplainencoding"/"-en... check-in: ddc84c7563 user: pooryorick tags: trunk-encodingdefaultorig | |
| 20:08 | Merge-mark check-in: 450ec972d7 user: jan.nijtmans tags: core-8-branch | |
| 13:53 | Per TIP 601, the default behaviour of [encoding convert..] is to require valid input. check-in: 76ee883b53 user: pooryorick tags: trunk-encodingdefaultorig | |
| 10:48 | A branch for fixing TIP 346/601 issues, and other issues related to Unicode encoding, while retainin... check-in: 6ff8e6acdb user: pooryorick tags: trunk-encodingdefaultorig | |
|
2023-01-22
| ||
| 23:35 | Merge 8.7 check-in: 57baf6fc1f user: jan.nijtmans tags: trunk, main | |
| 23:03 | Merge-mark check-in: dec13dafa2 user: jan.nijtmans tags: core-8-branch | |
| 22:51 | Allow "-strict" and "-failindex" to be used together in "encoding convertfrom|convertto". As request... check-in: 31f9f24738 user: jan.nijtmans tags: core-8-branch | |
| 11:45 | Fix issue with new options parsing in EncodingConvertfromObjCmd EncodingConverttoObjCmd. check-in: c7e097b3ad user: pooryorick tags: trunk-encodingdefaultstrict | |
| 02:02 | Merge 8.7 (Bug [e3dcab1d14]) check-in: eb8a3ac636 user: kbk tags: trunk, main | |
| 01:55 | Bug [e3dcab1d14] - merge fix from 8.6 check-in: 1e89a154c2 user: kbk tags: core-8-branch | |
|
2023-01-20
| ||
| 20:59 | Make documentation conform to implementation in this branch Closed-Leaf check-in: 04ab72b02e user: jan.nijtmans tags: bug-a31caff057 | |
| 16:51 | Better error-message check-in: 741d2bb5ce user: jan.nijtmans tags: bug-a31caff057 | |
| 00:19 | Merge trunk and resolve conflicts, including changing option processing for EncodingConverttoObjCmd(... check-in: 6e15578c88 user: pooryorick tags: trunk-encodingdefaultstrict | |
|
2023-01-19
| ||
| 17:01 | New proposal: Allow "-strict" immediately before or after "-failindex var". check-in: 86893e2b40 user: jan.nijtmans tags: bug-a31caff057 | |
| 15:50 | Merge 8.7 check-in: 515bfbe816 user: jan.nijtmans tags: bug-a31caff057 | |
| 15:04 | Merge 9.0 check-in: c74698a3cd user: jan.nijtmans tags: tip-626 | |
| 15:00 | Merge 8.7 check-in: 1f4c5e2fa0 user: jan.nijtmans tags: trunk, main | |
| 14:19 | Fix [https://core.tcl-lang.org/tk/tktview?name=370b1ff03e|370b1ff03e]: Wrong Tk_MeasureChars result ... check-in: 0384d3314c user: jan.nijtmans tags: core-8-branch | |
|
2023-01-18
| ||
| 17:06 | Merge 8.7 check-in: 1ec1783f5d user: jan.nijtmans tags: trunk, main | |
| 16:54 | Merge 8.6 check-in: 6dac80a981 user: jan.nijtmans tags: core-8-branch | |
| 14:10 | Some test-cases need -nocomplainencoding 1, because they use the fallback behavior. Closed-Leaf check-in: 8cee12623f user: jan.nijtmans tags: bug-370b1ff03e | |
| 13:26 | Forget about TCL_ENCODING_HACK_FLAG, this should be the fix. Testing ... check-in: b28ea6a330 user: jan.nijtmans tags: bug-370b1ff03e | |
|
2023-01-17
| ||
| 20:09 | Fix for [b8f575aa2398b0e4], and also for [154ed7ce56], Tcl 9: [gets] on -strictencoding 1 configured... Closed-Leaf check-in: 4cdf4836aa user: pooryorick tags: py-b8f575aa23-errorinfo | |
| 15:34 | Fix [read] error behaviour under issue [b8f575aa2398b0e4] by always returning returning successfully... check-in: 1a225bd50e user: pooryorick tags: py-b8f575aa23-errorinfo | |
| 14:15 | Use TCL_ENCODING_HACK_FLAG in TableFromUtfProc too check-in: f73d5fc7ec user: jan.nijtmans tags: bug-370b1ff03e | |
| 13:42 | Merge trunk. Make test-cases pass (again). This might indicate a bug in utf-8 decoder, but that will... check-in: 7fd26073ca user: jan.nijtmans tags: bug-4a7397e0b3 | |
|
2023-01-16
| ||
| 23:03 | merge-mark check-in: 1f41d784cc user: jan.nijtmans tags: core-8-branch | |
| 13:11 | Merge 8.7 check-in: e964ae6f31 user: jan.nijtmans tags: bug-370b1ff03e | |
| 13:10 | New flag TCL_ENCODING_HACK_FLAG to control the behaviour. (This is NOT the way to do it, but it's on... check-in: b8201a96c4 user: jan.nijtmans tags: bug-370b1ff03e | |
| 10:07 | merge-mark check-in: e47b72e45f user: jan.nijtmans tags: bug-a31caff057 | |
|
2023-01-15
| ||
| 20:56 | Merge 8.7 check-in: 3631a6bdb7 user: jan.nijtmans tags: trunk, main | |
| 19:45 | Update documentation, matching current implementation check-in: c0ee6795b9 user: jan.nijtmans tags: core-8-branch | |
|
2023-01-14
| ||
| 23:41 | Merge 9.0 check-in: c2a3a17920 user: jan.nijtmans tags: bug-4a7397e0b3 | |
| 22:57 | Same change for "encoding convertto" check-in: ee597b49b0 user: jan.nijtmans tags: bug-a31caff057 | |
| 22:20 | Proposed fix for [a31caff057]: encoding command does not allow -strict to be used with -failindex check-in: 7cd1856ca4 user: jan.nijtmans tags: bug-a31caff057 | |
|
2023-01-12
| ||
| 09:03 | Add tests to verify the default behaviour for encoding errors. check-in: fb087f5040 user: pooryorick tags: trunk-encodingdefaultstrict | |
|
2023-01-09
| ||
| 17:00 | merge trunk check-in: f9bf55647d user: dgp tags: dgp-refactor | |
| 16:59 | merge trunk check-in: ecef2a0da8 user: dgp tags: novem | |
| 16:54 | merge 8.7 check-in: c4b92353a5 user: dgp tags: core-8-7-b1-rc | |
|
2023-01-08
| ||
| 22:47 | Fix for [https://core.tcl-lang.org/tk/tktview?name=370b1ff03e|370b1ff03e]. Not complete/correct yet,... check-in: 522899ab24 user: jan.nijtmans tags: bug-370b1ff03e | |
| 10:07 | For [read] and [gets] encoding errors, use "-result read" in return options dictionary instead of j... Closed-Leaf check-in: 080b9a1c81 user: pooryorick tags: py-b8f575aa23 | |
| 00:01 | For [read] and [gets] encoding errors, used "-result read" in return options dictionary instead of j... check-in: 64ab3097cc user: pooryorick tags: trunk-encodingdefaultstrict | |
|
2023-01-06
| ||
| 17:35 | Merge 8.7 check-in: 0373937d2d user: jan.nijtmans tags: trunk, main | |
| 17:33 | Merge 8.6 check-in: 332f4f9655 user: jan.nijtmans tags: core-8-branch | |
| 17:11 | Merge 8.6 check-in: a374f6774c user: jan.nijtmans tags: core-8-branch | |
|
2023-01-02
| ||
| 23:12 | Merge py-b8f575aa23: Fix for [154ed7ce56], Tcl 9: [gets] on -strictencoding 1 configured channel. check-in: 8c5d9bcc6e user: pooryorick tags: py-b8f575aa23 | |
| 21:07 | Fix for [154ed7ce56], Tcl 9: [gets] on -strictencoding 1 configured channel. check-in: 003c9e1f2e user: pooryorick tags: trunk-encodingdefaultstrict | |
|
2023-01-01
| ||
| 23:37 | Merge 8.7 check-in: edbd62dcc7 user: jan.nijtmans tags: trunk, main | |
| 23:36 | Merge 8.6 check-in: b85d5ef2c8 user: jan.nijtmans tags: core-8-branch | |
|
2022-12-31
| ||
| 00:44 | Merge py-b8f575aa23. check-in: a69aa709b5 user: pooryorick tags: trunk-encodingdefaultstrict | |
|
2022-12-30
| ||
| 21:53 | Add test for [gets] in non-strict mode after an encoding error. check-in: a4573db4f7 user: pooryorick tags: py-b8f575aa23 | |
| 21:05 | New test, io-12.9.strict, for issue report [1bedc53c8cb878f0]. check-in: 703a1a4792 user: pooryorick tags: py-b8f575aa23 | |
| 20:27 | Fix DoReadChars() to correctly discard encoding errors after eofchar has been seen, and add new test... check-in: 4888129681 user: pooryorick tags: py-b8f575aa23 | |
|
2022-12-29
| ||
| 22:59 | Arrange new code in DoReadChars to ensure that final steps are always taken. check-in: 0221bfae40 user: pooryorick tags: py-b8f575aa23 | |
| 18:11 | Strict encoding conformance everywhere by default. Full test suite passes. check-in: 49b91d37a6 user: pooryorick tags: trunk-encodingdefaultstrict | |
|
2022-12-28
| ||
| 23:35 | Unify TCL_ENCODING_STRICT and TCL_ENCODING_NOCOMPLAIN, and make strict encoding conformance the def... check-in: 8252783124 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 22:58 | merge py-b8f575aa23 after updating fix so that all tests pass. jn: let's wait for more review, si... check-in: 9b6c29fa98 user: pooryorick tags: py-b8f575aa23 | |
| 22:46 | Update fix so that the two failing tests, iocmd-23.8 and iortrans-4.7 now pass. check-in: cb5233502e user: pooryorick tags: py-b8f575aa23 | |
| 17:21 | merge trunk check-in: 571972da99 user: dgp tags: dgp-refactor | |
| 17:21 | merge trunk check-in: d989c34034 user: dgp tags: novem | |
| 17:01 | merge 8.7 check-in: 81e8cdd1f0 user: dgp tags: core-8-7-b1-rc | |
| 12:07 | A better fix for [b8f575aa23], as it maintains the expectation that synchronous [read] results in a... check-in: 00995080d6 user: pooryorick tags: py-b8f575aa23 | |
|
2022-12-24
| ||
| 14:36 | First part of fix for [4a7397e0b3]: Take flags into account when deciding to do a binary fcopy or no... check-in: 7dcc1eadb6 user: jan.nijtmans tags: bug-4a7397e0b3 | |
| 09:11 | code cleanup (reduce diff with trunk) check-in: f2db1cd166 user: jan.nijtmans tags: tip-636-tcl9-644 | |
|
2022-12-22
| ||
| 16:17 | Merge 9.0 check-in: f5eeb4cd83 user: jan.nijtmans tags: tip-636-tcl9-644 | |
| 00:22 | Forgot one .... check-in: d3fcd70aae user: jan.nijtmans tags: internal-abstract-list | |
|
2022-12-21
| ||
| 23:05 | Merge 9.0 check-in: 01e3112cfb user: jan.nijtmans tags: tip-626 | |
| 21:59 | Merge 9.0 check-in: 54fa324d11 user: jan.nijtmans tags: internal-abstract-list | |
| 21:43 | Merge 8.7 check-in: fb6e7180d0 user: jan.nijtmans tags: trunk, main | |
| 21:07 | Make two more functions static check-in: 41c19b8112 user: jan.nijtmans tags: core-8-branch | |
| 20:43 | Add 'interp' argument to some arith functions, for better error-handling check-in: ccd603d584 user: jan.nijtmans tags: core-8-branch | |
| 13:19 | Merge 8.7 check-in: c1c6942192 user: jan.nijtmans tags: trunk, main | |
| 13:15 | Tweaks to dde and registry extension, so they "load" without 3th argument in Tcl 8.6 too. check-in: 7901788305 user: jan.nijtmans tags: core-8-branch | |
| 06:59 | Make as much abstract list implementation as possible internal. Other code cleanup also. check-in: 6a1760d4bc user: griffin tags: tip-636-tcl9-644 | |
|
2022-12-20
| ||
| 10:59 | Merge 9.0 check-in: a04ec917cb user: jan.nijtmans tags: internal-abstract-list | |
| 10:58 | Merge 9.0. Now really make dist tests working (again) on Windows/gcc check-in: 2d522d11f5 user: jan.nijtmans tags: tip-636-tcl9-644 | |
| 09:42 | Merge 8.7 check-in: 3373ed5ad9 user: jan.nijtmans tags: trunk, main | |
| 09:32 | Fix [17a1cb8d6e2a51bd]. From now on, noncharacters are no longer rejected in -strict mode check-in: aa03339d48 user: jan.nijtmans tags: core-8-branch | |
| 07:24 | Merge 9.0. Make dist tests working (again) on Windows/gcc check-in: 19a32c1743 user: jan.nijtmans tags: tip-636-tcl9-644 | |
|
2022-12-19
| ||
| 22:19 | Remove all checks for noncharacters Closed-Leaf check-in: cbaa5e7016 user: jan.nijtmans tags: bug-17a1cb8d6e | |
| 21:53 | Merge 9.0. Add missing return statement check-in: 85bb554ed9 user: jan.nijtmans tags: internal-abstract-list | |
| 15:44 | Merge 8.7 check-in: a09f704e58 user: jan.nijtmans tags: trunk, main | |
| 15:43 | Add two testcases, showing how we can distinguish Invalid Byte sequences, Surrogates, and Noncharact... check-in: dbe0586aaa user: jan.nijtmans tags: core-8-branch | |
| 15:40 | When changing the -nocomplainencoding or -strictencoding settings of a channel, reset the CHANNEL_NE... check-in: 24aa8e31b3 user: jan.nijtmans tags: core-8-branch | |
|
2022-12-18
| ||
| 21:38 | Merge 9.0 check-in: f2457ceac8 user: jan.nijtmans tags: tip-636-tcl9-644 | |
| 20:50 | merge-mark check-in: d370f9e19e user: jan.nijtmans tags: internal-abstract-list | |
| 18:08 | MODULE_SCOPE TclLengthOne (in stead of 2 separate static functions doing the same) check-in: 8778167a3c user: jan.nijtmans tags: trunk, main | |
| 10:05 | Reserve a place in abstractlist for an additional function check-in: f66b360335 user: jan.nijtmans tags: tip-636-tcl9-644 | |
| 09:10 | Merge 9.0 check-in: 889eda50c1 user: jan.nijtmans tags: tip-636-tcl9-644 | |
| 00:14 | Merge 9.0 check-in: 6fdaa1e37d user: jan.nijtmans tags: internal-abstract-list | |
|
2022-12-16
| ||
| 15:31 | Merge 8.7 check-in: dcfc436638 user: jan.nijtmans tags: trunk, main | |
| 15:31 | Merge 8.6 check-in: caa40f0766 user: jan.nijtmans tags: core-8-branch | |
| 15:19 | Merge 8.7 check-in: f03e632bcc user: jan.nijtmans tags: trunk, main | |
| 15:18 | Merge 8.6 check-in: 8f01a4be6f user: jan.nijtmans tags: core-8-branch | |
| 12:19 | merge-mark check-in: 0634c5330e user: jan.nijtmans tags: trunk, main | |
| 12:19 | merge-mark check-in: ab4d25a3e6 user: jan.nijtmans tags: core-8-branch | |
| 10:25 | Merge 8.7 check-in: 67c049ff94 user: jan.nijtmans tags: trunk, main | |
| 10:23 | Addendum to [https://core.tcl-lang.org/tips/doc/trunk/tip/601.md|TIP #601]. Add check for characters... check-in: fba994208a user: jan.nijtmans tags: core-8-branch | |
| 09:50 | Merge 8.7 check-in: 0c95140726 user: jan.nijtmans tags: trunk, main | |
| 09:40 | Follow-up for [084ab982fe]: Use -strict to disable noncharacters. This change was only done for utf-... check-in: b7da2f7465 user: jan.nijtmans tags: core-8-branch | |
| 09:28 | Merge 8.7 Closed-Leaf check-in: af187c072a user: jan.nijtmans tags: strict-for-utf16 | |
| 09:27 | Merge 8.7 check-in: 0cfed33f1c user: jan.nijtmans tags: trunk, main | |
| 09:25 | Adapt iocmd-8.* testcases to change in previous commit check-in: 2797fb4f8c user: jan.nijtmans tags: core-8-branch | |
| 08:15 | Add testcase check-in: 94c51949f1 user: jan.nijtmans tags: strict-for-utf16 | |
|
2022-12-15
| ||
| 23:59 | Make -strict work the same for UTF-16 as for UTF-8 check-in: 88dc84d004 user: jan.nijtmans tags: strict-for-utf16 | |
| 14:39 | Merge 8.7 check-in: e98ade44bf user: jan.nijtmans tags: trunk, main | |
| 14:38 | Fix Tcl_BadChannelOption(), new -nocomplainencoding and -strictencoding options were still missing (... check-in: 834ed19993 user: jan.nijtmans tags: core-8-branch | |
|
2022-12-13
| ||
| 07:53 | Clarification for Rolf Closed-Leaf check-in: 05414ca784 user: jan.nijtmans tags: rfe-17a1cb8d6e | |
| 07:44 | Merge 8.7 check-in: 58c2390c83 user: jan.nijtmans tags: trunk, main | |
| 07:42 | Clarify what "-strict" means for the utf-8 encoder, making it clear that this is not the same as "st... check-in: ef2ad163c8 user: jan.nijtmans tags: core-8-branch | |
|
2022-12-12
| ||
| 15:16 | merge trunk check-in: 927275929e user: dgp tags: dgp-refactor | |
| 15:13 | merge trunk check-in: fd9dea8294 user: dgp tags: novem | |
| 15:13 | merge 8.7 check-in: cc1e305934 user: dgp tags: core-8-7-b1-rc | |
| 06:11 | Merge 8.7 - change copyright in Windows build to UCal. check-in: 252e282cd2 user: apnadkarni tags: trunk, main | |
| 06:09 | Merge 8.6 - change copyright in Windows build to UCal. check-in: 778b2f211c user: apnadkarni tags: core-8-branch | |
|
2022-12-11
| ||
| 18:16 | Merge 8.7 check-in: 2a3c3bac31 user: jan.nijtmans tags: trunk, main | |
| 17:57 | More io test-cases. Mostly backported (and modified) from 9.0 check-in: 127d195e8f user: jan.nijtmans tags: core-8-branch | |
|
2022-12-09
| ||
| 23:27 | Merge 8.7 check-in: d46f48c645 user: jan.nijtmans tags: trunk, main | |
| 23:23 | Fix [b8f575aa23]: eof erroneously flagged with not reported encoding read error check-in: d156af9fb7 user: jan.nijtmans tags: core-8-branch | |
| 22:27 | Merge 8.7. Adapt testcase, showing that after an encoding error we can change encoding and continue ... Closed-Leaf check-in: 209b09b069 user: jan.nijtmans tags: bug-b8f575aa23 | |
| 19:55 | Fix compilation with tcc. Thanks, Cyan Ogilvie for the report check-in: f7629abff2 user: jan.nijtmans tags: core-8-branch | |
| 15:28 | merge trunk check-in: dfc3554553 user: dgp tags: dgp-refactor | |
| 15:21 | merge trunk check-in: e216df432f user: dgp tags: novem | |
| 14:53 | Add 2 unit-tests, for the 2 cornercases mentioned in the TIP. This shows that the fix works as expec... check-in: aff2237747 user: jan.nijtmans tags: bug-b8f575aa23 | |
| 10:22 | Partial solution for [b8f575aa23]. Still missing: 1) testcases. 2) What if both EOF and ENCODING_ER... check-in: 6808b459d3 user: jan.nijtmans tags: bug-b8f575aa23 | |
|
2022-12-08
| ||
| 19:32 | Merge trunk, simplify TclArithSeriesGetElements check-in: 820e819826 user: jan.nijtmans tags: internal-abstract-list | |
| 17:17 | Eliminate TclArithSeriesObjLength and TclArithSeriesObjStep from tclArithSeries.h: they can be stati... check-in: 651867ba09 user: jan.nijtmans tags: trunk, main | |
| 17:11 | merge trunk check-in: 1164194f02 user: dgp tags: dgp-refactor | |
| 17:11 | merge trunk check-in: e660a136b4 user: dgp tags: novem | |
| 16:52 | merge 8.7 check-in: b0756e1948 user: dgp tags: core-8-7-b1-rc | |
| 14:24 | Merge 9.0. Fix testcases check-in: 7ec99f0221 user: jan.nijtmans tags: tip-636-tcl9-644 | |
|
2022-12-07
| ||
| 23:56 | Add 'getdouble' function to ObjType, used for abstractlist types. -- Experimental check-in: edf337e697 user: griffin tags: tip-636-tcl9-644 | |
| 17:09 | Merge 9.0 check-in: a120d3b10d user: jan.nijtmans tags: tip-626 | |
|
2022-12-05
| ||
| 23:49 | Merge 8.7 check-in: a1cc35147d user: jan.nijtmans tags: trunk, main | |
| 23:31 | Merge 8.6 check-in: 45652abcf9 user: jan.nijtmans tags: core-8-branch | |
| 15:42 | Merge 8.7 check-in: 36c4b52e65 user: jan.nijtmans tags: trunk, main | |
| 15:39 | There's no gap on Cygwin any more check-in: 0d25c2aaa4 user: jan.nijtmans tags: core-8-branch | |
| 15:35 | Merge 8.7 check-in: 64972badd2 user: jan.nijtmans tags: trunk, main | |
| 15:33 | On Cygwin, dev_t == unsigned, and long long == long check-in: 637abd1dec user: jan.nijtmans tags: core-8-branch | |
| 13:11 | Merge 8.7 check-in: 75dc4f5a1c user: jan.nijtmans tags: trunk, main | |
| 13:10 | Eliminate (gcc) warning in tclTest.c check-in: 1907815dc6 user: jan.nijtmans tags: core-8-branch | |
|
2022-12-02
| ||
| 15:25 | No need for same check twice check-in: fbc8be2f4f user: jan.nijtmans tags: internal-abstract-list | |
| 15:23 | complete all 'GetElements' functions check-in: cc0534c9be user: jan.nijtmans tags: internal-abstract-list | |
| 13:35 | Implement GetElements for listObj and endOffsetObj. Not used yet. check-in: b0660bc9fa user: jan.nijtmans tags: internal-abstract-list | |
| 13:02 | merge trunk check-in: ab5a7939f3 user: dgp tags: novem | |
| 13:01 | merge trunk check-in: c862ecc13b user: dgp tags: dgp-refactor | |
| 12:57 | merge 8.7 check-in: e9bc368c0c user: dgp tags: core-8-7-b1-rc | |
| 11:37 | Merge 9.0 check-in: 18885b9958 user: jan.nijtmans tags: tip-626 | |
| 11:27 | Fix utf32 lables in testcases (some not necessary any more, one missing), indicating differences bet... check-in: 1179c00277 user: jan.nijtmans tags: trunk, main | |
| 08:35 | Oops, that's the wrong one ... check-in: 6f87e45644 user: jan.nijtmans tags: trunk, main | |
| 08:19 | Make options -nocomplain and -strictencoding truly independant. Leftover from initial implementation... check-in: 4fdd86e7a7 user: jan.nijtmans tags: trunk, main | |
|
2022-12-01
| ||
| 17:36 | Merge 8.7 check-in: 04ab23c200 user: jan.nijtmans tags: trunk, main | |
| 17:33 | Merge 8.6 check-in: b418314fca user: jan.nijtmans tags: core-8-branch | |
| 16:00 | Merge 9.0 check-in: 65cbeb6bf4 user: jan.nijtmans tags: internal-abstract-list | |
| 15:57 | Code cleanup (undo some unnecessary changed compared to trunk) check-in: 9d55e9ec95 user: jan.nijtmans tags: tip-636-tcl9-644 | |
| 15:47 | merge trunk check-in: 23ae6e8846 user: dgp tags: dgp-refactor | |
| 15:46 | merge trunk check-in: 5908a85b08 user: dgp tags: novem | |
| 15:28 | merge 8.7 check-in: 3c048f2b33 user: dgp tags: core-8-7-b1-rc | |
| 15:16 | Merge 9.0. Fix Windows build (testcases need tcl::test package). Modify TCL_OBJTYPE_V1() macro, so i... check-in: b12de6dcc9 user: jan.nijtmans tags: tip-636-tcl9-644 | |
| 14:23 | Merge 9.0 check-in: 7787a1c006 user: jan.nijtmans tags: tip-626 | |
| 10:18 | Handle "deprecated" condition correctly in test-cases check-in: 3d133a5401 user: jan.nijtmans tags: trunk, main | |
| 02:10 | Fix bug with slice (range) operation check-in: 98cb6066e8 user: griffin tags: tip-636-tcl9-644 | |
|
2022-11-30
| ||
| 22:17 | Add getElementsProc. Not used yet check-in: 360cdc6766 user: jan.nijtmans tags: internal-abstract-list | |
| 22:05 | Merge 9.0. Rename TclObjTypeHasProc to ABSTRACTLIST_PROC check-in: a27cec2896 user: jan.nijtmans tags: tip-636-tcl9-644 | |
| 21:46 | Merge 8.7 check-in: f99507c86f user: jan.nijtmans tags: trunk, main | |
| 21:16 | Let Tcl_GetEncodingNulLength() return size_t on 9.0, for consisancy with other API's. No change on 8... check-in: 198a2064b5 user: jan.nijtmans tags: core-8-branch | |
| 11:13 | Merge 9.0 check-in: a1e6d1c451 user: jan.nijtmans tags: tip-636-tcl9-644 | |
| 11:11 | Merge 8.7. This also fixes [133456085a] check-in: 64badf1d02 user: jan.nijtmans tags: trunk, main | |
| 10:48 | Fix for [084ab982fe]: Use -strict to disable noncharacte check-in: 9619dddce6 user: jan.nijtmans tags: core-8-branch | |
| 10:46 | Merge 9.0 (but without the "llength" optimization) check-in: 46e2d0d6df user: jan.nijtmans tags: tip-636-tcl9-644 | |
| 10:36 | Stop shimmering for "llength". Internal optimization (but using TIP #644) check-in: 65a5858ae7 user: jan.nijtmans tags: trunk, main | |
| 08:16 | Merge 8.7 check-in: d67af32218 user: jan.nijtmans tags: trunk, main | |
| 08:15 | Merge 8.7 check-in: 1d9612c9fb user: jan.nijtmans tags: core-8-branch | |
|
2022-11-29
| ||
| 20:59 | merge-mark check-in: d0bcba634d user: jan.nijtmans tags: core-8-branch | |
| 16:07 | Merge 8.7 check-in: 49077981d5 user: jan.nijtmans tags: trunk, main | |
| 16:05 | make Windows dde (-> 1.4.5) and registry (-> 1.3.7) extensions ready for the Tcl 9.0 era. check-in: c6b8e93538 user: jan.nijtmans tags: core-8-branch | |
| 14:51 | Proposed fix for [084ab982fe]: Use -strict to disable noncharacters Closed-Leaf check-in: ec0c7045df user: jan.nijtmans tags: rfe-084ab982fe | |
| 10:38 | Merge 9.0 check-in: c014595c53 user: jan.nijtmans tags: tip-636-tcl9-644 | |
| 10:35 | Merge 8.7 check-in: 87e822aee6 user: jan.nijtmans tags: trunk, main | |
| 10:33 | Merge 8.6 check-in: 1a9ed3b13c user: jan.nijtmans tags: core-8-branch | |
| 09:53 | Merge 9.0 check-in: 9a47cad54b user: jan.nijtmans tags: tip-636-tcl9-644 | |
|
2022-11-28
| ||
| 23:44 | Merge 8.7 check-in: e0ddaec6df user: jan.nijtmans tags: trunk, main | |
| 23:16 | Reduce shimmering: If a conclusion can be drawn about the number of list elements, don't get the ele... check-in: 2664970782 user: jan.nijtmans tags: core-8-branch | |
| 21:45 | Simplify TclObjTypeHasProc() (a lot!) check-in: 570309d8d2 user: jan.nijtmans tags: tip-636-tcl9-644 | |
| 16:13 | Merge 9.0 check-in: 9ee2792e3b user: jan.nijtmans tags: tip-636-tcl9-644 | |
| 15:58 | Merge 9.0. New macro ABSTRACTLIST_PROC Closed-Leaf check-in: 31ba65f113 user: jan.nijtmans tags: internal-abstract-list | |
| 15:08 | Merge 8.7 check-in: 87aa73504e user: jan.nijtmans tags: trunk, main | |
| 12:58 | No reservation for TIP #648 any more in stub table. check-in: 58e4ccad62 user: jan.nijtmans tags: core-8-branch | |
| 12:34 | Merge 8.7 check-in: 8a3224d454 user: jan.nijtmans tags: trunk, main | |
| 12:06 | Use Tcl_Size for ArithSeries.len check-in: 97d5a892d5 user: jan.nijtmans tags: core-8-branch | |
|
2022-11-27
| ||
| 23:37 | size_t result for lengthProc. More usage of Tcl_GetWideUIntFromObj check-in: fc0a4e4085 user: jan.nijtmans tags: internal-abstract-list | |
|
2022-11-26
| ||
| 23:57 | HAS_ABSTRACTLIST_PROC check-in: 504365e7e0 user: jan.nijtmans tags: internal-abstract-list | |
|
2022-11-25
| ||
| 23:38 | Merge 9.0 check-in: 117b6812c3 user: jan.nijtmans tags: internal-abstract-list | |
| 22:40 | Remove "knownBug" constraint: no longer necessary check-in: 76ba195035 user: jan.nijtmans tags: trunk, main | |
| 22:08 | Merge 8.7 check-in: 3292a08532 user: jan.nijtmans tags: trunk, main | |
| 22:00 | (partial) fix for [6978c01b65] check-in: a82c8ffd37 user: jan.nijtmans tags: core-8-branch | |
| 16:26 | Merge 8.7 check-in: 5356f8d107 user: jan.nijtmans tags: trunk, main | |
| 16:11 | Tcl_NewDoubleObj -> TclNewDoubleObj and Tcl_NewWideIntObj -> TclNewIntObj (and similar). Gives more ... check-in: c4a4662af3 user: jan.nijtmans tags: core-8-branch | |
| 10:16 | Merge 9.0 check-in: f57284760c user: jan.nijtmans tags: internal-abstract-list | |
| 10:15 | Merge 9.0 check-in: fafa51753e user: jan.nijtmans tags: tip-626 | |
| 10:14 | Merge 9.0 check-in: 65c58c1b92 user: jan.nijtmans tags: tip-636-tcl9-644 | |
| 10:12 | one more int -> size_t check-in: b2aded65a5 user: jan.nijtmans tags: trunk, main | |
| 10:01 | Unbreak Windows build. More int -> size_t, being able to handle longer strings check-in: 13d0c28f94 user: jan.nijtmans tags: trunk, main | |
| 08:32 | merge-mark check-in: d2598c15f6 user: jan.nijtmans tags: trunk, main | |
| 08:31 | Document some more differences between Tcl 8.7 and 9.0 in tcl.h check-in: b6617ab53b user: jan.nijtmans tags: core-8-branch | |
|
2022-11-24
| ||
| 21:48 | TCL_OBJTYPE_V0_INIT -> TCL_OBJTYPE_V0 (See TIP #644). Remove Tcl_SavedResult (See TIP #640) check-in: ca003bccb7 user: jan.nijtmans tags: tip-636-tcl9-644 | |
| 21:16 | Merge 9.0 check-in: d440d96e2b user: jan.nijtmans tags: tip-626 | |
| 21:04 | Move Tcl_Size definition earlier in tcl.h check-in: 45b87bcff5 user: jan.nijtmans tags: trunk, main | |
| 20:31 | Sync with trunk check-in: 866c464f9e user: griffin tags: tip-636-tcl9-644 | |
| 17:44 | Merge 8.7 check-in: 4e198d1bb8 user: jan.nijtmans tags: trunk, main | |
| 17:43 | Fix gcc warning, seen on Ubuntu with select notifier check-in: d9d73c95bd user: jan.nijtmans tags: core-8-branch | |
| 17:41 | Merge 8.7 check-in: e31792be33 user: jan.nijtmans tags: trunk, main | |
| 16:16 | Use some more TCL_INDEX_NONE and Tcl_Size check-in: 9a501de3ec user: jan.nijtmans tags: core-8-branch | |
| 14:38 | Merge 9.0 check-in: 334190e9b7 user: jan.nijtmans tags: tip-626 | |
| 14:05 | Use Tcl_GetByteArrayFromObj(... in stead of Tcl_GetBytesFromObj(NULL,.... Add some more error-checki... check-in: 3e18a46195 user: jan.nijtmans tags: trunk, main | |
| 10:17 | Since Tcl 9.0 throws exceptions on an illegal byte sequence (no longer simply truncates it), adapt t... check-in: 385620f598 user: jan.nijtmans tags: trunk, main | |
| 03:32 | Sync with trunk check-in: 3c349bb440 user: griffin tags: tip-636-tcl9-644 | |
|
2022-11-23
| ||
| 21:12 | Merge 8.7 check-in: 2b17ac5d49 user: jan.nijtmans tags: tip-626 | |
| 21:03 | Fix [da63e4c1e]: Crash in Tcl_WriteChars(). Make everything compile (again) with a C++ compiler. check-in: 3539aef815 user: jan.nijtmans tags: trunk, main | |
| 20:42 | Writing characters > \xFF to a binary channel is deprecated, this will start throwing an exception i... check-in: f9405f05e8 user: jan.nijtmans tags: core-8-branch | |
| 20:41 | -1 -> TCL_INDEX_NONE check-in: a723fb55e7 user: jan.nijtmans tags: core-8-branch | |
| 17:04 | Internal abstract list, don't let "llength" shimmer any more. check-in: db554866c9 user: jan.nijtmans tags: internal-abstract-list | |
| 15:21 | Proposed fix for [da63e4c1e]. First version, not 100% as expected yet. Closed-Leaf check-in: 58883dde6d user: jan.nijtmans tags: bug-da63e4c1e | |
| 12:15 | Make "read" throwing a "illegal byte sequence" exception. Doesn't work for "gets" yet. Closed-Leaf check-in: b9ed73b12c user: jan.nijtmans tags: bug-6978c01b65 | |
| 09:26 | Merge 8.7 check-in: e649f5961d user: jan.nijtmans tags: trunk, main | |
| 09:24 | Change assert, since the new flag CHANNEL_ENCODING_ERROR could be set as well check-in: c43ed6731c user: jan.nijtmans tags: core-8-branch | |
| 07:43 | merge-mark check-in: 123d530bc8 user: jan.nijtmans tags: core-8-branch | |
| 01:00 | Bump to 8.7b1 for release check-in: 09b0d6becb user: dgp tags: core-8-7-b1-rc | |
| 00:50 | merge trunk check-in: 05ee490a3b user: dgp tags: novem | |
| 00:49 | merge trunk check-in: 11c564d181 user: dgp tags: dgp-refactor | |
| 00:34 | Merge 8.7 check-in: 54ca28a867 user: jan.nijtmans tags: trunk, main | |
| 00:19 | leave unixInit-3.2 as-is check-in: 115c5ac242 user: jan.nijtmans tags: core-8-branch | |
| 00:09 | Merge 8.7 check-in: 3033bfee19 user: jan.nijtmans tags: trunk, main | |
|
2022-11-22
| ||
| 23:58 | Progress in fixing [6978c01b65]. Not complete yet check-in: a7e3b444d5 user: jan.nijtmans tags: core-8-branch | |
| 23:49 | merge trunk check-in: bdb510aae1 user: dgp tags: novem | |
| 23:32 | merge trunk check-in: a1dd785b42 user: dgp tags: dgp-refactor | |
| 23:26 | merge 8.7 check-in: e26048efb8 user: dgp tags: trunk, main | |
| 23:25 | merge 8.6 check-in: 9e126306b5 user: dgp tags: core-8-branch | |
| 22:25 | Better -strict checking, with testcases Closed-Leaf check-in: 3670fd8a19 user: jan.nijtmans tags: bug-6978c01b65 | |
| 20:12 | merge-mark check-in: 4a4dac21c1 user: jan.nijtmans tags: core-8-branch | |
| 00:00 | Rebase to latest 9.0 Leaf check-in: 323aaaabb8 user: jan.nijtmans tags: aspect-tip288 | |
|
2022-11-21
| ||
| 23:58 | Rebase to 8.7 check-in: 48904e94e7 user: jan.nijtmans tags: tip-648 | |
| 23:54 | Merge 8.7 check-in: db8e7f06b4 user: jan.nijtmans tags: trunk, main | |
| 23:54 | TIP #650: New function Tcl_GetWideUIntFromObj() check-in: 5fb5ac7189 user: jan.nijtmans tags: core-8-branch | |
| 23:52 | Mark unixInit-3.2 as "knownBug". See [fccb9f322f] check-in: 6850595984 user: jan.nijtmans tags: core-8-branch | |
| 23:28 | Remove TCL_OUT_LINE_COMPILE in favour of TCL_ERROR check-in: a16355dafa user: jan.nijtmans tags: trunk, main | |
| 23:22 | TCL_OUT_LINE_COMPILE is deprecated check-in: f4121afaa0 user: jan.nijtmans tags: core-8-branch | |
| 22:01 | Merge 8.7. More utf-8 checks with --strict check-in: 11743d6614 user: jan.nijtmans tags: bug-6978c01b65 | |
| 16:20 | Merge 8.7 check-in: 4c18eb0faa user: jan.nijtmans tags: trunk, main | |
| 16:18 | There is no guarantee that sizeof(Tcl_WideInt) == sizeof(double), so the offset of 'isDouble' in the... check-in: a271466456 user: jan.nijtmans tags: core-8-branch | |
|
2022-11-20
| ||
| 23:27 | indenting check-in: 656a43beb3 user: jan.nijtmans tags: bug-6978c01b65 | |
| 23:22 | Merge 8.7 check-in: 8f4f8eb866 user: jan.nijtmans tags: bug-6978c01b65 | |
| 22:58 | merge trunk check-in: 4544b3f396 user: dgp tags: dgp-refactor | |
| 22:51 | merge trunk check-in: fc81e39756 user: dgp tags: novem | |
| 22:37 | merge 8.7 check-in: 38b9a3dc90 user: dgp tags: trunk, main | |
| 22:08 | In most testing scenarios, the TCL_LIBRARY variable is masking a bug in system encoding discovery. ... check-in: aa415ced39 user: dgp tags: core-8-branch | |
| 21:39 | missing constraints check-in: ffa1071da8 user: dgp tags: core-8-branch | |
| 20:18 | Rebase to latest 8.7 check-in: a6cae9e4ed user: jan.nijtmans tags: tip-648 | |
| 20:14 | Rebase to latest 8.7 Closed-Leaf check-in: b3bc4804f6 user: jan.nijtmans tags: tip-650 | |
| 19:35 | merge-mark check-in: eeafb923c5 user: jan.nijtmans tags: trunk, main | |
| 19:33 | Don't use "package require tcltests" any more, as in other tests check-in: 529dd4665b user: jan.nijtmans tags: core-8-branch | |
| 19:29 | Constraints http2.9.x make no sense, when testing http2.10 check-in: aad30e28b1 user: jan.nijtmans tags: core-8-branch | |
| 19:18 | close fork check-in: e2a2d137d4 user: dgp tags: core-8-branch | |
| 17:51 | Merge 8.7 check-in: 83c627a303 user: jan.nijtmans tags: trunk, main | |
| 17:38 | Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no NO votes expected) check-in: 4218e66972 user: jan.nijtmans tags: core-8-branch | |