Tcl Source Code

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

200 most recent check-ins using file library/tzdata/America/Guadeloupe version 192eeca778

2022-11-29
17:28
Rebase to later 8.6 version check-in: dff639e3f2 user: jan.nijtmans tags: fix-initsubsystem-75ecc0e6cb9899bf
2022-08-31
15:36
Merge old 8.7 ac18feaba77 check-in: c3fd69a89a user: kjnash tags: tip-579-8-7
15:24
Merge old 8.7 6c69a72c58 check-in: 2bc437be78 user: kjnash tags: tip-579-8-7
14:28
Merge old 8.7 674a6ad0472c7 check-in: 72a2225a33 user: kjnash tags: tip-579-8-7
12:51
Merge old 8.7 9a14272d20 check-in: ca86e961bb user: kjnash tags: tip-579-8-7
2022-07-21
18:55
added tests illustrating bug [b3977d199b] check-in: 350f5b9a9e user: sebres tags: bug-b3977d199b
2022-05-31
13:25
merge 8-5-event-perf-branch Leaf check-in: 2a854432fb user: sebres tags: sebres-8-6-event-perf-branch
13:22
[windows] avoid overflow by calculation of perf-counter to 100ns as signed wide int (also fixes nega... Leaf check-in: 6b4a81cdba user: sebres tags: sebres-8-5-event-perf-branch
13:20
correct comment for TclpGetUTimeMonotonic check-in: 7376838890 user: sebres tags: sebres-8-5-event-perf-branch
2022-04-26
12:03
fixes compilation of try-command [27520c9b17]: compile only if finaly token is simple Closed-Leaf check-in: fba9450772 user: sebres tags: bug-27520c9b17
12:03
added test illustrating bug [27520c9b17] check-in: b6e28a1636 user: sebres tags: bug-27520c9b17
2022-01-17
22:23
Remove all protections in StringRangeCmd(), and switch off compilation of "string range" Closed-Leaf check-in: 756287e16e user: jan.nijtmans tags: bug-e9a2715d91-investigate
2021-11-06
14:27
Merge [368587b872]. Resolve conflict. check-in: 8eb19d0107 user: dgp tags: dgp-refactor
12:49
Merge trunk through [d49a1b0329]. check-in: cdeede93d0 user: dgp tags: dgp-refactor
2021-10-26
08:42
typo check-in: c7a92907b0 user: jan.nijtmans tags: pyk-objinterface
2021-10-24
18:19
These record locations are not relative offsets, but rather absolute locations. Closed-Leaf check-in: 3cfe139c36 user: griffin tags: bug_fc65ff1b66
15:55
Fix memory errors in lsearch, add the first few string routines to Tcl_ObjType, modify StringIndexCm... check-in: cb6b5b14dd user: pooryorick tags: pyk-objinterface
2021-10-18
15:02
Add the first few string functions to the Tcl_ObjType interface, move function declarations out of t... check-in: 09c4094c6e user: pooryorick tags: pyk-objinterface
07:43
Adapt Makefile.in and makefile.vc (for Windows) too check-in: cfe9852ed7 user: jan.nijtmans tags: pyk-objinterface
2021-10-17
20:55
More compiler warnings check-in: 842996b087 user: jan.nijtmans tags: pyk-objinterface
15:05
Compiler warnings/errors check-in: 2ecc2f51ba user: jan.nijtmans tags: pyk-objinterface
2021-10-16
22:04
Adapt Tcl_LsearchObjCmd to perform efficient binary search on non-finite Tcl_ObjType list implementa... check-in: 25a3e33bc1 user: pooryorick tags: pyk-objinterface
11:39
Make it compile on MacOS too check-in: bde9e15a06 user: jan.nijtmans tags: pyk-objinterface
09:45
at least - make it compile/run on UNIX check-in: 9d93f3da12 user: jan.nijtmans tags: pyk-objinterface
2021-10-15
19:21
Modify Tcl_LsearchObjCmd() to not use TclListObjGetElements. check-in: 058e1fca7a user: pooryorick tags: pyk-objinterface
2021-10-14
20:43
Add tests for Tcl_ObjType "lrange" interface. check-in: e208cedf34 user: pooryorick tags: pyk-objinterface
20:08
Modify Tcl_LrangeObjCmd() to handle lists having indeterminate end. Fix typo in INST_LIST_RANGE_IMM... check-in: 74b0218572 user: pooryorick tags: pyk-objinterface
14:52
Fix TclObjectDispatchNoDefault macro, add a rangeEnd function to the list interface, improve handlin... check-in: 9bdcab3a2f user: pooryorick tags: pyk-objinterface
2021-10-13
16:34
Remove unnecessary change check-in: ad854adcf2 user: griffin tags: bug_fc65ff1b66
11:27
Add "indexEnd" function to Tcl_Obj list interface table, ditch idea of using ssize_t, add TclObjectD... check-in: e9c00becf4 user: pooryorick tags: pyk-objinterface
00:22
Corrected offset calculations check-in: 76b66f021b user: griffin tags: bug_fc65ff1b66
2021-10-10
13:00
Use TCL_INDEX_NONE as the indicator of an invalid index, modify TclLindexFlat to produce an error wh... check-in: 54e350bf02 user: pooryorick tags: pyk-objinterface
2021-10-09
16:46
For testing, Add testIndexHexType, a Tcl_ObjType that implements its own list interface. check-in: cbcce44023 user: pooryorick tags: pyk-objinterface
16:39
Add "interp" argument to TclListRange, add new C procedures "TclLengthIsFinite" and "TclLindexLast",... check-in: 7a9060c4a1 user: pooryorick tags: pyk-objinterface
2021-10-07
21:09
Add length to TclListObjRange since callers alread have it and it makes working with a Tcl_ObjType i... check-in: 8264de944f user: pooryorick tags: pyk-objinterface
19:36
Rework TclLindexFlat to function with Tcl_ObjType interfaces. check-in: c1089f473d user: pooryorick tags: pyk-objinterface
2021-10-05
06:07
For backwards-compatibility, shoehorn Tcl_ObjType interface structure into existing public interface... check-in: 86000f923c user: pooryorick tags: pyk-objinterface
2021-09-28
19:26
Rename the Tcl_ObjType interface.list.append to interface.list.appendlist, use interface.list.append... check-in: ae287c18a4 user: pooryorick tags: pyk-objinterface
00:12
Add remaining list routines to the Tcl_ObjType interface. check-in: 4592920887 user: pooryorick tags: pyk-objinterface
2021-09-27
16:07
Add an "interface" member to Tcl_ObjType, and plug lindex and lrange into the interface. check-in: 042c26fa5f user: pooryorick tags: pyk-objinterface
2021-09-24
14:13
Merge 8.7 check-in: 3f3842836d user: jan.nijtmans tags: build-info
13:27
Merge sebres-8-6-clock-speedup-cr2 check-in: dd7effdb5b user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2-with-original-testcases
13:25
Merge 8.6 check-in: b36b1f31b2 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2
13:23
Merge 8.7 check-in: 84cdd3c28b user: jan.nijtmans tags: sebres-8-7-clock-speedup-cr2
2021-09-23
13:11
Fix testcase Leaf check-in: 2c3dd8b283 user: jan.nijtmans tags: tcl-time-64bit
12:56
Create new branch named "pyk-objinterface" check-in: 072ee43758 user: pooryorick tags: pyk-objinterface
2021-09-22
21:46
Various fixes. Not done yet check-in: 3e61b427fa user: jan.nijtmans tags: tcl-time-64bit
2021-09-21
08:36
Experiment: Make Tcl_Time a long long in stead of a struct check-in: 7d007b4694 user: jan.nijtmans tags: tcl-time-64bit
2021-09-14
13:38
Merge 8.7 check-in: bc9ab93985 user: jan.nijtmans tags: trunk, main
13:35
Merge 8.6 check-in: f28ed6ea77 user: jan.nijtmans tags: core-8-branch
13:34
Update all tables to Unicode 14 check-in: cd8fadfca1 user: jan.nijtmans tags: core-8-6-branch
13:31
Update all tables to Unicode 14 check-in: cceee4b899 user: jan.nijtmans tags: core-8-5-branch
2021-09-10
18:52
merge 8.7 check-in: 6ff788ac2a user: dgp tags: tip-568
18:47
merge trunk check-in: 0028f16b64 user: dgp tags: novem
2021-09-08
14:26
Merge 8.7 check-in: 4bd1f2c4fb user: jan.nijtmans tags: trunk, main
14:26
Merge 8.6 check-in: 7f7ef44565 user: jan.nijtmans tags: core-8-branch
14:24
close fork check-in: 47391ebc16 user: jan.nijtmans tags: core-8-6-branch
2021-09-03
06:46
Merge 8.7 check-in: 172517534a user: jan.nijtmans tags: trunk, main
06:43
merge-mark check-in: 2a0f4a9ba2 user: jan.nijtmans tags: core-8-branch
2021-09-02
23:03
Merge fixes for [ccc448a6bfd5], namespace ensemble subcommand name prefix matching and a subsequent ... check-in: da51286375 user: pooryorick tags: core-8-6-branch
22:38
Backport fixes for [ccc448a6bfd5], namespace ensemble subcommand name prefix matching and a subseque... check-in: bd39341706 user: pooryorick tags: core-8-branch
22:15
Update code comments. check-in: 368587b872 user: pooryorick tags: trunk, main
21:27
merge 8.7 check-in: af84134442 user: dgp tags: tip-568
21:14
Silence warning in fix for [ccc448a6bfd5], namespace ensemble subcommand name prefix matching and a ... check-in: d49a1b0329 user: pooryorick tags: trunk, main
14:46
Few more (c) -> © check-in: a009451a71 user: jan.nijtmans tags: core-8-branch
14:41
(c) -> ©, now that TIP #587 is accepted check-in: 7dd529ed06 user: jan.nijtmans tags: core-8-branch
2021-09-01
23:13
Fix for [ccc448a6bfd59cbd], namespace ensemble subcommand name prefix matching and a subsequent erro... check-in: a2e801a3d6 user: pooryorick tags: trunk, main
13:07
Merge 8.7 Closed-Leaf check-in: 1d4948495c user: jan.nijtmans tags: unicode-14
2021-08-31
14:36
Patch to fix zipfs mkimg bug. check-in: bcb8c5e9dd user: griffin tags: bug_fc65ff1b66
2021-08-27
18:46
Work in progress updating the documentation to modern perspectives. check-in: 525efda8f5 user: dgp tags: tip-568
11:52
merge trunk check-in: a7759688ed user: dgp tags: dgp-properbytearray
11:51
merge 8.7 check-in: bc8dcf3bcb user: dgp tags: tip-568
07:20
One more TclUnusedStubEntry -> TclOOUnusedStubEntry check-in: 4f03bbf910 user: jan.nijtmans tags: trunk, main
07:13
Merge 8.7 check-in: d3ef7b31f7 user: jan.nijtmans tags: trunk, main
07:10
Merge 8.6 check-in: 3615ee45bd user: jan.nijtmans tags: core-8-branch
07:09
Follow-up previous commit (thanks, Don!). Missing #undef check-in: ffbde696e4 user: jan.nijtmans tags: core-8-6-branch
2021-08-26
19:15
merge mark check-in: f72eeb6171 user: dgp tags: trunk, main
19:14
repair broken build check-in: 741d273eb5 user: dgp tags: core-8-branch
19:12
repair broken build check-in: 5f6bda2a35 user: dgp tags: core-8-6-branch
15:34
Merge 8.7 check-in: 043d99f4aa user: jan.nijtmans tags: trunk, main
15:27
Merge 8.6 check-in: 83da84a0e5 user: jan.nijtmans tags: core-8-branch
15:15
Add a few spare unused stub entries in TclOO check-in: 7698b8162e user: jan.nijtmans tags: core-8-6-branch
2021-08-25
11:06
Fix for TIP #430/#595 corner-case: tcl_findLibrary should use correct library name when running in T... check-in: 26f87ad53c user: jan.nijtmans tags: trunk, main
2021-08-23
17:34
merge trunk: check-in: cb3279b215 user: dgp tags: novem
17:30
merge trunk check-in: 543082d1ba user: dgp tags: dgp-refactor
17:25
merge 8.7 check-in: 20beece07f user: dgp tags: dgp-review
17:03
Merge trunk check-in: 09fdda8d70 user: dgp tags: dgp-properbytearray
17:03
merge 8.7 check-in: 101d798bc5 user: dgp tags: tip-568
14:54
Merge 8.7 check-in: 30412ad14a user: jan.nijtmans tags: trunk, main
13:00
Make everything compile warning-free when TCL_THREADS=0 check-in: 2abafeca96 user: jan.nijtmans tags: core-8-branch
10:35
Merge 8.5 check-in: 3352f4f245 user: jan.nijtmans tags: core-8-6-branch
10:01
Add FALLTHRU markers, to help GCC emit less false warnings check-in: 85f10205a7 user: jan.nijtmans tags: core-8-5-branch
09:59
Code formatting check-in: 3212d125f1 user: jan.nijtmans tags: core-8-5-branch
2021-08-20
13:10
Repair build failure. check-in: 9b2d49b6dc user: dgp tags: trunk, main
12:48
Merge 8.7 check-in: e30f179c8f user: jan.nijtmans tags: trunk, main
12:46
TIP #511 implementation: Implement Tcl_AsyncMarkFromSignal() check-in: 1a6b389968 user: jan.nijtmans tags: core-8-branch
2021-08-19
08:54
Merge 8.7 check-in: 65550c814b user: jan.nijtmans tags: trunk, main
08:51
Merge-mark 8.6. Update to autoconf-2.71 check-in: e34446660d user: jan.nijtmans tags: core-8-branch
08:45
Merge 8.5 check-in: d99207d437 user: jan.nijtmans tags: core-8-6-branch
08:38
Reserve a few more unused stub entries check-in: c366e924b8 user: jan.nijtmans tags: core-8-5-branch
08:05
Apply macos-tip511.diff. Resolve conflict with TIP #601 Closed-Leaf check-in: d8b82ef75f user: jan.nijtmans tags: tip-511
2021-08-18
14:31
Fix use of TCL_THREADS macro: In Tcl 8.7, this is always defined, but can have value '1' or '0' check-in: ae2c9006bb user: jan.nijtmans tags: tip-511
2021-08-17
16:16
tip#511 proposed implementation check-in: 0d5d82595a user: jan.nijtmans tags: tip-511
2021-08-16
12:13
Merge 8.7 check-in: a005978803 user: jan.nijtmans tags: trunk, main
2021-08-15
21:47
Make TCL_MAC_EMPTY_FILE macro work with C++ compiler check-in: b46c4d3d9c user: jan.nijtmans tags: core-8-branch
21:37
Make tclZipfs.c compilable with a C++ compiler check-in: 565bc5516c user: jan.nijtmans tags: core-8-branch
21:34
Make TCL_QUEUE_ALERT_IF_EMPTY a separate flag check-in: c7572c6dc4 user: jan.nijtmans tags: tip-609
20:35
Proposed TIP #609 implementation check-in: fd12b53710 user: jan.nijtmans tags: tip-609
2021-08-05
16:19
Refine 'string replace' documentation wording. Thanks to Ted Brown on clt. check-in: 492bc5d79c user: oehhar tags: core-8-6-branch
11:21
Merge 8.7 check-in: 3c56fe121a user: jan.nijtmans tags: trunk, main
11:20
Merge 8.7 check-in: e76781e044 user: jan.nijtmans tags: build-info
11:20
Merge 8.6 check-in: e55cd6d5bf user: jan.nijtmans tags: core-8-branch
07:30
Clarify description of corner case 'string replace "" 0 0 A' to return the empty string. check-in: 1b84e484da user: oehhar tags: core-8-6-branch
2021-08-04
14:52
Fix knownMsvcBug testConstraint check-in: 30e09611ba user: jan.nijtmans tags: build-info
2021-08-03
10:26
Found the problem with Visual Studio: somehow it doesn't handle empty brackets [] right .... check-in: a9f03863fa user: jan.nijtmans tags: build-info
10:10
Remove tcl::build-info, but keep the Tcl_InitSubsystems change, as this is suspected to be the break... Closed-Leaf check-in: 4c27455e16 user: jan.nijtmans tags: build-info-experiment
09:14
Add tcl::build-info check-in: 91cdc4cfe4 user: jan.nijtmans tags: build-info-experiment
2021-08-02
14:53
merge-mark check-in: fb87b8e60a user: jan.nijtmans tags: build-info
14:52
Bring over more from "build-info" branch check-in: 0b80305222 user: jan.nijtmans tags: build-info-experiment
2021-08-01
11:47
Turn code snippets in TIP into a branch. Closed-Leaf check-in: 01cb108d71 user: dkf tags: tip-605
2021-07-31
16:00
merge-mark check-in: 04451fdec8 user: jan.nijtmans tags: core-8-6-branch
15:59
Backout last 2 commits: It appears that on Windows-2016 the GITHUB-installed version of msys works b... check-in: 06c7b4b736 user: jan.nijtmans tags: core-8-5-branch
2021-07-30
12:53
Merge build-info-experiment check-in: 8b9a1d9942 user: jan.nijtmans tags: build-info
12:50
make it work for GIT too check-in: d913aaac15 user: jan.nijtmans tags: build-info-experiment
12:35
In "makefile.vc" add building new header-file tclUuid.h. Not used for anything yet. check-in: dd0cb13795 user: jan.nijtmans tags: build-info-experiment
08:08
try to update msys2 to latest version in GITHUB build check-in: 9654f7a8f0 user: jan.nijtmans tags: core-8-5-branch
2021-07-29
14:03
Experiment: Switch tclsh console to UTF-8 by default on Windows, if possible, using the manifest. Closed-Leaf check-in: f04dc41a5b user: jan.nijtmans tags: utf-8-console
2021-07-26
19:06
merge trunk check-in: 844fecb845 user: dgp tags: dgp-properbytearray
17:32
Proposed fix. Needs testing with a compiler which demos the bug. Closed-Leaf check-in: cc39387c0c user: dgp tags: bug-f4b0cb2080
16:43
merge 8.7 check-in: e99abaf474 user: dgp tags: tip-568
2021-07-23
12:56
Merge 8.7 check-in: b7fe510496 user: jan.nijtmans tags: trunk, main
12:52
Use mingw-w64-ucrt-x86_64 toolchain for onfiledist build (starting with 8.7, since it needs Vista+) check-in: c8be6c32f1 user: jan.nijtmans tags: core-8-branch
10:08
Merge 8.7 check-in: 2e62fe9b61 user: jan.nijtmans tags: trunk, main
10:03
Merge 8.7. Re-implement testConstraint knownMsvcBug in terms of tcl::build-info check-in: c0c61fa7cf user: jan.nijtmans tags: build-info
09:49
Missing "env:" label in win-build.yml check-in: 258b7ef7a3 user: jan.nijtmans tags: core-8-branch
2021-07-21
08:19
Experiment: build onefiledist using the (experimental) UCRT64 mingw-w64 environment Closed-Leaf check-in: f944e72155 user: jan.nijtmans tags: ucrt
08:13
Merge 8.7 check-in: 0d41331eb9 user: jan.nijtmans tags: trunk, main
08:12
Merge 8.6 check-in: 2d55b0a150 user: jan.nijtmans tags: core-8-branch
08:00
Merge 8.5 check-in: 0682841be6 user: jan.nijtmans tags: core-8-6-branch
2021-07-20
15:32
Use msys2/setup-msys2@v2 rule to install msys2, working around limitations in msys2 check-in: bb9713c212 user: jan.nijtmans tags: core-8-5-branch
2021-07-19
14:18
merge trunk check-in: e74cf12c64 user: dgp tags: dgp-refactor
14:13
merge trunk check-in: 2186cdee33 user: dgp tags: dgp-properbytearray
14:06
merge 8.7 check-in: 54950d24d5 user: dgp tags: tip-568
13:58
merge 8.7 check-in: 0063650c97 user: dgp tags: dgp-review
13:55
merge trunk check-in: 6fdea8da3f user: dgp tags: novem
2021-07-17
11:19
Merge 8.7 check-in: aa82912e75 user: jan.nijtmans tags: trunk, main
11:18
Merge 8.6 check-in: 7f22950622 user: jan.nijtmans tags: core-8-branch
11:16
Fix [592a25a505]: Tcl_PutEnv() crashes on Windows check-in: 9bd7ebe143 user: jan.nijtmans tags: core-8-6-branch
2021-07-16
15:52
Proposed fix for [592a25a505]: Tcl_PutEnv() crashes on Windows Closed-Leaf check-in: cf658956aa user: jan.nijtmans tags: bug-592a25a505
07:02
Merge 8.7 check-in: 5a8fc13f33 user: jan.nijtmans tags: trunk, main
06:58
Merge 8.6 check-in: 6dc87d9af2 user: jan.nijtmans tags: core-8-branch
06:41
Merge 8.5 check-in: 356246df86 user: jan.nijtmans tags: core-8-6-branch
06:07
-eofchar should only be effective on input, not on output, since it could result in CTRL-Z be writte... check-in: 1f470036ae user: jan.nijtmans tags: core-8-5-branch
06:04
comment clean-up check-in: ea56458d89 user: jan.nijtmans tags: core-8-5-branch
2021-07-14
16:06
Fix [1a89eba3761f62ee]: Add "exit" Windows shell built-in to auto_execok check-in: 89bea63fd2 user: jan.nijtmans tags: core-8-5-branch
15:54
Fix build on Linux/Sparc with 32 bit userspace. See: [https://github.com/libtom/libtommath/issues/50... check-in: ef5def02ea user: jan.nijtmans tags: core-8-branch
08:58
Add support for ICC check-in: 4c942e0c94 user: jan.nijtmans tags: build-info
2021-07-13
19:53
Added a basic portable test of [fconfigure -stat] check-in: 6d77221b07 user: dkf tags: tip-603
19:38
Added documentation check-in: 1989f80f6a user: dkf tags: tip-603
16:14
fullversion -> patchlevel check-in: 96df75e118 user: jan.nijtmans tags: build-info
15:56
More advanced tcl::build-info string parsing check-in: 85ea6b56fa user: jan.nijtmans tags: build-info
14:22
Merge-mark check-in: 75bf97bf3c user: jan.nijtmans tags: build-info
13:12
Remove tclPkg.c changes, instead implement new tcl::build-info command check-in: ea59903396 user: jan.nijtmans tags: build-info
07:56
finally -> finallyIndex, preventing conflicts with Tru64 headers (reported by Jay K) check-in: 88566e9de6 user: jan.nijtmans tags: core-8-6-branch
2021-07-09
22:11
Eliminate clang warning check-in: 7c438d4444 user: jan.nijtmans tags: build-info
2021-07-08
12:37
Merge 8.7 check-in: f8d766005f user: jan.nijtmans tags: trunk, main
12:28
merge 8.6 check-in: 6a4d2648a6 user: jan.nijtmans tags: core-8-branch
12:17
Add \DUSE_NMAKE=1 to C-flags when nmake is used check-in: f0184854d3 user: jan.nijtmans tags: core-8-6-branch
12:00
Set -DUSE_NMAKE=1 when compiling under nmake. Update .gitattributes and (for Fossil) binary-glob and... check-in: 8ce3a78df2 user: jan.nijtmans tags: core-8-5-branch
2021-07-02
09:57
"profiled" -> "profile" check-in: a04fea182b user: jan.nijtmans tags: build-info
2021-07-01
10:35
"utf16" -> "utf-16" check-in: da93da4d09 user: jan.nijtmans tags: build-info
2021-06-29
16:16
Merge 8.7 check-in: f896257cbc user: jan.nijtmans tags: trunk, main
16:06
Merge 8.7 check-in: 4a8309fafe user: jan.nijtmans tags: build-info
16:03
TCL_THREADS=0 means no threads too check-in: 2ba1768b43 user: jan.nijtmans tags: core-8-branch
15:59
TCL_THREADS=0 means no threads too .... check-in: 93a4d48441 user: jan.nijtmans tags: build-info
15:48
Merge 8.7. Minor signature fix in tcl.decls check-in: 9ad0b013dc user: jan.nijtmans tags: build-info
15:02
Merge 8.7. Fix fstat() call in tclUnixChan.c, in case Tcl_StatBuf == struct stat64. check-in: 563efc3d8f user: jan.nijtmans tags: tip-603
14:54
Merge 8.7 check-in: 531b929872 user: jan.nijtmans tags: trunk, main
14:52
Use fstat64() in stead of fstat() on platforms which support it. check-in: 2de1247828 user: jan.nijtmans tags: core-8-branch
08:54
Make tclWinChan.c compile again, fixing obvious implementation problems. Not tested if it actually w... check-in: 0b2992cd25 user: jan.nijtmans tags: tip-603
2021-06-28
14:40
Merge 8.7 check-in: 12cbd47b04 user: jan.nijtmans tags: trunk, main
14:38
Merge 8.6 check-in: adc35f4736 user: jan.nijtmans tags: core-8-branch
14:33
Update many tools/encoding/*.txt files to the latest version, but leave out character changes. Only ... check-in: 46821014fe user: jan.nijtmans tags: core-8-6-branch
14:22
Update many tools/encoding/*.txt files to the latest version, but leave out character changes. Only ... check-in: 7d125a2955 user: jan.nijtmans tags: core-8-5-branch
12:36
Merge 8.7 check-in: bb5821ab22 user: jan.nijtmans tags: build-info
12:34
Merge 8.7 check-in: 871cffde22 user: jan.nijtmans tags: encodings-with-flags
12:32
Fix iocmd-8.4 testcase check-in: 65aaf2df35 user: jan.nijtmans tags: tip-603
2021-06-27
11:26
merge core-8-branch check-in: 0f595ccdd0 user: dkf tags: tip-603
2021-06-25
21:34
merge-mark check-in: e92290b2a3 user: jan.nijtmans tags: trunk, main
21:30
Tweak TIP #590 impl on MacOS: Shared library could start with capital check-in: b9a7877ad5 user: jan.nijtmans tags: core-8-branch
16:23
Merge 9.0 check-in: fdc35396df user: jan.nijtmans tags: novem
16:13
typo check-in: bcd9649acd user: jan.nijtmans tags: trunk, main
14:03
Merge 8.7 check-in: aa4e6f4d4f user: jan.nijtmans tags: build-info
13:44
Bump version number to distinguish from release. check-in: 85ca4eb6f9 user: dgp tags: trunk, main
07:32
Merge 9.0 check-in: 185ab56ee3 user: jan.nijtmans tags: novem
06:54
(internal) stub table simplification: TclIntPlatStubs is now a single table, in stead of 3 for the 3... check-in: 116368c076 user: jan.nijtmans tags: trunk, main
2021-06-24
11:48
Merge 8.7 check-in: 8784dda3b8 user: jan.nijtmans tags: trunk, main
11:18
merge release check-in: 65287113b5 user: jan.nijtmans tags: trunk, main
2021-06-23
21:31
fix typos in previous commit check-in: 6f5f159802 user: pooryorick tags: core-8-branch
18:49
possible fix for [dcb888ed85adeb86] with kevent() check-in: 06aaff9fd5 user: pooryorick tags: core-8-branch