Tcl Source Code

Timeline
Login

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

200 most recent check-ins using file win/tclsh.rc version fa57ea5c3f

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
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
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: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: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
01:18
Support multiple indicies in abstract list lindex operation. Catch up with trunk. check-in: cf418732cb 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: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: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: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
19:10
merge 8.6 check-in: c358afe03e 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
2022-11-19
16:29
Merge 9.0 check-in: 32aebe8054 user: jan.nijtmans tags: tip-626
16:22
Merge 8.7 check-in: 6e40c6032a user: jan.nijtmans tags: tip-650
16:12
Merge 8.7 check-in: a0931c5bdb user: jan.nijtmans tags: trunk, main
16:07
Revert [52a52a65f0]. There appears to be a problem with the mp_pack function on Windows check-in: 423c39ec20 user: jan.nijtmans tags: core-8-branch
2022-11-18
21:43
Backout [52a52a65f0], let's see if this fixes the Windows crash check-in: 0883d5242a user: jan.nijtmans tags: tip-650
20:26
Backout [52a52a65f0], let's see if this fixes the Windows crash Closed-Leaf check-in: 696ac6a94a user: jan.nijtmans tags: backout-52a52a65f0
20:11
Use mp_pack in tclLink.c check-in: ffccff8b7c user: jan.nijtmans tags: tip-626
20:08
Add mp_pack/mp_pack_count to libtommath stub table check-in: 5eae71ceb4 user: jan.nijtmans tags: tip-626
19:54
merge-mark check-in: cf8afecf29 user: jan.nijtmans tags: trunk, main
19:43
Fix 16bf24d70b: Installed Thread for Tcl ... check-in: 52902124b8 user: jan.nijtmans tags: core-8-branch
19:18
Merge 8.7 check-in: 0890c002ce user: jan.nijtmans tags: trunk, main
19:17
Fix [bec4219123]: test utf-4.12 fails in custom builds check-in: 1c69d40d2f user: jan.nijtmans tags: core-8-branch
16:24
Another bug in TIP #628: dde and registry extensions didn't really load in tclsh8.7. One reason: han... check-in: 9be083a69c user: jan.nijtmans tags: trunk, main
15:30
merge 8.6 check-in: 098057ba0c user: dgp tags: core-8-branch
15:24
Fix bug in TIP #628: Tcl 8.x version of registry/dde dll was not correct check-in: 4538b6708e user: jan.nijtmans tags: trunk, main
2022-11-17
20:29
TIP #644: Make Tcl_ObjType extensible check-in: beda452b45 user: jan.nijtmans tags: trunk, main
20:24
Add dummy TCL_OBJTYPE_V0 #define. Minimal no-op backport of TIP #644 check-in: 517124512b user: jan.nijtmans tags: core-8-branch
11:20
Merge 8.7 check-in: 170126a227 user: jan.nijtmans tags: trunk, main
11:18
doc update check-in: b564f03217 user: jan.nijtmans tags: core-8-branch
04:54
TIP 651 implementation Closed-Leaf check-in: daadbbf337 user: apnadkarni tags: tip-651
03:54
Merge 8.7 - reserve stub entry 687 check-in: 2166c1e9e1 user: apnadkarni tags: trunk, main
03:52
Reserve stub entry 687 for TIP #651 check-in: cfa529ea81 user: apnadkarni tags: core-8-branch
2022-11-16
20:52
one more (Tcl_UniCharToUtf), and adapt documentation check-in: 89bee74fab user: jan.nijtmans tags: trunk, main
20:39
Change 5 functions signatures from int -> size_t. Those should have been part of TIP #494 (Thanks, G... check-in: 2571961f21 user: jan.nijtmans tags: trunk, main
13:55
merge trunk check-in: 43e4244719 user: dgp tags: dgp-refactor
09:43
Merge 8.7 check-in: ef9ceb2190 user: jan.nijtmans tags: trunk, main
09:37
http 2.10a4 -> 2.10b1, for upcoming release check-in: 4649724d42 user: jan.nijtmans tags: core-8-branch
2022-11-15
22:15
Merge 8.7 check-in: a129fe7f08 user: jan.nijtmans tags: trunk, main
22:09
Make httpd11.tcl work with Tcl 8.6 too check-in: b0dd9c82d2 user: jan.nijtmans tags: core-8-branch
14:41
Merge 8.7 check-in: 9c056a67ee user: jan.nijtmans tags: tip-648
14:39
Merge 8.7 check-in: babbb5ffb5 user: jan.nijtmans tags: tip-650
14:36
Merge 8.7 check-in: 1d258e168f user: jan.nijtmans tags: trunk, main
14:36
Reserve stub entries 684/685 for TIP #648 and 686 for TIP #650 check-in: f50b3c2ea6 user: jan.nijtmans tags: core-8-branch
14:03
New function Tcl_GetWideUIntFromObj check-in: f8c1bdeaa1 user: jan.nijtmans tags: tip-650
13:31
Merge 8.7 check-in: fe9be17148 user: jan.nijtmans tags: trunk, main
13:06
Change all mp_to_ubin() usages to mp_pack(). It makes the code much more clear check-in: 52a52a65f0 user: jan.nijtmans tags: core-8-branch
11:24
Since this FIXME! is already fixed, adapt documentation check-in: f058fc71a8 user: jan.nijtmans tags: core-8-branch
11:04
Merge 8.7 check-in: eb759523f8 user: jan.nijtmans tags: trunk, main
10:57
Add mp_pack to the libtommath stub-table: it's easier to work with than mp_to_ubin check-in: 54a8f8ce8b user: jan.nijtmans tags: core-8-branch
2022-11-14
14:05
merge trunk check-in: 6f326b1f28 user: dgp tags: dgp-refactor
2022-11-13
21:46
Merge 9.0 check-in: f4ff6ec315 user: jan.nijtmans tags: tip-626
21:26
Merge 8.7 check-in: 3856c36515 user: jan.nijtmans tags: trunk, main
21:25
fix filename check-in: f09dc5271c user: jan.nijtmans tags: core-8-branch
19:02
Rebase to latest 9.0 Closed-Leaf check-in: 99ffdf4fce user: jan.nijtmans tags: tip-644
18:28
Rebase to 9.0 check-in: 0297eb42a4 user: jan.nijtmans tags: aspect-tip288
17:11
Merge 8.7 check-in: 48dc9da9b2 user: jan.nijtmans tags: tip-648
16:58
Merge 8.7 check-in: d63b3576e3 user: jan.nijtmans tags: trunk, main
16:53
Fix compilation error for STATS=memdbg. Fix incorrect comment check-in: 9b31035371 user: jan.nijtmans tags: core-8-branch
06:37
Update Tcl_ObjType documentation check-in: 6b56770a00 user: apnadkarni tags: tip-644
06:23
Merge trunk check-in: eb20cd1d93 user: apnadkarni tags: tip-644
06:06
Fix compilation error for STATS=memdbg check-in: 6f284cacf0 user: apnadkarni tags: trunk, main
2022-11-11
22:48
Fix panic message check-in: 3bc20b1fb2 user: jan.nijtmans tags: tip-648
22:26
Fix for Tcl_SetWideUIntObj check-in: 49dd813cf1 user: jan.nijtmans tags: tip-648
22:06
Merge 8.7 check-in: d9159179f8 user: jan.nijtmans tags: tip-648
21:51
Merge 8.7 check-in: 4b1fe64736 user: jan.nijtmans tags: trunk, main