Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
442 check-ins using file unix/tclUnixInit.c version 6f75c78bb0
|
2025-09-17
| ||
| 05:23 | Complete moving tclInit to C. All test pass check-in: 7d993e2c00 user: apnadkarni tags: apn-init-refactor | |
|
2025-09-16
| ||
| 17:06 | Start moving init.tcl search to C check-in: f1e99fbdf3 user: apnadkarni tags: apn-init-refactor | |
| 16:43 | Reapply utf8proc patch to Unicode 17 update needed to fix -Wc++-compat warnings. C++ treatment of en... check-in: ec6b431c3e user: apnadkarni tags: trunk, main | |
| 15:18 | Merge 9.0 check-in: cd2b0a427f user: jan.nijtmans tags: trunk, main | |
| 14:08 | Indent fix check-in: 3f5d40630f user: dkf tags: trunk, main | |
| 11:51 | Merge trunk check-in: e7e85ea8ea user: apnadkarni tags: apn-init-refactor | |
| 11:36 | Bug [f0b80a3db9] Remove assertion that TclZipfs_AppHook has been called as custom apps may not call ... check-in: 248af5b902 user: apnadkarni tags: trunk, main | |
| 09:04 | Tidy up the interface to the normalisation code check-in: 13b90c3e8c user: dkf tags: trunk, main | |
| 08:04 | merge trunk check-in: d63cf48838 user: dkf tags: internal-ensemble-cleanup | |
|
2025-09-15
| ||
| 21:38 | Unicode version 17 check-in: cb3ab3d1cf user: jan.nijtmans tags: trunk, main | |
| 20:16 | (more) Use correct equality check-in: c9bb1a7642 user: jan.nijtmans tags: trunk, main | |
| 16:58 | Add test for subcommand list of interp child, never previously tested Closed-Leaf check-in: 88978077d5 user: dkf tags: tip728-interp-set | |
| 16:06 | merge trunk check-in: 21cafac414 user: dkf tags: tip728-interp-set | |
| 16:01 | Simplify code a bit more, including by actually using local variables... check-in: a732fa633d user: dkf tags: trunk, main | |
| 13:11 | we can trap some errors; that's what the mechanism's there for check-in: cbb5fed63c user: dkf tags: trunk, main | |
| 11:24 | Ignore error in setting tcl_rcFileName for historical compatibility check-in: 8ce0bb412c user: apnadkarni tags: apn-init-refactor | |
| 10:59 | Use correct equality check-in: 2febb36051 user: dkf tags: trunk, main | |
| 08:23 | Use features of current versions of Tcl for the opt package Leaf check-in: 8151357daf user: dkf tags: modernise-opt | |
| 06:04 | Start on refactoring Tcl initialization. check-in: af349616ce user: apnadkarni tags: apn-init-refactor | |
|
2025-09-12
| ||
| 14:14 | end divergence check-in: 1f8820038f user: dkf tags: trunk, main | |
| 13:24 | minor fix: function header formatting Closed-Leaf check-in: 37cb9ab9f4 user: dkf tags: main-bis | |
| 10:13 | Merge dkf oo C-based init from trunk check-in: b852a20248 user: apnadkarni tags: apn-oo-lazy-init-sbmod-91 | |
| 08:14 | Merge 9.0. Eliminate (internal) NS_KILLED check-in: 1ef7667adb user: jan.nijtmans tags: trunk, main | |
|
2025-09-11
| ||
| 19:57 | Merge 9.0 check-in: ba7b935b53 user: jan.nijtmans tags: trunk, main | |
| 19:35 | Unneeded header file inclusion. Duplicated -DUTF8PROC_STATIC on command line check-in: 6a06ddd51c user: jan.nijtmans tags: trunk, main | |
| 14:18 | Add short descriptive comments to all enum members that didn't already have them Leaf check-in: 7346c9a225 user: dkf tags: public-enum | |
| 11:30 | Make old, existing enums also follow the pattern more closely check-in: c25fb57ab9 user: dkf tags: public-enum | |
| 09:16 | Some error-message consistancy check-in: 5ce234ffac user: jan.nijtmans tags: trunk, main | |
|
2025-09-10
| ||
| 15:11 | Merge-mark check-in: 5e9920979f user: jan.nijtmans tags: trunk, main | |
| 14:16 | Turn many public constants into enum elements. Nobody's ever going to override these. Note that rele... check-in: 6aa775474f user: dkf tags: public-enum | |
| 14:14 | Turn some things into enums that really should have been that all along check-in: 95d0fd0349 user: dkf tags: trunk, main | |
| 09:12 | Turn some things into enums that really should have been that all along check-in: e646927e1f user: dkf tags: trunk, main | |
|
2025-09-09
| ||
| 19:42 | Tests for [switch -integer] Closed-Leaf check-in: 0c034e83c0 user: dkf tags: tip730-switch-integer | |
| 19:15 | further erro-handling check-in: f382bf4a51 user: jan.nijtmans tags: attemptgetstring | |
| 15:19 | simplify check-in: d3db61c86b user: jan.nijtmans tags: attemptgetstring | |
| 15:12 | Error-message consistancy check-in: 4a0e06ae02 user: jan.nijtmans tags: attemptgetstring | |
| 14:41 | Add documentation check-in: 455b387ccf user: dkf tags: tip730-switch-integer | |
| 14:10 | Note that some bits probably are unreachable (and buggy too). check-in: f76821e011 user: dkf tags: tip730-switch-integer | |
| 14:01 | Fix a silly error by sharing the enum between functions. check-in: 5da5d87ee2 user: dkf tags: tip730-switch-integer | |
| 13:11 | Fix detection of "default" check-in: 085a2cb984 user: dkf tags: tip730-switch-integer | |
| 11:05 | Bytecode compilation for [switch -integer] check-in: 007a4b45ac user: dkf tags: tip730-switch-integer | |
| 09:58 | Eliminate TclOOM() check-in: ec36f4bc87 user: jan.nijtmans tags: attemptgetstring | |
| 08:30 | Start of implementation of [switch -integer] check-in: 48342ad1ca user: dkf tags: tip730-switch-integer | |
|
2025-09-08
| ||
| 14:55 | Merge 9.0 check-in: 9564f0232c user: jan.nijtmans tags: trunk, main | |
| 13:54 | Use the new subcommand check-in: 049f84973b user: dkf tags: tip728-interp-set | |
| 13:47 | Add tests check-in: 802e97ac8b user: dkf tags: tip728-interp-set | |
| 11:49 | Implement TIP 728: [interp set] check-in: f833293097 user: dkf tags: tip728-interp-set | |
| 09:05 | Merge 9.0 check-in: 2cba9a7a01 user: jan.nijtmans tags: trunk, main | |
|
2025-09-07
| ||
| 19:30 | Fix TCL_MEM_DEBUG build check-in: c0ebd58450 user: jan.nijtmans tags: attemptgetstring | |
|
2025-09-05
| ||
| 15:27 | Merge 9.0 check-in: 3a7e2b93dd user: dkf tags: trunk, main | |
| 14:43 | Merge 9.0 check-in: f09aabc11f user: jan.nijtmans tags: trunk, main | |
| 09:12 | update doc check-in: 36894c9516 user: jan.nijtmans tags: attemptgetstring | |
| 07:08 | Introduce Tcl_AttemptGetCharLength() check-in: 24bb637dd2 user: jan.nijtmans tags: attemptgetstring | |
|
2025-09-04
| ||
| 17:03 | Merge 9.0 check-in: e598bf3880 user: jan.nijtmans tags: trunk, main | |
| 15:32 | Merge 9.0 check-in: 2d73d4d0a4 user: jan.nijtmans tags: trunk, main | |
| 15:01 | Rebase to trunk check-in: 42e496eea2 user: jan.nijtmans tags: attemptgetstring | |
| 14:57 | Use TclAttemptGetString() in "string repeat". Fix Tcl_AttemptNewStringObj in debug mode check-in: 46b5a96877 user: jan.nijtmans tags: attemptgetstring | |
| 09:52 | Rebase to trunk check-in: 84e8b8343a user: jan.nijtmans tags: tip-626 | |
| 09:42 | Microsoft compilers don't have mode_t check-in: 31c2daccc1 user: jan.nijtmans tags: trunk, main | |
| 09:33 | Fix some -Wconversion warnings check-in: c66bbbf8d7 user: jan.nijtmans tags: trunk, main | |
| 08:59 | more Minor indent fixes check-in: 6121af88c7 user: jan.nijtmans tags: trunk, main | |
| 08:24 | Minor indent fixes check-in: 518418cbc3 user: dkf tags: trunk, main | |
| 08:09 | Fix a minor typo in a comment check-in: b53ede498c user: dkf tags: trunk, main | |
|
2025-09-03
| ||
| 09:42 | Missing -DTCL_LOAD_FROM_MEMORY check-in: 99c2cc1d64 user: jan.nijtmans tags: tip-709 | |
|
2025-09-02
| ||
| 20:04 | Rebase to trunk check-in: 1880179400 user: jan.nijtmans tags: tip-626 | |
| 13:59 | Merge trunk. Eliminate memorymodule test constraint check-in: 79ea8ac196 user: jan.nijtmans tags: tip-709 | |
| 13:13 | In no-deprecate mode, don't run tests involving sqlite3. TCL_HASH_TYPE is an internal type, which sh... check-in: 9c12418704 user: jan.nijtmans tags: trunk, main | |
| 07:18 | Merge 9.0 check-in: a786f9e6ce user: jan.nijtmans tags: trunk, main | |
|
2025-09-01
| ||
| 19:36 | Undo unintended change check-in: d876dda43b user: jan.nijtmans tags: tip-709 | |
| 19:31 | Rebase to 9.1. Remove --enable-memorymodule check-in: 960eb1404b user: jan.nijtmans tags: tip-709 | |
| 11:03 | Update UNICODE_OUT_OF_RANGE to handle all planes. Remove unneeded UNICODE_OUT_OF_RANGE() usage check-in: 289a3340fc user: jan.nijtmans tags: trunk, main | |
| 08:31 | Merge 9.0 check-in: 7c42c12b65 user: dkf tags: trunk, main | |
| 07:26 | Merge 9.0 check-in: 427742a349 user: jan.nijtmans tags: trunk, main | |
| 04:58 | Merge 9.0 - Mount zipfs early - see [87b69745be] check-in: f8f1cb7590 user: apnadkarni tags: trunk, main | |
|
2025-08-31
| ||
| 20:13 | Final verdict, without test expectation changes Closed-Leaf check-in: f95a112489 user: jan.nijtmans tags: tip-726-jan | |
| 20:03 | Oops, 21 bits, not 17 bits check-in: 1857668b9f user: jan.nijtmans tags: trunk, main | |
| 19:14 | Final verdict, without test expectation changes check-in: c1ea8981ee user: jan.nijtmans tags: tip-726-jan | |
| 17:47 | Merge 9.1 check-in: 06fe6db1a3 user: jan.nijtmans tags: tip-726-jan | |
| 17:16 | Merge 9.0. Fix TIP #726 implementation, so all functions give the same answer as Tcl 9.0 for out-of-... check-in: cc4f7b61e2 user: jan.nijtmans tags: trunk, main | |
| 06:14 | Bump the patchlevel of TclOO check-in: 84ec17558e user: dkf tags: trunk, main | |
|
2025-08-30
| ||
| 21:20 | merge core-9-0-branch check-in: 1e75862cd4 user: dkf tags: trunk, main | |
| 15:13 | Put the baseline cloning (oo::object-><cloned>) of objects in C. check-in: 162e1d77e5 user: dkf tags: trunk, main | |
| 14:36 | Sorry Ashok, but I object to changing a right-shift (as it originally was) to a left-shift. Will exp... check-in: 442c3e7366 user: jan.nijtmans tags: trunk, main | |
| 14:16 | Put the baseline cloning of objects in C. I'd been putting off doing this for over a decade, as it w... Closed-Leaf check-in: 41e23633da user: dkf tags: object-clone-in-c | |
| 08:45 | TIP 726 check-in: 9e3f0254e3 user: apnadkarni tags: trunk, main | |
|
2025-08-29
| ||
| 13:24 | More review: Eliminate UNICODE_OUT_OF_RANGE and use right-shifts check-in: 453ab178cb user: jan.nijtmans tags: tip-726-jan | |
| 08:56 | Fix bogus assert in unicode normalization Closed-Leaf check-in: 97b5293136 user: apnadkarni tags: tip-726 | |
| 02:59 | Update changes.md check-in: 45302470a0 user: apnadkarni tags: tip-726 | |
| 02:58 | Merge main check-in: cd152cd13a user: apnadkarni tags: tip-726 | |
|
2025-08-28
| ||
| 15:07 | merge core-9-0-branch check-in: 0a7def6dcc user: dkf tags: trunk, main | |
| 14:02 | Move more machinery into C from the TclOO init script check-in: 5946d9cae3 user: dkf tags: trunk, main | |
| 13:49 | Tweak comments Closed-Leaf check-in: 7d29a0080a user: dkf tags: singleton-in-c | |
| 13:41 | Move oo::class::<cloned> into C check-in: c1e9b058ad user: dkf tags: singleton-in-c | |
| 12:17 | Move remaining bits of property system into C; only cloning methods now left check-in: d1178c4040 user: dkf tags: singleton-in-c | |
| 10:39 | merge trunk check-in: d52c10e251 user: dkf tags: singleton-in-c | |
| 08:42 | Merge 9.0 - Eliminate TCL_BROKEN_MAINARGS check-in: cb27d68679 user: apnadkarni tags: trunk, main | |
| 07:52 | Fix unsigned char* to char* conversion warning check-in: 04140a9eb7 user: apnadkarni tags: tip-726 | |
| 07:18 | Merge main check-in: a05795631f user: apnadkarni tags: tip-726 | |
|
2025-08-27
| ||
| 21:51 | Fix double Tcl_Alloc define. Tweak allocation lengths reporting check-in: 14260b03d4 user: jan.nijtmans tags: attemptgetstring | |
| 15:38 | Rebase to latest trunk check-in: 6399ade2e2 user: jan.nijtmans tags: attemptgetstring | |
| 11:58 | Merge 9.0 check-in: 535e5cabd5 user: jan.nijtmans tags: trunk, main | |
| 09:37 | 32-bit MacOS builds are no longer supported, starting with Tcl 9.0. Closed-Leaf check-in: 23655c4a1e user: jan.nijtmans tags: platform-macos-simplification | |
|
2025-08-26
| ||
| 13:38 | merge trunk check-in: 2875ed7446 user: dkf tags: singleton-in-c | |
| 08:24 | Merge trunk check-in: 4f2c56f428 user: jan.nijtmans tags: 893f8cc5-tip509-nested-mutex | |
| 08:14 | Merge 9.0 check-in: f89e6b2307 user: jan.nijtmans tags: trunk, main | |
|
2025-08-25
| ||
| 23:17 | merge 9.0 check-in: ee853b9f31 user: sebres tags: trunk, main | |
| 15:34 | Merge 9.0 check-in: 9b784a4c77 user: jan.nijtmans tags: trunk, main | |
| 15:23 | Move the oo::configurable constructor into C check-in: 1164ba3918 user: dkf tags: singleton-in-c | |
| 11:16 | Merge trunk Closed-Leaf check-in: 9e3ff929b6 user: jan.nijtmans tags: platform-macos-simplification | |
| 11:13 | Merge 9.0 check-in: 78ae352e6b user: jan.nijtmans tags: trunk, main | |
| 10:59 | Move more of configurable's machinery into C check-in: 06d7236722 user: dkf tags: singleton-in-c | |
| 09:53 | Bring Windows part into this branch too check-in: 9ca72ca2ba user: jan.nijtmans tags: 893f8cc5-tip509-nested-mutex | |
| 09:51 | Eliminate all usage of HAVE_DECL_PTHREAD_MUTEX_RECURSIVE check-in: d3b4a0a698 user: jan.nijtmans tags: 893f8cc5-tip509-nested-mutex | |
| 09:38 | Merge trunk check-in: b356408a11 user: jan.nijtmans tags: 893f8cc5-tip509-nested-mutex | |
| 09:37 | Fix testcase oo-1.21 check-in: 9248c2cc49 user: jan.nijtmans tags: trunk, main | |
| 08:43 | Fix bugs check-in: 9b324a7745 user: dkf tags: singleton-in-c | |
| 08:30 | Move extra classes into C; mostly there, but not yet working check-in: 2817aeaf81 user: dkf tags: singleton-in-c | |
|
2025-08-24
| ||
| 18:47 | [893f8cc5] tip509 nested mutex MS-Windows patch by Christian (thanks !) Closed-Leaf check-in: c2b0208c78 user: oehhar tags: 893f8cc5-tip509-nested-mutex-win | |
| 11:47 | Start of making the singleton class implemented in C check-in: 0b9609d1dc user: dkf tags: singleton-in-c | |
| 10:40 | Tinkering, making code simpler or easier to maintain check-in: 74269c8653 user: dkf tags: trunk, main | |
| 06:52 | Complete the moving of the definition of slots entirely into C check-in: 477aae4fc8 user: dkf tags: trunk, main | |
|
2025-08-23
| ||
| 08:23 | merge core-9-0-branch (sync after backport) check-in: 842113abfc user: dkf tags: trunk, main | |
|
2025-08-22
| ||
| 17:09 | [893f8cc5] tip509 nested mutex patch by Christian (thanks!) check-in: cdc8e88f7b user: oehhar tags: 893f8cc5-tip509-nested-mutex | |
| 14:23 | Tweak to [configurable] to not call [next] twice check-in: bf95236a57 user: dkf tags: trunk, main | |
| 13:43 | Combine UpdateClassDelegatesAfterClone into its caller. check-in: ff5a3f13b7 user: dkf tags: trunk, main | |
| 13:06 | Add testcases for platform macos26-x86_64 and macos26-arm check-in: 8c3b549d44 user: jan.nijtmans tags: platform-macos-simplification | |
| 12:50 | Fix handling of i386-x86_64 check-in: 062a90819e user: jan.nijtmans tags: platform-macos-simplification | |
| 11:45 | Move [link] into C. check-in: 899914a847 user: dkf tags: trunk, main | |
| 11:29 | Merge 9.0 check-in: 16435add36 user: jan.nijtmans tags: trunk, main | |
| 07:50 | Move another definition (classmethod) into C. check-in: bb2b1ca977 user: dkf tags: trunk, main | |
| 07:19 | Convert MixinClassDelegates to an internal function entirely in C check-in: 14b785c409 user: dkf tags: trunk, main | |
| 07:16 | Fix memory debugging info check-in: 0a91b87749 user: dkf tags: trunk, main | |
|
2025-08-21
| ||
| 14:15 | Line no longer needed check-in: 7f1d023a6e user: jan.nijtmans tags: platform-macos-simplification | |
| 14:00 | Add testcases check-in: d22c267802 user: jan.nijtmans tags: platform-macos-simplification | |
|
2025-08-20
| ||
| 21:53 | Keep all macos < 11 handling as it was check-in: 1a287640bb user: jan.nijtmans tags: platform-macos-simplification | |
| 12:22 | Move a bit of internal machinery check-in: fe65866873 user: dkf tags: trunk, main | |
| 10:11 | Move another command into C: classvariable check-in: 6c7484683c user: dkf tags: trunk, main | |
|
2025-08-19
| ||
| 21:48 | Bug-fixing check-in: fe48b3a8ee user: jan.nijtmans tags: platform-macos-simplification | |
| 15:45 | Slightly faster way to write the init script check-in: 9a3123970f user: dkf tags: trunk, main | |
| 15:05 | Experimental simplification for platform on MacOS check-in: d2d84b4507 user: jan.nijtmans tags: platform-macos-simplification | |
| 14:49 | Rewrite slots in C to get a performance boost. [effa2e2346] check-in: 8ab9fecd56 user: dkf tags: trunk, main | |
| 14:46 | Add some documentation comments Closed-Leaf check-in: bd1ca51921 user: dkf tags: rewrite-slots-in-c | |
| 14:15 | Add remoaining slot ops check-in: a94a240d73 user: dkf tags: rewrite-slots-in-c | |
| 13:51 | Saner C implementation of slot methods; add unknown handler to C side check-in: 33a5909dac user: dkf tags: rewrite-slots-in-c | |
| 12:45 | Merge 9.0 check-in: a40e6f6704 user: jan.nijtmans tags: trunk, main | |
| 10:59 | merge trunk check-in: 96c2aeb205 user: dkf tags: rewrite-slots-in-c | |
| 09:00 | Speed up TclOO init; no directing via unknown method handler for slots of classes we define ourselve... check-in: f17dd10723 user: dkf tags: trunk, main | |
| 08:57 | Working on rewriting the slot implementation in C; not quite correct yet check-in: e7d55b49d6 user: dkf tags: rewrite-slots-in-c | |
|
2025-08-18
| ||
| 12:29 | Lazy init for 9.1 check-in: 105952fb15 user: apnadkarni tags: apn-oo-lazy-init-sbmod-91 | |
| 11:39 | Slightly chisel down the execution time of the oo init script, check-in: c873b5222a user: dkf tags: trunk, main | |
| 08:56 | Accelerate definition of [oo::define initialise]. [effa2e2346] check-in: 5abd67e1ea user: dkf tags: trunk, main | |
| 08:32 | Merge 9.0 check-in: d65c84decf user: jan.nijtmans tags: trunk, main | |
|
2025-08-17
| ||
| 21:22 | Start making TclOO faster to initialise [effa2e2346] check-in: 7aa55929ad user: dkf tags: trunk, main | |
|
2025-08-15
| ||
| 21:25 | Merge 9.0 check-in: e42f382022 user: jan.nijtmans tags: trunk, main | |
|
2025-08-14
| ||
| 13:44 | Merge 9.0 - Fix [87b69745be] - move zipfs encoding initialization outside of interp creation. Avoid ... check-in: dc30526e24 user: apnadkarni tags: trunk, main | |
|
2025-08-13
| ||
| 21:10 | Merge 9.0 check-in: 454d2b4b2e user: jan.nijtmans tags: trunk, main | |
| 10:57 | Merge 9.0 check-in: a7135a65e7 user: jan.nijtmans tags: trunk, main | |
| 09:42 | Version => 9.1a1 check-in: f72529e60f user: jan.nijtmans tags: trunk, main | |
| 08:55 | Merge 9.0 check-in: 2450103c07 user: jan.nijtmans tags: trunk, main | |
|
2025-08-12
| ||
| 22:05 | Merge 9.0 check-in: 0b63620151 user: jan.nijtmans tags: trunk, main | |
| 13:44 | remove tclUniData.c and uniParse.tcl: not used any more check-in: b885c376e5 user: jan.nijtmans tags: tip-726 | |
| 13:09 | Fix doc: impotent font change check-in: 18cc40108e user: jan.nijtmans tags: tip-726 | |
| 09:28 | Merge 9.0 check-in: 4405794cf5 user: jan.nijtmans tags: trunk, main | |
|
2025-08-06
| ||
| 09:34 | merge trunk check-in: d41ff65d5d user: dkf tags: c-std-update | |
| 09:30 | Factor out a common pattern to aid comprehensibility check-in: ed1c7df566 user: dkf tags: trunk, main | |
| 09:25 | Start to use the real bool type. check-in: 3dc71d011c user: dkf tags: c-std-update | |
|
2025-08-04
| ||
| 16:34 | merge trunk check-in: 8a202d8d1b user: dkf tags: c-std-update | |
| 16:05 | merge 9.0 (fix for [5137b4387019d0e1]) check-in: 7f3a21a465 user: sebres tags: trunk, main | |
| 16:03 | Correction to semantics of jumpTableNum: value argument must fit in wide int, and non-integer is an ... check-in: 6ed183317c user: dkf tags: trunk, main | |
| 13:32 | unused variable warning check-in: 72c4c7c772 user: dgp tags: trunk, main | |
| 08:58 | The encoding fallback logic in ZIP handling can be done mostly by via Tcl_ExternalToUtfDStringEx now... check-in: 427645831a user: dkf tags: trunk, main | |
| 08:48 | More moving of variable declarations check-in: 48e5ad480b user: dkf tags: c-std-update | |
|
2025-08-01
| ||
| 11:54 | merge trunk check-in: 8d8ea7cf3a user: dkf tags: c-std-update | |
| 11:48 | More moving of variable declarations check-in: 1d20e4cf45 user: dkf tags: c-std-update | |
|
2025-07-30
| ||
| 18:36 | merge release check-in: 2f42adf522 user: dgp tags: trunk, main | |
| 16:23 | Merge 9.0 - Workaround for [8c63606802] - testsetplatform / path caching with -singleproc 1 check-in: 0dc705217d user: apnadkarni tags: trunk, main | |
| 15:12 | merge trunk Closed-Leaf check-in: 70f7e01921 user: dgp tags: rc3, core-9-1-a0-rc, core-9-1-a0 | |
| 11:58 | Merge 9.0. Fix some, not all, Windows test failures with -singleproc 1 check-in: 2c2db9865e user: apnadkarni tags: trunk, main | |
| 09:01 | Update changes.md for TIP's 649 and 712 check-in: 2112a4543c user: apnadkarni tags: trunk, main | |
|
2025-07-28
| ||
| 10:06 | - added code to handle more nroff backslash commands check-in: 7f679d8d2a user: Torsten tags: tip-700 | |
|
2025-07-27
| ||
| 17:42 | comment grammar; NFC check-in: f1a1fa5ae2 user: bch tags: trunk, main | |
| 17:28 | Add manpage for unicode command check-in: f772c5d029 user: apnadkarni tags: tip-726 | |
| 08:41 | Add manpage for normalization API check-in: a633daa618 user: apnadkarni tags: tip-726 | |
| 08:07 | Add tests Tcl_UtfToNormalized API check-in: 228a4cdf87 user: apnadkarni tags: tip-726 | |
| 00:59 | Add C API Tcl_UtfToNormalized check-in: b00ff15275 user: apnadkarni tags: tip-726 | |
|
2025-07-26
| ||
| 22:11 | - added remaining 28 section 3 manual pages in initial markdown versions - removed unusual use of a ... check-in: a2dd66906f user: Torsten tags: tip-700 | |
| 06:14 | Merge tip-726-plus to eliminate use of tclUniData.c. check-in: 0a1c3bc2fb user: apnadkarni tags: tip-726 | |
| 05:26 | Fix test loading for mingw which uses tclsh, not tcltest for tests Leaf check-in: b4f4002e9e user: apnadkarni tags: tip-726-plus | |
| 05:00 | Fix gcc warnings, mingw build and extraneous prototype defs used in debug check-in: ff495c9305 user: apnadkarni tags: tip-726-plus | |
|
2025-07-25
| ||
| 17:55 | Remove unicode toXXXX commands as no longer needed for confirming equivalence with string toXXXX check-in: 30a02828fc user: apnadkarni tags: tip-726-plus | |
| 17:46 | Eliminate use of tclUniData.c check-in: 1dcc7678c8 user: apnadkarni tags: tip-726-plus | |
| 17:43 | merge trunk check-in: c0b1aa6211 user: dgp tags: rc2, core-9-1-a0-rc | |
| 17:34 | Implement unicode toXXXX congruent to string toXXXX check-in: 369ac8bf18 user: apnadkarni tags: tip-726-plus, tip-726-tclunidata-equivalence-proof | |
| 16:05 | Disable tests for bug 1ecea011 check-in: 13c2631e68 user: apnadkarni tags: tip-726-plus | |
| 15:49 | Implement unicode is CLASS to match string is CLASS check-in: 7beae32e00 user: apnadkarni tags: tip-726-plus | |
|
2025-07-23
| ||
| 16:28 | Merged tip-726 check-in: d5fb960aa0 user: apnadkarni tags: tip-726-plus | |
| 16:27 | Merged trunk check-in: 87fdb51f5d user: apnadkarni tags: tip-726 | |
| 16:07 | Test out of range codepoints check-in: 36ad8057c6 user: apnadkarni tags: tip-726-plus | |
|
2025-07-22
| ||
| 18:20 | merge 9.0: improve interpreter creation speed, if there is no zipfs tcl-library (avoid performance p... check-in: 026ae2bdcc user: sebres tags: trunk, main | |
| 17:53 | Oops, forgot upper case check-in: 58714ef853 user: apnadkarni tags: tip-726-plus | |
| 17:40 | Add UCD tests for string is lower,upper. Add ICU and utf8proc API's for the same check-in: bbde0ed6d3 user: apnadkarni tags: tip-726-plus | |
| 17:30 | Add support to read UCD properties file check-in: cbe4cc3a72 user: apnadkarni tags: tip-726 | |
| 12:02 | Move UCD readers into separate file check-in: acb64bd0f3 user: apnadkarni tags: tip-726 | |
| 10:40 | Add normalization tests for nul and tcl8 profile. Fix linker warnings on Windows. check-in: 649c6435c4 user: apnadkarni tags: tip-726 | |
|
2025-07-21
| ||
| 18:57 | merge 9.0 to trunk: amend to [61c01e0edb08a9ed], more cases for increment ref-count with use-after-f... check-in: 6623286ef9 user: sebres tags: trunk, main | |
|
2025-07-20
| ||
| 07:06 | - added 55 section 3 manual pages in initial markdown versions - unified bold font for #include line... check-in: 61e103c3e2 user: Torsten tags: tip-700 | |
|
2025-07-19
| ||
| 22:12 | - added 15 section 3 manual pages in initial markdown versions - adapted conversion script to cover ... check-in: 5e298551a7 user: Torsten tags: tip-700 | |
| 12:31 | More moving of variable declarations check-in: c149575323 user: dkf tags: c-std-update | |
| 12:19 | repaired italics/bold markdown broken in the last commit check-in: d93343b004 user: Torsten tags: tip-700 | |
|
2025-07-18
| ||
| 17:45 | merge 9.0 to trunk: fixes [61c01e0edb08a9ed] (TclpMatchInDirectory, windows only), increment ref-cou... check-in: 34180ec93e user: sebres tags: trunk, main | |
| 17:06 | Merge 9.0 check-in: b9102acdfa user: jan.nijtmans tags: trunk, main | |
| 09:52 | Add check for working --disable-high-entropy-va. Fix check for --enable-auto-image-base (which alway... check-in: a236395922 user: jan.nijtmans tags: trunk, main | |
| 07:37 | Fix 2 warnings on 32-bit platform (thanks, Emiliano) check-in: 1333fff09b user: jan.nijtmans tags: trunk, main | |
|
2025-07-17
| ||
| 15:36 | merge trunk check-in: c8c998013d user: dgp tags: rc1, core-9-1-a0-rc | |
| 07:59 | Fix installation of dde/registry packages (Thanks, Harald, for noticing this!) check-in: f9fa24b9e8 user: jan.nijtmans tags: trunk, main | |
| 07:47 | Merge 9.0 check-in: 0d9037349c user: jan.nijtmans tags: trunk, main | |
|
2025-07-16
| ||
| 16:44 | Merge 9.0 - Fix [c9f0520f7e] check-in: de054c46e8 user: apnadkarni tags: trunk, main | |
| 10:43 | Moving variable declarations to better places check-in: f569640c35 user: dkf tags: c-std-update | |
| 04:53 | Add tests for C API check-in: a918834664 user: apnadkarni tags: tip-726 | |
|
2025-07-15
| ||
| 19:41 | some non-change cosmetics to make the ctags implementation in Geany 2.1 partly happy again check-in: bb08aafe0a user: Torsten tags: tip-700 | |
| 16:35 | merge trunk check-in: d56cfe5b9e user: dgp tags: rc0, core-9-1-a0-rc | |
| 15:04 | merge trunk check-in: 64fb4b537d user: dkf tags: c-std-update | |
| 13:33 | Better handling of the expectations around channel names check-in: 7293896dad user: dkf tags: c-std-update | |
| 11:41 | TIP 726 implementation with tests check-in: b0b1bd2680 user: apnadkarni tags: tip-726 | |
| 09:44 | - added first 9 section 3 manual pages in markdown versions (initial conversion, not final) - make s... check-in: 4cbf81f377 user: Torsten tags: tip-700 | |
| 09:03 | Move declarations into FOREACH-related constructs... where possible check-in: 91dddca8bc user: dkf tags: c-std-update | |
| 09:01 | Channel names can be NULL during closing check-in: 675f1a34ac user: dkf tags: c-std-update | |
| 02:31 | Fix [25265a2705] - dup test names in listTypes.test check-in: dd11259884 user: apnadkarni tags: trunk, main | |
|
2025-07-14
| ||
| 16:44 | Implement Tcl_UtfToNormalizedDString check-in: fd3d6c8a6c user: apnadkarni tags: tip-726 | |
| 15:31 | Backout [816e9ddf1b]: TclVarHashCreateVar() is still used in Itcl check-in: c68b9f7067 user: jan.nijtmans tags: trunk, main | |
| 14:58 | Use macros to reduce number of explicit marker NULLs check-in: 2b21439624 user: dkf tags: c-std-update | |
| 14:26 | TclSetErrorCode lets us avoid writing a lot of marker values check-in: a29f1f8fab user: dkf tags: c-std-update | |
| 12:30 | Open release branch for 9.1a0 check-in: ba2425be93 user: dgp tags: core-9-1-a0-rc | |
| 08:44 | merge trunk check-in: c2c0fa07ea user: dkf tags: c-std-update | |
| 08:11 | A bunch of small changes building on previous commits check-in: 1811f74742 user: dkf tags: c-std-update | |
|
2025-07-13
| ||
| 10:24 | Rebase to trunk check-in: dbf7d9631a user: jan.nijtmans tags: tip-615 | |
| 08:30 | Doc update. See [8cd74c5cd2] check-in: 038e022dbf user: jan.nijtmans tags: trunk, main | |
| 07:03 | Define TclAppendPrintfToErrorInfo for a related pattern check-in: 321d2b5cd3 user: dkf tags: c-std-update | |
|
2025-07-12
| ||
| 20:58 | Define TclPrintfResult() for common pattern in error generation. check-in: 70b6205548 user: dkf tags: c-std-update | |
| 16:42 | [8cd74c5cd2]: 2-argument string toupper/tolower/totitle doesn't work as documented. Either change th... Closed-Leaf check-in: 83bd3ccec5 user: jan.nijtmans tags: bug-8cd74c5cd2 | |
| 16:03 | Start on TIP 726. Add utf8proc to the build system check-in: 49fd86f978 user: apnadkarni tags: tip-726 | |
|
2025-07-11
| ||
| 15:43 | Make 'first last' arguments optional for more commands check-in: a3869f215f user: jan.nijtmans tags: tip-615 | |
| 13:46 | merge trunk check-in: c43800c51a user: dkf tags: c-std-update | |
| 13:45 | Rewrite interpreted [try] to use more efficient internal data model. check-in: 9a9b3fc6f8 user: dkf tags: c-std-update | |
|
2025-07-10
| ||
| 21:52 | More of the new C11 array declarations. check-in: 9e916964ee user: dkf tags: c-std-update | |
| 21:12 | Clearer declarations of many C arrays; C11 lets the initialisers be expressions check-in: 63912394cf user: dkf tags: c-std-update | |
| 20:27 | Implementation fully working (but could use some more testcases) check-in: 5d2f688de1 user: jan.nijtmans tags: tip-615 | |
| 14:34 | Merge trunk check-in: 5553660b8a user: jan.nijtmans tags: tip-615 | |
| 11:50 | Some int -> Tcl_Size modifications, and type-cast changes, which were missed up to now. check-in: ccf01b5339 user: jan.nijtmans tags: trunk, main | |
| 08:39 | Implement "string is index -strict" check-in: 9e22e67d0f user: jan.nijtmans tags: tip-615 | |
|
2025-07-09
| ||
| 19:15 | Update to latest 9.1 check-in: 26919f1a9e user: jan.nijtmans tags: tip-615 | |
| 09:54 | Beginning to include code for section 3 manual pages check-in: a55f5af3fd user: Torsten tags: tip-700 | |
|
2025-07-08
| ||
| 14:23 | Fix [f8dd3d8d35]. Memory leak in uplevel compile check-in: f264e1b33f user: apnadkarni tags: trunk, main | |
| 02:58 | Proposed fix for [f8dd3d8d35]. Memory leak in uplevel compile. Closed-Leaf check-in: a5734a2f35 user: apnadkarni tags: bug-f8dd3d8d35 | |
|
2025-07-05
| ||
| 09:36 | TIP 649 check-in: 4ddfc55c1e user: apnadkarni tags: trunk, main | |
| 06:05 | Merge trunk Closed-Leaf check-in: 6bc1c08acf user: apnadkarni tags: tip-649 | |
|
2025-07-03
| ||
| 13:30 | TEBC TRACE goes varargs; cut down TclNRAddCallback because function addresses 'are not static consta... check-in: e9c1929632 user: dkf tags: c-std-update | |
| 11:59 | Merge 9.0 check-in: 93774d49ad user: jan.nijtmans tags: trunk, main | |
| 09:20 | Merge 9.0 check-in: faed85e38c user: jan.nijtmans tags: trunk, main | |
|
2025-07-02
| ||
| 20:34 | A few corrections/updates check-in: ddaa63ea6a user: dkf tags: c-std-update | |
| 20:31 | merge trunk check-in: b013256012 user: dkf tags: c-std-update | |
| 13:36 | naming unnamed enums for slightly better debuggging/IDE metadata check-in: 2bef4baa8f user: dkf tags: enums-3 | |
| 10:39 | Move some descriptive comments to better locations check-in: 27c1f25189 user: dkf tags: enums-3 | |
| 10:17 | Other enums check-in: 8ded98eba3 user: dkf tags: enums-3 | |
| 09:28 | merge trunk check-in: 2ff5098d9c user: dkf tags: enums-3 | |
| 09:22 | merge trunk check-in: 94d72ec073 user: dkf tags: internal-ensemble-cleanup | |
|
2025-07-01
| ||
| 07:55 | [0cb3d93a] fix example in link documentation check-in: 4625e86c2e user: oehhar tags: trunk, main | |
|
2025-06-30
| ||
| 14:59 | Make some internal magic flags into an enum. Nobody will ever override these. check-in: 6f676dff93 user: dkf tags: trunk, main | |
| 13:54 | slightly clearer code check-in: 3cb3b8fce4 user: dkf tags: internal-ensemble-cleanup | |
| 11:20 | merge trunk check-in: 9f14a6e9a8 user: dkf tags: internal-ensemble-cleanup | |
| 11:19 | Thinking about unsupported commands, their declarations, and their safety models check-in: ed815e2fa9 user: dkf tags: internal-ensemble-cleanup | |
|
2025-06-29
| ||
| 19:38 | Unbreak build with clang, introduced in last few commits check-in: 39f398d590 user: jan.nijtmans tags: trunk, main | |
| 10:39 | Don't need the post-init special stuff for [clock] any more check-in: d6c35133c7 user: dkf tags: internal-ensemble-cleanup | |
| 07:30 | Tidy up the initialisation code in [clock] check-in: b1d27835f8 user: dkf tags: internal-ensemble-cleanup | |
| 07:11 | merge trunk check-in: b75be6e5cd user: dkf tags: internal-ensemble-cleanup | |
| 07:05 | Amend places that were missing the changes from this branch check-in: dfce14f098 user: dkf tags: extra-push-constants | |
| 06:54 | merge trunk check-in: 80d47976a7 user: dkf tags: extra-push-constants | |
| 06:36 | Add bytecode compilation of [uplevel] check-in: 8c37a379c1 user: dkf tags: trunk, main | |
| 06:25 | merge trunk Closed-Leaf check-in: 63d8f3a50f user: dkf tags: compile-uplevel | |
| 06:21 | Add bytecode compilation of [lseq] check-in: 83eda5e7b0 user: dkf tags: trunk, main | |
| 06:09 | Add bytecode compilation of [ledit] and [lpop] check-in: 72215318aa user: dkf tags: trunk, main | |
|
2025-06-28
| ||
| 21:24 | Make [clock] into a more conventional ensemble check-in: 34ddfc69a8 user: dkf tags: internal-ensemble-cleanup | |
| 13:37 | Turns out [encoding user] should be safe check-in: 7a1d4a695e user: dkf tags: internal-ensemble-cleanup | |
| 10:47 | Merge 9.0. Fix test exec-bug-4f0b5767ac error when MSYS scrubs PATH check-in: 85fff18600 user: apnadkarni tags: trunk, main | |
| 08:34 | More unification of the mess check-in: 53bf881544 user: dkf tags: internal-ensemble-cleanup | |
|
2025-06-27
| ||
| 16:08 | Move [zlib] ensemble creation to join rest check-in: 49359420ac user: dkf tags: internal-ensemble-cleanup | |
| 16:02 | Convert [zlib] to an ensemble, as was always planned. check-in: e718424650 user: dkf tags: internal-ensemble-cleanup | |
| 15:41 | Merge 9.0 check-in: 868b9a4b99 user: jan.nijtmans tags: trunk, main | |
| 15:01 | Cleaning up how we go about declaring some of our ensembles. Work in Progress. check-in: 47b870434f user: dkf tags: internal-ensemble-cleanup | |
| 10:55 | merge trunk Closed-Leaf check-in: b041328148 user: dkf tags: arith-series-bytecode | |
| 10:53 | merge trunk Closed-Leaf check-in: 5906ce5585 user: dkf tags: compile-lpop-ledit | |
| 10:50 | merge trunk check-in: 96135b818f user: dkf tags: compile-uplevel | |
| 10:50 | All test cases now pass. check-in: 14ff2b425b user: dkf tags: compile-uplevel | |
| 08:03 | Some of the test failures fixed... check-in: c44829d14c user: dkf tags: compile-uplevel | |
|
2025-06-26
| ||
| 14:28 | Compiled [uplevel] works. Except for some tests which see differences in [info frame] as a result. check-in: a965f02024 user: dkf tags: compile-uplevel | |
| 13:46 | Merge 9.0 check-in: 8f8b11907b user: jan.nijtmans tags: trunk, main | |
| 13:12 | Draft of instruction done... but crashes. check-in: 4af3554349 user: dkf tags: compile-uplevel | |
| 11:15 | Merge 9.0 check-in: 951cc4beed user: jan.nijtmans tags: trunk, main | |
| 10:45 | Start of developing compilation for [uplevel] check-in: b16b6d856c user: dkf tags: compile-uplevel | |
| 10:32 | mark some more commands for future expansion consideration check-in: 81a8754c40 user: dkf tags: compile-lpop-ledit | |
| 09:56 | Merge 9.0 check-in: 52ff13f312 user: jan.nijtmans tags: trunk, main | |
| 07:56 | merge trunk check-in: 01861c022a user: dkf tags: compile-lpop-ledit | |
| 07:53 | Change bytecode flag names to match their related instruction check-in: 37bed52197 user: dkf tags: trunk, main | |
|
2025-06-25
| ||
| 16:41 | Merge 9.0 - Fix [40b1814b93] and [7c2716733a] Window handle use-after-frees. check-in: 54eb90319d user: apnadkarni tags: trunk, main | |
| 13:46 | Better disassembly of [lpop]-related flag argument check-in: 5686a13052 user: dkf tags: compile-lpop-ledit | |
| 12:20 | Merge 9.0 check-in: f8b2589dc1 user: jan.nijtmans tags: trunk, main | |
| 09:10 | Better argument processing order in [lpop] compiler. Not necessary, but nicer to read check-in: a62ad93a9c user: dkf tags: compile-lpop-ledit | |
| 07:25 | Handle non-trivial single indices in [lpop] compiler check-in: fc866b4d25 user: dkf tags: compile-lpop-ledit | |
| 02:40 | Disable known mismatched encodings Leaf check-in: f903c9ccda user: apnadkarni tags: apn-icu-testdata | |
|
2025-06-24
| ||
| 20:18 | merge trunk check-in: 4b88c434cd user: dkf tags: compile-lpop-ledit | |
| 20:16 | Better compilation of [ledit]. Still not convinced about refcount management check-in: cdbfbd0f08 user: dkf tags: compile-lpop-ledit | |
| 16:55 | merge 9.0 check-in: 856858055c user: dgp tags: trunk, main | |
| 15:59 | Disable invalid byte tests when Tcl and ICU encodings use different version of the encoding standard... check-in: 37ebdc3e66 user: apnadkarni tags: apn-icu-testdata | |
| 13:09 | Asciify errors. Disable gb1988 - no matching encoding. Fix cp1258 check-in: c735872071 user: apnadkarni tags: apn-icu-testdata | |
| 08:11 | Note about variable ordering check-in: b8c4d117b8 user: dkf tags: compile-lpop-ledit | |
| 08:02 | Add [ledit] compilation, tweak safety conditions in [lpop] compiler check-in: 1fed089301 user: dkf tags: compile-lpop-ledit | |
|
2025-06-23
| ||
| 16:17 | Move test to runtime, check enabled by new flag bit to INST_LREPLACE check-in: 1498fdc9a9 user: dkf tags: compile-lpop-ledit | |
| 16:09 | Merge trunk check-in: 1c53e7c490 user: apnadkarni tags: apn-icu-testdata | |
| 16:04 | Add in test for index-in-range. Not enough... but fixes some test cases. check-in: 07e99321c9 user: dkf tags: compile-lpop-ledit | |
| 14:55 | Tweak tests; still test the same thing, but more succinctly check-in: cbb7130c9d user: dkf tags: compile-lpop-ledit | |
| 11:33 | improve tests: run in procedure context as well as outside check-in: 600c9ba8eb user: dkf tags: compile-lpop-ledit | |
| 11:14 | Partial compilation of [lpop]; missing error handling check-in: d5c934b296 user: dkf tags: compile-lpop-ledit | |
| 07:39 | Mark some commands as needing bytecode compilation. Capitalise some function names to follow Tcl sty... check-in: 94ead618ab user: dkf tags: trunk, main | |
| 07:26 | Move code that might work to shared place, and delete copy that definitely won't ever work check-in: 65474529f0 user: dkf tags: trunk, main | |
| 06:57 | merge trunk check-in: 32628cbdb2 user: dkf tags: arith-series-bytecode | |
|
2025-06-22
| ||
| 13:52 | Make [yieldto] work with {*}; turns out no new opcodes were needed, just a test for a previously-imp... check-in: 6957bd907a user: dkf tags: trunk, main | |
| 08:44 | Merge trunk check-in: a3296f6df7 user: apnadkarni tags: tip-649 | |
| 08:43 | Avoid repetion in manpage check-in: c8c9691f32 user: apnadkarni tags: tip-649 | |
| 08:39 | Update manpages for TIP 649 check-in: ecaf68265d user: apnadkarni tags: tip-649 | |
| 05:01 | Better limit exceeded message check-in: fa6228afd6 user: apnadkarni tags: tip-649 | |
| 03:17 | Clean up comments check-in: 8dd2a6c557 user: apnadkarni tags: tip-649 | |
| 02:43 | Use list limit error reporting function check-in: ed75269b80 user: apnadkarni tags: tip-649 | |
|
2025-06-21
| ||
| 10:31 | merge trunk check-in: a77445bb73 user: dkf tags: arith-series-bytecode | |
| 10:29 | Make the bytecode compilation of [next] and [nextto] understand {*} in arguments. check-in: 892eff0d25 user: dkf tags: trunk, main | |
| 10:10 | Update two tests - lassign will no longer shimmer abstract lists even if they lack a slice method check-in: fcb6f1ffec user: apnadkarni tags: tip-649 | |
| 09:46 | Merge trunk check-in: 2906e13361 user: apnadkarni tags: tip-649 | |
| 08:51 | An experiment in formalising using a hash table as a mathematical set. Technique mostly used in TclO... Leaf check-in: c920064287 user: dkf tags: hash-as-set | |
| 08:06 | Better express intent of a cast check-in: cbca93f5b9 user: dkf tags: trunk, main | |
| 07:57 | merge trunk check-in: 0b779e7169 user: dkf tags: arith-series-bytecode | |
| 07:56 | merge trunk Closed-Leaf check-in: 3b04d0d21e user: dkf tags: expand-next | |
|
2025-06-20
| ||
| 17:14 | silence compiler warning check-in: 7d86327729 user: dgp tags: trunk, main | |
| 16:05 | Merge 9.0. Fix [e8b18d7b1f] - release encodings on error check-in: a6e75dd9bb user: apnadkarni tags: trunk, main | |
| 15:51 | Clean up aux data correctly on failed compile [c587295271] check-in: 4561d57d8d user: dkf tags: trunk, main | |
| 15:25 | - added tclsh.1 page - prepared conversion script for manual pages of sections "1" and "3" check-in: 77449a3f2b user: Torsten tags: tip-700 | |
| 15:09 | - added 6 more pages, all Tcl section "n" pages now have an initial markdown version - unified synta... check-in: aeeafc9985 user: Torsten tags: tip-700 | |
| 13:15 | Give each TSD struct its own name as well as the standard ThreadSpecificData check-in: 8d695d0eb6 user: dkf tags: c-std-update | |
| 08:19 | Corrections/improvements to use of C standard capabilities; TclNRAddCallback now requires non-NULL c... check-in: 0ae4935331 user: dkf tags: c-std-update | |
|
2025-06-19
| ||
| 16:14 | Partial fix for [c587295271] memory leak in TclCompileTryCmd check-in: 25c6c7365f user: apnadkarni tags: trunk, main | |
| 14:08 | Move general variable compiler to file where it makes sense check-in: 2996bce5c9 user: dkf tags: trunk, main | |
| 13:52 | Make more assoc-data keys into named defines, for greater mnemonicity check-in: 5ff8c360a3 user: dkf tags: trunk, main | |
|
2025-06-18
| ||
| 17:39 | Merge 9.0. Fix [4f338b91c1] - add missing Tcl_CloseEx docs check-in: ffda6aaff6 user: apnadkarni tags: trunk, main | |
| 17:14 | Fix indent Closed-Leaf check-in: 51695bfdc3 user: apnadkarni tags: bug-c587295271-trycompile-leak | |
| 15:55 | Merge trunk check-in: 413836816c user: apnadkarni tags: bug-c587295271-trycompile-leak | |
| 11:22 | Fix indenting/eol-spacing check-in: 40d7023958 user: jan.nijtmans tags: trunk, main | |
| 10:48 | tidy up some list related code; no functionality change check-in: 821c18641a user: dkf tags: trunk, main | |
|
2025-06-17
| ||
| 16:28 | merge 9.0 check-in: 734aa4f0b9 user: dgp tags: trunk, main | |
| 15:15 | An experiment with marking the error paths in TEBC as cold Leaf check-in: 05865c51e5 user: dkf tags: unlikely-tebc | |
| 13:35 | Update macOS info in README.md and macosx/README check-in: 4361a247f8 user: culler tags: trunk, main | |
| 12:27 | TIP 712 - Add "positive" options to the subst command check-in: f41248f057 user: max tags: trunk, main | |
| 11:21 | - added 15 more initial markdown pages - unified syntax in lseq.n, copy.n, callback.n, self.n,clock.... check-in: 4da8e8e01d user: Torsten tags: tip-700 | |
| 10:58 | Convert many flag/magic value definitions to enums check-in: 22da1fece6 user: dkf tags: enums-3 | |
| 10:17 | merge trunk check-in: e25422e659 user: dkf tags: arith-series-bytecode | |
| 08:57 | Make ParseArithSeriesArgument slightly better check-in: 6f0cea1478 user: dkf tags: arith-series-bytecode | |
| 08:51 | Reduce number of gotos (and general twistiness) in GenerateArithSeries check-in: cccaf8a589 user: dkf tags: arith-series-bytecode | |
| 08:19 | Move most of INST_ARITH_SERIES logic into a separate function. Much easier to understand that way. check-in: eb15498308 user: dkf tags: arith-series-bytecode | |
|
2025-06-16
| ||
| 16:02 | Add compilers for expanding [next] and [nextto] check-in: f461d3d1ea user: dkf tags: expand-next | |
| 11:54 | Neater comment check-in: 40b0c826aa user: dkf tags: expand-next | |
| 11:52 | Use function we have in other appropriate places check-in: d6c1c45864 user: dkf tags: expand-next | |
| 11:43 | more cleaning up of the way [next]'s bytecode works check-in: 385a50443a user: dkf tags: expand-next | |
| 10:41 | Start of {*}-aware [next] and [nextto] check-in: 12b91ee081 user: dkf tags: expand-next | |
| 10:05 | - added 17 more initial markdown pages - unified syntax in link.n, next.n - clarified the descriptio... check-in: 20c84416b4 user: Torsten tags: tip-700 | |
|
2025-06-15
| ||
| 14:02 | Unify the guts of ChildInvokeHidden a bit more. check-in: 7093a0e24f user: dkf tags: cleanup-objinvoke | |
| 07:42 | Banish TclObjInvokeNamespace and leave TclObjInvoke just because its in the internal stubs check-in: b473a994e0 user: dkf tags: cleanup-objinvoke | |
| 03:03 | Merge 9.0 - tests for handle leaks for exec check-in: 166bfb6375 user: apnadkarni tags: trunk, main | |
|
2025-06-14
| ||
| 11:50 | Merge 9.0 - Disable timing dependent tests when running under AppVerifier on Windows check-in: b4b7ca2595 user: apnadkarni tags: trunk, main | |
| 08:03 | Starting to clean up hidden-command-invoke machinery. Remove unused flags. check-in: 751a860e26 user: dkf tags: cleanup-objinvoke | |
| 08:02 | - added 18 more initial markdown pages - unified syntax in mathfunc.n, mathop.n, switch.n, link.n - ... check-in: 578a22b604 user: Torsten tags: tip-700 | |
| 03:29 | Merge 9.0 - Add testhandlecount command. check-in: d2bd980da4 user: apnadkarni tags: trunk, main | |
|
2025-06-13
| ||
| 14:46 | - added 22 more initial markdown pages - unified syntax in zipfs.n, removing the unusual "?(\fB\-glo... check-in: dad17a1a39 user: Torsten tags: tip-700 | |
| 13:32 | merge trunk check-in: 881289af90 user: dkf tags: arith-series-bytecode | |
| 13:27 | Implement [tailcall {*}...] in bytecode check-in: 043acea4e9 user: dkf tags: trunk, main | |
| 08:14 | Add new macro, EnvIsProc, to cover cases where we should be stricter. [fa7995bdf2] check-in: 950d15a307 user: dkf tags: trunk, main | |
| 07:46 | [fa7995bdf2] Add more direct test case for real bug check-in: 2c56367e9a user: dkf tags: trunk, main | |
| 07:22 | Move magic values into header file check-in: 3665a2183f user: dkf tags: trunk, main | |
|
2025-06-12
| ||
| 20:00 | - added 10 more initial markdown pages - unified syntax in close.n check-in: 77d7b8caaf user: Torsten tags: tip-700 | |
| 15:08 | [fa7995bdf2] End multiple segfaults in httpcookie.test. check-in: 3a900c3ad1 user: dgp tags: trunk, main | |
| 08:58 | merge trunk check-in: 96cd32860c user: dkf tags: arith-series-bytecode | |
|
2025-06-11
| ||
| 13:46 | - added 27 more initial markdown pages (http, upvar, lset, file, tcltest, classvariable, ...) - unif... check-in: f175acdc29 user: Torsten tags: tip-700 | |
| 12:41 | Make sure there are no memory leaks in the arithSeries operation check-in: e54e68a8a8 user: dkf tags: arith-series-bytecode | |
| 11:00 | All edge case tests now pass. But why does [lseq] behave like this??? check-in: 2aff866995 user: dkf tags: arith-series-bytecode | |
| 08:45 | More edge cases check-in: 1e40036e24 user: dkf tags: arith-series-bytecode | |
|
2025-06-10
| ||
| 16:28 | final cases check-in: 969202f063 user: dkf tags: arith-series-bytecode | |
| 16:07 | Handle the three-argument cases check-in: 8a6bfb7606 user: dkf tags: arith-series-bytecode | |
| 15:32 | And I already have the right tools to make this easy. Excellent. check-in: 9c2af4bff0 user: dkf tags: arith-series-bytecode | |
| 15:25 | Add compilation of two arg case... and note that we need to compile args as expressions check-in: f184baf3cf user: dkf tags: arith-series-bytecode | |
| 15:12 | Merge 9.0 check-in: ae9468c46c user: jan.nijtmans tags: trunk, main | |
| 15:12 | Basic [lseq] compiler that handles just the one case. check-in: da9d3ae0f8 user: dkf tags: arith-series-bytecode | |
| 15:00 | Name the operation's flag bits check-in: 85dfbf093d user: dkf tags: arith-series-bytecode | |
| 14:32 | - added 4 initial markdown pages (bgerror, cd, configurable, proc) - unitfy snytax in singleton.n, d... check-in: 485e87ff16 user: Torsten tags: tip-700 | |
| 13:53 | Define an instruction to build an arithmetic series. Not yet issued check-in: 9a34988847 user: dkf tags: arith-series-bytecode | |
| 11:38 | Outermost skeleton of [lseq] compiler. Much more still to do! check-in: e090b59ea0 user: dkf tags: arith-series-bytecode | |
| 11:34 | Tinkering with the ArithSeries object type implementation check-in: 8cf84a9410 user: dkf tags: arith-series-bytecode | |
| 09:08 | Delete code that caused failures with -ftrapv and otherwise did nothing useful check-in: bda04379db user: dkf tags: trunk, main | |
| 08:41 | Remove unused argument Closed-Leaf check-in: 925c547504 user: dkf tags: expanded-tailcall | |
| 07:53 | Convert defines to enums in remaining Windows-specific code check-in: ba2bfb9ef1 user: dkf tags: trunk, main | |
|
2025-06-09
| ||
| 13:41 | Merge core-9-0-branch. Pick up fix for [0ee626dfb2] and other sundry unmerged changes check-in: 8fd21b71bd user: apnadkarni tags: trunk, main | |
| 08:18 | Greatly improved [tailcall] handling, including more special cases. check-in: 704185a4e7 user: dkf tags: expanded-tailcall | |
| 07:35 | - unified syntax in configurable.n and packagens.n - handled further syntax cases in parseCommand - ... check-in: 1313b2f489 user: Torsten tags: tip-700 | |
| 05:34 | Merge trunk check-in: de6cd974cd user: apnadkarni tags: tip-649 | |
|
2025-06-08
| ||
| 11:58 | merge trunk check-in: 07be934af0 user: dkf tags: expanded-tailcall | |
| 11:30 | Fix error check-in: affb0406e7 user: dkf tags: trunk, main | |
|
2025-06-07
| ||
| 16:08 | Added memory leak tests for Tcl_ListObj* check-in: 0187375ab0 user: apnadkarni tags: tip-649 | |
| 15:17 | Add Tcl_ListObjReverse tests check-in: e6b3e4971a user: apnadkarni tags: tip-649 | |
| 07:55 | Tests for Tcl_ListObjRepeat check-in: 61c9d0bed7 user: apnadkarni tags: tip-649 | |
|
2025-06-06
| ||
| 16:55 | Start on TIP 649 tests. Also fix [5773c78e86]. check-in: 132cfd08e7 user: apnadkarni tags: tip-649 | |
| 14:58 | merge trunk check-in: 9fac84a744 user: dkf tags: expanded-tailcall | |
| 13:54 | give tests human-readable names check-in: 1a00d5f12a user: dkf tags: trunk, main | |
| 13:33 | fix silly capitalisation error check-in: c7fe183496 user: dkf tags: trunk, main | |
| 13:29 | After private testing, this works correctly and is shorter too check-in: cbdaf58417 user: dkf tags: trunk, main | |
| 11:47 | TIP 722: return loaded packages by "package present" Leaf check-in: 8ca7e925b7 user: oehhar tags: tip-722-loaded-package-list | |
| 09:52 | - added inital version of 13 more manual pages in markdown - fix parseCommand Span elements and add ... check-in: b251f550f8 user: Torsten tags: tip-700 | |
| 08:39 | [9a2351225c] Alternate, portable way of testing for [foreach] and [lseq] interacting badly check-in: ed591cc6bb user: dkf tags: trunk, main | |
| 08:28 | That script can be used on the other two platforms too. Excellent! check-in: 4dc9380560 user: dkf tags: trunk, main | |
| 08:24 | Move support Tcl script into its own file check-in: 4fa20f0f04 user: dkf tags: trunk, main | |
| 05:49 | Add new list functions to stubs check-in: ce0be94413 user: apnadkarni tags: tip-649 | |
|
2025-06-05
| ||
| 14:56 | - fix/unify Tcl command syntax in tm.n to work with parseCommand and added initial tm.md version - a... check-in: fdf18f0450 user: Torsten tags: tip-700 | |
| 13:49 | Start on TIP 649 check-in: 4396c6d6e8 user: apnadkarni tags: tip-649 | |
| 12:49 | Don't need to save the value from the subprocess in a variable Closed-Leaf check-in: c976ec2288 user: dkf tags: lseq-no-bloat-test | |
| 08:42 | Alternate way of testing for no memory bloat in foreach+lseq; should be cross-platform and MUCH less... check-in: 0ab1be91d7 user: dkf tags: lseq-no-bloat-test | |
| 08:17 | rewrite test to use a constraint instead of a silly result condition check-in: 64fe58d793 user: dkf tags: lseq-no-bloat-test | |
| 08:12 | Check for tag "core-*", not "core-**" everywhere the same check-in: 381b73a174 user: jan.nijtmans tags: trunk, main | |
| 08:02 | Correct syntax error in github action command files check-in: 612fa1a095 user: dkf tags: trunk, main | |
|
2025-06-04
| ||
| 14:43 | change conversion script to convert a whole directory of nroff files; make a first run into the dire... check-in: fd47438785 user: Torsten tags: tip-700 | |
| 13:38 | extracted parts from xref.tcl script from chiselapp as man2markdown-xref.tcl and modified it to roug... check-in: 5005746b49 user: Torsten tags: tip-700 | |
| 10:51 | Reduce size of build matrices for non-critical commits. This needs deeper Github Actions wizardry. check-in: fa3d2b602f user: dkf tags: trunk, main | |
| 10:34 | adapt paths from chiselapp to this repo, added test script for certain conversion processes check-in: 437eadf7da user: Torsten tags: tip-700 | |
| 10:28 | Merge 9.0 check-in: 9af9538f9e user: jan.nijtmans tags: trunk, main | |
| 10:22 | This branch is for the implementation of TIP 700. This commit adds the current status of the convers... check-in: 048fc2d544 user: Torsten tags: tip-700 | |
| 03:26 | Update changes.md for TIP's 711, 716, 717 check-in: c522eaaffd user: apnadkarni tags: trunk, main | |
| 03:11 | TIP 716 - add stub for Tcl_GetEncodingNameForUser check-in: 56c3ed7b65 user: apnadkarni tags: trunk, main | |
|
2025-06-03
| ||
| 05:00 | Test Tcl_GetEncodingName* functions callable via stubs Closed-Leaf check-in: 22c4522408 user: apnadkarni tags: tip-716-91 | |
| 03:34 | Add stubs function from TIP 716 check-in: 2c15556f25 user: apnadkarni tags: tip-716-91 | |