Tcl Source Code

Timeline
Login

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

1715 check-ins using file generic/tclLink.c version 753deb0917

2023-03-31
07:57
Update to tzdata 2023c (which is identical to 2023a, due to the summertime situation in Libanon) check-in: 8823d963d4 user: jan.nijtmans tags: core-8-6-branch
07:49
Rename TclWinOpenFileChannel to OpenFileChannel, because it's static now. check-in: 270f270d44 user: jan.nijtmans tags: core-8-6-branch
2023-03-30
21:20
Fix [0cb3554903]: macOS 13 SDK deprecates sprintf() check-in: 5ee652454c user: jan.nijtmans tags: core-8-6-branch
15:19
Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on other platforms either... Closed-Leaf check-in: ec56f33813 user: jan.nijtmans tags: bug-0cb3554903
08:46
Allow empty mode list in [chan create], so that refchans are able to mimic the behavior of channels ... check-in: 5971dd73cf user: max tags: core-8-6-branch
2023-03-28
04:47
Fix irritating gcc warning for minizip check-in: 95b26a1db9 user: apnadkarni tags: core-8-6-branch
2023-03-27
20:56
Fix some typo's in POSIX error-messages, and add missing ones (ESTRPIPE, ERESTART, ENOSHARE, ENOMEDI... check-in: b23096d3a8 user: jan.nijtmans tags: core-8-6-branch
2023-03-26
17:13
Update to tzdata 2023b check-in: 1d9e27b01d user: jan.nijtmans tags: core-8-6-branch
2023-03-24
20:19
Fix [15e74a2fe6]: Fix various typos check-in: c44138ed03 user: jan.nijtmans tags: core-8-6-branch
2023-03-23
15:48
Resolve C warnings on 32-bit platforms. More code cleanup. check-in: cee31a238b user: jan.nijtmans tags: core-8-6-branch
2023-03-22
17:50
Fix [0265750233]: invalid read in cmdAH-4.3.13.C1.solo.utf-8.tcl8 check-in: 2ffcb8bcf4 user: jan.nijtmans tags: core-8-6-branch
2023-03-17
20:04
arm64e -> arm64, since arm64e is not available yet on MacOS (Thanks to Stefan Sobernig) check-in: da4c453c64 user: jan.nijtmans tags: core-8-6-branch
14:22
Clean up after events to avoid errors in later tests that use an event loop. check-in: 58622d367a user: dgp tags: core-8-6-branch
12:35
unbreak the build check-in: 0edd16fae8 user: dgp tags: core-8-6-branch
08:24
Don't return from a void function check-in: dc25d330c9 user: jan.nijtmans tags: core-8-6-branch
07:57
Don't introduce size_t in a header-file which didn't use it before. Make more clear that those are u... check-in: 7d2e63372c user: jan.nijtmans tags: core-8-6-branch
2023-03-16
15:12
Add some undocumented stub functions. Those can prevent a crash like [http://paste.tclers.tk/5763|th... check-in: 1e8bccbb5e user: jan.nijtmans tags: core-8-6-branch
2023-03-15
16:21
Remove _LARGEFILE_SOURCE64 usage. See [d690400d07] check-in: e5ba10678f user: jan.nijtmans tags: core-8-6-branch
12:53
Misspelled constraint created testing noise. check-in: f45aa5083a user: dgp tags: core-8-6-branch
2023-03-14
20:30
Further fix for issue [ea69b0258a9833cb], crash when using a channel transformation on TCP client so... check-in: a719a1392c user: pooryorick tags: core-8-6-branch
20:27
Further fix for issue [ea69b0258a9833cb], crash when using a channel transformation on TCP client so... Closed-Leaf check-in: 8aee50448c user: pooryorick tags: bug-ea69b0258a9833cb6
10:05
Add "ucs-2" constraint to encoding-bug-183a1adcc0-5 testcase, otherwise it fails with TCL_UTF_MAX>3.... check-in: 7609a40b91 user: jan.nijtmans tags: core-8-6-branch
2023-03-13
19:07
Fix for issue [ea69b0258a9833cb], crash when using a channel transformation on TCP client socket. check-in: a8b8ecbc03 user: pooryorick tags: core-8-6-branch
13:44
Bug [183a1adcc0]. Buffer overflow in Tcl_UtfToExternal check-in: 4785751542 user: apnadkarni tags: core-8-6-branch
12:22
Fix for issue [ea69b0258a9833cb], crash when using a channel transformation on TCP client socket. check-in: 052f54ddfb user: pooryorick tags: bug-ea69b0258a9833cb6
2023-03-10
13:32
Make test less fragile to changing set of options. check-in: 0336bcea26 user: dgp tags: core-8-6-branch
2023-03-09
10:08
Adapt 2 testcases (io-39.16/io-39.16a), showing that "-encoding" can be shortened to "-en", but not ... check-in: 229553278a user: jan.nijtmans tags: core-8-6-branch
09:39
Fix tests/tcltest.test testcases (missing "namespace import") check-in: f6feebc865 user: jan.nijtmans tags: core-8-6-branch
02:47
winFCmd-1.24 has different error code on Win 11 check-in: 91f43791e5 user: apnadkarni tags: core-8-6-branch
2023-03-08
19:58
Add "notWsl" test constraints. Clean up many testcases check-in: e6783b4863 user: jan.nijtmans tags: core-8-6-branch
2023-03-07
17:56
Fix a few -Wconversion warnings check-in: eb74f26d43 user: jan.nijtmans tags: core-8-6-branch
10:46
Merge testchmod fix check-in: 10ec3cb22d user: apnadkarni tags: core-8-6-branch
07:23
Fix [95e287b956]: uninit value use in stringObj-4.2 check-in: 04077c7b2e user: jan.nijtmans tags: core-8-6-branch
02:52
Fix testchmod and associated tests that always failed on Windows Closed-Leaf check-in: 1ed8520d62 user: apnadkarni tags: bug-win-testchmod
02:27
Create new branch named "bug-win-testchmod" check-in: 5310d56d3a user: apnadkarni tags: bug-win-testchmod
2023-03-06
21:01
Proposed fix for [95e287b956]: uninit value use in stringObj-4.2 Closed-Leaf check-in: 9dd5f7f10d user: jan.nijtmans tags: bug-95e287b956
06:59
Add new valgrind suppression items. check-in: 665d15e567 user: pooryorick tags: core-8-6-branch
2023-03-05
21:09
Fix [57bfcf43dd]: Remove unreachable code in Tcl_SetWideIntObj() check-in: 71045bf69c user: jan.nijtmans tags: core-8-6-branch
09:57
Bug [9c5a00c69d]. Fix ~user on Windows check-in: 82cc9a4f34 user: apnadkarni tags: core-8-6-branch
2023-03-04
15:11
Add test for [9c5a00c69d], tilde expansion of ~user Closed-Leaf check-in: 07b6e775f4 user: apnadkarni tags: bug-9c5a00c69d
12:13
Bug [9c5a00c69d]. Tilde expansion on Windows check-in: 1ea1122bf8 user: apnadkarni tags: bug-9c5a00c69d
10:18
Test constraint notInCIenv no longer necessary (due to previous fix) check-in: 14c6c0727d user: jan.nijtmans tags: core-8-6-branch
10:08
Fix [1b8df10110]: Tcl_GetTime returns wrong usec value on Windows check-in: b004b97979 user: jan.nijtmans tags: core-8-6-branch
2023-02-28
10:18
Fix [f9eafc3886]: Error handling in zlib comment/filename check-in: 481142c39d user: jan.nijtmans tags: core-8-6-branch
2023-02-27
20:50
Fix testcases Closed-Leaf check-in: 6661e7a157 user: jan.nijtmans tags: bug-f9eafc3886
2023-02-26
21:37
fill in bug ticket-nr check-in: d2973f4be0 user: jan.nijtmans tags: bug-f9eafc3886
20:12
Proposed fix for [f9eafc3886]: Error handling in zlib comment/filename. With testcases check-in: ae4c81f4a8 user: jan.nijtmans tags: bug-f9eafc3886
16:01
More dstring testcases, extracted from [46dda6fc29] check-in: f470f396d6 user: jan.nijtmans tags: core-8-6-branch
2023-02-23
10:44
See [d19fe0a5b] for follow-up to previous commit check-in: 548b08e28b user: jan.nijtmans tags: core-8-6-branch
2023-02-22
17:34
Fix [d19fe0a5b]: Handling incomplete byte sequences for utf-16/utf-32 check-in: ff5920ffd7 user: jan.nijtmans tags: core-8-6-branch
07:21
Fix [534172ff5b]: Crash in DeleteReflectedChannelMap (introduced via tcllib 1.21) check-in: c77e351b9c user: jan.nijtmans tags: core-8-6-branch
2023-02-21
17:50
Proposed fix for [d19fe0a5b]: Handling incomplete byte sequences for utf-16/utf-32 Closed-Leaf check-in: be99e0b905 user: jan.nijtmans tags: bug-d19fe0a5b
16:09
Proposed fix for [534172ff5b]: Crash in DeleteReflectedChannelMap (introduced via tcllib 1.21) Closed-Leaf check-in: 488c80081a user: jan.nijtmans tags: bug-534172ff5b
2023-02-14
06:38
Add new valgrind suppression items.

jn: This looks like a good idea, so please re-apply to core-8... Closed-Leaf check-in: 04cf08d26a user: pooryorick tags: py-valgrind

2023-02-01
07:29
(Cherry-pick) Make Tcl_UniCharToUtf more readable. check-in: b4571ae045 user: jan.nijtmans tags: core-8-6-branch
2023-01-27
14:23
new testcase encoding-18.1. Testcase cleanup check-in: 07f289aa1b user: jan.nijtmans tags: core-8-6-branch
2023-01-23
19:18
Better error-message for previous commit. Some more code-cleanup, backported from 8.7 check-in: 4694b63bb1 user: jan.nijtmans tags: core-8-6-branch
2023-01-22
22:53
Fix [3e8074aea7]: [interp limit time -seconds] has a y2k38 problem check-in: cd0c8575c4 user: jan.nijtmans tags: core-8-6-branch
01:48
Missed one more off-by-one error, also, tests misnumbered for merge forward. check-in: 79f7b0b83c user: kbk tags: core-8-6-branch
01:37
Remove unneeded hard-coded array size check-in: 7161cdc5fe user: kbk tags: core-8-6-branch
01:33
Bug [e3dcab1d14] fix check-in: 783bacf316 user: kbk tags: core-8-6-branch
2023-01-19
21:36
Proposed fix for [3e8074aea7]: [interp limit time -seconds] has a y2k38 problem Closed-Leaf check-in: 504171c4e4 user: jan.nijtmans tags: bug-3e8074aea7
2023-01-15
19:26
Fix issue [8f7fdea2d], string-2.20.1 fails on big endian, and also fix issues in TclStringCmp when ... check-in: 9858a68816 user: pooryorick tags: core-8-6-branch
2023-01-14
22:07
Properly quote contents of Make variables to pass through gdb.run file. check-in: 075c79a718 user: pooryorick tags: core-8-6-branch
2023-01-06
17:32
Fix [0f19edcb78]: Windows 11 not reported in tcl_platform(osVersion) check-in: 08b81855b0 user: jan.nijtmans tags: core-8-6-branch
16:56
Fix [ad393071c2]: Use different LD_LIBRARY_PATH_VAR on macOS check-in: 19fb0fc0b0 user: jan.nijtmans tags: core-8-6-branch
2023-01-04
23:21
Fix [0f19edcb78]: Windows 11 not reported in tcl_platform(osVersion) Closed-Leaf check-in: ca81e84b42 user: jan.nijtmans tags: bug-0f19edcb78
2023-01-01
23:32
Fix [8e811bc1f1]: Wrong formatting of arguments in man page check-in: d8e13bbb61 user: jan.nijtmans tags: core-8-6-branch
2022-12-29
17:04
Instead of fiddling with html tags, simply enlarge a bit the width in the CSS stylesheet. Closed-Leaf check-in: aee4bada42 user: fvogel tags: bug-8e811bc1f1
2022-12-28
20:39
Fix [8e811bc1f1]: Wrong formatting of arguments in man page check-in: ee40100bc1 user: fvogel tags: bug-8e811bc1f1
2022-12-22
21:49
Handle "cygwin" test constraint check-in: 038961b2fe user: jan.nijtmans tags: cygwin
2022-12-21
13:20
One more tweak to registry extension check-in: 78b222952b user: jan.nijtmans tags: cygwin
13:11
Merge 8.6. Update dde and registry extensions check-in: ca829e3b89 user: jan.nijtmans tags: cygwin
2022-12-16
15:26
Update tclConfig.h.in check-in: f61882054c user: jan.nijtmans tags: core-8-6-branch
15:16
Add checks to the configure script for mknod, tcdrain and uname, for systems (like VxWorks) which do... check-in: fea6099395 user: jan.nijtmans tags: core-8-6-branch
12:16
Now that 32-bit cygwin is dead, eliminate the need for --enable-64bit in a Cygwin build check-in: df82157d24 user: jan.nijtmans tags: core-8-6-branch
2022-12-12
06:08
Change copyright in Windows rc from Activestate to UCal and others to match license. check-in: cf4a8f1bc2 user: apnadkarni tags: core-8-6-branch
2022-12-05
23:05
dev_t -> unsigned for Cygwin in tcl.h, so we don't need sys/types.h any more. There's no gap in Tcl_... check-in: 58a59e2588 user: jan.nijtmans tags: core-8-6-branch
2022-12-01
17:45
Merge 8.6 check-in: a447d3671a user: jan.nijtmans tags: cygwin
17:27
Backport TIP #402: General Platform UNC Support from 8.7, but only for Cygwin and QNX. This was alre... check-in: 66acbb2c13 user: jan.nijtmans tags: core-8-6-branch
16:41
Merge 8.6 Leaf check-in: c88e1bbfbf user: jan.nijtmans tags: fix-initsubsystem-75ecc0e6cb9899bf
2022-11-30
08:14
Update to tzdata 2022g check-in: 438e0179f1 user: jan.nijtmans tags: core-8-6-branch
2022-11-29
20:54
Remove ARGSUSED. More type-casts check-in: 310239c733 user: jan.nijtmans tags: core-8-6-branch
17:45
Rebase to core-8-6-branch check-in: 59f8a83829 user: jan.nijtmans tags: fix-initsubsystem-75ecc0e6cb9899bf
17:28
Rebase to later 8.6 version check-in: dff639e3f2 user: jan.nijtmans tags: fix-initsubsystem-75ecc0e6cb9899bf
10:30
Update all "8.5" versions in Tcl_InitStubs() to "8.5-", since they can be compiled for Tcl 9.0 as we... check-in: 25ce911fbb user: jan.nijtmans tags: core-8-6-branch
2022-11-27
22:13
Merge 8.6 check-in: 9244560f3b user: jan.nijtmans tags: cygwin
2022-11-25
08:29
Handle closeProc == NULL the same as closeProc == TCL_CLOSE2PROC in stead of panicing. Backported fr... check-in: 0459d72578 user: jan.nijtmans tags: core-8-6-branch
2022-11-23
21:43
Merge 8.6.13 check-in: 390087fbe5 user: jan.nijtmans tags: cygwin
07:38
Add mp_pack, mp_pack_count and mp_unpack to the libtommath stub table. Not used by Tcl, but can be u... check-in: b7e6e5f475 user: jan.nijtmans tags: core-8-6-branch
07:36
Re-generate configure scripts (with correct autoconf version) check-in: 4ec0523e4c user: jan.nijtmans tags: core-8-6-branch
2022-11-22
22:48
merge release check-in: e8a8a4a41d user: dgp tags: core-8-6-branch
20:11
Merge 8.5 check-in: 3f7721da0f user: jan.nijtmans tags: core-8-6-branch
2022-11-21
17:37
improve accuracy of a changes line Closed-Leaf check-in: b1fc8161f1 user: dgp tags: release, core-8-6-13-rc, core-8-6-13
2022-11-20
15:34
bump release date check-in: 32879484fe user: dgp tags: rc3, core-8-6-13-rc
14:22
merge 8.6 check-in: 7c53c887fd user: dgp tags: core-8-6-13-rc
14:16
Newest tests must have most recent releases of http to pass. check-in: a9691d58b3 user: dgp tags: core-8-6-branch
2022-11-18
18:30
merge 8.6 check-in: 056103237b user: dgp tags: core-8-6-13-rc
17:53
Bring back the common facilities of the tcltests "package", but use a less fragile method to gain ac... check-in: 7e733817b3 user: dgp tags: core-8-6-branch
2022-11-15
21:18
package require s/tcl/Tcl/ in tests/httpd11.tcl to fix http11.test Leaf check-in: 2bac0bed17 user: kjnash tags: http-2.10-with-tcl-8.6
15:35
Merge 8.6. Tcl 8.6 doesn't have lpop. Change http version to 2.10.0 (just for this branch, not meant... check-in: e3e5bfd084 user: jan.nijtmans tags: http-2.10-with-tcl-8.6
2022-11-14
17:24
merge 8.6 check-in: 1172f5f2a1 user: dgp tags: rc2, core-8-6-13-rc
17:23
Test suite hygiene - Several tests missing the "testdstring" constraint - [package require tclte... check-in: ba1fb66b47 user: dgp tags: core-8-6-branch
2022-11-13
21:07
Attempt to fix http testcases check-in: f2ef096046 user: jan.nijtmans tags: http-2.10-with-tcl-8.6
2022-11-11
10:06
Let's see whether http 2.10a4 works with Tcl 8.6 too check-in: 0e595a918d user: jan.nijtmans tags: http-2.10-with-tcl-8.6
2022-11-09
13:15
update target release date check-in: 874bebc53e user: dgp tags: core-8-6-13-rc
2022-11-01
14:17
merge 8.6 check-in: 45925432b4 user: dgp tags: rc1, core-8-6-13-rc
2022-10-30
12:55
Merge 8.5. Update to tzdata 2022f check-in: 8c65a619ff user: jan.nijtmans tags: core-8-6-branch
2022-10-28
16:48
Merge 8.6 check-in: 541754cb45 user: jan.nijtmans tags: cygwin
15:19
merge 8.6 check-in: 8fb8bdbbb3 user: dgp tags: core-8-6-13-rc
14:37
The file $(builddir)/tclUuid.h is not part of the source code distribution. The `make distclean` tar... check-in: 5042463c8d user: dgp tags: core-8-6-branch
2022-10-27
14:35
merge 8.6 check-in: 7b519e5207 user: dgp tags: core-8-6-13-rc
14:35
Revised fix to the -singleproc 1 issue in load.test check-in: a4effad099 user: dgp tags: core-8-6-branch
14:10
merge 8.6 check-in: 1b98566468 user: dgp tags: core-8-6-13-rc
13:48
In a -singleproc 1 test run, [info loaded] can report libraries brought in by other test files. Pro... check-in: 9c2812e599 user: dgp tags: core-8-6-branch
00:21
merge 8.6 check-in: ff0f2bbc42 user: dgp tags: core-8-6-13-rc
2022-10-26
09:43
www.tcl-tk.org -> www.tcl-lang.org check-in: 5b9cf56d7f user: jan.nijtmans tags: core-8-6-branch
2022-10-25
15:50
Adapt some more testcases check-in: 1f58f9a026 user: jan.nijtmans tags: cygwin
15:47
Backport TIP #402: General Platform UNC Support check-in: 6d39244dda user: jan.nijtmans tags: cygwin
15:31
Merge 8.6. Update msys2-build.yml check-in: ed81540004 user: jan.nijtmans tags: cygwin
06:12
Since MacOS 12.6 reports as 12.5 .... check-in: db8287ba67 user: jan.nijtmans tags: core-8-6-branch
2022-10-24
13:49
Merge 8.6 check-in: 7f60c82958 user: jan.nijtmans tags: cygwin
13:30
Merge 8.6 check-in: ebdc66a5a7 user: jan.nijtmans tags: cygwin
13:27
Merge 8.6 check-in: 79763af7ff user: jan.nijtmans tags: cygwin
13:10
Merge 8.6 check-in: b5bd641e02 user: jan.nijtmans tags: cygwin
11:54
Fix env-2.1, env-2.2, env-2.1, env-2.3, env-2.4, env-3.1, env-4.1, env-4.3, env-4.4, env-4.5 testcas... check-in: 555bfe6a07 user: jan.nijtmans tags: core-8-6-branch
2022-10-23
20:40
Add support for macOS Ventura check-in: 78bfb493fd user: jan.nijtmans tags: core-8-6-branch
2022-10-22
11:53
merge 8.6 check-in: b8c5c5de79 user: dgp tags: core-8-6-13-rc
2022-10-20
15:31
Fix [d554e5554e]: fix typo “defintion” check-in: 146e6d1e75 user: jan.nijtmans tags: core-8-6-branch
15:28
Fix [af65af3655]: clock.n: unbalanced parenthesis check-in: c685536371 user: jan.nijtmans tags: core-8-6-branch
2022-10-19
16:29
merge 8.6 check-in: aeb901ee6a user: dgp tags: core-8-6-13-rc
16:08
Upgrade zlib to version 1.2.13 check-in: d391629528 user: jan.nijtmans tags: core-8-6-branch
08:30
Re-build zlib1 1.2.13 for win32/win64 Closed-Leaf check-in: 79cd79facf user: jan.nijtmans tags: zlib-1.2.13
07:28
Make minizip/ioapi.c work (again) on win32. Build zlib1.dll for win64-arm check-in: 5449a9543b user: jan.nijtmans tags: zlib-1.2.13
2022-10-18
20:24
Update to zlib-1.2.13 check-in: e33b87958f user: jan.nijtmans tags: zlib-1.2.13
19:37
Draft updates to changes file for 8.6.13 release. check-in: 33e8afe8cc user: dgp tags: core-8-6-13-rc
2022-10-17
17:55
merge 8.6 check-in: efb390b57f user: dgp tags: core-8-6-13-rc
2022-10-14
22:25
Merge 8.5 check-in: 016c55b0cd user: jan.nijtmans tags: core-8-6-branch
2022-10-11
18:26
merge 8.6 check-in: 0e77ffd0f4 user: dgp tags: rc0, core-8-6-13-rc
2022-10-07
10:18
Follow-up to [1599352cca]: Tcl_Merge(): out-of-bounds write, more signed integer overflow. Better pa... check-in: 63b0443866 user: jan.nijtmans tags: core-8-6-branch
2022-10-06
09:06
Fix [e32a44e2e4], [1599352cca], [5ec43cfd9b] and [74cc95b563] check-in: 0e2b23ff84 user: jan.nijtmans tags: core-8-6-branch
2022-10-05
15:31
Fix [1599352cca] and related issues Closed-Leaf check-in: 337d46bdb8 user: jan.nijtmans tags: bug-1599352cca
2022-09-26
12:44
merge 8.6 check-in: 8ec5cd66c9 user: dgp tags: core-8-6-13-rc
12:22
Update tzdata to 2022d. Add one more unused stub entry check-in: 00b136d44a user: jan.nijtmans tags: core-8-6-branch
2022-09-22
20:28
merge 8.6 check-in: fe70f21215 user: dgp tags: core-8-6-13-rc
15:42
Do the "#undef TclObjInterpProc" slightly earlier check-in: bda4bb1414 user: jan.nijtmans tags: core-8-6-branch
15:32
Make TclObjInterpProc a macro (since it always should be used through TclGetObjInterpProc()) Add som... check-in: cd8e3f4616 user: jan.nijtmans tags: core-8-6-branch
13:28
merge 8.6 check-in: 13b0b8d303 user: dgp tags: core-8-6-13-rc
12:30
Fix [22ab2ae64a]: Build with minizip broken (actually, only a problem in 8.7, but let's keep tinydir... check-in: 696144dced user: jan.nijtmans tags: core-8-6-branch
2022-09-21
19:12
merge 8.6 check-in: 49d30beb1b user: dgp tags: core-8-6-13-rc
18:38
Update docs and comments to agree with TIP 623. check-in: 87b0acccb6 user: dgp tags: core-8-6-branch
18:23
Another test related to TIP 623. check-in: c5a2c3d0ce user: dgp tags: core-8-6-branch
13:22
merge 8.6 check-in: e89003b5f7 user: dgp tags: core-8-6-13-rc
12:55
Fix [c0bc269178]: switch -regexp -matchvar -indexvar broken when optional subexpression does not mat... check-in: 92ab43ecd6 user: jan.nijtmans tags: core-8-6-branch
2022-09-20
20:42
Proposed fix for [c0bc269178], with testcase Closed-Leaf check-in: ea165f0333 user: jan.nijtmans tags: bug-c0bc269178
2022-09-16
12:18
merge 8.6 check-in: 94f71d5985 user: dgp tags: core-8-6-13-rc
2022-09-15
22:14
new testcase proc-7.6 check-in: 29c6190027 user: jan.nijtmans tags: core-8-6-branch
2022-09-14
17:52
eol-spacing check-in: 4552c9dc6c user: jan.nijtmans tags: core-8-6-branch
11:30
merge 8.6 check-in: b78da15f61 user: dgp tags: core-8-6-13-rc
07:07
Update all tables for Unicode 15 check-in: feab3498d1 user: jan.nijtmans tags: core-8-6-branch
2022-09-13
12:24
merge 8.6 check-in: 18d1ba7d4b user: dgp tags: core-8-6-13-rc
07:48
Fix [1073daf086]: Bug in handling illegal utf-8 sequence check-in: 87d45dffcc user: jan.nijtmans tags: core-8-6-branch
2022-09-12
14:28
(adapted) Testcase and fix for [1073daf086]: Bug in handling illegal utf-8 sequence Closed-Leaf check-in: 7c67f503d0 user: jan.nijtmans tags: bug-1073daf086
11:56
Ticket [6978c01b65]: as utf-8 is "special", also add invalid/incomplete sequence test cases for shif... check-in: df0133901f user: oehhar tags: core-8-6-branch
10:54
testcase cleanup check-in: 302a26d558 user: jan.nijtmans tags: core-8-6-branch
2022-09-11
20:12
merge 8.6 check-in: 903b8497ea user: dgp tags: core-8-6-13-rc
08:39
Tests io-75.x tolerant encoding: correct indention and comments check-in: 430fb84a6a user: oehhar tags: core-8-6-branch
2022-09-10
21:02
code cleanup (typo's, type casts) check-in: bf05d78e94 user: jan.nijtmans tags: core-8-6-branch
06:04
Ticket [6978c01b65]: add file encoding test io-75.3 with incomplete multibyte sequence. This may fai... check-in: 8047c88c94 user: oehhar tags: core-8-6-branch
2022-09-09
13:38
Ticket [6978c01b65]: add file encoding tests, which should fail in 9.0, but are ok in 8.6 and 8.7: w... check-in: 2221b9b6e3 user: oehhar tags: core-8-6-branch
13:34
Ticket [6978c01b65]: add file encoding tests, which should fail in 9.0, but are ok in 8.6 and 8.7: w... Closed-Leaf check-in: 858c02f773 user: oehhar tags: ticket-a11678b759-after-documentation
2022-09-07
13:59
merge 8.6 check-in: eb8cc2e98a user: dgp tags: core-8-6-13-rc
07:22
code cleanup (backported from 8.7) check-in: fe8b793fd8 user: jan.nijtmans tags: core-8-6-branch
2022-09-06
09:06
closes [2641672fff] - resolved timing sensitivity of httpold-4.12 and speed-up all httpd depending t... check-in: aaa3de736b user: sebres tags: core-8-6-branch
09:04
amend to [55a02f20ec]: fixes test env-9.1 for not windows - USERPROFILE is not set under unix, and w... check-in: 9eaba7f4ed user: sebres tags: core-8-6-branch
2022-09-05
11:37
Ticket [55a02f20ec] - fallback to USERPROFILE when setting HOME env on Windows check-in: 291cf17e4a user: apnadkarni tags: core-8-6-branch
10:30
closes [2641672fff], httpd - don't parse delay argument by error 400 (wrong URI/proto) Closed-Leaf check-in: e6634132e3 user: sebres tags: bug-2641672
2022-09-03
13:57
typo's check-in: 15bb2e6c98 user: jan.nijtmans tags: core-8-6-branch
2022-09-02
17:17
amend to [2641672fff], guarantees a delay to cause a timeout definitely + switch delay-argument from... check-in: 8499001878 user: sebres tags: bug-2641672
17:02
really closes [2641672fff] - resolved timing sensitivity of httpold-4.12 and speed-up all httpd depe... check-in: 6ac843c97f user: sebres tags: bug-2641672
14:11
Mark httpold-4.12 knownBug. See [2641672]: http1.0 failing test: httpold-4.12 check-in: ffca918442 user: jan.nijtmans tags: core-8-6-branch
13:54
Fix [95b6a1747a]: Eval.3 docu fix check-in: 20d56e734c user: jan.nijtmans tags: core-8-6-branch
2022-09-01
15:40
Fix [36ec49db6abc3b1a]: Tcl_TraceVar manpage : missing `const` on char* fields check-in: 8d6764bee8 user: jan.nijtmans tags: core-8-6-branch
2022-08-31
10:03
Fix [0aa7638534]: .gitignore ignores library/tcltest.tcl check-in: 88ba977d2d user: jan.nijtmans tags: core-8-6-branch
2022-08-29
20:55
Add 2 unused (internal) stub entries check-in: ace4834900 user: jan.nijtmans tags: core-8-6-branch
2022-08-26
22:47
Use TclOffset() in stead of magic calculations using sizeof(), which might give unexpected results w... check-in: e7264efd8f user: jan.nijtmans tags: core-8-6-branch
2022-08-23
07:27
Patch (8) from [37108037b9]: Code cleanups to support CHERI check-in: 6b6bf25797 user: jan.nijtmans tags: core-8-6-branch
06:43
Add Europe/Kyiv to tzdata (missing from previous commit) check-in: 056db39d2d user: jan.nijtmans tags: core-8-6-branch
06:35
Update tzdata to 2022c check-in: 5d1f50d2bb user: jan.nijtmans tags: core-8-6-branch
2022-08-22
13:56
merge 8.6 check-in: e33b4c7d31 user: dgp tags: core-8-6-13-rc
07:29
Do github actions builds on Ubuntu 22.04 (was: 20.04) check-in: d995cbcbf1 user: jan.nijtmans tags: core-8-6-branch
2022-08-21
21:00
Add (dummy) stub entries to TclOO (matching TIP #630) check-in: 8b6268f606 user: jan.nijtmans tags: core-8-6-branch
20:53
More type-casts in tclOOMethod.c (backported from 8.7) check-in: 89358b9039 user: jan.nijtmans tags: core-8-6-branch
20:28
ClientData -> 'void *" in TclOO headers check-in: 4a915166e6 user: jan.nijtmans tags: core-8-6-branch
2022-08-18
12:03
Ticket [a11678b759]: improve after documentation for time <= 0. check-in: 2706ae6bed user: oehhar tags: ticket-a11678b759-after-documentation
2022-08-08
12:41
merge 8.6 check-in: 5220085b3c user: dgp tags: core-8-6-13-rc
2022-08-04
15:09
Fix a case of lf not being flushed in certain cases when the crlf sequence gets split across two buf... check-in: 2e8fc36e39 user: max tags: core-8-6-branch
2022-07-29
09:51
merge branch bug-4eb3a155ac--procptr-bytecode, fixes SF [4eb3a155ac] and similar corner cases: reset... check-in: 73a6af23a5 user: sebres tags: core-8-6-branch
2022-07-27
15:56
fixes [4eb3a155ac] and similar segfaults: reset corresponding bodyPtr->procPtr if procPtr gets relea... Closed-Leaf check-in: d717a34f4c user: sebres tags: bug-4eb3a155ac--procptr-bytecode
15:48
cherry-pick branch apn-apply-bug (only test without the fix) to 8.6 check-in: 69e5ae6088 user: sebres tags: bug-4eb3a155ac--procptr-bytecode
13:29
closes [b3977d199b] - don't reset INPUT_SAW_CR unless the buffer get really translated (missing "\r"... check-in: a3ed092aab user: sebres tags: core-8-6-branch
2022-07-25
13:57
execvpw/seteuidw don't exist. Fix some other signatures in compat/unistd.h check-in: 23d8569bf2 user: jan.nijtmans tags: core-8-6-branch
13:10
merge 8.6 check-in: 8c51a19a76 user: dgp tags: core-8-6-13-rc
2022-07-22
21:42
tcltest 2.5.4 -> 2.5.5 check-in: a89da8f031 user: jan.nijtmans tags: core-8-6-branch
19:19
correctly show the execution time unit by usec (µs) if testing on systems with not utf-8 default sy... check-in: 1bb80048c0 user: sebres tags: core-8-6-branch
18:49
restore FF-char (fossil seems to loss form feed if commits with convertion from CRLF to LF) Closed-Leaf check-in: 4a796d6ae3 user: sebres tags: bug-b3977d199b
18:38
EOF seemed to reset INPUT_SAW_CR previously, so do it now explicitely (satisfying the test ?chan?io-... check-in: 341c5f78a7 user: sebres tags: bug-b3977d199b
17:41
fixes [b3977d199b] - don't reset INPUT_SAW_CR unless the buffer get really translated (missing "\r" ... check-in: d2a8078086 user: sebres tags: bug-b3977d199b
17:36
extends test io-29.36.2 for better illustration when we'll get extra NL - if no "\r" in last buffer,... check-in: 671f170abd user: sebres tags: bug-b3977d199b
16:22
fixes logical error in test io-29.36.1 (translation {auto} causes that answer "client" reaches the s... check-in: 5f7f4ab975 user: sebres tags: bug-b3977d199b
13:35
rebase (merged with current 8.6) check-in: 26d3d2a33e user: sebres tags: bug-b3977d199b
13:10
amend to [f3db59139e] (fix [713653b951]) - i386 only, resolve mixed declarations and code (forbiddee... check-in: c038d0d8ca user: sebres tags: core-8-6-branch
2022-07-21
18:55
added tests illustrating bug [b3977d199b] check-in: 350f5b9a9e user: sebres tags: bug-b3977d199b
12:58
merge 8.6 check-in: 83d6ed2282 user: dgp tags: core-8-6-13-rc
2022-07-19
08:38
Update compat/stdlib.h, prevent conflict with modern signature of those functions. check-in: a3974f03bd user: jan.nijtmans tags: core-8-6-branch
2022-07-18
15:35
merge 8.6 check-in: 4854231877 user: dgp tags: core-8-6-13-rc
2022-07-17
13:03
Fix [713653b951]: Floating point precision problems on x86 musl check-in: f3db59139e user: jan.nijtmans tags: core-8-6-branch
2022-07-15
17:11
Restore FP control word on conversion of zero values.

Sneak path existed that failed to restore the... Closed-Leaf check-in: 50ecdc3e87 user: kbk tags: bug-713653b951

2022-07-12
20:33
merge 8.6 check-in: 3239ec029c user: dgp tags: core-8-6-13-rc
08:20
Code cleanup (use {} in if/else statemenets) check-in: ba232277ee user: jan.nijtmans tags: core-8-6-branch
2022-07-07
10:59
Unnecessary quotes in win/rules.vc check-in: e1ba6d530e user: jan.nijtmans tags: core-8-6-branch
2022-07-05
12:03
Prevent warning: zero size arrays are an extension [-Wzero-length-array], when using C99 check-in: fbe0b7e520 user: jan.nijtmans tags: core-8-6-branch
10:52
Merge sebres-8-6-clock-speedup-cr2 check-in: 11ffe4998b user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2-with-original-testcases
10:51
Merge 8.6 check-in: e279b7d8b6 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2
2022-07-01
15:14
Test for TclOO 1.1.0. Remove some useless type-casts check-in: 7c4df6273d user: jan.nijtmans tags: core-8-6-branch
2022-06-28
09:38
typo's check-in: bb11a41dbd user: jan.nijtmans tags: core-8-6-branch
2022-06-24
20:02
typo's check-in: 2fb4d36f03 user: jan.nijtmans tags: core-8-6-branch
14:26
slightly stricter checking for TCL_MAJOR_VERSION in rules.vc check-in: 86b4decffb user: jan.nijtmans tags: core-8-6-branch
2022-06-23
12:57
Slightly better integer overflow handling in Tcl_ListObjReplace() check-in: 78b3f821c7 user: jan.nijtmans tags: core-8-6-branch
2022-06-20
09:36
bump http version to 2.9.8 check-in: fb2a90bad4 user: jan.nijtmans tags: core-8-6-branch
01:58
Merge branch bug-55bf73b52b check-in: 0d6927dbac user: kjnash tags: core-8-6-branch
01:55
Merge core-8-6-branch Closed-Leaf check-in: 5f97fd73e4 user: kjnash tags: bug-55bf73b52b
2022-06-15
12:46
merge 8.6 check-in: 2c068d3c6d user: dgp tags: core-8-6-13-rc
00:43
Minor bugfixes to library/http/http.tcl and tests/http.test check-in: 335145438e user: kjnash tags: bug-55bf73b52b
2022-06-14
13:48
Add more testcases for Tcl_GetRange() check-in: 88ace58360 user: jan.nijtmans tags: core-8-6-branch
12:55
Update .gitignore check-in: ef468f7ade user: jan.nijtmans tags: core-8-6-branch
10:28
Update ignore-glob check-in: 06dc66bd52 user: jan.nijtmans tags: core-8-6-branch
06:44
Fix Proposal for [55bf73b52b]: http reuses connections after 101 Switching Protocols. To be discusse... check-in: ed99670192 user: jan.nijtmans tags: bug-55bf73b52b
2022-06-13
20:33
Add two new testcases for Tcl_ListObjReplace() check-in: a8125050d4 user: jan.nijtmans tags: core-8-6-branch
2022-06-06
16:51
Bump to 8.6.13 for release check-in: a0fb0766d2 user: dgp tags: core-8-6-13-rc
2022-06-02
15:16
Missing "const" with -DREG_DEBUG=1 check-in: 24d34fb12d user: jan.nijtmans tags: core-8-6-branch
12:10
typo check-in: d15a4ccfb0 user: jan.nijtmans tags: core-8-6-branch
2022-05-31
13:25
merge 8-5-event-perf-branch Leaf check-in: 2a854432fb user: sebres tags: sebres-8-6-event-perf-branch
10:32
Tcl_SetCommandTokenInfo() does not exist check-in: 14198a27ad user: jan.nijtmans tags: core-8-6-branch
2022-05-26
22:34
Merge 8.5 check-in: af8553f2d7 user: jan.nijtmans tags: core-8-6-branch
2022-05-25
12:55
Simplify solution for [76ad7aeba3]: No need to call TclGetNumberFromObj() twice, since it's already ... check-in: f518cb272e user: jan.nijtmans tags: core-8-6-branch
10:57
Renumber two testcases (align with Tcl 8.7), and align Cywin-specific error-message) check-in: 2ba718e533 user: jan.nijtmans tags: core-8-6-branch
10:28
Fix [76ad7aeba3]: boundary case bug in [string is integer] check-in: e58be38bfd user: jan.nijtmans tags: core-8-6-branch
10:26
Add testcases and fix implementation Closed-Leaf check-in: 4d9158033b user: jan.nijtmans tags: bug-76ad7aeba3
2022-05-24
22:20
Merge 8.6 check-in: 2dca37d603 user: jan.nijtmans tags: bug-76ad7aeba3
16:35
Do all "string" testcases twice: once with and once without bytecode check-in: bb676f2045 user: jan.nijtmans tags: core-8-6-branch
2022-05-22
17:11
Proposed fix for [76ad7aeba3]: boundary case bug in [string is integer]. Missing: more unit-tests check-in: 66a187edf2 user: jan.nijtmans tags: bug-76ad7aeba3
12:35
Merge 8.5 check-in: f88099f60c user: jan.nijtmans tags: core-8-6-branch
11:59
Disable C4090 warning; See: [https://developercommunity.visualstudio.com/t/c-compiler-incorrect-pro... check-in: d6c499abfe user: jan.nijtmans tags: core-8-6-branch
2022-05-15
20:19
Change (unsupported) "utfmax" option in rules.vc to it's reverse "utf16". No effect in Tcl 8.6. Not ... check-in: e7da3f4504 user: jan.nijtmans tags: core-8-6-branch
2022-05-13
22:53
Merge bugs-http-2022-05-several-minor-mostly-docs check-in: 184d293b77 user: kjnash tags: core-8-6-branch
22:50
Merge 8.6 Closed-Leaf check-in: 21bf44e4b1 user: kjnash tags: bugs-http-2022-05-several-minor-mostly-docs
22:49
Correction to http(n) - cannot use Upgrade header to upgrade to http/3 check-in: 1b1b2dce14 user: kjnash tags: bugs-http-2022-05-several-minor-mostly-docs
2022-05-12
12:36
Remove "testsize time_t" command, it isn't being used check-in: 2c361c10fa user: jan.nijtmans tags: core-8-6-branch
2022-05-11
20:08
In http(n), repaginate long lines. check-in: dcc2f0bb90 user: kjnash tags: bugs-http-2022-05-several-minor-mostly-docs
20:00
In http(n), escape - to \- in all command options except example code. check-in: d337d0a93b user: kjnash tags: bugs-http-2022-05-several-minor-mostly-docs
19:17
Merge 8.6 check-in: ae3cf507f7 user: jan.nijtmans tags: bugs-http-2022-05-several-minor-mostly-docs
19:06
Fix [6898f9cb71]: shiftjis is presumably misspelled in http 2.7.7. Also add more testcases for http:... check-in: 18a5284076 user: jan.nijtmans tags: core-8-6-branch
19:05
Revise http(n) to fix #6afa947d1a check-in: 751f947bc8 user: kjnash tags: bugs-http-2022-05-several-minor-mostly-docs
18:48
Revise http(n) to fix #14e3c258d9 check-in: 00c7068494 user: kjnash tags: bugs-http-2022-05-several-minor-mostly-docs
18:25
Revise library/http/http.tcl to fix shift_jis typo and #6898f9cb71 check-in: 611a5cd613 user: kjnash tags: bugs-http-2022-05-several-minor-mostly-docs
18:24
Revise http(n) to fix #443195 check-in: deb816791e user: kjnash tags: bugs-http-2022-05-several-minor-mostly-docs
18:13
Revise http(n) to fix #1414262 check-in: 277e9c6ba6 user: kjnash tags: bugs-http-2022-05-several-minor-mostly-docs
17:21
Revise http(n) to fix #15e4bd83c2 check-in: 1b15e55938 user: kjnash tags: bugs-http-2022-05-several-minor-mostly-docs
17:13
Create new branch named "bugs-http-2022-05-several-minor-mostly-docs" check-in: f8a2a01156 user: kjnash tags: bugs-http-2022-05-several-minor-mostly-docs
2022-05-10
16:38
Now we're on it, keep better track with state(host) and state(path). Backported from http 2.10 check-in: e31294c546 user: jan.nijtmans tags: core-8-6-branch
16:09
Fix [55bf73b52b]: http reuses connections after 101 Switching Protocols check-in: 1aa527993f user: jan.nijtmans tags: core-8-6-branch
07:48
Fix the bug. Standardise and document protocol upgrades. Closed-Leaf check-in: 580fd61336 user: kjnash tags: bug-55bf73b52b-8.6
2022-05-09
22:18
Create new branch named "bug-55bf73b52b-8.6" check-in: 71a68964ef user: kjnash tags: bug-55bf73b52b-8.6
19:33
'develop' fixes for zlib-1.2.12. Will be in zlib-1.2.12.1 or zlib-1.2.13. check-in: 1dcc8dbfba user: jan.nijtmans tags: core-8-6-branch
19:22
rebuild zlib1.dll 1.2.12.1 for aarch64 (win64-arm) Closed-Leaf check-in: f3af6dafb8 user: jan.nijtmans tags: zlib-1.2.12-fixes
07:15
rebuild zlib1.dll 1.2.12.1 for i686 and x86_64 check-in: e98b94c4a6 user: jan.nijtmans tags: zlib-1.2.12-fixes
2022-05-06
15:12
A number of fixes from zlib's 'develop' branch. check-in: 6ff79d55ff user: jan.nijtmans tags: zlib-1.2.12-fixes
07:21
Close fork check-in: 89d12c00af user: jan.nijtmans tags: core-8-6-branch
2022-05-04
06:56
http: tolerant again invalid reply header "content-encoding: UTF-8". Ticket [8eb64b1520] check-in: 1f5e1f5a49 user: oehhar tags: core-8-6-branch
2022-04-28
10:51
Update libtommath to latest support/1.x branch check-in: db7638ad0c user: jan.nijtmans tags: core-8-6-branch
2022-04-26
12:28
closes bug [27520c9b17] check-in: 642ae7905b user: sebres tags: core-8-6-branch
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-04-21
12:51
Fix bf0f4808d7: macOS Aqua : CFLAGS_OPTIMIZE. Builds ... check-in: 2e404f7230 user: jan.nijtmans tags: core-8-6-branch
2022-04-20
09:41
boolPtr -> intPtr, since Tcl doens't use pointer to bool's (they didn't exist when the API was desig... check-in: 81c8869db7 user: jan.nijtmans tags: core-8-6-branch
2022-04-15
14:50
Fix [5294e6feca]: minizip for TIP #430 broken check-in: d38e8ba3b7 user: jan.nijtmans tags: core-8-6-branch
2022-04-14
12:39
Change testConstraint "ucs4" to "utf32", since that's more accurate check-in: b005369240 user: jan.nijtmans tags: core-8-6-branch
2022-04-12
12:42
Update .fossil-settings/crlf-glob check-in: 047027f505 user: jan.nijtmans tags: core-8-6-branch
12:08
Update all zdll.lib files, for update symbols in zlib 1.2.12 check-in: 00d886ed9b user: jan.nijtmans tags: core-8-6-branch
07:55
Update zlib to version 1.2.12 check-in: 8904fff036 user: jan.nijtmans tags: core-8-6-branch
2022-04-11
20:18
Compile zlib-1.2.12 for win64-arm Closed-Leaf check-in: 56dec8d8ce user: jan.nijtmans tags: zlib-1.2.12
12:15
Update zlib to version 1.2.12 (windows-arm version of zlib1.dll still missing) check-in: c40a3a07a0 user: jan.nijtmans tags: zlib-1.2.12
2022-04-08
09:10
Fix [05ff16e799]: signed integer overflow in ExtendStringRepWithUnicode() check-in: 4958391d5a user: jan.nijtmans tags: core-8-6-branch
2022-04-04
11:16
Fix [e5ed1bb28b]: Issue if URL contains numeric IPv6 address. http -> 2.9.6 check-in: 137067079a user: jan.nijtmans tags: core-8-6-branch
2022-03-29
08:38
Add --enable-symbols=all builds check-in: fe445b4318 user: jan.nijtmans tags: core-8-6-branch
2022-03-28
07:15
Add enable-symbols=all builds to various platforms Closed-Leaf check-in: 68769ad203 user: jan.nijtmans tags: enable-symbols-all
2022-03-22
19:48
Fix [0e8fd6c6d5]: (unsigned)STRING_SIZE(STRING_MAXCHARS) is 0 (and optimize STRING_SIZE a little bit... check-in: 44ba6e4ce3 user: jan.nijtmans tags: core-8-6-branch
16:47
Merge 8.5 check-in: 6fcef48446 user: jan.nijtmans tags: core-8-6-branch
2022-03-17
12:00
Fix 2 testcases which are not testing what they should be testing (since "-encoding ascii" cannot ha... check-in: d639572141 user: jan.nijtmans tags: core-8-6-branch
2022-03-15
17:12
Fix [639208cc7b]: main makefile.vc OPTS=static compile error in libtommath\bn_mp_set_i64.c: An unary... check-in: 47d5aef864 user: jan.nijtmans tags: core-8-6-branch
2022-03-12
23:25
Fix 2 warnings: warning C4018: '>': signed/unsigned mismatch check-in: 1403ead867 user: jan.nijtmans tags: core-8-6-branch
2022-03-11
19:30
Revise the loop logic to be more correct, more clear, and more consisten with other branches. check-in: 22d14f422c user: dgp tags: core-8-6-branch
19:15
[9c7557160f] Alternative fix for UB handling of int overflow. check-in: 601a2b1dfe user: dgp tags: core-8-6-branch
16:47
Alternatve patch to replace UB treatment of int overflow. Closed-Leaf check-in: be8578fdce user: dgp tags: bug-9c7557160f
08:48
Fix [8a7ec8a389]: error when compiling a fat binary for Mac M1 check-in: 47f36d7612 user: jan.nijtmans tags: core-8-6-branch
2022-03-08
17:12
Backport fix and test for typecasting bug in Tcl_GetUniChar(). check-in: e7356da76c user: dgp tags: core-8-6-branch
15:23
Fix [9c7557160]: signed integer overflow in UpdateStringOfByteArray() check-in: 5e793d379a user: jan.nijtmans tags: core-8-6-branch
15:21
Fix [1c7f179710]: undefined behavior for INST_LSHIFT in ExecuteExtendedBinaryMathOp() check-in: 8a68239de9 user: jan.nijtmans tags: core-8-6-branch
15:10
Fix [b6afa33737]: signed integer overflow in TclInitStringRep() macro check-in: a314f4ea62 user: jan.nijtmans tags: core-8-6-branch
2022-03-06
16:10
Fix [4789e18fcb]: signed integer overflow during obj-31.6 check-in: 7913cae186 user: jan.nijtmans tags: core-8-6-branch
15:49
Fix [112e7aa36d]: signed integer overflow in Tcl_SetObjLength(), Tcl_AttemptSetObjLength() check-in: 2699f682ae user: jan.nijtmans tags: core-8-6-branch
2022-03-04
16:15
Fix [8d8bb39962]: incorrect notifier initialization in tclXtNotify.c check-in: 362f6d184c user: jan.nijtmans tags: core-8-6-branch
2022-02-23
14:30
Fix [cb90038a63]: signed integer overflow during expr-34.22, expr-36.22 check-in: 42d07d1fe5 user: jan.nijtmans tags: core-8-6-branch
14:26
Merge 8.5 check-in: bcb387ad57 user: jan.nijtmans tags: core-8-6-branch
14:24
Fix [d282fcacd1]: signed integer overflow in ScanNumber() check-in: d7a73dbf01 user: jan.nijtmans tags: core-8-6-branch
2022-02-21
16:18
Fix [fb4a0a6675]: signed integer overflow in TclpGetClicks() check-in: 8779e57115 user: jan.nijtmans tags: core-8-6-branch
2022-02-18
16:31
Eliminate aarch64-w64-mingw32-clang warning check-in: c405a0ef24 user: jan.nijtmans tags: core-8-6-branch
2022-02-17
09:30
Addendum to [7deeddb36]: Use WIDE_MIN/WIDE_MAX in more places check-in: de10721755 user: jan.nijtmans tags: core-8-6-branch
2022-02-16
16:18
Fix [7f8a3d9818]: signed integer overflow in tclExecute.c check-in: 8524520e5b user: jan.nijtmans tags: core-8-6-branch
16:10
Fix [1c60dca341]: signed integer overflow in Tcl_SetBignumObj() check-in: 414608568a user: jan.nijtmans tags: core-8-6-branch
15:24
Fix [c6fea6ba6]: possible signed integer overflow in Tcl_GetLongFromObj(), Tcl_GetWideIntFromObj() check-in: efbf66da7d user: jan.nijtmans tags: core-8-6-branch
14:53
Fix [89de498973]: signed integer overflow in TclParseNumber() check-in: c5cded8dc7 user: jan.nijtmans tags: core-8-6-branch
14:33
Fix [7deeddb36]: signed integer overflow in Tcl_ScanObjCmd() check-in: 0ac2e76e3f user: jan.nijtmans tags: core-8-6-branch
10:36
Add x86_64-w64-mingw32-nmakehlp.exe as a helper, when cross-compiling check-in: cb2a5f77e3 user: jan.nijtmans tags: core-8-6-branch
2022-02-15
14:34
Merge 8.6 Closed-Leaf check-in: 19a930d38f user: jan.nijtmans tags: windows-arm64
14:31
Update win/README check-in: b06aa3c757 user: jan.nijtmans tags: core-8-6-branch
14:09
update README check-in: c08a1c2b47 user: jan.nijtmans tags: windows-arm64
13:51
Add nmakehlp.exe (for AMD64) to distribution, and make it usable in rules-ext.vc too check-in: e890c67b0e user: jan.nijtmans tags: windows-arm64
13:18
See https://patch-diff.githubusercontent.com/raw/tcltk/tcl/pull/12.patch, but slightly better: If ... check-in: 0c4eaa1de6 user: jan.nijtmans tags: windows-arm64
2022-02-14
15:44
Fix regression caused by [d109376ad]: Move nmakehlp target down, so it doesn't become the default ta... check-in: c1f5640ee0 user: jan.nijtmans tags: core-8-6-branch
14:17
re-generate configure script for windows check-in: 8ad4b2429e user: jan.nijtmans tags: core-8-6-branch
14:15
Update libz.dll.a and zlib1.dll, use a UCRT runtime in stead of msvcrt for ARM64 check-in: 3d7be5568e user: jan.nijtmans tags: core-8-6-branch
12:59
Fix [c59fd034fd]: zdll.lib for windows arm64 is compiled for wrong architecture check-in: 1ef774c149 user: jan.nijtmans tags: core-8-6-branch
2022-02-13
22:46
Fix determination of HAVE_CPUID with configure script Closed-Leaf check-in: 379065b501 user: jan.nijtmans tags: windows-arm64
22:29
Make a start supporting aarch64-w64-mingw32-clang (WIP) check-in: 38fd900712 user: jan.nijtmans tags: windows-arm64
2022-02-12
19:03
Merge 8.5. (add some unused spare stub entries) check-in: 9bb1b2e1b3 user: jan.nijtmans tags: core-8-6-branch
18:49
Fix [1720242] (appears the patch was only partially applied) check-in: f6c659cc98 user: jan.nijtmans tags: core-8-6-branch
11:48
More tweaks for windows-arm64 check-in: d6a09d7c8a user: jan.nijtmans tags: core-8-6-branch
2022-02-11
16:34
Document how to cross-compile with Visual Studio Closed-Leaf check-in: d1c5bb34f4 user: jan.nijtmans tags: windows-arm64
16:21
more tweaks for windows-arm64 check-in: 466f16e83c user: jan.nijtmans tags: windows-arm64
14:22
See https://github.com/tcltk/tcl/pull/11, but (hopefully) slightly better check-in: e6bc056435 user: jan.nijtmans tags: windows-arm64
2022-02-10
15:21
Add zlib1.dll for windows-arm64 check-in: 63c17e0fa8 user: jan.nijtmans tags: core-8-6-branch
15:17
Add zlib1.dll for windows-arm64 (cross-compiled with VS2017) Closed-Leaf check-in: dfc1b48e3a user: jan.nijtmans tags: windows-arm64
15:10
Merge 8.6 check-in: 83a562b518 user: jan.nijtmans tags: windows-arm64
09:26
Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_ListObjGetElements ever... check-in: 30cd3187fc user: jan.nijtmans tags: core-8-6-branch
08:02
Merge 8.7. Try to build on windows-2022 check-in: 52e8e7519c user: jan.nijtmans tags: windows-arm64
2022-02-09
22:09
Put back '@' (lost in previous commit) check-in: b8d8018265 user: jan.nijtmans tags: core-8-6-branch
11:33
More steps, making it work for ARM64 check-in: d72cb6b1fa user: jan.nijtmans tags: core-8-6-branch
2022-02-08
15:07
Accept aarch64 too (in stead of arm64) check-in: 5801a4e70c user: jan.nijtmans tags: windows-arm64
10:54
More changed for windows-arm (e.g. add zdll.lib for ARM64, although zlib1.dll still missing) check-in: d0335dd773 user: jan.nijtmans tags: windows-arm64
10:04
Merge 8.6 check-in: 35c4aa7935 user: jan.nijtmans tags: windows-arm64
2022-02-07
14:42
Fix [bae42b3d24]: [d86e92fb33] et.al. eliminates cpuid when cross compiling for win32 check-in: e734cf1081 user: jan.nijtmans tags: core-8-6-branch
08:45
Add support for windows-arm platform check-in: d86e92fb33 user: jan.nijtmans tags: core-8-6-branch
2022-02-06
12:47
another try, rules.vc version 1.10 check-in: 23587d97c0 user: jan.nijtmans tags: windows-arm64
2022-02-04
16:19
See https://github.com/tcltk/tcl/pull/10 check-in: fc056d6a1d user: jan.nijtmans tags: windows-arm64
2022-02-02
16:42
Change DEFAULT_PRIMARY_PROMPT from #define to static const string (saves a strlen() call) check-in: b8af657c4a user: jan.nijtmans tags: core-8-6-branch
2022-02-01
12:03
Code cleanup in tclMain.c and tclAppInit.c: Make them Tcl-8.7-aware, usable as more generic example... check-in: 3625d63254 user: jan.nijtmans tags: core-8-6-branch
2022-01-24
15:29
intPtr -> lengthPtr in Tcl_ListObjLength() documentation, so the documentation matches the signature... check-in: 31cae19da0 user: jan.nijtmans tags: core-8-6-branch
2022-01-21
16:16
In case troubles are found in Tcl_GetRange(), this branch brings back Tcl_GetRange() to how it was i... Closed-Leaf check-in: 5b0676e5ca user: jan.nijtmans tags: bug-e9a2715d91
14:44
Undo part of [26539e78a7]. Although Tcl_GetRange() does it's own parameter check, it's caller doesn'... check-in: 78bfdd485f user: jan.nijtmans tags: core-8-6-branch
2022-01-18
15:39
Fix [e9a2715d91]: Incompatible Tcl_GetRange(). From now on (unofficially) the last function argument... check-in: 26539e78a7 user: jan.nijtmans tags: core-8-6-branch
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
17:26
Possible fix for [e9a2715d91]: Tcl 8.6.11: Incompatible Tcl_GetRange() Closed-Leaf check-in: ed61de701e user: jan.nijtmans tags: bug-e9a2715d91
16:44
Tcl_NewObj() -> TclNewObj() check-in: df30948549 user: jan.nijtmans tags: core-8-6-branch
10:35
Follow-up to [767e070d35]: Tcl_GetRange and Tcl_GetUniChar do not validate index inputs. Now that T... check-in: 147f3b129a user: jan.nijtmans tags: core-8-6-branch
2022-01-14
09:54
Fix [816913a65e]: GrowStringBuffer(): signed integer overflow. And a few similar situations in other... check-in: 4b4cd18a44 user: jan.nijtmans tags: core-8-6-branch
09:53
Fix [bca10e3790]: Undefined behavior in ResultAdd(). Make functions like ResultAdd() equal in tclIOG... check-in: 58281c1992 user: jan.nijtmans tags: core-8-6-branch
2022-01-13
13:22
Fix [69218ab7b]: TEBCResume(): buffer over-read in INST_STR_MAP check-in: 66f6ea11a3 user: jan.nijtmans tags: core-8-6-branch
13:20
Fix for [26f1328a86]: sizeof(int) < sizeof(void*) -> Crash check-in: 967fa256db user: jan.nijtmans tags: core-8-6-branch
12:22
Fix [816913a65e]: GrowStringBuffer(): signed integer overflow. And a few similar situations in other... Closed-Leaf check-in: a03e9793d4 user: jan.nijtmans tags: bug-816913a65e
11:46
Fix [6cb3db4965]: pointer arithmetic using NULL in InitArgsAndLocals() check-in: 17a4e01dd3 user: jan.nijtmans tags: core-8-6-branch
11:12
Suggested fix for [bca10e3790]: Undefined behavior in ResultAdd(). Make functions like ResultAdd() e... Closed-Leaf check-in: acb2cec2bd user: jan.nijtmans tags: bug-bca10e3790
2022-01-12
21:39
Fix [fba9c1fc12]: pointer arithmetic using NULL in PrintParse() check-in: ac6ce2e3cf user: jan.nijtmans tags: core-8-6-branch
16:33
Fix [da6f155ca4]: STRING_SIZE() macro: parenthesize numChars usage. Fix more macro's like this. check-in: 2bb7cd72c8 user: jan.nijtmans tags: core-8-6-branch
15:50
Fix [69218ab7b]: TEBCResume(): buffer over-read in INST_STR_MAP Closed-Leaf check-in: 0f45a92d03 user: jan.nijtmans tags: bug-69218ab7b
14:19
Proposed fix for [26f1328a86]: sizeof(int) < sizeof(void*) -> Crash Closed-Leaf check-in: 7178b3b439 user: jan.nijtmans tags: bug-26f1328a86
2022-01-07
19:52
tcltk-man2html-utils.tcl: Before doing a "string range", check if that makes sense at all check-in: 8396dc130d user: jan.nijtmans tags: core-8-6-branch
2021-12-20
14:38
binary encode/decode hex: document upper/lower character use. check-in: b67b280c04 user: oehhar tags: core-8-6-branch
2021-12-18
18:55
Make it impossible for the indexType object to cache negative index values. And - if it happens - at... check-in: 8d5de988b3 user: jan.nijtmans tags: core-8-6-branch
15:03
Fix [5507a9c096]: Small error on https://www.tcl.tk/man/tcl/TclCmd/try.html check-in: 11ab94a452 user: jan.nijtmans tags: core-8-6-branch
14:46
Fix [b0f84119c8]: TEBCresume(): undefined behavior for INST_LSHIFT check-in: 66f17f6fe9 user: jan.nijtmans tags: core-8-6-branch
2021-12-16
21:25
Fix [d1434179b5]: avoid signed integer overflow in AppendUtfToUtfRep() check-in: 8340945434 user: jan.nijtmans tags: core-8-6-branch
21:02
Suggested fix for [b0f84119c8]: TEBCresume(): undefined behavior for INST_LSHIFT Closed-Leaf check-in: c8fd4fa714 user: jan.nijtmans tags: bug-b0f84119c8
12:09
Add 2 new testcases, for Tcl_GetIndexFromObjStruct with TCL_EXACT flag and for Tcl_GetIndexFromObjSt... check-in: 67d362db55 user: jan.nijtmans tags: core-8-6-branch
09:02
Fix [6ef312dcf5]: memcpy() with NULL source in Tcl_CreateMathFunc() check-in: c8b818c8cd user: jan.nijtmans tags: core-8-6-branch
08:35
Fix [31e302fcf7]: signed integer overflow in generic/tclHash.c check-in: 96d30a7f6b user: jan.nijtmans tags: core-8-6-branch
08:20
Fix [90612089d8]: signed integer overflow in ExprRandFunc() check-in: 2d6da16ccc user: jan.nijtmans tags: core-8-6-branch
08:03
Undo prevous commit. See [41b1406f51] for the reason check-in: 5286286df9 user: jan.nijtmans tags: core-8-6-branch
2021-12-15
17:03
Fix [90612089d8]: signed integer overflow in ExprRandFunc() Closed-Leaf check-in: b0fd5cb70e user: jan.nijtmans tags: bug-90612089d8
16:58
Addendum to [41b1406f51]: change '<=' in range-check to '<' check-in: 8f432c79cf user: jan.nijtmans tags: core-8-6-branch
2021-12-13
11:39
Fix [41b1406f51]: AppendUtfToUtfRep(): undefined behavior involving pointers check-in: 3f70533e6d user: jan.nijtmans tags: core-8-6-branch
10:35
Prevent crash in Tcl_GetIndexFromObj*() when objPtr == NULL. Just let it produce a normal error-mess... check-in: a12e131325 user: jan.nijtmans tags: core-8-6-branch
2021-12-12
17:59
Fix [ac6792195d]: avoid signed integer overflow in BinaryEncodeUu() check-in: 06a67ca582 user: jan.nijtmans tags: core-8-6-branch
2021-12-08
15:49
Update tcltest package to version 2.5.4 (backported from Tcl 8.7) check-in: 6ab2ea5d5f user: jan.nijtmans tags: core-8-6-branch
15:07
Add more win/*.in files to "make dist". Generate tclUuid.h (not used yet). With nmake build, install... check-in: 391d5b3019 user: jan.nijtmans tags: core-8-6-branch
11:58
Merge sebres-8-6-clock-speedup-cr2 check-in: 4c6f9463ad user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2-with-original-testcases
11:55
Merge 8.6 check-in: 78bf9d9d29 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2
2021-12-07
18:05
Fix [cea2c63928]: Address -fsanitize=shift-exponent complaints in TclParseNumber() check-in: 0133ccbc6f user: jan.nijtmans tags: core-8-6-branch
2021-12-03
12:04
RFE [eb64b1520] http: be tolerant against invalid content encoding header responses Closed-Leaf check-in: 1198f073df user: oehhar tags: rfe-eb64b1520-http-content-encoding-tolerant
2021-12-02
13:47
merge-mark check-in: 732eba42bd user: jan.nijtmans tags: core-8-6-branch
2021-11-26
15:56
Add (missing) win/svnmanifest.in win/tclUuid.h.in (not really used yet) check-in: 5c221dab28 user: jan.nijtmans tags: core-8-6-branch
15:54
Unbreak build check-in: 3079024bfa user: jan.nijtmans tags: core-8-6-branch
15:47
Change TclInitSubsystems() signature, matching Tcl_InitSubsystems() in Tcl 8.7. Add more type-casts... check-in: 4f1b1b1c13 user: jan.nijtmans tags: core-8-6-branch
2021-11-24
12:12
Add rule to generate manifest.uuid and tclUuid.h, if not present already. Not used yet check-in: c0a10670e5 user: jan.nijtmans tags: core-8-6-branch
2021-11-16
09:00
Add "japanese" encoding. Fixes [5b5ba0aa0d]: macJapanese encoding is incomplete. (Turned out to be n... Closed-Leaf check-in: c26e3294a8 user: jan.nijtmans tags: rfe-5b5ba0aa0d
2021-11-15
08:51
Merge 8.6. TCL_UTF_MAX==3 means internal encoding is "ucs-2", not "utf-16" check-in: e7e0d6d121 user: jan.nijtmans tags: cygwin
2021-11-11
16:16
(cherry-pck): Fix -fno-lto determination/add --enable-auto-image-base option to windows build (when ... check-in: 57849e8e77 user: jan.nijtmans tags: cygwin
16:12
Fix -fno-lto determination/add --enable-auto-image-base option to windows build (when available) check-in: 993edf2e64 user: jan.nijtmans tags: core-8-6-branch
2021-11-09
15:10
testcase/install fix check-in: 2e219577fb user: jan.nijtmans tags: cygwin
11:28
Use octal permissions in testcases check-in: ec77a399b1 user: jan.nijtmans tags: core-8-6-branch
10:37
Rename (back) library/registry -> library/reg check-in: 92dedda243 user: jan.nijtmans tags: cygwin
2021-11-08
23:08
Merge 8.6.12 check-in: 0c8ae089ab user: jan.nijtmans tags: cygwin
14:02
mingw-w64 website changed check-in: e372c416cc user: jan.nijtmans tags: core-8-6-branch
2021-11-07
21:34
Fix [15845d9fd8]: unix/tcl.m4: implicit declaration of exit() in timezone variable checks check-in: 185912afea user: jan.nijtmans tags: core-8-6-branch
2021-11-06
20:33
Doc fix. There is no endianness in the encoding of a single byte. check-in: f2761e902b user: dgp tags: core-8-6-branch
15:37
Missing static. check-in: 20617fd4af user: dgp tags: core-8-6-branch
15:35
Make more use of the Tcl_ObjCmdProc typedef for tidier branch merging. check-in: 434a0ba450 user: dgp tags: core-8-6-branch
2021-11-05
21:23
merge release check-in: add380b660 user: dgp tags: core-8-6-branch
2021-11-04
12:45
Adapt test-cases check-in: d2275ab2c1 user: jan.nijtmans tags: cygwin
12:33
Fix testcase. Don't bother msvc building for this branch check-in: 1ca2b04899 user: jan.nijtmans tags: cygwin
2021-11-03
21:43
Make tclUuid.h work on Windows as well check-in: d988f5246c user: jan.nijtmans tags: cygwin
16:32
Add "tcl:build-info" command check-in: 1a253edcfd user: jan.nijtmans tags: cygwin
15:37
Upgrade registry to version 1.3.6 check-in: e8edc82e6b user: jan.nijtmans tags: cygwin
14:42
Merge 8.6 check-in: 57afd14be8 user: jan.nijtmans tags: cygwin
2021-11-02
15:06
merge 8.6 Closed-Leaf check-in: 553f5049a7 user: dgp tags: rc2, release, core-8-6-12, core-8-6-12-rc
2021-11-01
13:21
Update DragonFly/FreeBSD configuration (requested by Pietro Cerutti) check-in: 75f8d23bb7 user: jan.nijtmans tags: core-8-6-branch
2021-10-30
19:49
update changes check-in: 67f2c5f71b user: dgp tags: rc1, core-8-6-12-rc
2021-10-27
08:12
Bump to 8.6.12 for release check-in: 130cd6ec01 user: jan.nijtmans tags: rc0, core-8-6-12-rc
07:03
Update platform version (1.0.17 -> 1.0.18) for MacOS Monterey support check-in: 96a7c63da8 user: jan.nijtmans tags: core-8-6-branch
06:49
Update TZ info to tzdata2021e check-in: 01d540b804 user: jan.nijtmans tags: core-8-6-branch
2021-10-25
21:32
Merge 8.5 check-in: b9a416e9e6 user: jan.nijtmans tags: core-8-6-branch
2021-10-19
14:42
IntRep -> InternalRep. Internal changes only. check-in: 40343f5fb6 user: jan.nijtmans tags: core-8-6-branch
2021-10-18
18:56
Merge-mark check-in: fa942183a5 user: jan.nijtmans tags: core-8-6-branch
18:23
Update TZ info to tzdata2021d. check-in: c492d8b59e user: jima tags: core-8-6-branch
2021-10-12
14:27
Missing braces (just to be sure) check-in: 803b509193 user: jan.nijtmans tags: core-8-6-branch
14:18
Fix build failure with --enable-symbols build on Windows: Some code makes assumptions on Tcl_Time st... check-in: 18996aeca8 user: jan.nijtmans tags: core-8-6-branch
2021-10-11
13:54
Better solution, in stead of 6ffcea9b: Handle 6... check-in: 89c20907fe user: jan.nijtmans tags: core-8-6-branch
2021-10-08
19:42
Fix for issue [a8579d906a28], "argument with no name". check-in: 75a9777184 user: pooryorick tags: core-8-6-branch
07:04
merge-mark check-in: 628a86de6d user: jan.nijtmans tags: core-8-6-branch
2021-10-02
17:01
Update TZ info to tzdata2021c. check-in: bc9ec11855 user: jima tags: core-8-6-branch
2021-09-30
07:49
Fix [e0f728b381]: Manpage msgcat.n contains two write errors check-in: 3db9104f81 user: jan.nijtmans tags: core-8-6-branch
2021-09-26
20:48
Remove unix/config.status.lineno check-in: 3920ccdd3d user: jan.nijtmans tags: core-8-6-branch
2021-09-25
09:01
Update TZ info to tzdata2021b. check-in: bb03f34764 user: jima tags: core-8-6-branch
2021-09-24
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
2021-09-14
13:34
Update all tables to Unicode 14 check-in: cd8fadfca1 user: jan.nijtmans tags: core-8-6-branch
2021-09-08
14:24
close fork check-in: 47391ebc16 user: jan.nijtmans tags: core-8-6-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
2021-08-27
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:12
repair broken build check-in: 5f6bda2a35 user: dgp tags: core-8-6-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-23
10:35
Merge 8.5 check-in: 3352f4f245 user: jan.nijtmans tags: core-8-6-branch
2021-08-19
08:45
Merge 8.5 check-in: d99207d437 user: jan.nijtmans tags: core-8-6-branch
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
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-07-31
16:00
merge-mark check-in: 04451fdec8 user: jan.nijtmans tags: core-8-6-branch
2021-07-21
08:00
Merge 8.5 check-in: 0682841be6 user: jan.nijtmans tags: core-8-6-branch
2021-07-17
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
06:41
Merge 8.5 check-in: 356246df86 user: jan.nijtmans tags: core-8-6-branch
2021-07-13
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-08
12:17
Add \DUSE_NMAKE=1 to C-flags when nmake is used check-in: f0184854d3 user: jan.nijtmans tags: core-8-6-branch
2021-06-28
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
2021-06-22
13:20
Merge 8.5 check-in: 0331f5564f user: jan.nijtmans tags: core-8-6-branch
09:03
Merge 8.5 check-in: 679be274e1 user: jan.nijtmans tags: core-8-6-branch
2021-06-21
12:31
Backport ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE from 8.7 check-in: aa9bf57ed7 user: jan.nijtmans tags: core-8-6-branch
12:00
Change a lot of url's (as far as possible) from http:// to https:// check-in: b9c48412be user: jan.nijtmans tags: core-8-6-branch
2021-06-18
12:46
Update all "cp" and "iso8859-?" encodings to the latest version. This adds 3 new codepoints to iso88... check-in: 0c4485f735 user: jan.nijtmans tags: core-8-6-branch
2021-06-16
13:23
Re-apply fix for [67a5eabbd3d1]: refchan, coroutine, and postevent from the "watch" proc Leaf check-in: 0037b3d176 user: jan.nijtmans tags: bug-67a5eabbd3d1
2021-06-15
08:50
Adapt iso8859-7.enc to latest version, and fix testcase Closed-Leaf check-in: bc347660fb user: jan.nijtmans tags: encodings-2.0
08:28
Add new encoding iso8859-11 check-in: 6175cb782a user: jan.nijtmans tags: encodings-2.0
08:17
Update encodings (cp/iso) to latest version from unicode.org. *.enc-files not re-generated yet check-in: f408b13581 user: jan.nijtmans tags: encodings-2.0
2021-06-11
13:57
Fix [d6b10a9256]: Two files under compat/zlib/contrib/ are CRLF check-in: ed73bed5c1 user: jan.nijtmans tags: core-8-6-branch
2021-06-09
07:16
Fix compiler warning seen with static builds (--disable-shared): "FLT_RADIX" is not defined, evalua... check-in: 746521a6aa user: jan.nijtmans tags: core-8-6-branch
2021-06-08
14:22
Name TKSCRIPTZIPNAME the same way as TCLSCRIPTZIPNAME check-in: 0c06b4fa53 user: jan.nijtmans tags: core-8-6-branch
12:01
re-generate unix/configure with autoconf-2.59 check-in: 91454f0da4 user: jan.nijtmans tags: core-8-6-branch
11:49
Use -fPIC by default on DragonFly/FreeBSD, but not on OSF1/HP-UX. Backported (with typo correct) fro... check-in: 05e0e79704 user: jan.nijtmans tags: core-8-6-branch
2021-05-27
10:31
Fix "possibly uninitialized variable" warning, seen with gcc-11 (however harmless) check-in: 905015cd17 user: jan.nijtmans tags: core-8-6-branch
2021-05-26
12:53
Suggestion for [06ba3489ed]: open command documentation says too much about serial port hardware Closed-Leaf check-in: 7f2cc845c0 user: jan.nijtmans tags: rfe-06ba3489ed
10:47
Fix [a73c79081e]: Doc fix in tcl.h, by not suggesting wchar_t any more for Tcl_UniChar. check-in: 8c52ca3059 user: jan.nijtmans tags: core-8-6-branch
09:56
macos-11.0 -> macos-11 check-in: a83a571ca3 user: jan.nijtmans tags: core-8-6-branch
2021-05-25
09:30
Fix [3f9b4e0c81]: CrtObjCmd.3, NRE.3, SplitList.3: constify cmdName, list (actually quite a few more... check-in: 1433d2dafc user: jan.nijtmans tags: core-8-6-branch
09:10
Fix 8b679f597b for Tcl too: LIB_RUNTIME_DIR cou... check-in: ef2c330139 user: jan.nijtmans tags: core-8-6-branch
2021-05-21
07:19
merge-mark check-in: 4e296652c1 user: jan.nijtmans tags: core-8-6-branch
2021-05-20
12:26
Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend lowercase package names.... check-in: 8b298a33bd user: jan.nijtmans tags: core-8-6-branch
12:21
Fix [52cc90776c]: Warning when compile with gcc v9.3.0 check-in: 1da9feb7b1 user: jan.nijtmans tags: core-8-6-branch
2021-05-18
12:02
Make Pkgua package thread-safe and properly clean up everything when being unloaded. Based on pyk-tc... check-in: 50d71c14f4 user: jan.nijtmans tags: core-8-6-branch
10:25
Remove unneeded cmdPtr increment and decrement. check-in: 517cf10067 user: pooryorick tags: core-8-6-branch
10:24
Remove the refCount increment that accompanied the decrement removed in the last commit. Closed-Leaf check-in: 9112cd17e6 user: pooryorick tags: pyk-core86cmdrefcount
2021-05-17
21:34
Remove unnecessary refCount decrement. check-in: f5ed582bbd user: pooryorick tags: pyk-core86cmdrefcount
21:30
Fix for [688fcc7082fa99a4], trace on imported alias deletes alias and then calls import and triggers... check-in: e45d054ba4 user: pooryorick tags: core-8-6-branch
21:29
Additional test for [688fcc7082fa99a4]. check-in: 81f260feaf user: pooryorick tags: core-8-6-branch
11:28
Eliminate use of TCL_STORAGE_CLASS in pkg?.c: just use DLLEXPORT macro directly. Fix gcc warnings (w... check-in: aec68ce9a4 user: jan.nijtmans tags: core-8-6-branch
2021-05-07
11:01
Remove TODO comment which is already done check-in: a6fe47d864 user: jan.nijtmans tags: core-8-6-branch
2021-05-06
15:04
Handle POSIX error EILSEQ: "invalid byte sequence" check-in: 242e43eefa user: jan.nijtmans tags: core-8-6-branch
12:50
Ticket[535705]: encoding manpage example is about outdated source command. It is replaced by a simpl... check-in: aed33ad43a user: oehhar tags: core-8-6-branch
2021-05-03
19:42
Fix [24b9181478]: Fix unsafe buffer lifetime check-in: f6468f7763 user: jan.nijtmans tags: core-8-6-branch
2021-04-21
09:24
Fix default-pkgindex rule in makefile.vc, for generation of TEA extensions for Tcl 9 (see: TIP #595) check-in: 83b18e30fd user: jan.nijtmans tags: core-8-6-branch
2021-04-19
16:27
Complete TIP #595 for rules.vc check-in: 85fe9a5eac user: jan.nijtmans tags: core-8-6-branch
2021-04-16
13:14
Document Tcl_GetMemoryInfo() and Tcl_MainEx()/Tcl_MainExW(). Backported from [063d44b0beea237e] (Tha... check-in: 6b830e60c4 user: jan.nijtmans tags: core-8-6-branch
2021-04-15
09:08
Fix [85d1fa7d07]: Duplicate file extension check in [file executable] on Windows check-in: e5150f7a36 user: jan.nijtmans tags: core-8-6-branch
2021-04-14
18:58
merge 8.5; adapt fix for 8.6 check-in: dd1bbf497c user: dgp tags: core-8-6-branch
2021-04-13
13:44
Update to latest "rules.vc" check-in: e5590a405a user: jan.nijtmans tags: core-8-6-branch
10:01
Missing ::tcltest::loadTestedCommands check-in: da20246e67 user: jan.nijtmans tags: core-8-6-branch
2021-04-12
10:05
Merge 8.5 check-in: 468035ed67 user: jan.nijtmans tags: core-8-6-branch
2021-04-08
08:45
Backport dde 1.4.4 from Tcl 8.7. Doesn't conflict with installed Tcl 9.0 version of dde any more. (d... check-in: c2071238aa user: jan.nijtmans tags: core-8-6-branch
2021-04-01
09:47
Follow-up to [15c7b4f93e]: "Implement TCL_ENCODING_STOPONERROR flag for UtfToUtf encoder/decoder". O... check-in: b3f17adda1 user: jan.nijtmans tags: core-8-6-branch
2021-03-30
10:14
Improve documentation for exec and open, especially in relation to binary pipelines check-in: 632151cebe user: dkf tags: core-8-6-branch
06:10
remove useless save/restore check-in: f4176a3833 user: jan.nijtmans tags: core-8-6-branch
2021-03-22
10:06
Merge 8.5 check-in: aab680cd48 user: jan.nijtmans tags: core-8-6-branch
2021-03-21
09:27
Implement TCL_ENCODING_STOPONERROR flag for UtfToUtf encoder/decoder. Backported from 8.7 check-in: 15c7b4f93e user: jan.nijtmans tags: core-8-6-branch
2021-03-19
09:20
Change Tcl_StaticPackage's "pkgName" argument to "prefix" and improve documentation, describing bett... check-in: 7144084ed6 user: jan.nijtmans tags: core-8-6-branch
2021-03-18
21:17
Delete some useless code. Was only place where we fed an uncontrolled value to %f, and it was actual... check-in: 7ddef03087 user: dkf tags: core-8-6-branch
14:46
Fix [8663689908]. Final documentation fix, implementation was already fixed earlier. check-in: 137b855365 user: jan.nijtmans tags: core-8-6-branch
12:05
Fix [2860859e84]: Misleading description in README file check-in: 8e99613bbd user: jan.nijtmans tags: core-8-6-branch
09:36
Remove incorrect/useless comment check-in: 15ac96aec5 user: jan.nijtmans tags: core-8-6-branch
2021-03-14
16:13
Merge 8.5 check-in: fd3db85111 user: jan.nijtmans tags: core-8-6-branch
2021-03-11
12:20
merge-mark check-in: 5b43b1dbbe user: jan.nijtmans tags: core-8-6-branch
2021-03-10
16:12
Repair Tcl_UniCharNcasecmp() in the same way as Tcl_UniCharNcmp() for fix [4c591fa487]. Also put bac... check-in: 1b0eda88cc user: jan.nijtmans tags: core-8-6-branch
15:39
Fix [4c591fa487]: [string compare] EIAS violation check-in: 6a5a5e21f1 user: jan.nijtmans tags: core-8-6-branch
2021-03-09
09:14
Fix [8419c55e2c]: Tclsh read loop does not handle EINTR check-in: 346094351f user: jan.nijtmans tags: core-8-6-branch
08:36
Remove end-of-line spacing check-in: 7efe4522fa user: jan.nijtmans tags: core-8-6-branch
2021-03-04
15:53
In man2html, use consistant color-names (6-char, uppercase), encoding (utf-8) and translation (lf) i... check-in: 0a1ab25013 user: jan.nijtmans tags: core-8-6-branch
10:22
Merge 8.5. Add unused stub table entries check-in: 479fe8102c user: jan.nijtmans tags: core-8-6-branch
2021-03-03
14:44
Merge 8.5. Just split some testcases check-in: fd00e98de5 user: jan.nijtmans tags: core-8-6-branch
2021-03-02
10:53
Using 0xFC00 is more readable here than ~0x3FF. It's sufficient becauwe ch1 and ch2 are only 16-bit.... check-in: 6064dfa0b2 user: jan.nijtmans tags: core-8-6-branch
10:10
Backport some UTF-8-related changed from 8.7 to 8.6, only for TCL_UTF_MAX > 3. No change for TCL_UTF... check-in: e0cba87ba8 user: jan.nijtmans tags: core-8-6-branch
2021-02-27
11:19
Ticket [87082587c4]: typo in msgcat man page check-in: 9d532a6cf3 user: oehhar tags: core-8-6-branch
2021-02-23
13:43
Merge sebres-8-6-clock-speedup-cr2 check-in: c7f108172f user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2-with-original-testcases
13:31
Merge 8.6 check-in: c628eff8f8 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2
13:03
Merge 8.5 check-in: 35bdd5925f user: jan.nijtmans tags: core-8-6-branch
07:44
merge-mark check-in: 92d3c95b75 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2
07:23
Use _wgetenv() in stead of getenv() on Windows: The wide environment is not always well-synchonized ... check-in: 05ddcd7cdb user: jan.nijtmans tags: core-8-6-branch
2021-02-22
15:45
Fix one more usage of getenv() on Windows check-in: aa52f7c4dd user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2
15:39
Better solution for msvc OPTS=static,msvcrt regression: On win32 we cannot thrust the getenv() funct... check-in: 91d49f1279 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2
13:32
Unneeded if() check-in: 5783440f64 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2
13:14
Fix regression in msvc OPTS=static,msvcrt build. I think I finally got it now. check-in: 35f743b037 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2
08:02
Give TzsetIfNecessary "interp" argument. check-in: a4e6db4b1a user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2
2021-02-19
09:26
Merge 8.6 check-in: 52bef1add0 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2
09:25
Fix various compiler warnings check-in: 29284a3809 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2
07:20
Fix [7c64aa5e1a]: Another uninitialized-variable bug in BRE-mode parsing. Thanks to Tom Lane for the... check-in: 4113aee487 user: jan.nijtmans tags: core-8-6-branch
2021-02-18
14:34
Merge sebres-8-6-clock-speedup-cr2 check-in: 5cf097b4b8 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2-with-original-testcases
14:32
One more error-message tweak check-in: fa345dec34 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2
14:25
tweak error-messages a little more (no quotes here) check-in: 77e0b2d373 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2
14:19
tweak error-messages check-in: 6db289f927 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2
12:28
Merge sebres-8-6-clock-speedup-cr2 check-in: 8018d27b37 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2-with-original-testcases
12:25
Merge 8.6 check-in: 3ee5d24af0 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2
08:32
Two new testcases for abs() check-in: 7ee2c647ff user: jan.nijtmans tags: core-8-6-branch
07:55
Performance optimization in TzsetIfNecessary() function. Cherry-picked from sebres-8-6-clock-speedup... check-in: e8d111bc5f user: jan.nijtmans tags: core-8-6-branch
2021-02-17
18:51
merge-mark check-in: fc292fdcbf user: jan.nijtmans tags: core-8-6-branch
18:24
Merge sebres-8-6-clock-speedup-cr2 check-in: febab3a5f4 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2-with-original-testcases
18:22
Merge 8.6 check-in: c73fc75775 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2
2021-02-16
12:07
Fix bug in previous commit: Don't update stringPtr->numChars when doing a "string reverse", because ... check-in: 859adaff91 user: jan.nijtmans tags: core-8-6-branch
11:11
Fix [22324bcbd]: string reverse is broken for Emoji. Thanks to Chrisian Werner for bug report and PO... check-in: 6e5efe220f user: jan.nijtmans tags: core-8-6-branch
11:05
Remove unnecessary end-of-line spacing in test-cases check-in: 8446be064b user: jan.nijtmans tags: core-8-6-branch
09:00
Fix Tcl_UtfPrev expected testcases for TCL_UTF_MAX>3 check-in: cb62f18ca1 user: jan.nijtmans tags: core-8-6-branch
08:10
Fix Tcl_UtfPrev for TCL_UTF_MAX>3, so it can jump back over Emoji. Backported from 8.7, no change fo... check-in: 5437791423 user: jan.nijtmans tags: core-8-6-branch
2021-02-15
16:13
Fix [d43f96c1a8]: string trimright is broken for Emoji check-in: 6c9e75198c user: jan.nijtmans tags: core-8-6-branch
12:35
More testcases from Christian Werner, regarding "string reverse" with Emoji. Those testcases fail in... check-in: 4b273aa0ff user: jan.nijtmans tags: core-8-6-branch
08:07
Add testcases from Christian Werner, regarding "string trim" with Emoji check-in: 7a97f37c60 user: jan.nijtmans tags: core-8-6-branch
2021-02-10
10:44
Backport win/rules.vc from 8.7 check-in: 8992a6ab3f user: jan.nijtmans tags: core-8-6-branch
2021-02-08
10:11
Merge 8.5 check-in: 70529bfafa user: jan.nijtmans tags: core-8-6-branch
2021-02-05
13:42
More implicit type-casts, for better compatibility with C++ check-in: 93ad66cbe5 user: jan.nijtmans tags: core-8-6-branch
13:37
Oops check-in: c594596afd user: jan.nijtmans tags: core-8-6-branch
11:34
Fix filename-11.45 testcase when there are multiple volumes: This testcase only works for the native... check-in: 08d04608ce user: jan.nijtmans tags: core-8-6-branch
2021-02-02
08:46
On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17 check-in: 35f8514947 user: jan.nijtmans tags: core-8-6-branch
2021-01-29
15:45
Undo previous change to unix/configure.in check-in: 583687b78a user: jan.nijtmans tags: core-8-6-branch
13:45
Fix 2 warnings when running "autoconf" (2.69 or 2.70) check-in: 849ee13c1d user: jan.nijtmans tags: core-8-6-branch
2021-01-28
10:42
Use {} braces in more "expr" expressions. check-in: f65d4e057a user: jan.nijtmans tags: core-8-6-branch
10:38
Use "in" operator in stead of "lsearch -exact" when possible check-in: 0480005281 user: jan.nijtmans tags: core-8-6-branch
2021-01-27
10:13
*.decls files are now in UTF-8. Use "in" operator in stead of "lsearch -exact". check-in: fb3f31ef5a user: jan.nijtmans tags: core-8-6-branch
09:32
When generating stubs, always read *.decls and *Decls.h files in UTF-8. This corrects possible inval... check-in: f035a23aaf user: jan.nijtmans tags: core-8-6-branch
2021-01-25
12:25
Update to tzdata 2021a check-in: 7782ba08a3 user: jan.nijtmans tags: core-8-6-branch
09:05
Merge 8.5 check-in: c18cac5d5b user: jan.nijtmans tags: core-8-6-branch
2021-01-21
15:56
Fix [8c025f8f0d]: Run-time error on tcl 8.6.11 32 bits (from cross-compile Centos6.9 64-bits) check-in: 615e43f536 user: jan.nijtmans tags: core-8-6-branch
15:42
Fix 98ae20f0f5: Type mismatch in TclIntSt... check-in: e2ca218a17 user: jan.nijtmans tags: core-8-6-branch
15:31
Fix 98ae20f0f5 by no longer compile the stub libr... check-in: be396e6089 user: jan.nijtmans tags: core-8-6-branch
12:40
Close fork check-in: cb82ba75db user: jan.nijtmans tags: core-8-6-branch
2021-01-20
22:31
Improve [file attributes] documentation check-in: f2762da795 user: msi tags: core-8-6-branch
16:19
Make tclCkalloc.c and tclExecute warning-free on Windows when compiled with --enable-memory=(mem|all... check-in: 9f6b78d50f user: jan.nijtmans tags: core-8-6-branch
10:57
Don't use LTO for any stub libraries: It's asking for trouble when an extension is compiled with dif... Closed-Leaf check-in: d270942d10 user: jan.nijtmans tags: bug-98ae20f0f5
08:52
Possible fix (workaround) for [8c025f8f0d]: Run-time error on tcl 8.6.11 32 bits (from cross-compile... Closed-Leaf check-in: ad9ee07264 user: jan.nijtmans tags: bug-8c025f8f0d
07:49
Merge fork check-in: 77828846b5 user: jan.nijtmans tags: core-8-6-branch
2021-01-19
20:11
Improve clarity of [file attributes] documentation check-in: c68ef0b73a user: msi tags: core-8-6-branch
13:16
Don't worry about Windows 3.1 any more. check-in: 1fe1db3a54 user: jan.nijtmans tags: core-8-6-branch
2021-01-15
09:47
Experiment: Fix 98ae20f0f5. Works for any... check-in: aa4a13c155 user: jan.nijtmans tags: bug-98ae20f0f5
2021-01-13
10:42
Fix [b89209f5cd]: compilation error Windows 10 / Visual Studio 2019 check-in: f398cf47de user: jan.nijtmans tags: core-8-6-branch
2021-01-11
11:41
Fix [1dab713a38]: Uninitialized-variable use while parsing '*' in BRE-mode regexps check-in: a2ea227d7b user: jan.nijtmans tags: core-8-6-branch
2021-01-08
20:05
Improve description of Unix options for [file attributes] (Pt. 1) check-in: c401b6be1c user: msi tags: core-8-6-branch
16:16
Fix consistency and grammar in re_syntax.n check-in: c6768efa45 user: msi tags: core-8-6-branch
2021-01-07
12:14
Fix mingw-w64 compiler warnings when using __USE_MINGW_ANSI_STDIO=1. Not recommended, but it should ... check-in: 25325a770a user: jan.nijtmans tags: core-8-6-branch
2021-01-06
15:39
Eliminate obsolete AC_HAVE_HEADERS and two more AC_TRY_COMPILE constructs. Some formatting check-in: 6b8f1ac7d9 user: jan.nijtmans tags: core-8-6-branch
2021-01-05
20:34
Fix unclear language in re_syntax. [2da4c23916] check-in: cef8ab2b4a user: dkf tags: core-8-6-branch
17:02
Merge 8.5: Add 4 processor-types to Win32/Cygwin. "platform" -> 1.0.16 check-in: b5c430f151 user: jan.nijtmans tags: core-8-6-branch
14:27
Merge 8.5 check-in: c0394a94f4 user: jan.nijtmans tags: core-8-6-branch
10:19
More elimination of (obsolete) AC_TRY_COMPILE check-in: 59774b6401 user: jan.nijtmans tags: core-8-6-branch
08:23
Merge 8.5. Restore use of AC_HEADER_STDC in win/configure.in: Wait for 8.7 to make that change check-in: 7e11bc3733 user: jan.nijtmans tags: core-8-6-branch
08:06
Eliminate (obsolete) use of AC_TRY_LINK in */configure.in. Still generates the same */configure scr... check-in: cecaa932d4 user: jan.nijtmans tags: core-8-6-branch
2021-01-04
16:45
Roll-back part of [4dfa9000e1]: This isn't used for Tcl, but breaks some extensions (like tkImg) check-in: fdd4c5f918 user: jan.nijtmans tags: core-8-6-branch
15:37
AC_HELP_STRING -> AS_HELP_STRING check-in: c2c2f4f85f user: jan.nijtmans tags: core-8-6-branch
15:06
Fix [c376607b22]: Tcl 8.6: Extended plane character does not encode correctly to UTF-16 with TCL_UTF... check-in: 904ae29e74 user: jan.nijtmans tags: core-8-6-branch
14:24
No longer use deprecated syntax for AC_INIT/AC_OUTPUT. (almost) no change in generated configure scr... check-in: 7d740b9d52 user: jan.nijtmans tags: core-8-6-branch
09:51
re-generate win/configure check-in: 3ce89291fa user: jan.nijtmans tags: core-8-6-branch
08:12
Merge 8.6 check-in: 2a17010ace user: jan.nijtmans tags: cygwin
2021-01-02
22:34
merge release check-in: b5207f3a48 user: dgp tags: core-8-6-branch
2020-12-30
18:23
[e7eb94e8d1] typo fix in changes. Each ambiguous hash still identifies only one ticket, which is go... Closed-Leaf check-in: f3fe83e715 user: dgp tags: rc2, release, core-8-6-11-rc, core-8-6-11
2020-12-29
22:22
Fix [43d371ac19]: Usage of exit() without including <stdlib.h> in unix/configure check-in: 15f12d1434 user: jan.nijtmans tags: core-8-6-branch
2020-12-28
15:12
update changes check-in: 13908ba96d user: dgp tags: core-8-6-11-rc
2020-12-26
18:42
Suppress testing of known bug only when it is present. Allow tests that pass. check-in: 8b4bb23cfd user: dgp tags: core-8-6-11-rc
18:01
merge 8.6 check-in: f7c841fab9 user: dgp tags: core-8-6-11-rc
2020-12-24
20:27
changes file updates WIP check-in: 96b665b33e user: dgp tags: core-8-6-11-rc
16:11
Fix [5a15a88490]: Checkin [1f6f21856b] quoting broke unix/installManpage check-in: d8268d3049 user: jan.nijtmans tags: core-8-6-branch
15:33
unix/configure.in is not supposed to be executable in the distribution check-in: 6f5918c552 user: jan.nijtmans tags: core-8-6-branch
10:37
Integrate branch for msys2. Merge 8.6 check-in: c28df24a70 user: jan.nijtmans tags: cygwin
2020-12-23
10:12
Update TZ info to tzdata2020e. check-in: fcee6a2076 user: jima tags: core-8-6-branch
08:04
Missing constraint, in case we are running on Windows 10 in developer mode check-in: e12f843ada user: jan.nijtmans tags: core-8-6-branch
07:44
(cherry-pick): Repair flaws exposed by debugging test run. check-in: ad96f6fba0 user: jan.nijtmans tags: core-8-6-branch
07:42
Fix testcase for [548cd945d6]: Consistant error-code if creating link fails on all platforms. On Win... check-in: 7ec36b2ed6 user: jan.nijtmans tags: core-8-6-branch
2020-12-22
16:34
Repair flaws exposed by debugging test run. check-in: 0f86b2a1c1 user: dgp tags: core-8-6-11-rc
13:18
merge 8.6 check-in: 550e7c512b user: dgp tags: rc1, core-8-6-11-rc
07:12
Fix [ea8cd4789c]: Tcl 8.6.11 does not compile with VisualStudio 2010. Thanks Paul! check-in: 1b77f56018 user: jan.nijtmans tags: core-8-6-branch
2020-12-17
19:07
close fork check-in: b2978347e3 user: dgp tags: core-8-6-11-rc
19:05
close fork check-in: 3371338c97 user: dgp tags: core-8-6-11-rc
18:21
Merge 8.6 check-in: 07161b4656 user: jan.nijtmans tags: core-8-6-11-rc
12:38
Add .travis.yml and .github/worksflows to "make dist". Use "cp -p" for all files in "make dist" check-in: a6572256a2 user: jan.nijtmans tags: core-8-6-branch
2020-12-16
14:28
[testConstraint winVista] should be true on Windows 10 too check-in: 3112131011 user: jan.nijtmans tags: core-8-6-branch
14:11
rfe [548cd945d6]: symlinks for Windows 10 check-in: e67af525eb user: jan.nijtmans tags: core-8-6-branch
2020-12-15
21:51
merge 8.6 check-in: f68861bc40 user: dgp tags: core-8-6-11-rc
11:37
Protect fCmd-28.8 with constaint win10 Closed-Leaf check-in: 0e02506899 user: jan.nijtmans tags: rfe-548cd945d6
2020-12-14
08:44
Fix C:\test\tcl8.6.11_rc0\win\..\generic\tclStubInit.c(107) : warning C4761: integral size mismatc... check-in: 824cca6a70 user: jan.nijtmans tags: core-8-6-branch
08:05
Fix [cb4d185ea57b8966]: Fix tests safe-* for tcl-8.6.11rc0 check-in: 9a9e7ffabc user: jan.nijtmans tags: core-8-6-branch
07:33
Fix [fe57ad096d97623e]: Fix test http-4.14 for tcl-8.6.11rc0 check-in: 0f79e1d3da user: jan.nijtmans tags: core-8-6-branch
2020-12-13
16:45
Merge 8.6 check-in: 257573e578 user: jan.nijtmans tags: rfe-548cd945d6
16:36
make dist check-in: 4b11e2417a user: jan.nijtmans tags: core-8-6-branch
2020-12-12
06:14
nmake: fix path in tcl.nmake check check-in: 1ea1474059 user: apnadkarni tags: core-8-6-branch
2020-12-11
19:21
make dist check-in: fe59590f05 user: dgp tags: rc0, core-8-6-11-rc
14:47
Merge 8.6. Get CreateSymbolicLinkW symbol from kernel32.dll, since Windows XP doesn't have it check-in: c6f5838828 user: jan.nijtmans tags: rfe-548cd945d6
13:35
merge 8.6 check-in: c200b39688 user: dgp tags: core-8-6-11-rc
12:41
Update "platform" package to handle macOS Big Sur with arm processor. Also handle that Catalina and ... check-in: 67512b040b user: jan.nijtmans tags: core-8-6-branch
08:57
Fix commits 93ab6a and 606df1. msvcrt time64bit - TCL_{MAJOR,MINOR}_VERSION checks.

msvcrt and time... check-in: 71e283e8e6 user: apnadkarni tags: core-8-6-branch

07:57
nmake: build nmakehlp with -DNDEBUG, sync rules.vc for 8.7 check-in: 9302542f3d user: apnadkarni tags: core-8-6-branch
2020-12-10
18:34
merge 8.6 check-in: 009a60f0ee user: dgp tags: core-8-6-11-rc
18:05
Update "platform" package to handle Big Sur version numbering. Also remove special case for cygwin/m... check-in: 9fa19ef60d user: jan.nijtmans tags: core-8-6-branch
13:26
Fix [ed5be77734]: win: "comx:" not recognized as serial port check-in: 19f30ac371 user: jan.nijtmans tags: core-8-6-branch
12:31
Tweak: account for terminating '\0' Closed-Leaf check-in: 52752fcabb user: jan.nijtmans tags: bug-ed5be77734
12:17
Potential fix for [ed5be77734]: win: "comx:" not recognized as serial port. (concluded from code ins... check-in: cba5e7728d user: jan.nijtmans tags: bug-ed5be77734
09:41
RFE 548cd945d6: symlinks for Windows 10 check-in: bd5a439a98 user: jan.nijtmans tags: rfe-548cd945d6
09:38
Use more 0o??? syntax for octal. Clean up build *.yml files check-in: 0e2ded01f0 user: jan.nijtmans tags: core-8-6-branch
09:00
sync win/rules.vc with Tcl 8.7. No change for 8.6 check-in: 93ab6a4d52 user: jan.nijtmans tags: core-8-6-branch
2020-12-08
07:40
Merge "cygwin" branch Closed-Leaf check-in: 64a40f1bcf user: jan.nijtmans tags: msys2-fixes_v001
07:35
Merge 8.6 check-in: 92c7e551fe user: jan.nijtmans tags: cygwin
2020-12-07
16:02
merge 8.6 check-in: 2898021498 user: dgp tags: core-8-6-11-rc
13:53
rules.vc: Make sure that 3th "load" argument is titlecased in pkgIndex.tcl check-in: 4dfa9000e1 user: jan.nijtmans tags: core-8-6-branch
2020-12-06
08:06
nmake builds: extract {TCL,TK}_RELEASE_SERIAL and patch letters from {tcl,tk}.h check-in: b528345720 user: apnadkarni tags: core-8-6-branch
2020-12-04
10:31
Merge 8.5 (syncing "tcltest" package). Use more uppercase hex representations check-in: fe25ac7b6f user: jan.nijtmans tags: core-8-6-branch
10:01
Merge 8.5 check-in: 7161b522b6 user: jan.nijtmans tags: core-8-6-branch
09:58
Fix 4 socket testcases on Msys (those fail on Cygwin too) check-in: fd495b1c78 user: jan.nijtmans tags: core-8-6-branch
2020-12-03
15:27
Fix 4 socket testcases on Msys (those fail on Cygwin too) check-in: 5bf0f59acf user: jan.nijtmans tags: msys2-fixes_v001
13:57
two more 0o??? notations check-in: 2392447506 user: jan.nijtmans tags: core-8-6-branch
13:51
Use 0o??? notation for octal numbers in tools and testcases in stead of 0???. Although it still work... check-in: 5e7f0ccaf1 user: jan.nijtmans tags: core-8-6-branch
09:45
Extend "platform" package for msys2 -> platform 1.0.15 check-in: 921cc1eb98 user: jan.nijtmans tags: core-8-6-branch
2020-12-02
11:57
Don't use -opt:nowin98 linker option any more. See: [https://bugzilla.mozilla.org/show_bug.cgi?id=13... check-in: 45f7fac3b5 user: jan.nijtmans tags: core-8-6-branch
11:29
Merge 8.5 check-in: 1008397d0a user: jan.nijtmans tags: core-8-6-branch
10:58
Attempt to fix platform-4.1 testcase check-in: 86c103eb15 user: jan.nijtmans tags: msys2-fixes_v001
2020-12-01
16:07
Re-generate unix/configure check-in: e3ab220403 user: jan.nijtmans tags: msys2-fixes_v001
16:06
Rebase to "cygwin" branch check-in: 65c7d28923 user: jan.nijtmans tags: msys2-fixes_v001
12:32
2 more cygwin testcase fixes check-in: f416378375 user: jan.nijtmans tags: cygwin
11:55
Merge 8.6 check-in: 6662426cca user: jan.nijtmans tags: cygwin
11:54
Handle 5 test-failures on Cygwin/Msys check-in: 5c8c79ecbe user: jan.nijtmans tags: core-8-6-branch
11:34
Merge 8.6. Handle some cmdAH testcases for Cygwin check-in: 35f2022b79 user: jan.nijtmans tags: cygwin
08:50
Merge 8.5 check-in: dac6060b2b user: jan.nijtmans tags: core-8-6-branch
2020-11-30
17:32
Merge 8.6 check-in: a003500266 user: jan.nijtmans tags: cygwin
16:52
Minor fixes + copy editing :). See https://github.com/tcltk/tcl/pull/8 check-in: c89acc4b41 user: jan.nijtmans tags: core-8-6-branch
15:59
Merge sebres-8-6-clock-speedup-cr2 check-in: 381ec42992 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2-with-original-testcases
15:57
Merge 8.6 check-in: a5a9febfa7 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2
14:16
doc update: 16-bit DOS appllications are not supported any more. Use &bull; in stead of &#8... check-in: 73cccd7773 user: jan.nijtmans tags: core-8-6-branch
13:32
Fix [b6a7fc9243]. Also add (back) \*(qo, which might be used in older man-pages check-in: 0a4497e841 user: jan.nijtmans tags: core-8-6-branch
08:52
Update README.md check-in: 33f48a6a6a user: jan.nijtmans tags: core-8-6-branch
08:31
Merge 8.5 check-in: f026c7e8d6 user: jan.nijtmans tags: core-8-6-branch
2020-11-27
14:37
Merge 8.5 check-in: 7c595e0598 user: jan.nijtmans tags: core-8-6-branch
11:19
Merge 8.5 check-in: 2b18b76ef9 user: jan.nijtmans tags: core-8-6-branch
2020-11-26
14:43
Get rid of "register" keyword, forbidden in c++20. Fix some more warnings, discovered in c20/c++20 m... check-in: d7c6ee4392 user: jan.nijtmans tags: core-8-6-branch
08:21
Merge 8.5 check-in: 9cf222cbf0 user: jan.nijtmans tags: core-8-6-branch
2020-11-23
16:16
restore tclUnixNotfy.c, so the Cygwin build can handle Windows events check-in: 3715d13c98 user: jan.nijtmans tags: cygwin
14:58
update genStubs.tcl check-in: 210f0e1a5d user: jan.nijtmans tags: cygwin
14:51
Merge 8.6 check-in: d0ea0b25fa user: jan.nijtmans tags: cygwin
2020-11-20
14:48
Don't use "Copyright <year> _by_" any more. This results in more consistant copyright statements ... check-in: 8c69d8dabe user: jan.nijtmans tags: core-8-6-branch
14:02
Add a --disable-shared build to github actions check-in: 3a71687255 user: jan.nijtmans tags: core-8-6-branch
08:58
shorten github actions build name check-in: e5f5f09faf user: jan.nijtmans tags: core-8-6-branch
08:24
Use '&' in stead of 'and' in copyright statements consistantly check-in: f3b6563365 user: jan.nijtmans tags: core-8-6-branch
2020-11-19
15:07
Merge-mark 8.5 check-in: 6af3be15d3 user: jan.nijtmans tags: core-8-6-branch
2020-11-18
10:59
Merge 8.5 check-in: a75e052e00 user: jan.nijtmans tags: core-8-6-branch
2020-11-17
14:35
Extend tcltk-man2html-utils.tcl a little more: Allow original AT&T syntax for more accented characte... check-in: 32a339805c user: jan.nijtmans tags: core-8-6-branch
10:11
Ticket [ac661a684d]: Tcl_NotifyChannel man page: "no writable callback on pending flush" missing check-in: b0f97d8082 user: oehhar tags: core-8-6-branch
09:11
Generated html still not 100% correct .... check-in: f4a09d1aa7 user: jan.nijtmans tags: core-8-6-branch
08:45
Extend tcltk-man2html-utils.tcl: Add euro-sign too check-in: 4a5b99bad2 user: jan.nijtmans tags: core-8-6-branch
08:39
Extend tcltk-man2html-utils.tcl, so it can handle the TIP #588 man-page. Also fix 2 (minor) syntax e... check-in: c95ffdbed9 user: jan.nijtmans tags: core-8-6-branch
2020-11-16
15:03
Merge documentation changes for http and dict from branch [oehhar-documentation-tickets] check-in: 0cab1babd7 user: oehhar tags: core-8-6-branch
14:37
Ticket [361303]: http doc: status values incomplete Closed-Leaf check-in: 2056ec711f user: oehhar tags: oehhar-documentation-tickets
14:14
Ticket [4f511270af7]: http documentation: -query data may be any data check-in: bcf3fead4f user: oehhar tags: oehhar-documentation-tickets
14:06
Ticket [93551c1230]: Document that http::geturl processes the event loop without -command check-in: d5e8ce86f0 user: oehhar tags: oehhar-documentation-tickets
13:55
Ticket [d8ae5d5f4c]: Documentation of dict filter script: script results, not returns a boolean check-in: e4f600329a user: oehhar tags: oehhar-documentation-tickets
13:12
Fix 2 testcases which failed when compiled with TCL_UTF_MAX>3 check-in: cf3039a08e user: jan.nijtmans tags: core-8-6-branch
12:48
Enhance misleading test-case utf-6.23 with better diagnostics: Byte 0xE8 is the start of a 3-byte UT... check-in: 6e16fbb304 user: jan.nijtmans tags: core-8-6-branch
09:26
Clean up for GitHub Actions as our CI service check-in: 8ebc0f3279 user: dkf tags: core-8-6-branch
09:24
Disable test that fails in CI environments Closed-Leaf check-in: e7850a1246 user: dkf tags: github-action-cleanup
2020-11-15
15:48
Rethinking how to do a build matrix on several platforms check-in: 209cc46300 user: dkf tags: github-action-cleanup
09:17
Added MSYS/gcc build for Windows, renamed Linux build step check-in: ca18b4f8d3 user: dkf tags: github-action-cleanup
08:38
Updated README check-in: 03f21a99bf user: dkf tags: github-action-cleanup
08:35
Fix minor errors check-in: f1e0af9d04 user: dkf tags: github-action-cleanup
2020-11-14
12:25
Fixed some tests, added trial macOS build check-in: d6317640c1 user: dkf tags: github-action-cleanup
09:31
Back to powershell check-in: b172d5c991 user: dkf tags: github-action-cleanup
2020-11-13
16:55
Backport [fc1e203728]: backout e56a9f214a. If it was wrong in core-8-branch, it's wrong here too. check-in: beadc74357 user: jan.nijtmans tags: core-8-6-branch
2020-11-10
18:38
merge 8.6 check-in: 82a0989fc8 user: dgp tags: core-8-6-11-rc
17:50
Set a default DESTDIR in macosx/GNUmakefile check-in: 49590225fb user: culler tags: core-8-6-branch
16:40
merge 8.6 check-in: f346b6a317 user: dgp tags: core-8-6-11-rc
09:26
Cleaning up the actions and trying to make them behave more usefully on Windows. check-in: ac3b204f47 user: dkf tags: github-action-cleanup
2020-11-09
09:13
Copied build control files for Github Actions from 8.7 check-in: a9bda6b534 user: dkf tags: core-8-6-branch
2020-11-06
17:17
Add MSVC "StaticPackage" build to travis. Fix another bug in winDde.test which didn't account for st... check-in: baa4f47702 user: jan.nijtmans tags: core-8-6-branch
16:11
Merge jn-module-names. Sorry Don, but this is 100% compatible! check-in: d8e520bee8 user: jan.nijtmans tags: core-8-6-branch
13:32
Correct casing of "packageName" argument in Tcl_StaticPackage() call and "load" command (which - act... Closed-Leaf check-in: af48735f2d user: jan.nijtmans tags: jn-module-names
2020-10-30
20:18
merge 8.6 check-in: 0ac409fa1d user: dgp tags: core-8-6-11-rc
15:39
Merge sebres-8-6-clock-speedup-cr2 check-in: 59650d8b7c user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2-with-original-testcases
15:38
Merge 8.6 check-in: fadc9300ae user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2
13:56
Simplify testcases using "incr" check-in: 165a804445 user: jan.nijtmans tags: core-8-6-branch
13:27
Add "{}" around many "expr" commands in testcases. Also in doc/expr.n check-in: af57db5d99 user: jan.nijtmans tags: core-8-6-branch
2020-10-29
19:34
merge 8.6 check-in: 5b48e1ecce user: dgp tags: core-8-6-11-rc
10:04
Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch) 3 new testcases check-in: fe52ae7a4d user: jan.nijtmans tags: core-8-6-branch
2020-10-27
21:10
merge 8.6 check-in: 17f0337601 user: dgp tags: core-8-6-11-rc
2020-10-26
22:58
Revert changes in previous commit to clock.n and lassign.n check-in: 94c3c09d3d user: jan.nijtmans tags: core-8-6-branch
20:43
Make it easy to build a macOS app. Leaf check-in: 91dc03cbcd user: culler tags: mac_make_app
20:32
Update TZ info to tzdata2020d. check-in: 4a95b8f7ec user: jima tags: core-8-6-branch
15:07
Fix [48898ab5f6a0d957]: Too few is better than not enough? (Inconsistent error messages) check-in: 2dc09df26a user: jan.nijtmans tags: core-8-6-branch
14:38
Merge 8.6. Update "changes", but left out numerous utf-8 testsuite changes and TZ update (since 2020... check-in: 8797c56f37 user: jan.nijtmans tags: core-8-6-11-rc
2020-10-23
15:36
Fix warning: /home/jboss/workspace/tcl8.7/generic/tclIO.c:9997:27: warning: writing 1 byte into a re... check-in: 5102f7316d user: jan.nijtmans tags: core-8-6-branch
12:53
merge 8.6 check-in: a6e9328a56 user: dgp tags: core-8-6-11-rc
2020-10-22
09:56
Merge 8.5 (rename internal TCL_I_MODIFIER -> TCL_Z_MODIFIER) check-in: 74eef553ff user: jan.nijtmans tags: core-8-6-branch
2020-10-21
20:42
merge 8.6 check-in: 499c8fbfea user: dgp tags: core-8-6-11-rc
18:02
When building a subframework for macOS use a build directory in the staging directory. check-in: d8b034f319 user: culler tags: core-8-6-branch
07:48
Fix [c975939973]: Usage of gnu_printf in latest mingw-w64 check-in: c3c046d6a0 user: jan.nijtmans tags: core-8-6-branch
2020-10-20
20:35
Update TZ info to tzdata2020c. check-in: cec8aa3470 user: jima tags: core-8-6-branch
2020-10-19
19:45
Merge 8.6 check-in: 2797b3cf3d user: culler tags: core-8-6-11-rc
19:22
Add a make variable to GNUmakefile for building the Tcl.framework for use as a subframework check-in: 429c9b833d user: culler tags: core-8-6-branch
14:09
merge 8.6 check-in: e17cd19a46 user: dgp tags: core-8-6-11-rc
12:32
Proposed solution for [cb458261c3}: Strip comme il faut Closed-Leaf check-in: 9bd5aee538 user: jan.nijtmans tags: bug-cb458261c3
07:25
Improve comment in install-sh, regarding Tcl-specific change check-in: c3c96333db user: jan.nijtmans tags: core-8-6-branch
07:21
Fix [cb458261c3]: Strip comme il faut (without really doing 'il faut' ....). Update 'install-sh' to ... check-in: 541a872788 user: jan.nijtmans tags: core-8-6-branch
2020-10-16
16:30
Merge sebres-8-6-clock-speedup-cr2 check-in: 9e10c92a80 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2-with-original-testcases
16:29
Merge 8.6 check-in: cda1e4f691 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2
16:21
Still troubles with GIT on Travis check-in: 060c39552e user: jan.nijtmans tags: core-8-6-branch
2020-10-15
13:05
Remove use of CFG_ENCODING from rules.vc/makefile.vc: It will become obsolete with TIP #587. In stea... check-in: 4123a658fe user: jan.nijtmans tags: core-8-6-branch
11:02
Fix [53d5155335]: Typo in interp.n check-in: 34139fbb5d user: jan.nijtmans tags: core-8-6-branch
10:17
Merge sebres-8-6-clock-speedup-cr2 check-in: f4d270bac8 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2-with-original-testcases
10:09
Merge 8.6. More warning fixes check-in: 5bfe57cf99 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2
09:19
Something strange going on on Travis with (long-gone) safe-stock86.test check-in: 4c865cbf23 user: jan.nijtmans tags: core-8-6-branch
2020-10-14
06:24
Same as "sebres-8-6-clock-speedup-cr2", but then with oritinal "clock.test" from core-8-6-branch. Pu... check-in: 553daaa9e0 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2-with-original-testcases
2020-10-13
16:04
Merge 8.6 check-in: b066df2d6b user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2
15:39
merge 8.6 check-in: c59947b30f user: dgp tags: core-8-6-11-rc
14:59
More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stead of Tcl_NewIntObj() check-in: cfbd35f083 user: jan.nijtmans tags: core-8-6-branch
08:48
Fix warning, doing a static build on Windows check-in: de75d347a9 user: jan.nijtmans tags: core-8-6-branch
2020-10-12
16:47
Eliminate some eol-spacing, eliminate some gcc warnings (with -Wc++-compat) check-in: bdaf55c9cc user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2
11:21
Merge 8.6 check-in: c519bfafa4 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2
2020-10-10
20:34
Update TZ info to tzdata2020b. check-in: 720933de88 user: jima tags: core-8-6-branch
2020-10-09
11:41
merge 8.6 check-in: e2ee77a900 user: dgp tags: core-8-6-11-rc
07:42
Merge 8.5 check-in: 12bdfc6547 user: jan.nijtmans tags: core-8-6-branch
2020-10-08
20:47
merge 8.6 check-in: f57cb0bfd8 user: dgp tags: core-8-6-11-rc
12:11
Eliminate warnings when compiling with -Wundef check-in: 3f3d9ac9e7 user: jan.nijtmans tags: core-8-6-branch
09:13
Fix [014ade1d44]: Misleading error message when using "-path" multiple times with "glob" check-in: 40e8ce43cd user: jan.nijtmans tags: core-8-6-branch
09:07
Merge 8.5 check-in: 260552d947 user: jan.nijtmans tags: core-8-6-branch
2020-10-07
14:55
merge 8.6 check-in: 1acddeb57a user: dgp tags: core-8-6-11-rc
2020-10-06
13:28
(cherry-pick): HAVE_TM_GMTOFF detection doesn't work if CFLAGS contains -Werror. Here's the fix. check-in: f24b1c59ed user: jan.nijtmans tags: core-8-6-branch
2020-09-30
15:59
merge 8.6 check-in: fc5e6a689e user: dgp tags: core-8-6-11-rc
14:49
(slightly) better error-message for invalid http -headers option. This works for plain 8.6 too check-in: 43e0024a67 user: jan.nijtmans tags: core-8-6-branch
14:02
merge 8.6 check-in: 39823fb526 user: dgp tags: core-8-6-11-rc
2020-09-29
16:16
Ticket [0063cbcada]: check http::geturl -headers parameter to be a dict check-in: 8cc32f2b74 user: oehhar tags: core-8-6-branch
16:12
Remove wrong copy of test case http-3.2 Closed-Leaf check-in: 4d54479f33 user: oehhar tags: bug-0063cbcada-http-headers-param-check
08:15
Ticket [0063cbcada]: check http::geturl -headers parameter to be a dict. check-in: d3dafb6bd0 user: oehhar tags: bug-0063cbcada-http-headers-param-check
2020-09-28
15:00
Update internal zlib channel type from TCL_CHANNEL_VERSION_3 to TCL_CHANNEL_VERSION_5. Not actually ... check-in: ed0075e527 user: jan.nijtmans tags: core-8-6-branch
13:07
merge 8.6 check-in: b7831b1c40 user: dgp tags: core-8-6-11-rc
10:13
Make Tcl compile warning-free using -Wshadow check-in: cb0b42e7fe user: jan.nijtmans tags: core-8-6-branch
2020-09-26
18:32
Merge 8.5 check-in: a22280f251 user: jan.nijtmans tags: core-8-6-branch
2020-09-25
14:24
It's "utf-8", not "utf8" or "UTF8" check-in: f9736b9c81 user: jan.nijtmans tags: core-8-6-branch
11:15
When sourcing script files (even when simulating that through open|read), always set -eofchar \032 j... check-in: 9d90432fd6 user: jan.nijtmans tags: core-8-6-branch
11:13
Merge 8.5 check-in: 4750795352 user: jan.nijtmans tags: core-8-6-branch
2020-09-21
14:10
merge 8.6 check-in: 1511b64344 user: dgp tags: core-8-6-11-rc
2020-09-20
21:32
Improve TclInvalidateStringRep() macro such that (objPtr) is only evaluated once. Addation brackets ... check-in: 28cf85cef7 user: jan.nijtmans tags: core-8-6-branch
16:00
merge 8.6 check-in: 56daa6b7cd user: dgp tags: core-8-6-11-rc
15:53
Silence compiler warning -- fix safety of macro. check-in: f3d1acd780 user: dgp tags: core-8-6-branch
10:38
Make the check to avoid generating a string representation in [uplevel] a little less intrusive. check-in: 76da711d71 user: pooryorick tags: core-8-6-branch
10:21
Merge 8.5 check-in: 4df01802b3 user: jan.nijtmans tags: core-8-6-branch
2020-09-19
16:35
merge 8.6 check-in: 54971a1f8a user: dgp tags: core-8-6-11-rc
14:33
Fix for [b9ecf3ce98], [uplevel] unnecessarily generates string representation. check-in: d67c23f6d1 user: pooryorick tags: core-8-6-branch
2020-09-17
08:37
Tcl 8.6 should not be tested with "package prefer latest" any more: All included packages are suppos... check-in: 1fe5c80a4d user: jan.nijtmans tags: core-8-6-branch
07:58
Fix [835c93c000]: TIP #525 only implemented for non-singleproc case check-in: f131df7454 user: jan.nijtmans tags: core-8-6-branch
2020-09-16
12:17
Proposed solution for [835c93c000]: TIP #525 only implemented for non-singleproc case Closed-Leaf check-in: 0c3d695f73 user: jan.nijtmans tags: bug-835c93c000
2020-09-15
16:24
merge 8.6 check-in: ae69de3dda user: dgp tags: core-8-6-11-rc
2020-09-14
12:58
Unbreak winFCmd-1.38 testcase on Windows check-in: dcba835863 user: jan.nijtmans tags: core-8-6-branch
12:48
Add .bmp to .gitattributes. Simplify .fossil-settings/binary-glob check-in: d02f6033d5 user: jan.nijtmans tags: core-8-6-branch
12:31
Eliminate many "register" keywords (which do nothing with modern compilers) Eliminate many unnecessa... check-in: 62884c2f30 user: jan.nijtmans tags: core-8-6-branch
09:22
Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. Thanks! More usage of $ind... check-in: 4f1522879b user: jan.nijtmans tags: core-8-6-branch
2020-09-11
13:43
Folow-up to previous commit: ExecStack is a FLEXARRAY too check-in: f61ad2f6f3 user: jan.nijtmans tags: core-8-6-branch
12:31
Fix 3bc0f44ef3: UBSan complains about body.ch... check-in: 29540d10c4 user: jan.nijtmans tags: core-8-6-branch
08:09
Use $index<0 in stead of $index==-1 consistantly check-in: 3d6a09bf00 user: jan.nijtmans tags: core-8-6-branch
2020-09-10
10:28
Don't use sizeof() for structs containing a flexible array as last element. Lesson from [https://cor... check-in: 3a6a0399ad user: jan.nijtmans tags: core-8-6-branch
2020-09-09
06:37
Rename safe-stock86.test to safe-stock.test check-in: 142eb5a6e1 user: jan.nijtmans tags: core-8-6-branch
2020-09-07
15:11
Fix "make install" on MacOSX: interp: make-manpage-section: ignoring .VS "TIP 581" after .TP check-in: 1f4ee122a1 user: jan.nijtmans tags: core-8-6-branch
11:56
Backport genStubs.tcl from 8.7. This adds support for MP_WUR, not actually used by Tcl. But could be... check-in: 8cab9206ce user: jan.nijtmans tags: core-8-6-branch
2020-09-05
20:45
TIP #581: Last possible master/slave -> parent/child changes, without affecting anything serious check-in: f615145141 user: jan.nijtmans tags: core-8-6-branch
2020-09-04
15:48
Let all test-cases load the "tcltest" package the same way. Depend on tcltest 2.5, since we never te... check-in: 0e50a82fe7 user: jan.nijtmans tags: core-8-6-branch
07:28
TIP #581: Mainly documentation and some testcases check-in: 87bd83bd5c user: jan.nijtmans tags: core-8-6-branch
2020-09-02
12:51
Merge 8.5 Mark io-46.1 and io-50.5 as "notOSX", since they sometimes fail in Travis check-in: 7791bb021a user: jan.nijtmans tags: core-8-6-branch
2020-09-01
09:15
Many more internal master/slave -> parent/child renamings check-in: 7424e202bd user: jan.nijtmans tags: core-8-6-branch
09:11
Eliminate eol-spacing check-in: afbd119866 user: jan.nijtmans tags: core-8-6-branch
2020-08-31
13:12
opt package: Change comment. 0.4.7 -> 0.4.8. More Master -> Parent and Slave -> Child changes in (in... check-in: 7e10c4efe4 user: jan.nijtmans tags: core-8-6-branch
09:23
Implement TIP #581: Master/Slave check-in: 7f02e98a69 user: jan.nijtmans tags: core-8-6-branch
2020-08-28
19:24
Merge safe-bugfixes-8-6 check-in: a638b9a73b user: kjnash tags: core-8-6-branch
19:13
Merge 8.6 Closed-Leaf check-in: 52618064a8 user: kjnash tags: safe-bugfixes-8-6
19:10
Merge bug-c2dc1da315-for-8-6 check-in: a05f28460a user: kjnash tags: core-8-6-branch
18:54
Merge http-bug-cb0373bb33-again-for-8-6 check-in: 52561981ab user: kjnash tags: core-8-6-branch
18:34
Merge 8.6 Closed-Leaf check-in: 8342739274 user: kjnash tags: bug-c2dc1da315-for-8-6
18:19
Merge 8.6 Closed-Leaf check-in: 62abcf2898 user: kjnash tags: http-bug-cb0373bb33-again-for-8-6
15:02
merge 8.5 check-in: 8ce5b93bb4 user: sebres tags: core-8-6-branch
14:05
merge 8.5 check-in: 6913f30364 user: sebres tags: core-8-6-branch
01:21
Merge safe-bugfixes-8-6 Leaf check-in: 2b3b20e98d user: kjnash tags: tip-579-8-6
01:17
Merge safe-bugfixes-8-6 check-in: 9d1f81f130 user: kjnash tags: tip-579-8-6
01:03
Update safe.test for new error message. check-in: ed691d3950 user: kjnash tags: safe-bugfixes-8-6
2020-08-27
15:50
Provide error message if failed load does not. check-in: 159e769d82 user: kjnash tags: safe-bugfixes-8-6
15:17
Merge 8.6 check-in: e4f37a2272 user: kjnash tags: tip-579-8-6
15:15
Merge 8.6 check-in: ae239aabfe user: kjnash tags: safe-bugfixes-8-6
15:12
Merge 8.6 check-in: 3ce87e7c61 user: kjnash tags: bug-c2dc1da315-for-8-6
2020-08-26
19:43
Merge 8.6 check-in: 4820ad34cc user: kjnash tags: http-bug-cb0373bb33-again-for-8-6
14:52
Testcase chan-io-50.1 still fails sometimes on MacOSX. So put same measures in place as in io-50.1. ... check-in: be456e2d1b user: jan.nijtmans tags: core-8-6-branch
2020-08-25
20:10
Merge 8.6 check-in: daa306c50a user: kjnash tags: http-bug-cb0373bb33-again-for-8-6
10:15
Merge 8.5 check-in: c58bf87306 user: jan.nijtmans tags: core-8-6-branch
2020-08-24
14:35
Try another Travis build check-in: c56366da58 user: kjnash tags: safe-bugfixes-8-6
14:28
Fix for http bug c2dc1da315. Add tests. Add detail about -handler to http(n). Bump version to 2.9.... check-in: 3a2c557547 user: kjnash tags: bug-c2dc1da315-for-8-6
12:01
Create new branch named "bug-c2dc1da315-for-8-6" check-in: ea868d7c27 user: kjnash tags: bug-c2dc1da315-for-8-6
2020-08-22
04:09
Merge 8.6 check-in: cc67744e6c user: kjnash tags: http-bug-cb0373bb33-again-for-8-6
04:05
Merge 8.6 check-in: c1e472fb15 user: kjnash tags: tip-579-8-6
04:04
Merge 8.6 check-in: 30e8c35d2c user: kjnash tags: safe-bugfixes-8-6
2020-08-21
14:22
Merge-mark (for triggering another Travis build) Closed-Leaf check-in: 8fa935539e user: jan.nijtmans tags: tip-581
14:00
merge mark check-in: ac8a1eb516 user: dgp tags: core-8-6-branch
2020-08-19
15:37
Merge 8.6 check-in: 276e170eba user: jan.nijtmans tags: tip-581
2020-08-17
16:28
And remove the other $ and do the test slightly differently. Inability to test locally is a challen... check-in: 1fa6c3ef58 user: culler tags: core-8-6-branch
16:21
Add the missing $. check-in: e443f212b9 user: culler tags: core-8-6-branch
15:53
Try to make io-50.6 more robust on the Travis macOS VM check-in: 598504f11d user: culler tags: core-8-6-branch
2020-08-13
07:21
Testcase event-1.1 (still) fails occasionally on macOS check-in: e1b4363aec user: jan.nijtmans tags: core-8-6-branch
2020-08-12
10:25
Fix [e87000d8425ab86a]: crash for "fconfigure stdout" in Win32. Even though the crash cannot happen ... check-in: 3d96bfb13f user: jan.nijtmans tags: core-8-6-branch
09:20
Bugfixes to the earlier fix of bug cb0373bb33, which broke HTTP/1.0 transactions in which the server... check-in: 3d6b421c61 user: kjnash tags: http-bug-cb0373bb33-again-for-8-6
07:10
Fix value of CMD_DEAD flag check-in: 1ae2dd0b80 user: jan.nijtmans tags: core-8-6-branch
06:38
Merge 8.5 check-in: a42020f897 user: jan.nijtmans tags: core-8-6-branch
03:46
Create new branch named "http-bug-cb0373bb33-again-for-8-6" check-in: 64903a675a user: kjnash tags: http-bug-cb0373bb33-again-for-8-6
2020-08-11
18:32
Merge 8.6 check-in: e50e1767e7 user: kjnash tags: tip-579-8-6
18:30
Merge 8.6 check-in: d02c6dcf8a user: kjnash tags: safe-bugfixes-8-6
18:14
invocation of deleting command in trace is prohibited; test case covering "attempt to invoke a delet... Leaf check-in: 18c5c0ffcb user: sebres tags: bug-29e8848eb976-alt
17:27
add test namespace-58.0 TclNREvalObjv should not interrelate the TCL_EVAL_NORESOLVE and the CMD_IS... check-in: 9641d70a9c user: pooryorick tags: bug-29e8848eb976-alt
13:15
Revert unintended ckalloc -> Tcl_Alloc change from previous commit check-in: 40e3633ab1 user: jan.nijtmans tags: core-8-6-branch
12:44
Code cleanup: less of use "register" keyword, and better use of typecasts check-in: 8699923633 user: jan.nijtmans tags: core-8-6-branch
05:39
Eliminate many unnecessary type-casts, mostly (size_t) when value is already size_t or int check-in: 013b828787 user: jan.nijtmans tags: core-8-6-branch
2020-08-10
19:33
Fix mistake in [7eed2baf73] check-in: 68a1f5598f user: pooryorick tags: core-8-6-branch
19:28
alternatefix for [29e8848eb976], partially reverting [7eed2baf73], without new flag CMD_DEAD check-in: e0d0c4ffb2 user: sebres tags: bug-29e8848eb976-alt
18:05
Fix for [29e8848eb976], imported alias in a deletion trace. check-in: 7eed2baf73 user: pooryorick tags: core-8-6-branch
16:54
amend to [8054e19451]: clean up timeout timer event (avoid timing issues on further tests) check-in: d97891f952 user: sebres tags: core-8-6-branch
16:25
merge point (no functional changes, 8.6 already has proper implementation of TclCreateSocketAddress) check-in: d57fe13361 user: sebres tags: core-8-6-branch
14:57
Remove use of (always enabled) "openpipe" constraint. Add "testservicemode" constraint. Change a si... check-in: 2050ab4207 user: jan.nijtmans tags: core-8-6-branch
12:49
Fix [f586089a2b]: removing the call to Tcl_ServiceAll from Tcl_WaitForEvent on macOS exposed race co... check-in: 8054e19451 user: culler tags: core-8-6-branch
01:27
More places where vwait needs to be used instead of update. Closed-Leaf check-in: 3848f45fbc user: culler tags: bug-f586089a2b
2020-08-09
14:33
use vwait in chanio tests too. check-in: 1a0893ad07 user: culler tags: bug-f586089a2b
2020-08-08
21:37
One more vwait. check-in: 00149c5a5c user: culler tags: bug-f586089a2b
21:27
Add and use testservicemode command; replace update by vwait check-in: 6440ef9317 user: culler tags: bug-f586089a2b
2020-08-07
13:15
Fix the expected result for chanio-50.6 check-in: bfaf56bd0c user: culler tags: bug-f586089a2b
13:12
Experiment with io-50.1 on Travis check-in: dca078250c user: culler tags: bug-f586089a2b
2020-08-06
13:09
Experiment with chan-io-50.6 on Travis check-in: 7a08db7462 user: culler tags: bug-f586089a2b
2020-08-05
17:07
merge 8.6 check-in: 0f6646cd5c user: dgp tags: core-8-6-11-rc
2020-08-03
22:48
Merge tip-581 Closed-Leaf check-in: 6a1810a602 user: jan.nijtmans tags: no-master-slave
22:45
Merge 8.6 check-in: 46a66d0b3a user: jan.nijtmans tags: tip-581
22:42
doc fix check-in: 11bad9f38d user: jan.nijtmans tags: core-8-6-branch
15:46
Merge 8.6 check-in: d55f77f316 user: jan.nijtmans tags: tip-581
15:43
Merge 8.6 check-in: 703ab89855 user: jan.nijtmans tags: bug-f586089a2b
15:23
Testcase cleanup: transform *io-50.* testcases to new test syntax check-in: 6b47415fd4 user: jan.nijtmans tags: core-8-6-branch
2020-07-27
21:30
merge 8.6 check-in: cb97a9d7d6 user: dgp tags: core-8-6-11-rc
2020-07-26
17:00
Merge 8.6 check-in: 94c40d8fbb user: jan.nijtmans tags: tip-581
16:21
Fix [cb0373bb33]: The http::geturl -keepalive option does not work as described in the man page. check-in: eeeb45062b user: jan.nijtmans tags: core-8-6-branch
2020-07-25
16:13
Merge 8.6 Closed-Leaf check-in: 04264faa04 user: jan.nijtmans tags: bug-cb0373bb33-for-8-6
15:56
Fix [20dccf1200]: htons-related test fails on Mac OSX Catalina (10.15) Also, let http-related tests... check-in: 48bfbea889 user: jan.nijtmans tags: core-8-6-branch
02:08
Rename command safe::setAutoPathSync to safe::setSyncMode. Add a section TYPICAL USE to doc/safe.n. check-in: 3399026c76 user: kjnash tags: tip-579-8-6
01:46
Rearrange tests in safe.test so they are in numerical order, add 24 more tests of -accessPath/-autoP... check-in: b47583351e user: kjnash tags: tip-579-8-6
2020-07-24
20:32
Fix for bug cb0373bb33. In HTTP/1.1 the response header "Connection", if absent, must default to "k... check-in: cb2b968202 user: kjnash tags: bug-cb0373bb33-for-8-6
20:24
Some additions to changes. check-in: be3d02a650 user: dgp tags: core-8-6-11-rc
18:46
Create new branch named "bug-cb0373bb33-for-8-6" check-in: 225f42518a user: kjnash tags: bug-cb0373bb33-for-8-6
2020-07-23
19:17
merge 8.6 check-in: fa352235b6 user: dgp tags: core-8-6-11-rc
19:04
For each slave, record a value of -autoPath instead of discarding it and relying on the value of ::a... check-in: 9dd9c5825a user: kjnash tags: tip-579-8-6
13:45
Merge safe-bugfixes-8-6 check-in: 9f562f43a1 user: kjnash tags: tip-579-8-6
13:32
Check if reverting from os_unfair_lock to OSSpinLock has any effect. check-in: 203b05be5d user: culler tags: bug-f586089a2b
13:26
Improvements to removal of stale package data - bugfix for 1f63efa537 and 319e438f7f check-in: d9ca230fc6 user: kjnash tags: safe-bugfixes-8-6
10:12
Add tests for cases that might differ when ::auto_path is not synchronized. Renumber some tests not... check-in: 5237b49d21 user: kjnash tags: tip-579-8-6
01:02
Merge safe-bugfixes-8-6 check-in: 424ca06c78 user: kjnash tags: tip-579-8-6
2020-07-22
19:38
Move tests that depend on platform::shell and http1.0 from safe.test to safe-stock86.test, and repla... check-in: aceeb939f9 user: kjnash tags: tip-579-8-6
19:07
Whitespace changes only. check-in: 4027426972 user: kjnash tags: safe-bugfixes-8-6
15:28
Convert test-cases to do proper setup/cleanup check-in: f47e70da42 user: jan.nijtmans tags: bug-f586089a2b
2020-07-21
22:48
Merge safe-bugfixes-8-6 check-in: cd2bfb6c76 user: kjnash tags: tip-579-8-6
17:34
In ::safe::interpFindInAccessPath, ::safe::interpAddToAccessPath, add a check that the interpreter b... check-in: b0ad28bdd7 user: kjnash tags: safe-bugfixes-8-6
17:25
Adapt Safe Base for interpreter names with namespace separators. Add a test and revise safe(n). Fi... check-in: ba718daa57 user: kjnash tags: safe-bugfixes-8-6
13:22
Re-enable event-1.1, io-50.? and chan-io-50.? test-cases, trying to get a hand at the problem [f5860... check-in: 06374b441e user: jan.nijtmans tags: bug-f586089a2b
13:01
Merge tip-581 check-in: e96034cd1e user: jan.nijtmans tags: no-master-slave
13:00
Merge 8.6 check-in: 1222078a76 user: jan.nijtmans tags: tip-581
12:26
Mark chan-io-50.? and event-1.1 as nonPortable (for now): Those sometimes fail in the Travis environ... check-in: 2768cf0b28 user: jan.nijtmans tags: core-8-6-branch
08:49
Merge tip-581 check-in: 60ff392df1 user: jan.nijtmans tags: no-master-slave
08:19
Merge 8.6 check-in: 1071e8b723 user: jan.nijtmans tags: tip-581
03:59
Use suitable -errorcode in safe::AliasSource if file does not exist or is unreadable. Fixes bug f3b... check-in: 803cdad7cf user: kjnash tags: safe-bugfixes-8-6
2020-07-20
22:32
File tests/safe.test - rearrange tests - move tests of command/package loading that use Tcl files to... check-in: a7706bfb9a user: kjnash tags: safe-bugfixes-8-6
14:25
Use "Global" in stead of "Master" internally, where "Master" is not used in the Master-Slave paradig... check-in: 9fbbf06bfc user: jan.nijtmans tags: core-8-6-branch
09:28
Merge tip-581 check-in: 1bfe38f8f0 user: jan.nijtmans tags: no-master-slave
09:02
Merge 8.6 check-in: d76b1154e8 user: jan.nijtmans tags: tip-581
08:24
Merge 8.5. Mark testcases io-50.* nonPortable: they fail too often in travis builds. check-in: f196d74957 user: jan.nijtmans tags: core-8-6-branch
2020-07-18
23:20
Merge safe-bugfixes-8-6 check-in: 25a4ed2270 user: kjnash tags: tip-579-8-6
19:08
Merge 8.6 check-in: fcf50e6b4e user: kjnash tags: safe-bugfixes-8-6
18:51
Remove an old fix for ~ expansion in safe::AliasGlob that is now fixed by other means check-in: 39485e00ef user: kjnash tags: safe-bugfixes-8-6
18:06
Simplify case analysis in safe::AliasGlob check-in: dc38ed6dd6 user: kjnash tags: safe-bugfixes-8-6
17:51
Add explanatory comments to safe::AliasGlob check-in: 17ecaf315b user: kjnash tags: safe-bugfixes-8-6
16:02
macOS: Remove Tcl_ServiceAll from Tcl_WaitForEvent and use os_unfair_lock if it is available. check-in: 4ddbbc840f user: culler tags: core-8-6-branch
13:22
Update comments about safe interpreters in library/tm.tcl and library/package.tcl so they agree with... check-in: b2583774db user: kjnash tags: safe-bugfixes-8-6
13:18
Bugfix argument combination -- and -directory in ::safe::AliasGlob. check-in: 6a0c54df1a user: kjnash tags: safe-bugfixes-8-6
13:09
Remove unused code for *.tm from ::safe::AliasGlob. check-in: 5c918e7ce5 user: kjnash tags: safe-bugfixes-8-6
12:53
Remove code block in ::safe::AliasGlob that no longer serves a useful purpose. check-in: fb0d72aad4 user: kjnash tags: safe-bugfixes-8-6
04:12
Tidying tests/safe.test check-in: 949173f1d5 user: kjnash tags: safe-bugfixes-8-6
2020-07-17
11:11
Doc/internal variable tweaks check-in: bc17f8d86d user: jan.nijtmans tags: core-8-6-branch
10:42
New TIP #581 implementation check-in: c5cf94cd29 user: jan.nijtmans tags: tip-581
08:10
Merge 8.6. Backout change to library/tcltest/tcltest.tcl (doing that in 8.7 is soon enough) check-in: 65dda10d78 user: jan.nijtmans tags: no-master-slave
2020-07-16
16:34
Merge 8.6 check-in: f3a6685cce user: kjnash tags: tip-579-8-6
16:32
Merge 8.6 check-in: 0904d2c30c user: kjnash tags: safe-bugfixes-8-6
15:36
merge 8.5 check-in: 0600fc2c5c user: sebres tags: core-8-6-branch
13:42
Fix [5bbd044812]: Fix index underflow. check-in: df5f1e8652 user: jan.nijtmans tags: core-8-6-branch
10:58
Merge safe-bugfixes-8-6 check-in: 9c045a336b user: kjnash tags: tip-579-8-6
10:26
Merge 8.6 check-in: 53fdc9e61b user: kjnash tags: safe-bugfixes-8-6
08:50
Merge 8.6 Backout change to (internal) ::auto_mkindex_parser::slavehook: Doing that in Tcl 8.7 is so... check-in: 10949ce772 user: jan.nijtmans tags: no-master-slave
08:35
Merge 8.6 Closed-Leaf check-in: 71d406d7b1 user: jan.nijtmans tags: macOS_hangs
2020-07-15
23:11
Bugfix tests/safe.test. Harden tests safe-9.20 to safe-9.24 against indeterminate order of glob mat... check-in: bbed97fc3e user: kjnash tags: safe-bugfixes-8-6
20:06
closes [3c6e47363e]: missing de-duplication mechanism for nested TEBC starting from scratch (e. g. n... check-in: 1947d9b440 user: sebres tags: core-8-6-branch
17:03
Bugfix in library/safe.tcl - AliasGlob passes -join to glob inappropriately; pass new test safe-13.7... check-in: 1de9e63266 user: kjnash tags: safe-bugfixes-8-6
13:22
Bugfix in library/safe.tcl - when deleting a safe interpreter, delete its sub-interpreters cleanly; ... check-in: 0f31a07dec user: kjnash tags: safe-bugfixes-8-6
10:20
Add -constraint nonPortable to 5 tests in tests/safe.test Closed-Leaf check-in: 5cff69fa4a user: kjnash tags: safe-bugfixes-8-6, fix-travis-8-6
10:09
Create new branch named "fix-travis-8-6" check-in: e68684f984 user: kjnash tags: safe-bugfixes-8-6, fix-travis-8-6
09:07
Rename doc/CrtSlave.3 to doc/CrtAlias.3. Some more doc tweaks. check-in: 4658118d76 user: jan.nijtmans tags: core-8-6-branch
2020-07-14
16:40
Merge 8.6 check-in: c665ead95c user: kjnash tags: tip-579-8-6
16:15
Sync with bugfixes and tests pushed upstream via safe-bugfixes-8-6 to core-8-6-branch. check-in: 7d0985c611 user: kjnash tags: tip-579-8-6
15:39
childs -> children check-in: 3dee2ffa26 user: jan.nijtmans tags: no-master-slave
15:13
Merge safe-bugfixes-8-6 check-in: 41f694a08b user: kjnash tags: safe-bugfixes-8-6
14:57
Merge 8.6 check-in: 720066ae52 user: kjnash tags: safe-bugfixes-8-6
10:25
Merge 8.6 check-in: ea3e7dfc80 user: jan.nijtmans tags: macOS_hangs
10:16
(cherry-pick): Bugfix in library/tm.tcl - in a safe interp ::tcl::tm::UnknownHandler should always u... check-in: a92a008f3a user: jan.nijtmans tags: core-8-6-branch
09:59
typo's check-in: df7e9f2ed6 user: jan.nijtmans tags: no-master-slave
2020-07-13
15:04
Merge safe-bugfixes-8-6 check-in: d8a9ec8866 user: kjnash tags: safe-bugfixes-8-6
14:57
Comments only. check-in: a160677bac user: kjnash tags: safe-bugfixes-8-6
14:55
Add tests to tests/safe.test check-in: 6eeae316ca user: kjnash tags: safe-bugfixes-8-6
14:24
More WIP check-in: 38b4e0ed91 user: jan.nijtmans tags: no-master-slave
13:30
Merge safe-bugfixes-8-6 check-in: a5bd4a33a7 user: kjnash tags: safe-bugfixes-8-6
12:52
Bugfix in library/safe.tcl - when auto_reset, also reload module data; pass test safe-9.24 check-in: 68ed8dcb41 user: kjnash tags: safe-bugfixes-8-6
12:37
Bugfix in library/tm.tcl - in a safe interp ::tcl::tm::UnknownHandler should always use the freshest... check-in: 8927bbee05 user: kjnash tags: safe-bugfixes-8-6
12:32
Bugfix in library/safe.tcl - interpConfigure use revised value of tcl::tm::list; pass tests safe-9.2... check-in: b336bc2615 user: kjnash tags: safe-bugfixes-8-6
12:25
Bugfix in library/safe.tcl - only add tm roots to tcl::tm::list; pass test safe-9.20 check-in: 081a8b9b50 user: kjnash tags: safe-bugfixes-8-6
12:13
Bugfix in library/safe.tcl - remove impossible error message in safe::interpFindInAccessPath; pass t... check-in: 59c89cfdb1 user: kjnash tags: safe-bugfixes-8-6
12:09
Bugfix in library/safe.tcl - when auto_reset, also reload pkgIndex.tcl data; pass tests safe-9.10, s... check-in: 823dae2469 user: kjnash tags: safe-bugfixes-8-6
12:03
(Experiment): What happens if we purge all usages of Master/Slave from Tcl. Highly experimental, not... check-in: f9ba684c6b user: jan.nijtmans tags: no-master-slave
11:49
Bugfix in library/safe.tcl for doreset (auto_reset); pass test safe-9.9 check-in: ecc0872a76 user: kjnash tags: safe-bugfixes-8-6
11:43
Add new tests to tests/safe.test. check-in: b4f5fece9a user: kjnash tags: safe-bugfixes-8-6
11:22
Add example files for use in tests/safe.test; add tests of the files themselves. check-in: d76b976761 user: kjnash tags: safe-bugfixes-8-6
10:39
Create new branch named "safe-bugfixes-8-6" check-in: f92587604c user: kjnash tags: safe-bugfixes-8-6
2020-07-11
16:06
Merge 8.6 check-in: 9c6bf66e1a user: jan.nijtmans tags: macOS_hangs
16:01
Fix 4 test-cases, which fail when running from the western hemisphere check-in: 08ce1e113c user: jan.nijtmans tags: core-8-6-branch
2020-07-10
18:42
merge 8.6 check-in: fd9e14d847 user: dgp tags: core-8-6-11-rc
10:32
Fix test-cases clock-34.65 and clock-34.66, they seem to be affected by summertime check-in: 955c7a2de8 user: jan.nijtmans tags: core-8-6-branch
10:03
Fix [5019748c73]: FreeScan resp. Oldscan does not recognize positive time zone offset check-in: f041312885 user: jan.nijtmans tags: core-8-6-branch
08:52
Fix utf-1.13 testcase for TCL_UTF_MAX>3 check-in: 20b181dc7b user: jan.nijtmans tags: core-8-6-branch
07:26
Addendum to [60fab362ce]: "Also don't allow surrogates in \U??????". This change was only meant fo... check-in: 8e89ee88fc user: jan.nijtmans tags: core-8-6-branch
2020-07-09
17:37
Revise tests safe-18.2 and safe-18.4 to allow for -autoPath in interpConfigure output. check-in: cd5de66f22 user: kjnash tags: tip-579-8-6
17:03
Rename command ::safe::SetAutoPathSync to ::safe::setAutoPathSync and add to library/tclIndex. check-in: e0b3cee30c user: kjnash tags: tip-579-8-6
16:26
Update safe(n) to document the changes. check-in: 3851298ff1 user: kjnash tags: tip-579-8-6
10:14
First bunch of changes. Please review! check-in: e344a18941 user: jan.nijtmans tags: core-8-6-11-rc
10:11
Add code for -autoPath option in Safe Base. check-in: 11e7b58e19 user: kjnash tags: tip-579-8-6
10:01
Apply patch for new features other than -autoPath check-in: edc239c79f user: kjnash tags: tip-579-8-6
09:42
Create new branch named "tip-579-8-6" check-in: ac35020358 user: kjnash tags: tip-579-8-6
07:57
Proposed fix for [5019748c73]: FreeScan resp. Oldscan does not recognize positive time zone offset l... Closed-Leaf check-in: 4f71ead4a9 user: jan.nijtmans tags: bug-5019748c73
07:21
Fix [a1bd37b719]: clock (free)scan of ISO 8601 timestamp with literal T behaves strange check-in: 858e370f1a user: jan.nijtmans tags: core-8-6-branch
2020-07-08
14:42
Merge 8.6 Closed-Leaf check-in: 0bdeb11ed7 user: jan.nijtmans tags: bug-a1bd37b719
2020-07-07
15:32
merge 8.6 check-in: 66975bc9f3 user: dgp tags: core-8-6-11-rc
12:52
Make sure that in tclConfig.sh for Windows ${DBGX} is expanded before exporting TCL_(SHARED|UNSHARED... check-in: 051bf28686 user: jan.nijtmans tags: core-8-6-branch
2020-07-06
20:34
Bump to 8.6.11 for release. check-in: 307509b108 user: dgp tags: core-8-6-11-rc
2020-07-03
08:39
In tcl_startOfPreviousWord, don't bother doing a regexp when $start <= 0. check-in: 0191b4c371 user: jan.nijtmans tags: core-8-6-branch
2020-06-29
12:41
A few missing entries in .fossil-settings/ignore-glob and .gitignore check-in: 68a39f85c9 user: jan.nijtmans tags: core-8-6-branch
10:21
Re-generate unix/tclConfig.h.in check-in: a7665c75e4 user: jan.nijtmans tags: core-8-6-branch
2020-06-28
15:13
MacOSX: add some type-casts, improving C++ compatibility. Make sure that strstr and strtoul() are no... check-in: 113a7e727d user: jan.nijtmans tags: core-8-6-branch
14:44
Merge make-dist branch: Now travis checks regressions in "make dist" too check-in: 56c93291d3 user: jan.nijtmans tags: core-8-6-branch
2020-06-26
13:29
Add "make dist" target to Travis build, as regression test. This should continue to work. Closed-Leaf check-in: 17eda4527e user: jan.nijtmans tags: make-dist
2020-06-25
12:58
Merge 8.5 check-in: e6244e2d0e user: jan.nijtmans tags: core-8-6-branch
07:38
Merge 8.5 check-in: 209a225df7 user: jan.nijtmans tags: core-8-6-branch
2020-06-24
09:02
merge zlib-chan-f70ce1fead, [f70ce1fead] - rewritten and optimized inflate: default read ahead limit... check-in: 05f80ed1bc user: sebres tags: core-8-6-branch
2020-06-23
20:40
zlib.test: replaces tests/assets/zlib.bin with inlined version (creating test file on demand), use t... Closed-Leaf check-in: 6052cf5b32 user: sebres tags: zlib-chan-f70ce1fead
19:21
optimizes locale cache: locale is case-sensitive key; simplifying format localization routine (cache... check-in: 48cf9d722f user: sebres tags: sebres-8-6-clock-speedup-cr2
18:10
Fix for ticket 41c9857bdd check-in: be0c740944 user: kjnash tags: core-8-6-branch
10:09
Merge 8.6. Merge 8.6. Fix tclClockFmt.c build check-in: 0e3a93d671 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2
09:43
Merge 8.6 check-in: 232605440b user: jan.nijtmans tags: bug-a1bd37b719
09:28
avoid %pure-parser deprecation warning from Bison 3.4 check-in: 4fe2f27858 user: jan.nijtmans tags: core-8-6-branch
07:13
re-generate with bison 3.1 check-in: 918767cf74 user: jan.nijtmans tags: bug-a1bd37b719
06:48
Merge 8.6. re-generate tclParse.c check-in: 5a95936bce user: jan.nijtmans tags: bug-a1bd37b719
06:37
Added two tests demonstrating that the tickets [8af92dfb66] (bad stream expansion) and [f70ce1fead] ... check-in: 165b6516ea user: aku tags: zlib-chan-f70ce1fead
06:35
Backport some changes in tclGetDate.y from 8.7. check-in: 9d38e87ebc user: jan.nijtmans tags: core-8-6-branch
2020-06-22
18:37
switch internal numbers to long (size of time_t is depending by platform, compiler, stdlib and its d... check-in: 1c3f0f39e0 user: sebres tags: sebres-8-6-clock-speedup-cr2
18:35
rebuilt with bison 3.5; replace deprecated `%pure-parser` with `%define api.pure` check-in: bd5e5db567 user: sebres tags: sebres-8-6-clock-speedup-cr2
18:29
Merge branch 'iso-TZ-bug-21': closes gh-21 (bug [a1bd37b719], https://github.com/sebres/tclclockmod/... check-in: 4f064d306d user: sebres tags: sebres-8-6-clock-speedup-cr2
18:26
resolves more shift/reduce conflicts (since SP token is expected by few items only, otherwise silent... check-in: 35aea014ba user: sebres tags: sebres-8-6-clock-speedup-cr2
18:22
small amend to #21 allowing time without seconds part "hh:mm" as extended ISO time (with and without... Closed-Leaf check-in: b449a91f7b user: sebres tags: sebres-8-6-clock-speedup-bug-a1bd37b719
18:22
optimized ISO 8601 timestamp (with extended formats, T literal is optional now, more tests); decreas... check-in: 000e5124d6 user: sebres tags: sebres-8-6-clock-speedup-bug-a1bd37b719
18:21
ISO 8601 timestamp format accepts extended date and time (YYYY-MM-DD and hh:mm:ss); implements more... check-in: b915ec2745 user: sebres tags: sebres-8-6-clock-speedup-bug-a1bd37b719
18:21
added test-cases illustrating bug #21: literal may be mistakenly recognized as a time-zone (doesn't ... check-in: 67e152931d user: sebres tags: sebres-8-6-clock-speedup-bug-a1bd37b719
18:19
more tests time-zone independent check-in: acf0d6fd01 user: sebres tags: sebres-8-6-clock-speedup-cr2
18:17
close fork check-in: 371c68b040 user: sebres tags: sebres-8-6-clock-speedup-cr2
18:11
merge 8.6 check-in: 08e092f1d3 user: sebres tags: sebres-8-6-clock-speedup-cr2
17:36
compatibility to future 8.6 version ([6596c4af31e29b5d] introduced new internals TclUtfPrev/TclUtfNe... check-in: 75b156542f user: sebres tags: sebres-8-6-clock-speedup-cr2
17:28
simplification of new tests check-in: 9c3d568ffc user: sebres tags: sebres-8-6-clock-speedup-cr2
17:21
Merge branch 'gh-20--neg-relmonth-offs': fixed relative clock calculation on negative month offset o... check-in: ef0f2caea9 user: sebres tags: sebres-8-6-clock-speedup-cr2
17:19
fixed relative clock calculation on negative month offset over threshold of a year: compiler/platfo... Closed-Leaf check-in: ff917bd6e7 user: sebres tags: sebres-8-6-clock-speedup-cr2-gh-20
17:19
added test case illustrating bug #20 - wrong relative clock calculation on negative month offset ove... check-in: e856d21c22 user: sebres tags: sebres-8-6-clock-speedup-cr2-gh-20
17:14
Merge branch 'fix-gh-19' (https://github.com/sebres/tclclockmod/issues/19) check-in: 925b5b7229 user: sebres tags: sebres-8-6-clock-speedup-cr2
16:52
windows: small amend (speedup _hasRegistry in positive case) Closed-Leaf check-in: edbea056d9 user: sebres tags: sebres-8-6-clock-speedup-cr2-gh-19
16:51
close #19: implements safe "catch" in clock NS - avoid overwrite of interp state by select and setup... check-in: e236bb6a19 user: sebres tags: sebres-8-6-clock-speedup-cr2-gh-19
16:44
avoid overwrite of interp state by select and setup timezone check-in: 45258c6b60 user: sebres tags: sebres-8-6-clock-speedup-cr2-gh-19
16:42
avoid change of interp state in ::tcl::clock::LocalizeFormat check-in: d05b3521ec user: sebres tags: sebres-8-6-clock-speedup-cr2-gh-19
16:35
test case illustrating #19: some initialization of clock.tcl (locale/msgcat, etc) could overwrite in... check-in: b150f1e1fc user: sebres tags: sebres-8-6-clock-speedup-cr2-gh-19
16:30
improve tests, since timerate supporting max-count too check-in: 5aa58926a2 user: sebres tags: sebres-8-6-clock-speedup-cr2
16:12
Use the os_unfair_lock in place of OSSpinLock when the minimum build target is newer than OSX 10.12 check-in: 7c6642e5f3 user: culler tags: macOS_hangs
12:47
Merge 8.5 check-in: 8001aa09b3 user: jan.nijtmans tags: core-8-6-branch
12:24
Change all *.sln to CRLF format, so they are directly usable in Visual Studio projects check-in: 8e3a80acf7 user: jan.nijtmans tags: core-8-6-branch
11:57
library/reg/pkgIndex.tcl should not be executable check-in: a424f40c9d user: jan.nijtmans tags: core-8-6-branch
11:56
Merge 8.5 check-in: 5597889f78 user: jan.nijtmans tags: core-8-6-branch
2020-06-21
15:42
Clearify documentation regarding [a7c1c2c7e5] check-in: 61a0475861 user: jan.nijtmans tags: core-8-6-branch
14:50
Merge bug-f81beca7af check-in: 6601913dac user: kjnash tags: core-8-6-branch
2020-06-19
17:44
Merge bug-f81beca7af Closed-Leaf check-in: 1aff94317c user: kjnash tags: bug-f81beca7af
14:40
Bump http version to 2.9.2 check-in: 5bc802fdfa user: kjnash tags: bug-f81beca7af
12:37
Merge 8.6 check-in: a2a2375f9d user: kjnash tags: bug-f81beca7af
10:27
sync zlib's crypt.h with version in Tcl 8.7 check-in: ed98c16eab user: jan.nijtmans tags: core-8-6-branch
2020-06-18
20:02
Sometimes the waitTime needs to be positive to avoid missing channel io events. check-in: 871a455a27 user: culler tags: macOS_hangs
2020-06-12
14:44
rules.vc: No need to redefine values which are already the default. tclWinPort.h: Fix comment check-in: 9cde493d0c user: jan.nijtmans tags: core-8-6-branch
2020-06-11
14:34
Not really a problem, since SHLIB_CFLAGS is empty on win32 .... still this is wrong... check-in: 97fe1b341d user: jan.nijtmans tags: core-8-6-branch
2020-06-08
07:47
Merge-mark 8.5 (TZ update already done here) Don't try to compile with MINGW32_ in /unix directory. ... check-in: 84850a7b1a user: jan.nijtmans tags: core-8-6-branch
2020-06-07
22:15
Code simplification and cleanup check-in: ca8b8183b6 user: culler tags: macOS_hangs
2020-06-06
21:23
Address macOS hangs in Tcl_WaitForEvent. check-in: 7495bd2a44 user: culler tags: macOS_hangs
07:52
Update TZ info to tzdata2020a. check-in: 1c47008a7b user: jima tags: core-8-6-branch
2020-06-02
17:05
merge 8.5 check-in: 6256f30f45 user: sebres tags: core-8-6-branch
2020-05-29
20:00
fixes [75d525d37c]: segfault by server socket transfer (accept proc executed in wrong interpreter); ... Leaf check-in: 455c680c3a user: sebres tags: bug-75d525d37c-sf-chan-transfer
19:54
better variant of test (no cycle needed) check-in: 5cfe4de59b user: sebres tags: bug-75d525d37c-sf-chan-transfer
19:40
test illustrating [75d525d37c]: segfault by server socket transfer (accept proc executed in wrong in... check-in: 0e2fa18bb9 user: sebres tags: bug-75d525d37c-sf-chan-transfer
19:02
no functional changes (closed bracket in comment, lint concerns only) check-in: 739d02d3e1 user: sebres tags: core-8-6-branch
2020-05-27
21:11
clock-iso-2.patch check-in: b29eba8aee user: jan.nijtmans tags: bug-a1bd37b719
13:58
Proposed soution for [a1bd37b719]: clock (free)scan of ISO 8601 timestamp with literal T behaves str... check-in: f0ea6d62c1 user: jan.nijtmans tags: bug-a1bd37b719
2020-05-26
21:49
Merge 8.5 check-in: c792cfeb7f user: jan.nijtmans tags: core-8-6-branch
2020-05-25
09:02
Fix compiled "string is <class>" for TCL_UTF_MAX=4 build, for characters > U+FFFF. check-in: 1eec2e52c3 user: jan.nijtmans tags: core-8-6-branch
2020-05-18
20:23
Tiny fix for TCL_UTF_MAX=4 build only: Since Tcl_UtfNext() verifies 4 bytes for lead bytes F0-F5, Tc... check-in: f299c3c546 user: jan.nijtmans tags: core-8-6-branch
2020-05-14
09:46
In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual bytes of a string sear... check-in: aa6cbf0a7f user: jan.nijtmans tags: core-8-6-branch
2020-05-13
17:24
Merge-mark check-in: a558dbacdf user: jan.nijtmans tags: core-8-6-branch
17:13
Copy utf.test from the tip of the core-8-6-branch, and see how many bugs are known in 8.6.10. All of... Closed-Leaf check-in: d5a5ffc4f4 user: jan.nijtmans tags: core-8-6-10-orig
16:51
Fix [ed29806baf]: Tcl_UtfToUniChar reads more than TCL_UTF_MAX bytes check-in: 2a7beb9d18 user: jan.nijtmans tags: core-8-6-branch
15:23
In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual bytes of a string sear... Closed-Leaf check-in: 6b8770b300 user: jan.nijtmans tags: prev-next-cleanup
11:13
merge 8.5 check-in: 2d6256ffd6 user: sebres tags: core-8-6-branch
10:19
One Tcl_UtfPrev() -> TclUtfPrev() change. Just a little bit cheaper. check-in: 2ee35161c1 user: jan.nijtmans tags: core-8-6-branch
09:07
Fix documentation of Tcl_UtfAtIndex(), in accordance with implementation. See: [81242a48c8] check-in: 07324a311e user: jan.nijtmans tags: core-8-6-branch
2020-05-12
19:20
Revert implementation of Tcl_UniCharAtIndex() change done in this commit: [6596c4af31e29b5d]. Just l... check-in: 0418b67de2 user: jan.nijtmans tags: core-8-6-branch
11:28
Change a few test-expectations. Doesn't realy change the number of "knownBug"'s check-in: 6745022c67 user: jan.nijtmans tags: core-8-6-10-orig
11:08
Merge testcase cleanup. Make Tcl_UtfPrev() behave the same for any TCL_UTF_MAX value, since we didn'... Closed-Leaf check-in: b5d4bf440b user: jan.nijtmans tags: bug-ed29806baf-8.6
10:34
Merge 8.5 check-in: 34050ed15d user: jan.nijtmans tags: core-8-6-branch
08:25
Take the original 8.6.10 version, but update tclTest.c and utf.test with the latest version. So let'... check-in: 86d36e9604 user: jan.nijtmans tags: core-8-6-10-orig
07:26
Fix "knownBug" utf-4.11. Turns out a few other testcases where still not correct, now they are. Mak... check-in: 8aa5fcb56e user: jan.nijtmans tags: bug-ed29806baf-8.6
2020-05-11
12:25
Merge 8.6. Mark testcase utf-4.11 as "knownBug": this one still doesn't give the right answer. Add t... check-in: aeb46f9ed0 user: jan.nijtmans tags: bug-ed29806baf-8.6
10:41
Fix [d402ffe76]: Win32 potential crash when using main(). Thanks to Christian Werner for the Bug rep... check-in: 778543bca7 user: jan.nijtmans tags: core-8-6-branch
10:03
Tweak the Tcl_UtfPrev() implementation for TCL_UTF_MAX=4. This fixes 10 testcases in 4 groups (utf-7... check-in: ae6c7e8b86 user: jan.nijtmans tags: core-8-6-branch
07:39
occurance -> occurrence. check-in: 1f06b263bc user: jan.nijtmans tags: core-8-6-branch
2020-05-10
19:28
Tweak Invalid() function: No need for "return 0" twice in the function. For start bytes F0-F4, case... check-in: 1c924d98e0 user: jan.nijtmans tags: core-8-6-branch
13:10
Merge bug-31aa44375d branch. Mark encoding-15.5 testcase as "knownBug". Discussion is not over yet, ... check-in: 9185977c43 user: jan.nijtmans tags: core-8-6-branch
2020-05-08
15:19
Rebase to latest core-8-6-branch. Closed-Leaf check-in: 03e4d0a22a user: jan.nijtmans tags: bug-31aa44375d
14:18
Merge 8.5 check-in: b3fc054686 user: jan.nijtmans tags: core-8-6-branch
08:09
More testcases that can run without "testbytestring" constraints. check-in: 8a993ae14f user: jan.nijtmans tags: core-8-6-branch
2020-05-07
21:52
Change order of some testcases, matching 8.6 check-in: 9696523bba user: jan.nijtmans tags: bug-ed29806baf-8.6
21:47
Merge changes from parent branch check-in: 2742b2b00d user: dgp tags: bug-31aa44375d
21:28
Merge 8.6 check-in: c59e41ca4e user: jan.nijtmans tags: bug-ed29806baf-8.6
20:50
close fork check-in: 3278d4c6ea user: dgp tags: core-8-6-branch
20:44
merge 8.5 check-in: 46d4cccefe user: dgp tags: core-8-6-branch
20:36
Merge 8.5 check-in: 32d28204fe user: jan.nijtmans tags: core-8-6-branch
19:22
merge 8.5 check-in: 488d1d5841 user: dgp tags: core-8-6-branch
18:36
split and constrain the failing test. check-in: 54933a665c user: dgp tags: bug-31aa44375d
18:23
New approach to fixing the regression reported in [31aa44375d] builds on recent reforms. Older effo... check-in: ad31bd7310 user: dgp tags: bug-31aa44375d
16:44
merge 8.6 check-in: ea1043c01e user: dgp tags: bug-ed29806baf-8.6
14:15
For TCL_UTF_MAX==4: Make sure that Tcl_UtfNext()/Tcl_UtfPrev() never move more than 3 bytes. This is... check-in: 116d4a8943 user: jan.nijtmans tags: core-8-6-branch
13:37
Merge 8.6. Some more tweaks to Tcl_UtfPrev(), so it cannot jump back 4 bytes in "utf16" build any mo... check-in: 6f4bdb20da user: jan.nijtmans tags: bug-ed29806baf-8.6
10:09
Optimize Tcl_UtfToUniCharDString() check-in: 806e1e868c user: jan.nijtmans tags: core-8-6-branch
2020-05-06
21:42
merge 8.5 check-in: 62362d0caa user: dgp tags: core-8-6-branch
19:31
merge 8.5 check-in: 01956c0799 user: dgp tags: core-8-6-branch
17:10
Merge 8.5 check-in: c3ba020bba user: jan.nijtmans tags: core-8-6-branch
13:14
Merge 8.5. More usage of UCHAR() macro. check-in: 3f3c0fda44 user: jan.nijtmans tags: core-8-6-branch
08:15
Merge 8.5. Make testcases utf-7.20.[01] content the same as in core-8-5-branch, core-8-branch and tr... check-in: b275de7c64 user: jan.nijtmans tags: core-8-6-branch
2020-05-05
16:00
More usage of TclUtfToUCS4(), so we can use the whole Unicode range better in TCL_UTF_MAX>3 builds. check-in: 26e57ca148 user: jan.nijtmans tags: core-8-6-branch
15:56
Remove PROTO_FLAGS support from the Makefile, since it isn't used anywhere any more. check-in: 5d38a6b3c6 user: jan.nijtmans tags: core-8-6-branch
13:23
Add 4 test-cases that could fool Tcl_UtfPrev (but ... actually they don't). Make sure that Tcl_UtfPr... check-in: 50e98246d7 user: jan.nijtmans tags: bug-ed29806baf-8.6
10:06
Merge 8.6 check-in: 5d3edce6f4 user: jan.nijtmans tags: bug-ed29806baf-8.6
07:44
One more tip389 selector check-in: a0b18d14b1 user: jan.nijtmans tags: core-8-6-branch
07:39
Merge 8.5 check-in: 822925b9b4 user: jan.nijtmans tags: core-8-6-branch
2020-05-04
14:17
More progress/simplification check-in: a17d905779 user: jan.nijtmans tags: bug-ed29806baf-8.6
13:01
Merge 8.6 check-in: 1256ace951 user: jan.nijtmans tags: bug-ed29806baf-8.6
12:31
New internal function TclGetUCS4() only available when TCL_UTF_MAX=4. This fixes all "knownBug" test... check-in: 41517f0841 user: jan.nijtmans tags: core-8-6-branch
11:08
Merge 8.6 check-in: 76cc0911f3 user: jan.nijtmans tags: bug-ed29806baf-8.6
09:40
Merge 8.5 check-in: b14b21b3aa user: jan.nijtmans tags: core-8-6-branch
08:35
(partial) fix for [9d0cb35bb2]: Various issues with core-8-6-branch, TCL_UTF_MAX=4. (even though TCL... check-in: af513d6a16 user: jan.nijtmans tags: core-8-6-branch
2020-05-03
22:27
Merge 8.6 check-in: 0de2fe18d1 user: jan.nijtmans tags: bug-ed29806baf-8.6
22:16
Re-join utf-6.93.0 and utf-6.93.1 (please disregard comment in previous commit, it was not correct).... check-in: 161196f054 user: jan.nijtmans tags: core-8-6-branch
2020-05-02
22:48
Join test-cases utf-6.93.0 and utf-6.93.1, which MUST give the same answer always for whatever testC... check-in: e145652a1f user: jan.nijtmans tags: core-8-6-branch
21:54
Seems almost correct. Still problem with "string index" for TCL_UTF_MAX>3 check-in: 20993bd6c0 user: jan.nijtmans tags: bug-ed29806baf-8.6
10:15
More fixes for [ed29806baf]. Not working yet. WIP check-in: f670d1a41f user: jan.nijtmans tags: bug-ed29806baf-8.6
2020-05-01
15:29
Rebase to core-8-6-branch (I don't think it's solved yet, but let's see) Leaf check-in: 04631bfc72 user: jan.nijtmans tags: bug-ed29806baf
13:38
Fix first part of [ed29806baf]: Tcl_UtfToUniChar reads more than TCL_UTF_MAX bytes. Tcl_UtfToUniChar... check-in: 5f2bb912cf user: jan.nijtmans tags: core-8-6-branch
2020-04-30
20:57
merge 8.5 check-in: e8ee7dfb40 user: dgp tags: core-8-6-branch
20:34
merge 8.5 check-in: be2db1b5bb user: dgp tags: core-8-6-branch
18:58
merge 8.5 check-in: c4bcfe94fe user: dgp tags: core-8-6-branch
15:35
Win: use physical host DNS name instead cluster name. Ticket [da235271f1] check-in: 2ba1cd687f user: oehhar tags: core-8-6-branch
14:16
Backout the quick-fix workaround in Tcl_NumUtfChars as a way to monitor progress on this issue. check-in: b8aafb8d10 user: dgp tags: bug-ed29806baf
14:14
merge 8.6 check-in: 33fbfaaebd user: dgp tags: bug-ed29806baf
13:59
merge 8.5 check-in: 004eadf9f4 user: dgp tags: core-8-6-branch
13:45
Merge 8.5 check-in: 2d21c2bed7 user: jan.nijtmans tags: core-8-6-branch
12:09
Partial fix for [ed29806ba]: Tcl_UtfToUniChar reads more than TCL_UTF_MAX bytes. check-in: 98f5334275 user: jan.nijtmans tags: core-8-6-branch
10:44
Merge 8.5 check-in: d5d54fd7a7 user: jan.nijtmans tags: core-8-6-branch
10:10
Merge 8.5 check-in: 6dbd91b40a user: jan.nijtmans tags: core-8-6-branch
2020-04-29
22:08
Merge 8.5. Mark test knownBug while it fails on builds of this branch. check-in: d0f0882994 user: dgp tags: core-8-6-branch
20:50
Merge-mark 8.5 check-in: 2a296e9556 user: jan.nijtmans tags: core-8-6-branch
19:00
Add UNICODE_OUT_OF_RANGE() calls to UCS4ToTitle() and friends. Backported from 8.7. This fixes [6963... check-in: 8daf5a10dd user: jan.nijtmans tags: core-8-6-branch
2020-04-28
21:28
merge 8.5 check-in: 94627889fc user: dgp tags: core-8-6-branch
21:15
Merge 8.5 check-in: 536cc3e560 user: jan.nijtmans tags: core-8-6-branch
20:44
merge 8.5 check-in: 67a589b1e3 user: dgp tags: core-8-6-branch
19:45
merge 8.5 check-in: 7c1d6e23c4 user: dgp tags: core-8-6-branch
19:20
merge 8.5 check-in: f12cf25524 user: dgp tags: core-8-6-branch
07:17
Merge 8.5 check-in: 5022b35087 user: jan.nijtmans tags: core-8-6-branch
2020-04-27
19:25
Merge 8.5; mark failing tests as knownBug. check-in: 59aa89517e user: dgp tags: core-8-6-branch
19:06
Create branch to contain efforts at solving ticket [ed29806baf]. check-in: 87ba353929 user: dgp tags: bug-ed29806baf
17:41
merge 8.5 check-in: c806f699f4 user: dgp tags: core-8-6-branch
15:41
merge 8.5 check-in: 27c7dcbdf6 user: dgp tags: core-8-6-branch
15:28
merge 8.5 check-in: 56d432ea2a user: dgp tags: core-8-6-branch
13:29
merge 8.5 check-in: 6f1a294415 user: dgp tags: core-8-6-branch
12:42
merge 8.5 check-in: 5a63fadece user: dgp tags: core-8-6-branch
12:33
merge 8.5 check-in: 04a66eeae6 user: dgp tags: core-8-6-branch
12:29
[45ca2338cd] Revise the [string to*] machinery for custom builds. check-in: 6172611cc2 user: dgp tags: core-8-6-branch
12:26
Use lossless internal routines to cover extended characters. Closed-Leaf check-in: ef84b2a306 user: dgp tags: bug-45ca2338cd
03:03
Still more tests check-in: df9dcce37e user: dgp tags: bug-45ca2338cd
02:43
More tests showing more bugs. check-in: 8a4e91ed52 user: dgp tags: bug-45ca2338cd
01:29
Possible fix for [string to*] writing out a high surrogate at end of string. check-in: cd98f1d62d user: dgp tags: bug-45ca2338cd
2020-04-26
22:13
merge 8.5 check-in: b680f44180 user: dgp tags: core-8-6-branch
21:29
merge 8.5 check-in: 4d45240fd7 user: dgp tags: core-8-6-branch
21:12
merge 8.5 check-in: eb506a92f0 user: dgp tags: core-8-6-branch
21:02
merge 8.5 check-in: eeff8f6f3d user: dgp tags: core-8-6-branch
20:27
merge 8.5 check-in: 723a47f0c4 user: dgp tags: core-8-6-branch
13:25
Remove the function Tcl_UniCharAtIndex() completely from the core. Meant as a demonstration for tick... Leaf check-in: 90be2283d0 user: jan.nijtmans tags: bug-f45d0dc1a7
12:56
Add 6 "ucs2" markers. The first 4 of them are not bugs: They show that Tcl_UtfComplete() cannot be u... check-in: fffe3a0a24 user: jan.nijtmans tags: core-8-6-branch
2020-04-25
23:19
Undo last change in regc_lex.c: It doesn't do the expected thing when TCL_UTF_MAX>3. More work neede... check-in: a9933d1757 user: jan.nijtmans tags: core-8-6-branch
22:16
encoding-12.6 only works for "ucs2" for now. Don't use (deprecated) INLINE and CONST check-in: aaeafee98b user: jan.nijtmans tags: core-8-6-branch
17:03
dup test name check-in: b790da05d0 user: dgp tags: core-8-6-branch
16:46
Bring forward a collection of missing tests. check-in: 1ac2e45ae2 user: dgp tags: core-8-6-branch
16:26
Cherrypick [d2143c14c1]: Eliminate the -bytestring option of [testutfnext]. No caller needs anything... check-in: 6535ed4a59 user: dgp tags: core-8-6-branch
16:04
Close utf-next-regressions check-in: aea91e2e26 user: dgp tags: core-8-6-branch
15:31
close dgp-alternative check-in: cea4a97269 user: dgp tags: core-8-6-branch
14:37
merge 8.6 Closed-Leaf check-in: 2e6bf5602d user: dgp tags: dgp-alternative
14:06
Merge another step. Four failing tests, but all understood now. check-in: 891998053b user: dgp tags: dgp-alternative
2020-04-24
22:42
Found problem with utf-6.125/6.126: argument -bytestring was missing in test check-in: ff0c3945a9 user: jan.nijtmans tags: core-8-6-branch
22:40
Quickfix to Tcl_NumUtfChars(). Barely used in Tcl core. Still needs a better look. Mark two new test... check-in: 1c7c61d459 user: jan.nijtmans tags: core-8-6-branch
22:02
WIP merging more from 8.6; little separation left. check-in: e3ecb07199 user: dgp tags: dgp-alternative
21:54
WIP merging 8.6. check-in: c18876475f user: dgp tags: dgp-alternative
21:03
Backout [ 649f53b9f4]: This was not meant for 8.6 check-in: dbc7cfdf88 user: jan.nijtmans tags: core-8-6-branch
21:01
Merge 8.5 (but this time correct) check-in: 38dbfc8a67 user: jan.nijtmans tags: core-8-6-branch
20:54
merge 8.5 check-in: 649f53b9f4 user: dgp tags: core-8-6-branch
20:51
Merge 8.5. Failing tests need examination and adjustment. check-in: 12254b0693 user: dgp tags: core-8-6-branch
20:21
Merge from 8.5. Failing tests encoding-12.6, reg-13.3[34] appear to be real failures reporting firs... check-in: d9384dfa5c user: dgp tags: core-8-6-branch
13:15
Merge 8.5. Fix regression in Tcl_UtfComplete(), actually already present for longer time but masked ... check-in: 8cf6bd3ab7 user: jan.nijtmans tags: core-8-6-branch
2020-04-23
20:22
Demonstrate that the failing tests on the 8.6 branch tip can equally well be solved by backing out t... check-in: 2c7b1e958d user: dgp tags: dgp-alternative
19:14
Revert change in ParseLexeme() too Closed-Leaf check-in: 6bbaeb00a3 user: jan.nijtmans tags: utf-next-regresions
19:07
Fix regression in Tcl_NumUtfChars, caused by this commit: [6596c4af31e29b5d]. Expectations of failin... check-in: 3fd0be11ba user: jan.nijtmans tags: utf-next-regresions
13:53
Fix TclUtfNext() macro. Use it in tclTest.c, so such a mistake can be detected next time. check-in: dfe11ec0ed user: jan.nijtmans tags: core-8-6-branch
12:19
Testcase cleanup check-in: 9a2828b04c user: jan.nijtmans tags: core-8-6-branch
11:31
Fix [27944a3661]: Taming test utf-6.88 Fix [c11e0c5ce4]: Regression in Tcl_UtfCharComplete Fix [1b1f... check-in: 5c322bbd51 user: jan.nijtmans tags: core-8-6-branch
2020-04-22
22:13
(cherry-pick): Update documentation of Tcl_UtfPrev/Tcl_UtfNext back to how it was. Will be updated l... check-in: dabf4dd28a user: jan.nijtmans tags: core-8-6-branch
14:49
Merge 8.6 Closed-Leaf check-in: 43178b7bb4 user: jan.nijtmans tags: bug-c11e0c5ce4
14:11
Possible fix for [e67618079]: Win rdp forwarded serial port: setting -sysbuffer gives "can't setup c... Leaf check-in: 8b444e9115 user: jan.nijtmans tags: bug-e67618079
10:29
Merge 8.5 check-in: 6830879637 user: jan.nijtmans tags: core-8-6-branch
07:41
Merge 8.5 check-in: 57148adcab user: jan.nijtmans tags: core-8-6-branch
2020-04-21
07:03
Add more test-cases for TCL_UTF_MAX>3 check-in: 12d578a6ad user: jan.nijtmans tags: bug-c11e0c5ce4
2020-04-20
15:20
Proposed fix for [c11e0c5ce4]: Regression in Tcl_UtfCharComplete. check-in: 21362ee023 user: jan.nijtmans tags: bug-c11e0c5ce4
11:56
(cherry-pick): Proposed fix for [27944a3661]: Taming test utf-6.88. check-in: c0d6e94d4e user: jan.nijtmans tags: bug-c11e0c5ce4
11:30
Code cleanup (more typecasts), making it more compatible with -Wc++-compat. Less use of /* ARGUSED *... check-in: 6e3b6a611f user: jan.nijtmans tags: core-8-6-branch
2020-04-17
13:32
Merge-mark check-in: dcd84c8c3e user: jan.nijtmans tags: core-8-6-branch
13:09
Merge-mark 8.5. Remove some ARGSUSED usage. check-in: afe11ea5cc user: jan.nijtmans tags: core-8-6-branch
11:02
Fix implementation of Tcl_UtfAtIndex() for TCL_UTF_MAX=6 (There's no test-case for this in the core... check-in: a14c9e965e user: jan.nijtmans tags: core-8-6-branch
10:32
More test-cases. Mark test-case utf-2.11 as "knownBug", doesn't give the right answer for any TCL_UT... check-in: d9a7cd6292 user: jan.nijtmans tags: core-8-6-branch
05:25
merge 8.6

Abort this branch.

Rebasing a new proposed fix on top of recent reforms makes more s... Closed-Leaf check-in: 73a39418d6 user: dgp tags: bug-31aa44375d

05:16
Clean test suite for both TCL_UTF_MAX=3 and TCL_UTF_MAX=4 builds. check-in: c18f3f5870 user: dgp tags: core-8-6-branch
05:14
When supporting 4-byte sequences even with TCL_UTF_MAX = 3, need to paramterize a few things differe... Closed-Leaf check-in: 5b5ab20558 user: dgp tags: dgp-fixme
04:51
more test fixes check-in: 67bfc1d9a7 user: dgp tags: dgp-fixme
04:45
When supporting 4-byte sequences, make sure the Overlong test does too, and make sure the test resul... check-in: e537b566a1 user: dgp tags: dgp-fixme
04:17
enable the tests on a bug fix branch check-in: d4670f0740 user: dgp tags: dgp-fixme
04:16
close fork check-in: 58940851b9 user: dgp tags: core-8-6-branch
04:09
merge mark check-in: 2f1e313c29 user: dgp tags: core-8-6-branch
04:08
Bring the single-byte marker for invalid lead byte \xC1 into the complete table check-in: 8d170b2c64 user: dgp tags: core-8-6-branch
04:07
Merge 8.6 check-in: f579c619ea user: dgp tags: bug-31aa44375d
03:54
Fix the bad tests utf-2.11 and utf-6.88 that expected the wrong results. Also reconcile the merge fr... check-in: 7f56d3c4b1 user: dgp tags: core-8-6-branch
03:05
Restore tests on this branch to 8.5 compatibility. check-in: 3546e1194a user: dgp tags: bug-31aa44375d
2020-04-16
22:19
Fix build for TCL_UTF_MAX=4. Mark some failing tests with "knownBug". Those still need to be fixed! check-in: 660902f443 user: jan.nijtmans tags: core-8-6-branch
22:06
Fix more test-cases for TCL_UTF_MAX=3 check-in: 46026a9db7 user: jan.nijtmans tags: core-8-6-branch
20:59
merge mark check-in: a5e7d6fd5d user: dgp tags: bug-31aa44375d
20:59
Adjust test results and implementation for Tcl 8.6 current support of 4-byte sequences in a TCL_UTF_... check-in: 010ec5fc7c user: dgp tags: core-8-6-branch
20:52
merge 8.6 check-in: 660bca000f user: dgp tags: bug-31aa44375d
20:38
Merge 8.5. Failing tests for now. To be remedied shortly. check-in: 6596c4af31 user: dgp tags: core-8-6-branch
20:30
merge 8.6 check-in: f782d29ffe user: dgp tags: bug-31aa44375d
20:24
Add "knownBug" testcase, showing a situation in which Tcl_UtfNext doesn't behave as described in the... check-in: fd345b2af3 user: jan.nijtmans tags: core-8-6-branch
20:02
merge 8.6 check-in: ad63873abe user: dgp tags: bug-31aa44375d
19:08
code simplification, no interim copy/move buffers, no decompression d-string, the inflate occurring ... check-in: 8f17e96ef5 user: sebres tags: zlib-chan-f70ce1fead
14:37
few documentation changes (limit default and handling is changed) check-in: c208609ff2 user: sebres tags: zlib-chan-f70ce1fead
14:05
small amend combining similar parts check-in: 7c2a06fc2d user: sebres tags: zlib-chan-f70ce1fead
13:43
zlib: optimize ZlibTransformInput, if inflate is done no read and no generate needed anymore check-in: 982fde1b9b user: sebres tags: zlib-chan-f70ce1fead
13:28
zlib: performance - set default read ahead limit to DEFAULT_BUFFER_SIZE (4K); better fix avoiding BO... check-in: cbe2111fb3 user: sebres tags: zlib-chan-f70ce1fead
12:55
zlib, *BO*: fixes possible segfault (or buffer overrun), for instance if limit (max 65K) is set larg... check-in: 54605d16b9 user: sebres tags: core-8-6-branch
11:54
added (reworked) patch suggested by aku in [f70ce1fead]: recognize stream is done (and unget the unp... check-in: 9215e1ba40 user: sebres tags: zlib-chan-f70ce1fead
10:32
Upgrade Xcode from 11.3 to 11.4. Let Travis test whether "make install" works when the destination d... check-in: 89b6529252 user: jan.nijtmans tags: core-8-6-branch
10:30
Merge 8.6. Add TclStaticPackage to (internal) stub table. Code cleanup. check-in: a91e16c1ea user: jan.nijtmans tags: core-8-6-branch
2020-04-15
19:38
Merge 8.5 check-in: 58b4d49d41 user: jan.nijtmans tags: core-8-6-branch
19:06
fixes bug [8af92dfb66]: resolve too earlier stop of inflate's cycle (if generating decompressed data... check-in: 96e1e0251b user: sebres tags: core-8-6-branch
18:59
TclTrimRight/TclTrimLeft: removed mixed declarations and code (forbidden in ISO C90, declaration-aft... check-in: 4eb66645d6 user: sebres tags: core-8-6-branch
13:18
Merge 8.6 Closed-Leaf check-in: e242623c4a user: jan.nijtmans tags: travis-make-install
13:15
Update latest Xcode from 11.3 to 11.4 check-in: b4dbabd1ca user: jan.nijtmans tags: travis-make-install
06:35
More double-quotes check-in: d11d3402c8 user: jan.nijtmans tags: travis-make-install
2020-04-14
22:36
Try adding some quotes check-in: b06e6afc9d user: jan.nijtmans tags: travis-make-install
17:54
merge 8.5 check-in: 738233c14d user: dgp tags: core-8-6-branch
16:26
merge 8.6 check-in: 01e5439b3e user: dgp tags: bug-31aa44375d
16:02
Backport encoding-15.3 test-case from 8.7, together with missing "teststringbytes" command: Usefull ... check-in: e9d1d3157d user: jan.nijtmans tags: core-8-6-branch
14:39
partially revert [e9f5ff2f6a] - encoding-15.3 used not existing command "teststringbytes" (should be... check-in: ab7e9e03e9 user: sebres tags: core-8-6-branch
13:58
amend to [e9f5ff2f6a]: added missing constraint (testbytestring) check-in: 12c8bca9ac user: sebres tags: core-8-6-branch
12:30
Add missing testConstraint definition check-in: 8fe1452e8a user: jan.nijtmans tags: core-8-6-branch
10:55
Don't use 'identiy' encoding in test-cases any more! check-in: e9f5ff2f6a user: jan.nijtmans tags: core-8-6-branch
09:43
merge-mark check-in: 7fbfb1a30f user: jan.nijtmans tags: core-8-6-branch
09:19
Merge 8.6 check-in: 76244d6280 user: jan.nijtmans tags: bug-31aa44375d
08:49
Fix expecations and test-cases, according to expectations in latest core-8-6-branch (before this ser... check-in: c360caf7c0 user: jan.nijtmans tags: core-8-6-branch
08:44
Fix unit-test, change expectations according to current 8.6 branch (not handling [1b1f5f0b53] yet, d... Closed-Leaf check-in: e64b5a4785 user: jan.nijtmans tags: bug-c61818e4c9
00:09
Create separate tables to serve Tcl_UtfPrev and Tcl_UtfComplete. check-in: c47ec8e3a3 user: dgp tags: bug-c61818e4c9
2020-04-13
21:45
merge 8.6 check-in: 9eccb6d91f user: dgp tags: bug-31aa44375d
21:36
Merge 8.5. Failing tests highlight ticket [1b1f5f0b53]. check-in: 50b6d532c4 user: dgp tags: core-8-6-branch
09:40
Try installing in a directory with a space in its name. check-in: 208399b687 user: jan.nijtmans tags: travis-make-install
09:18
Add "make install" check to Travis build. sync rules.vc with versions in 8.7 and 9.0 check-in: 606df1d095 user: jan.nijtmans tags: core-8-6-branch
2020-04-12
11:04
Let's test if "make install" works, for now without spaces in the path check-in: 145a394890 user: jan.nijtmans tags: travis-make-install
2020-04-10
14:43
Fix determination of TCL_PACKAGE_PATH if it contains multiple directories, and at least one of them ... check-in: 6acb955a47 user: jan.nijtmans tags: core-8-6-branch
12:25
re-generate UNIX configure script check-in: b7c0bd6993 user: jan.nijtmans tags: core-8-6-branch
12:21
Introduce MODULE_INSTALL_DIR in make/nmake files, for compiling Tcl. Less use of ".." in the makefil... check-in: 1f6f21856b user: jan.nijtmans tags: core-8-6-branch
12:19
Since Tcl_UtfCharComplete() now guarantees that at least 3 more bytes are available for header bytes... check-in: 99ac71af15 user: jan.nijtmans tags: core-8-6-branch
2020-04-07
16:36
Almost forgot ... The Utf2Utf cannot correct 4-byte (invalid) to it's valid counterpart any more ...... check-in: 7a882ce35b user: jan.nijtmans tags: bug-31aa44375d
10:43
Merge 8.6 check-in: 69040e0eee user: jan.nijtmans tags: bug-31aa44375d
09:43
Add two test-cases, regarding expectations on Tcl_UtfCharComplete()/Tcl_UtfToUniChar(). Backported f... check-in: cf27ed353f user: jan.nijtmans tags: core-8-6-branch
2020-04-06
07:53
Revert commit [aed6634d2ccf2107], which backported part of TIP #389 (regarding internal handling of ... check-in: 48c83d55c8 user: jan.nijtmans tags: bug-31aa44375d
2020-04-05
20:28
Partial fix for [31aa44375de2c87e]: Tcl_NumUtfChars regression in default 8.6 build. This commit br... check-in: 166c0270e7 user: jan.nijtmans tags: core-8-6-branch
20:11
Revert test-case utf-4.10 change from previous commit: It caused the Travis build failure. Change t... check-in: 5af19d1d1d user: jan.nijtmans tags: core-8-6-branch
2020-04-03
20:56
Fix testing command [testnumutfchars] so it cannot overrun the buffer. check-in: 4806b6a0da user: dgp tags: core-8-6-branch
08:36
Make sure that "Windows NT" is the only supported Windows platform. On Windows CE, no chance that Tc... check-in: 0bb3a71ba6 user: jan.nijtmans tags: core-8-6-branch
07:27
Update xcode 8 -> 8.3 and 9 -> 9.2 for Travis build. Install latest libtommath homebrew package with... check-in: 0120889c91 user: jan.nijtmans tags: core-8-6-branch
2020-04-02
22:18
Remove stray debug check-in: 7fad0af377 user: dgp tags: core-8-6-branch
22:05
typo check-in: e20f26ea10 user: dgp tags: core-8-6-branch
21:29
One more caller conversion that simplifies. There may be other callers of TclUtfToUniChar that would... check-in: 8bb7a4509d user: dgp tags: core-8-6-branch
20:50
Adapt another caller. This one had a bug when (TCL_UTF_MAX == 4) because it was never adapted when T... check-in: 8f978c0bcc user: dgp tags: core-8-6-branch
20:36
More callers. check-in: b092a8788b user: dgp tags: core-8-6-branch
20:18
New utility routine TclUtfToUCS4() to contain some complexity. Two callers adapted. check-in: 63e224f042 user: dgp tags: core-8-6-branch
14:12
merge bug-f583715154-v2: added tests covering [f583715154] and few other RC similar situations aroun... check-in: b8112b0642 user: sebres tags: core-8-6-branch
2020-04-01
13:28
improve stability of socket*-13.2.* tests (e. g. windows compatibility, etc) Closed-Leaf check-in: c082062e57 user: sebres tags: bug-f583715154-v2
12:06
added tests covering [f583715154] and few other RC similar situations around socket thread transfer ... check-in: 9b7bd94769 user: sebres tags: bug-f583715154-v2
11:48
fixes [f583715154] - tclUnixSock.c: introduced ThreadActionProc considering a transfer of async-conn... check-in: ef20726bcd user: dgp tags: core-8-6-branch
09:35
More Mem-Debug builds, using MSVC. Install libtommath on MacOS, in order to assure that the built-i... check-in: 223d446924 user: jan.nijtmans tags: core-8-6-branch
2020-03-31
20:52
Add enable-symbols=mem builds to Travis check-in: 3ff9910695 user: jan.nijtmans tags: core-8-6-branch
20:04
fixes [f583715154] - tclUnixSock.c: introduced ThreadActionProc considering a transfer of async-conn... check-in: 532506ef71 user: sebres tags: bug-f583715154-v2
16:08
Fix (harmess) gcc warning, noted on Ubuntu check-in: 85704fe7e7 user: jan.nijtmans tags: core-8-6-branch
15:59
[b8e82d293b] Restrict the options of [binary encode uuencode] to values that will not prevent abilit... check-in: 94b6f3c028 user: dgp tags: core-8-6-branch
15:44
Tweaks Closed-Leaf check-in: 4defe368cc user: dgp tags: bug-b8e82d293b-2
15:39
Update docs to describe these changes. check-in: edd50617ea user: dgp tags: bug-b8e82d293b-2
15:20
Retrict -wrapchar values to those that can be decoded. check-in: c8c87b7aa0 user: dgp tags: bug-b8e82d293b-2
10:30
Other suggested solution for [b8e82d293b] check-in: cba0dea6a2 user: jan.nijtmans tags: bug-b8e82d293b-2
10:17
Remove MODULE_SCOPE function TclpSetInterfaces(), which is just empty. Increase size of MSG structu... check-in: 2616eb1a29 user: jan.nijtmans tags: core-8-6-branch
2020-03-30
18:36
Trivial solution : ignore unwise and ill-specified options to uuencoder. Closed-Leaf check-in: 42b7e759ce user: dgp tags: bug-b8e82d293b
15:48
Optimize [binary decode hex] to process bytearray without string generation when it can. check-in: 84f81d94cf user: dgp tags: core-8-6-branch
15:09
Optimize [binary decode uuencode] to process bytearray without string generation when it can. check-in: 7d6a0293ea user: dgp tags: core-8-6-branch
12:59
genStubs.tcl: Only do an "append line" when there really is something to be done. check-in: a3376be98e user: jan.nijtmans tags: core-8-6-branch
10:25
tcltest.tcl: Only adapt "filesMade" variable if the file to be removed is actually found. tcltest 2.... check-in: 46a4a532a9 user: jan.nijtmans tags: core-8-6-branch
2020-03-28
19:25
Add a test for fixed bug. check-in: 15207fec73 user: dgp tags: core-8-6-branch
19:21
[8edfcedfa0] [binary encode base64] build a string instead of a bytearray whenever it might be requi... check-in: 3a67f13d0d user: dgp tags: core-8-6-branch
18:52
Make sure maxlen value does not rely on ordering of options. check-in: 9322e97135 user: dgp tags: core-8-6-branch
18:28
Revise comment that was a plain lie. check-in: 4d4b281b07 user: dgp tags: core-8-6-branch
18:23
Missing error codes from decoder routines. check-in: 176ed79958 user: dgp tags: core-8-6-branch
17:35
Optimize base64 decoder to work on bytearrays without string generation. check-in: 1f2e425956 user: dgp tags: core-8-6-branch
15:35
[ffeb2097af] Restore the standard and original practice of ignoring invalid characters when decoding... check-in: 0382197472 user: dgp tags: core-8-6-branch
2020-03-27
21:52
Further improvement. Report invalid multi-byte characters accurately. check-in: 2174bd1016 user: dgp tags: core-8-6-branch
21:21
Improve error reporting. If codepoint looks negative, bad char is reported as REPLACEMENT CHARACTER,... check-in: a683692024 user: dgp tags: core-8-6-branch
20:58
Fix [767e070d35]: Tcl_GetRange and Tcl_GetUniChar do not validate index inputs. Backported from 8.7 ... check-in: 5b5ff61672 user: jan.nijtmans tags: core-8-6-branch
18:02
Repair bad test labels. check-in: aa639f66c7 user: dgp tags: core-8-6-branch
16:24
Looks like this little hack is no longer necessary on current 32-bit Cygwin. check-in: f0a1d38b79 user: jan.nijtmans tags: core-8-6-branch
12:05
Fix harmless gcc warning, when compiling on Linux check-in: 989fb4fe31 user: jan.nijtmans tags: core-8-6-branch
10:33
Fix [767e070d35]: Tcl_GetRange and Tcl_GetUniChar do not validate index inputs Closed-Leaf check-in: 89f3dff179 user: jan.nijtmans tags: bug-767e070d35
2020-03-25
17:06
Little typo check-in: 8027b8a318 user: jan.nijtmans tags: core-8-6-branch
17:00
Proposed fix for [f583715154]: Fileevent runs in the wrong thread Closed-Leaf check-in: a51405af6e user: jan.nijtmans tags: bug-f583715154
14:48
Follow-up to [a9f61c48906b66f8]: Fill UNIX TclIntPlatDecls stub entry 5 with same entry from win32. ... check-in: 53849dd77b user: jan.nijtmans tags: core-8-6-branch
2020-03-24
14:25
Undo fedora's change to init.tcl, showing the problem is there Leaf check-in: 352d093a9d user: jan.nijtmans tags: fedora
13:31
Spurious test-failure on Travis OSX check-in: 1bfdcb8c28 user: jan.nijtmans tags: core-8-6-branch
10:42
MacOS: Make Tcl_MacOSXOpenBundleResources() a macro calling Tcl_MacOSXOpenVersionedBundleResources: ... check-in: f8ce82aaa0 user: jan.nijtmans tags: core-8-6-branch
10:34
Fill UNIX TclIntPlatDecls stub entries 15 up to 19 and 22 with same functions as for win32. Not used... check-in: a9f61c4890 user: jan.nijtmans tags: core-8-6-branch
2020-03-23
21:34
Apply fedora's patches: "tcl-8.6.10-autopath.patch" and "tcl-8.6.10-conf.patch", just to see how it ... check-in: 0b568e30f9 user: jan.nijtmans tags: fedora
2020-03-22
21:16
Even more uppercase HEX representations in source-code check-in: ed3245630a user: jan.nijtmans tags: core-8-6-branch
2020-03-18
12:51
More uppercase HEX representations in source-code. check-in: 7d760e228e user: jan.nijtmans tags: core-8-6-branch
2020-03-17
16:35
Merge 8.5. Mainly add Unicode 13 new plane 3 characters to the internal Unicode tables. Not used in ... check-in: 3451446c3c user: jan.nijtmans tags: core-8-6-branch
2020-03-15
22:21
Add one more reserved stub entry, most likely will be Tcl_GetBytesFromObj() in Tcl 8.7. check-in: 46c3d7782c user: jan.nijtmans tags: core-8-6-branch
12:03
Make ourEnviron type (techar **) not (char **), so we need less type-casts. check-in: e4b5318b47 user: jan.nijtmans tags: core-8-6-branch
2020-03-14
22:06
Fix one wrong type-cast (only causing warning, nothing serious) check-in: 71ab22cd55 user: jan.nijtmans tags: core-8-6-branch
21:02
Fix [8f89e2e059aafa1c]: Windows: environment is not reflected properly (special characters). Thanks ... check-in: 8fc411cdb8 user: jan.nijtmans tags: core-8-6-branch
2020-03-13
14:45
Merge 8.6. Code review: Tcl 8.6 doesn't (need to) build with -DUNICODE -D_UNICODE any more, so thin... Closed-Leaf check-in: c4bba1629c user: jan.nijtmans tags: bug-8f89e2e059
13:08
fix back-ported from tclSE (with several modifications due to conflicts and compat reasons) check-in: e2f84651dd user: sebres tags: bug-8f89e2e059
13:06
env.test: added test for windows illustrating bug [8f89e2e059] - loss of multi-byte chars in environ... check-in: dcf2c77048 user: sebres tags: bug-8f89e2e059
11:01
reformat assemble-15.* test-cases check-in: df726484dd user: jan.nijtmans tags: core-8-6-branch
2020-03-12
17:37
Renumber tests to account for later releases. check-in: b22da46c1a user: dgp tags: core-8-6-branch
17:29
Add some testing of Tcl_SetByteArrayLength(). check-in: 97b273b489 user: dgp tags: core-8-6-branch
2020-03-06
20:32
Remove SetIndexFromAny(), a useless routine that can only be reached via unsupported shenanigans. check-in: 7f2b0f5d2d user: dgp tags: core-8-6-branch
2020-03-05
14:39
Update to Unicode-13 check-in: 341689c2ff user: jan.nijtmans tags: core-8-6-branch
11:32
Move setting of interpreter error-message from tclUnixSock.c to tclIO.c, since the same should be do... check-in: a685ea6f1f user: jan.nijtmans tags: core-8-6-branch
2020-03-04
20:50
The close routines of the "tcp" channel type were failing to record error messages and error codes. check-in: 358306a81b user: dgp tags: core-8-6-branch
16:16
Some more gcc(-9) warnings check-in: 05722b9512 user: jan.nijtmans tags: core-8-6-branch
15:52
Fix some gcc(-9) warnings caused by -Wcast-function-type check-in: e1d75d2c24 user: jan.nijtmans tags: core-8-6-branch
13:42
Implement WideSeekProc() for all channels which have a SeekProc(). Implement Close2Proc() for all ch... check-in: 3a5bf9c4ee user: jan.nijtmans tags: core-8-6-branch
2020-02-26
13:45
Resolve a number of shadowed variables (discovered by compiling with -Wshadow) check-in: da6af8065b user: jan.nijtmans tags: core-8-6-branch
07:58
Make tclWinDde.c compilable with C++ compiler. dde -> 1.4.3 Make tclWinReg.c compilable with C++ com... check-in: cc5c355ced user: jan.nijtmans tags: core-8-6-branch
2020-02-25
15:07
Ensure that we release the correct references when an error occurs during setting a class's supercla... check-in: df73151114 user: dkf tags: core-8-6-branch
2020-02-24
13:16
merge-mark check-in: 99fd9a37cb user: jan.nijtmans tags: core-8-6-branch
12:01
Merge 8.5 check-in: 9e3386f9e9 user: jan.nijtmans tags: core-8-6-branch
2020-02-21
09:25
Fix [da235271f1]: [info hostname] on Windows is limited to max NetBIOS name length check-in: 632704e948 user: jan.nijtmans tags: core-8-6-branch
09:00
Win: Change order of checking hostname: first DNS, then netbios. Bug [da235271f1] Closed-Leaf check-in: 7fedbce431 user: oehhar tags: bug-da235271f1-win-netbios-host-prefered
08:46
Restore compatibility with older (mingw) Makefiles. Fix for [4b5deacc70]: undefined reference to `Tc... check-in: 47319a4a05 user: jan.nijtmans tags: core-8-6-branch
2020-02-17
14:52
merge 8.5 check-in: 3fd5d3d9ad user: sebres tags: core-8-6-branch
2020-02-14
09:23
Merge-mark check-in: bed3548df3 user: jan.nijtmans tags: core-8-6-branch
2020-02-12
13:12
Fix travis build, due to the change of Windows image. check-in: 113bf3a18d user: jan.nijtmans tags: core-8-6-branch
2020-02-11
16:38
Move build from xenial to bionic. Add Xcode11.3 build for MacOS (now that we are on it anyway) Closed-Leaf check-in: e139cd88ed user: jan.nijtmans tags: travis-fix-msvc-build
15:59
Attempt to fix travis build. See: [https://travis-ci.community/t/vcvarsall-bat-freezes-on-new-1809-b... check-in: 5880d45cf5 user: jan.nijtmans tags: travis-fix-msvc-build
2020-02-10
16:50
closes [554117edde]: Tcl_SaveInterpState/Tcl_RestoreInterpState considering values of legacy variabl... check-in: 9cace6cc78 user: sebres tags: bug-554117edde
16:38
bug [554117edde]: test cases illustrating it check-in: 95db6756e8 user: sebres tags: bug-554117edde
2020-02-05
16:40
(cherry-pick): It appears that inttypes.h was introduced in Visual Studio 2013 check-in: de152b82f8 user: jan.nijtmans tags: core-8-6-branch
2020-02-04
11:03
Clean up some usage of DBGX: It isn't used any more on UNIX check-in: da6497e781 user: jan.nijtmans tags: core-8-6-branch
2020-01-30
15:39
merge 8.5 check-in: 0d52a65ef8 user: sebres tags: core-8-6-branch
13:52
Reset WSAGetLastError()/errno always, even when this error is not reported due to the earlier error. check-in: 1f9f6b8596 user: jan.nijtmans tags: core-8-6-branch
13:04
Simplify the use of HaveVersion() in Channel handling. Nothing functional, only code clean-up. check-in: e9fe70f9d5 user: jan.nijtmans tags: core-8-6-branch
13:00
According to the [https://core.tcl-lang.org/tcl/artifact?udc=1&ln=469-471&name=5ac7827cd282bbda|docu... check-in: 28c4356c52 user: jan.nijtmans tags: core-8-6-branch
2020-01-23
12:55
Better error-handling in some libtommath calls. check-in: 6b90ac0e77 user: jan.nijtmans tags: core-8-6-branch
08:33
Merge 8.5 check-in: ca3039bec5 user: jan.nijtmans tags: core-8-6-branch
2020-01-21
08:49
merge-mark check-in: e9758ca63c user: jan.nijtmans tags: core-8-6-branch
2020-01-20
15:27
Now that TIP #538 is integrated, make rules.vc work for both 8.6 and 8.7 without changes. check-in: 21b57666fb user: jan.nijtmans tags: core-8-6-branch
2020-01-17
17:08
merge 8.5 (closes [5d989f9ba3]: avoid segfault by OOM if too many items to sort) check-in: 0c2487fce9 user: sebres tags: core-8-6-branch
08:53
Fix [8cd2fe7474]: "unload" command Bug (when handling multiple libs) check-in: 29086fe087 user: jan.nijtmans tags: core-8-6-branch
2020-01-16
14:16
Proposed fix for [8cd2fe7474]: "unload" command Bug (when handling multiple libs) Closed-Leaf check-in: e582dc6e06 user: jan.nijtmans tags: bug-8cd2fe7474
2020-01-15
10:07
A few more "break" statements, so any compiler knows these are no FALLTHROUGH situations. check-in: 56d3ed00fb user: jan.nijtmans tags: core-8-6-branch
2020-01-13
15:19
Fix [cff53cf7d0]: Failed test oo-0.9 in file oo.test in Tcl8.6.10 check-in: 3a02978382 user: jan.nijtmans tags: core-8-6-branch
12:17
Add ${LDFLAGS} to MAKE_LIB. This handles the possibility of adding LDFLAGS=?? on the "configure" com... check-in: ec372ea462 user: jan.nijtmans tags: core-8-6-branch
10:01
Fix [0b9332722a]: Support utf-8 on Windows console check-in: faf4fde866 user: jan.nijtmans tags: core-8-6-branch
10:00
Silence some gcc-9 compiler warnings. check-in: 8bfb4f1f0b user: jan.nijtmans tags: core-8-6-branch
2020-01-08
21:39
s/in stead/instead/ check-in: cdbd724a5a user: dgp tags: core-8-6-branch
16:53
Remove another mention of interp->result. check-in: 96b174266c user: dgp tags: core-8-6-branch
14:23
Revise documentation that refers to direct access to interp->result. check-in: fa8e6f70bb user: dgp tags: core-8-6-branch
12:51
Use _copysign on Windows always (available from float.h). Use mp_iszero() whenever appropriate. check-in: af89c36b66 user: jan.nijtmans tags: core-8-6-branch
2020-01-06
17:17
Remove the "new in 8.5" markings from the 8.6 branch of docs. check-in: 225b84c8f3 user: dgp tags: core-8-6-branch
10:50
Merge-mark check-in: 31fc505f40 user: jan.nijtmans tags: core-8-6-branch
10:34
Merge 8.5 check-in: 6966b305d2 user: jan.nijtmans tags: core-8-6-branch
2020-01-05
19:41
Tcl_TransferResult was new in 8.6, so mark the man page with that version. check-in: 3502e49d63 user: dgp tags: core-8-6-branch
19:18
formatting typo and rewrite check-in: 8ab2201e2d user: dgp tags: core-8-6-branch
19:16
Rewrite: lead paragraph with name of documented routine. check-in: 50e3abe3f6 user: dgp tags: core-8-6-branch
19:03
Fix documentation, comments, and argument names of Tcl_TransferResult(). check-in: d20a33ce27 user: dgp tags: core-8-6-branch
2020-01-04
17:21
Add a test for issue [9128866ec8], encoding fails to load check-in: ebb3855057 user: pooryorick tags: core-8-6-branch
14:34
Fix issue [9128866ec8448752] by adding Line Feed character to tis-620.enc. check-in: b9c7c87500 user: pooryorick tags: core-8-6-branch
2020-01-02
20:56
Restore the build by providing a copysign replacement for old MSVC versions. check-in: d648005802 user: fvogel tags: core-8-6-branch
2019-12-27
00:12
Merge Tcl 8.5 changes to deal with integer overflow in the exponent, and floating point overflow in ... check-in: b64a60bb4f user: kbk tags: core-8-6-branch
2019-12-23
13:38
Fix for building Cygwin using Clang. check-in: 4f888c27cc user: jan.nijtmans tags: core-8-6-branch
11:26
Workaround for [ce3b9f2b04]: compilation errors with clang (windows msys2) check-in: 53c630ddf2 user: jan.nijtmans tags: core-8-6-branch
2019-12-22
14:52
Minor optimization in TclFormatInt: No need to check for "0" as special value. No need to include fi... check-in: d2501d3df7 user: jan.nijtmans tags: core-8-6-branch
2019-12-20
16:13
Prevent double definition of MODULE_SCOPE on Darwin check-in: afe5c742c5 user: jan.nijtmans tags: core-8-6-branch
2019-12-19
22:11
Merge 8.5 check-in: c1664053c0 user: jan.nijtmans tags: core-8-6-branch
21:31
Merge 8.5 check-in: 5e9890b208 user: jan.nijtmans tags: core-8-6-branch
2019-12-14
17:36
Make win/configure work with CC=g++ (doesn't actually work with Tcl and Tk yet) check-in: 78b283b374 user: jan.nijtmans tags: core-8-6-branch
2019-12-13
15:12
Fix Travis build for MSVC Debug mode check-in: 39d0472241 user: jan.nijtmans tags: core-8-6-branch
2019-12-12
21:02
Add 3 (libtommath) functions to the stub table. Will be added to 8.7 too, through TIP #538 check-in: 23016a5299 user: jan.nijtmans tags: core-8-6-branch
2019-12-10
13:16
Fix [5f236bc67a]: valgrind report for Tcl_UniCharToUtf. Also add test-cases for more corner-cases. check-in: 9792eb9013 user: jan.nijtmans tags: core-8-6-branch
12:45
amend to [2cf1202807]: find the hooks in tcltest namespace only check-in: 3272744f81 user: sebres tags: core-8-6-branch
2019-12-09
19:36
Attempt to fix [5f236bc67a]: valgrind report for Tcl_UniCharToUtf Closed-Leaf check-in: 3e0a616f7e user: jan.nijtmans tags: bug-5f236bc67a
10:40
merge 8.5 (timing issue avoidance, skip test in runtime feature) check-in: d111987dbe user: sebres tags: core-8-6-branch
10:26
tcltest: hook enhancements rewritten backwards compatible now, reverts [0067db1bbf], [0f3d6f90f0], [... check-in: 2cf1202807 user: sebres tags: core-8-6-branch
10:02
Fix [abd4abedd2]: Failed to build tk 8.6.10 with cross compile check-in: c7f3f1fd70 user: jan.nijtmans tags: core-8-6-branch
09:59
Add special handling of lower surrogate to UtfToUtfProc(), so valgrind should't complain in that sit... check-in: b0688e52b1 user: jan.nijtmans tags: core-8-6-branch
2019-12-08
16:33
Fix Valgrind problem reported as follow-up in [fc4393e9b0]. Since it happens only for TCL_UTF_MAX>3 ... check-in: 62c2c904c3 user: jan.nijtmans tags: core-8-6-branch
2019-12-07
18:23
Fix 2 test-cases, which were failing when TCL_UTF_MAX=6. Add UTF_MAX=6 UNIX build to Travis as proof... check-in: e61a50d32a user: jan.nijtmans tags: core-8-6-branch
2019-12-06
14:35
Unnecessary double ;; in tclTimer.c. Update compat/zlib to exactly the same content as in the core-8... check-in: 9cd9b0463a user: jan.nijtmans tags: core-8-6-branch
13:43
Fix some test-cases when Tcl is compiled with -DTCL_UTF_MAX=6. Not officially supported but used by ... check-in: edce885a5c user: jan.nijtmans tags: core-8-6-branch
2019-12-04
12:54
Add builds using TCL_UTF_MAX=4 on Windows. Not officially supported, but used by Androwish. Also alp... check-in: 8c8980b3c9 user: jan.nijtmans tags: core-8-6-branch
12:53
Use the right encoding when converting (Unicode) messages regarding socket errors on Windows. Some c... check-in: b388e8bd4f user: jan.nijtmans tags: core-8-6-branch
2019-12-03
19:24
Add build using gcc and TCL_UTF_MAX=4 to Travis build. Not officially supported but used by Androwis... check-in: 6a18f40447 user: jan.nijtmans tags: core-8-6-branch
13:20
Fix encoding-15.6 testacase for TCL_UTF_MAX=6, due to changes escape sequences for upper/lower surro... check-in: 0e661df5bb user: jan.nijtmans tags: core-8-6-branch
12:27
Fix [3cd9bea1e6]: check-in [43032d7ba3] potential problems. Also don't allow surrogates in \U?????? ... check-in: 60fab362ce user: jan.nijtmans tags: core-8-6-branch
2019-12-02
22:04
Add tcltest::CleanupTest to make it easier to customize behaviour. check-in: 0067db1bbf user: pooryorick tags: core-8-6-branch
20:26
If TCL_UTF_MAX>=4, make Tcl_ParseBackslash combine two surrogates so they appear as one 4-byte UTF-8... check-in: 43032d7ba3 user: jan.nijtmans tags: core-8-6-branch
10:49
Renumber tcltest from 2.5.1 -> 2.5.2, already for next release. check-in: 10f3f9e47b user: jan.nijtmans tags: core-8-6-branch
10:48
More eol-spacing check-in: e0f1e61cd9 user: jan.nijtmans tags: core-8-6-branch
10:47
Eliminate unneccessary eol-spacing from documentation. check-in: 4690f45491 user: jan.nijtmans tags: core-8-6-branch
2019-12-01
19:45
Add tcltest::EvalTest to make it easier to customize behaviour. check-in: 0f3d6f90f0 user: pooryorick tags: core-8-6-branch
13:48
Fix tcltest::SetupTest added in previous commit. check-in: b8be012969 user: pooryorick tags: core-8-6-branch
11:59
add tcltest::SetupTest to make it easier to customize the -setup step of a test check-in: 375a566d22 user: pooryorick tags: core-8-6-branch
2019-11-29
12:27
Add some new test-cases involving e.g. Unicode 11. Backported from Tcl 8.7a3 check-in: 19b294baa3 user: jan.nijtmans tags: core-8-6-branch
2019-11-28
12:53
Enhance rules.vc like already done in other configure scripts: Determine HAVE_STDINT_H/HAVE_INTTYPES... check-in: 74a066a0b3 user: jan.nijtmans tags: core-8-6-branch
11:35
Merge 8.5 (Update opt package from 0.4.6 to 0.4.7). Also fix installation of opt0.4 as done by makef... check-in: a669c8de33 user: jan.nijtmans tags: core-8-6-branch
2019-11-27
10:25
Merge 8.5 check-in: ca372c7c7e user: jan.nijtmans tags: core-8-6-branch
2019-11-25
16:59
merge mark check-in: bd277cf3bb user: dgp tags: core-8-6-branch
2019-11-23
21:33
Stub additions, backported from Tcl 8.6.11 check-in: 5b94a6fae8 user: jan.nijtmans tags: cygwin
2019-11-22
23:02
Undo changes in tclDecls.h. Only test with UTF_MAX=3 (since other values are not supported anyway) check-in: eac89073c9 user: jan.nijtmans tags: cygwin
21:02
Merge in 8.6.10 release, and resolve conflicts check-in: 3ba55ffebb user: jan.nijtmans tags: cygwin
15:01
merge release check-in: 61b21528f6 user: dgp tags: core-8-6-branch
04:04
Fix generation of VERSIONINFO in RC files when package versions have 4 or more components or use "a"... check-in: a4fdced035 user: apnadkarni tags: core-8-6-branch
2019-11-21
19:08
merge 8.6 Closed-Leaf check-in: bfdbebdf6b user: dgp tags: rc3, release, core-8-6-10, core-8-6-10-rc
18:58
merge 8.5 (cmdMZ timing issues + verbose output in error case) check-in: 11f9e4746a user: sebres tags: core-8-6-branch
2019-11-20
15:58
Merge 8.6; update changes. check-in: b67ae127a2 user: dgp tags: rc2, core-8-6-10-rc
2019-11-18
20:33
Fix [13657a2dc3]: application/json is not a binary payload for http. http 2.9.0 -> 2.9.1 check-in: 220316a26d user: jan.nijtmans tags: core-8-6-branch
2019-11-15
19:58
merge 8.6; update changes check-in: c45213a1fa user: dgp tags: core-8-6-10-rc
15:49
Fix test-case event-11.8, failing as a result of the TclOOObjectDestroyed() function restructuring. check-in: d7d2ea32ad user: jan.nijtmans tags: core-8-6-branch
15:42
fix compliation warning, resulting from previous commit check-in: 3e7da78bd1 user: jan.nijtmans tags: core-8-6-branch
13:50
Add TclOOObjectDestroyed to make logic more explicit. Renamed Deleted() to Destructing(). No funct... check-in: 3178168439 user: pooryorick tags: core-8-6-branch
12:54
Remove mp_get_bit() from the libtommath stub table: It wasn't present in Tcl 8.6.9, isn't used anywh... check-in: 287f7aacef user: jan.nijtmans tags: core-8-6-branch
09:41
Protect additional Tcl_UtfToUniChar() call, for the case when not enough bytes are available in the ... check-in: 9e1589c192 user: jan.nijtmans tags: core-8-6-branch
2019-11-14
19:58
merge 8.5 check-in: ac3c057355 user: sebres tags: core-8-6-branch
19:30
fixes bug [135804138e] check-in: 0107393da7 user: sebres tags: core-8-6-branch
19:22
restore verification for deleted interp Closed-Leaf check-in: 7e22d4ecf6 user: sebres tags: bug-135804138e
17:41
make oo-7.10 test more readable check-in: d8d28e562b user: sebres tags: bug-135804138e
17:06
fixed SF [135804138e] -- no call of next possible after object namespace is deleted check-in: c9e01c1cdc user: sebres tags: bug-135804138e
17:04
bug [135804138e]: test case illustrating the segfault check-in: 1b14cba0a8 user: sebres tags: bug-135804138e
14:01
Better - more complete - fix for [d433c0e0ad]: TCL_UTF_MAX == 4 problems. It allows emoji to be prod... check-in: 8a640c771e user: jan.nijtmans tags: core-8-6-branch
2019-11-13
18:11
merge 8.6 check-in: 9f6ddb37fa user: dgp tags: core-8-6-10-rc
16:01
Make tclWinFile compile warningless using -DTCL_UTF_MAX=6 (not officially supported, but used by And... check-in: f234a19c16 user: jan.nijtmans tags: core-8-6-branch
15:59
Don't install tommath_class.h and tommath_superclass.h on Windows any more by makefile.vc. Those are... check-in: 47ab025374 user: jan.nijtmans tags: core-8-6-branch
12:37
Part 2 of bugfix [d433c0e0ad]: TCL_UTF_MAX == 4 problems check-in: e377ac273f user: jan.nijtmans tags: core-8-6-branch
09:07
Fix TIP #389 implementation, bug [d433c0e0ad]: TCL_UTF_MAX == 4 problems. Thanks to Christian Werner... check-in: b5633ba3bd user: jan.nijtmans tags: core-8-6-branch
08:16
Fix compiler warning when compiling with -DTCL_UTF_MAX=4 or 6 check-in: 2e3855d62e user: jan.nijtmans tags: core-8-6-branch
2019-11-11
20:50
Use <inttypes.h> header-file on windows when available, just as on UNIX check-in: d2da3fa813 user: jan.nijtmans tags: core-8-6-branch
2019-11-08
15:32
Add support for mp_init_i32/mp_init_i64/mp_init_l/mp_init_ll/mp_init_u32/mp_init_u64/mp_init_ul/mp_i... check-in: d3a6a928bf user: jan.nijtmans tags: core-8-6-branch
07:58
For long/wide "scans"'s of negative numbers, but scanned as unsigned, generate binary representation... check-in: ea950e9e42 user: jan.nijtmans tags: core-8-6-branch
2019-11-07
14:58
Merge 8.6 Closed-Leaf check-in: a62ec1cfee user: jan.nijtmans tags: fix-scan-no-stringrep
14:56
Make mp_mul(a,a,c) equivalent to mp_sqr(a,c). Optimization backported from libtommath. check-in: d6e20fa0aa user: jan.nijtmans tags: core-8-6-branch
12:05
EBADFD may be undeclared on some systems (use EMFILE as fallback) Leaf check-in: 8f266c55ff user: sebres tags: bug-c6897e6e6a
2019-11-06
23:08
merge 8.5 check-in: 76450daf3e user: sebres tags: core-8-6-branch
17:12
small amend: adds new define CHECK_FD_SETSIZE_LIMIT to control prevention against violation of FD_SE... check-in: c2d030bb31 user: sebres tags: bug-c6897e6e6a
14:51
first shot of proper fix for [c6897e6e6a] + test cases covering both situations: * 2.14 - no free ... check-in: 001f178818 user: sebres tags: bug-c6897e6e6a
13:25
Fix tclScan.c, not generating a string representation any more with unsigned wideints and unsigned l... check-in: 4c57a08f2e user: jan.nijtmans tags: fix-scan-no-stringrep
2019-11-05
14:15
Bump release date to Nov 21 check-in: 6169333860 user: dgp tags: rc1, core-8-6-10-rc
14:03
try to fix [c6897e6e6a]: unix/TcpAccept seems to ignore accepting errors silently, so it entering bu... check-in: 56620b4bd5 user: sebres tags: bug-c6897e6e6a
2019-11-04
12:03
Fix travis build on Windows (tweak to configure script was made on purpose, to workaround a bug in a... check-in: 492c14b8a2 user: jan.nijtmans tags: core-8-6-10-rc
2019-11-03
02:25
Updates from `make dist` check-in: 4ebae3069d user: dgp tags: core-8-6-10-rc
02:17
Fix test failures with -singleproc 1 testing check-in: 067bf929fb user: dgp tags: core-8-6-10-rc
2019-11-02
17:40
bump release date check-in: 788241733a user: dgp tags: core-8-6-10-rc
17:38
merge 8,6 check-in: 4336cf7305 user: dgp tags: core-8-6-10-rc
2019-11-01
10:10
Make ioapi.c and minizip.c build on Windows (for someone who would want to) check-in: c8aa0d5bbe user: jan.nijtmans tags: core-8-6-branch
2019-10-31
11:14
Merge 8.5 check-in: b87aa25811 user: jan.nijtmans tags: core-8-6-branch
10:05
8.5 -> 8.6 check-in: a61b04c090 user: jan.nijtmans tags: core-8-6-branch
09:56
Fix 056f9e85dc: debian patches check-in: fffee9b44c user: jan.nijtmans tags: core-8-6-branch
2019-10-30
20:33
Change mp_isodd() (back) from libtommath stub entry to macro. libtommath changed it back to macro to... check-in: 228f1b7dc7 user: jan.nijtmans tags: core-8-6-branch
2019-10-28
17:18
update changes check-in: de5d1973bc user: dgp tags: core-8-6-10-rc
16:56
merge 8.6 check-in: 521efe9ddc user: dgp tags: core-8-6-10-rc
16:40
Put back tests/fileSystemEncoding.test, but now don't run it on Windows, since the NTFS doesn't the ... check-in: bf8356de35 user: jan.nijtmans tags: core-8-6-branch
15:42
merge 8.6 check-in: 8093147fbc user: dgp tags: core-8-6-10-rc
15:32
Close fork, dropping commits apparently in error. check-in: 519b4ec870 user: dgp tags: core-8-6-10-rc
08:37
Close fork, and temporary remove tests/fileSystemEncoding.test, since apparently bug [bcd1004104] is... check-in: 2b5fba9174 user: jan.nijtmans tags: core-8-6-branch
2019-10-27
22:24
Tweak README check-in: 59f4da451b user: kevin_walzer tags: core-8-6-10-rc
22:11
Documentation change for auto_path on macOS check-in: cbb7c5b422 user: kevin_walzer tags: core-8-6-branch
2019-10-26
15:43
Test for issue [bcd1004104651], and new routine, ::tcltests::tempdir. check-in: edb36812e0 user: pooryorick tags: core-8-6-branch
14:14
Fix for [bcd100410465], stale cached file FsPath object check-in: 440efbd556 user: pooryorick tags: core-8-6-branch
2019-10-25
16:09
Put #define's in alphabetical order. Use MP_DIGIT_BIT in stead of (deprecated) DIGIT_BIT everywhere... check-in: b0e2ccc696 user: jan.nijtmans tags: core-8-6-branch
15:18
merge 8.6 check-in: 0191f827ec user: dgp tags: core-8-6-10-rc
01:25
Remove /System from auto_path on macOS because Apple has deprecated its own ancient installation of ... check-in: 295d5c259f user: kevin_walzer tags: core-8-6-10-rc
01:13
Remove /System from auto_path on macOS because Apple has deprecated its own ancient installation of ... check-in: 278e7d0934 user: kevin_walzer tags: core-8-6-branch
2019-10-24
18:58
Combine two libtommath stub entries, which (almost) do the same check-in: 5c7a5c6765 user: jan.nijtmans tags: core-8-6-branch
07:41
merge-mark check-in: 183374b9ec user: jan.nijtmans tags: core-8-6-branch
2019-10-23
20:28
Combine two libtommath stub entries, which do exactly the same. Fix mp_init_set_int stub, handling ... check-in: 7c5db68d45 user: jan.nijtmans tags: core-8-6-branch
17:10
merge 8.6 check-in: db7b41d6d7 user: dgp tags: core-8-6-10-rc
09:16
Extend libtommath stub table, so extension writers can move away from deprecated libtommath function... check-in: f1c99ac253 user: jan.nijtmans tags: core-8-6-branch
2019-10-22
23:01
Update "make dist" for libtommath 1.2.0: TOMMATH_SRCS check-in: dd302d9d06 user: jan.nijtmans tags: core-8-6-branch
10:38
Update to latest libtommath, version 1.2.0 check-in: 779cd87bdc user: jan.nijtmans tags: core-8-6-branch
09:55
Merge libtommath 1.2.0 Closed-Leaf check-in: 93cd7f4e79 user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
2019-10-21
19:03
Complete draft changes. check-in: d94162f87e user: dgp tags: core-8-6-10-rc
18:54
merge 8.6 check-in: ad4ec61251 user: dgp tags: core-8-6-10-rc
18:50
Bump to dde 1.4.2 and registry 1.3.4 check-in: b04d008d30 user: dgp tags: core-8-6-branch
17:33
More progress on changes. check-in: 2fe1cdf969 user: dgp tags: core-8-6-10-rc
13:04
merge 8.6 check-in: d332e18603 user: dgp tags: core-8-6-10-rc
12:25
Merge libtommath 1.2.0-rc3 check-in: bbfab98d00 user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
2019-10-18
15:27
Update tclTomMath.h with changes from tommath.h check-in: 601116317c user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
15:09
Merge latest libtommath changes (will be release 1.2.0) check-in: 0f02d6266c user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
12:09
Disable warning C4003 on MSVC, since it gives a false warning in libtommath. check-in: b31b873564 user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
2019-10-17
15:28
Merge some libtommath changes (mainly additon of MP_CALLOC) check-in: bb806ab182 user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
13:45
Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1) check-in: 3adefdc272 user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
2019-10-15
15:07
Merge 8.5 check-in: ec92bb4459 user: jan.nijtmans tags: core-8-6-branch
2019-10-14
21:06
Fix [02773491861d9fd0]: Tcl_ParseArgsObjv TCL_ARGV_CONSTANT documentation is wrong check-in: 97ac4d3684 user: jan.nijtmans tags: core-8-6-branch
2019-10-11
12:45
Merge 8.5 check-in: cc81d88d3b user: jan.nijtmans tags: core-8-6-branch
2019-10-10
19:11
Merge 8.5 check-in: b19871ffa1 user: jan.nijtmans tags: core-8-6-branch
2019-10-07
18:49
changes WIP check-in: 85e900ff9f user: dgp tags: core-8-6-10-rc
15:51
merge 8.6 check-in: 623e7318c0 user: dgp tags: core-8-6-10-rc
2019-10-05
20:43
Change LSTATUS to LONG, since older SDK's don't know it. core.tcl.tk -> core.tcl-lang.org and http -... check-in: 4cede117d0 user: jan.nijtmans tags: core-8-6-branch
2019-10-02
15:38
merge 8.6 check-in: 33718c7477 user: dgp tags: rc0, core-8-6-10-rc
11:29
Fix [16768d65f0]: Fix gethostbyname_r and gethostbyaddr_r detection on NetBSD. Patch by Kamil Rytaro... check-in: 6878f1515f user: jan.nijtmans tags: core-8-6-branch
2019-09-29
12:02
Don't build most of the files with -DUNICODE -D_UNICODE any more, only the ones that need to. Since... check-in: 895c494b79 user: jan.nijtmans tags: core-8-6-branch
2019-09-27
12:21
merge 8.6 check-in: 59d7938a4c user: dgp tags: core-8-6-10-rc
11:42
Merge 8.6 and fix Travis build on Windows Closed-Leaf check-in: e021babf73 user: jan.nijtmans tags: implicit-unicode
2019-09-26
16:22
merge 8.5 check-in: d2ade47480 user: sebres tags: core-8-6-branch
12:14
Merge 8.6 check-in: a76a83b81d user: jan.nijtmans tags: implicit-unicode
2019-09-25
20:02
merge-point check-in: ec69ffe714 user: sebres tags: core-8-6-branch
15:03
merge 8.6 check-in: 7411148577 user: dgp tags: core-8-6-10-rc
13:07
Merge 8.5 check-in: 24259e5f48 user: jan.nijtmans tags: core-8-6-branch
2019-09-24
20:01
namespace.test: add missing clean-up (allow repetition of test within -singleproc 1) check-in: f5b6b83de7 user: sebres tags: core-8-6-branch
2019-09-20
21:38
Merge 8.6 check-in: 401f1b7597 user: jan.nijtmans tags: implicit-unicode
21:01
Let's use GetWindowLongW/SetWindowLongW on Win32 directly. Missed them because they are not used in ... check-in: b23280452f user: jan.nijtmans tags: core-8-6-branch
15:02
Modify registry/dde such that they no longer need to be compiled with -DUNICODE. Also no longer use ... check-in: 5336402800 user: jan.nijtmans tags: core-8-6-branch
13:28
merge 8.6 check-in: fce1012c3c user: dgp tags: core-8-6-10-rc
2019-09-19
15:09
Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit. check-in: 32a99a2e90 user: jan.nijtmans tags: core-8-6-branch
11:36
Don't build the Tcl library in Unicode mode any more. Just tclAppInit.c (and cat32 on Windows) check-in: 31d001f4a3 user: jan.nijtmans tags: implicit-unicode
2019-09-18
22:58
all.tcl: replacement for exit, if calling direct only (avoid rewrite exit if it is inlined or intera... check-in: 55d7513bf9 user: sebres tags: core-8-6-branch
22:43
TEBC: avoid error "unitialized variable" if called in debug mode (or with analysis tools) - objv = N... check-in: c49d451947 user: sebres tags: core-8-6-branch
16:31
merge 8.6 check-in: 8ce359ef30 user: dgp tags: core-8-6-10-rc
15:11
TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since we are impicitly compili... check-in: d05832de38 user: jan.nijtmans tags: core-8-6-branch
2019-09-17
13:01
Add missing constraints to test-cases check-in: da9896a779 user: jan.nijtmans tags: core-8-6-branch
2019-09-16
21:18
Bugfix in Tcl_UtfPrev/Tcl_UtfNext: When handling 4-byte UTF-8 byte sequences, those should be able t... check-in: aed6634d2c user: jan.nijtmans tags: core-8-6-branch
18:55
Add 32-bit windows builds (both MSVC and GCC) to Travis check-in: 309e366de6 user: jan.nijtmans tags: core-8-6-branch
16:33
execute.test: fix tests (if test started using -singleproc 1) check-in: e5d43f443c user: sebres tags: core-8-6-branch
2019-09-13
13:28
merge-mark check-in: fc0b382806 user: jan.nijtmans tags: core-8-6-branch
12:27
merge 8.6 check-in: 4524c11533 user: dgp tags: core-8-6-10-rc
09:10
Merge 8.5 check-in: 7ea1b47332 user: jan.nijtmans tags: core-8-6-branch
07:55
Remove unneeded knownMsvcBug testconstraint definition check-in: 832587e3a2 user: jan.nijtmans tags: core-8-6-branch
2019-09-12
19:34
cmdAH.test (win-only): rewrite test to prefer SystemRoot (readonly) instead of windir to check windo... check-in: 4be8da3560 user: sebres tags: core-8-6-branch
19:22
merge 8.5 - windows: eliminate overwriting of WINDIR env-variable in VS-makefiles (used WIN_DIR now ... check-in: 1b04153fe9 user: sebres tags: core-8-6-branch
14:12
More code cleanup: Move more Tcl_UniChar initializations out of the loop. Remove unnecessary type-ca... check-in: 578c25b43a user: jan.nijtmans tags: core-8-6-branch
11:01
Code cleanup: Add some initialization to "Tcl_UniChar ch" declaration, making the chance higher that... check-in: 38a4ab150c user: jan.nijtmans tags: core-8-6-branch
08:00
Update TZ info to tzdata2019c. check-in: 75c6705700 user: jima tags: core-8-6-branch
07:51
Fix Tcl part of a179564826: Tk 8.6: prevent i... check-in: a7a44cf3ca user: jan.nijtmans tags: core-8-6-branch
2019-09-11
19:11
merge-mark (no functional changes) check-in: 7395c026b7 user: sebres tags: core-8-6-branch
18:24
merge bug-fec0c17d39-8.6-limit: ultimate fix for [fec0c17d39] - avoid SO on deeply recursive call st... check-in: ecf524bce0 user: sebres tags: core-8-6-branch
15:55
merge 8.6 check-in: 3eccded281 user: dgp tags: core-8-6-10-rc
11:51
merge 8.5 (bug [7de2d722bd]) check-in: 1b22a4a786 user: sebres tags: core-8-6-branch
11:14
Merge 8.5 check-in: ee7bfb8b85 user: jan.nijtmans tags: core-8-6-branch
2019-09-10
12:42
Merge 8.5 check-in: e851c234a3 user: jan.nijtmans tags: core-8-6-branch
2019-09-09
09:02
Merge 8.5 check-in: f7e95d6fbe user: jan.nijtmans tags: core-8-6-branch
08:57
Merge 8.5 check-in: 243e292f9e user: jan.nijtmans tags: core-8-6-branch
2019-09-08
13:30
Merge 8.5 check-in: c54aae27ea user: jan.nijtmans tags: core-8-6-branch
2019-09-07
14:41
Merge 8.5 check-in: ff2af30a3a user: jan.nijtmans tags: core-8-6-branch
13:58
Don't let Tcl compilation depend on USE_32BIT_TIME_T any more: Microsoft could discontinue this macr... check-in: b88d81cb55 user: jan.nijtmans tags: core-8-6-branch
08:53
Fix bug 9d10c37aa8 (in the Tk repository): Improperly converted link in HTML man page for ttk::style check-in: ffff4f379b user: fvogel tags: core-8-6-branch
2019-09-06
20:26
merge 8.5 check-in: 131b35f6b8 user: sebres tags: core-8-6-branch
17:29
merge 8.5 (no functional changes on tclProc, it was already fixed there - only test cases) check-in: 95cfa1de65 user: sebres tags: core-8-6-branch
12:28
Simplify searching for tcl86.lib (and related files): First search for the one without 't' suffix, t... check-in: 939068a7f2 user: jan.nijtmans tags: core-8-6-branch
11:16
Fix [579a05fb34] (partly): b) tcltest file has mismatched version number. check-in: 2b9847109a user: jan.nijtmans tags: core-8-6-branch
2019-09-05
16:10
merge 8.5 check-in: 696c59810e user: sebres tags: core-8-6-branch
06:56
Fix [4718b41c56]: windows x86 & x64: file mtime overflows in modification date (2038?, windows 32-bi... check-in: e0b68fe7c6 user: jan.nijtmans tags: core-8-6-branch
2019-09-04
15:53
Don't build on travis with GCC on Windows, since it currently doesn't work in combination with autoc... check-in: 0fc859a757 user: jan.nijtmans tags: core-8-6-branch
10:50
When using Tcl 8.7 headers, don't worry about threaded-allocator mismatch any more in rules.vc. check-in: 0db1b8a065 user: jan.nijtmans tags: core-8-6-branch
2019-09-03
19:32
Expand acronym in comment. Closed-Leaf check-in: 0f257f93f0 user: dgp tags: bug-fec0c17d39-8.6-limit
18:42
Merge 8.6 check-in: 0d3b00ebd2 user: jan.nijtmans tags: bug-fec0c17d39-8.6-limit
14:01
Docfix: \0 is special in nroff, so use \e0 instead check-in: c875c016ac user: dkf tags: core-8-6-branch
10:50
Backout [87d28ec30a29e3ce]: Looks like it causes test-failures in event.test on Windows. check-in: a6383a3d74 user: jan.nijtmans tags: core-8-6-branch
2019-09-02
14:13
Fix testing for debug build on UNIX too (on UNIX, ::tcl_platform(debug) is not set ....) check-in: a0dd0ac8ba user: jan.nijtmans tags: core-8-6-branch
13:49
merge 8.6 check-in: 556c1ecf1e user: sebres tags: bug-fec0c17d39-8.6-limit
13:48
windows (mingw build): fix debug recognition (::tcl_platform(debug)), no debug if NDEBUG is set check-in: d7fe46bdcb user: sebres tags: core-8-6-branch
11:08
Merge 8.5 check-in: 87d28ec30a user: jan.nijtmans tags: core-8-6-branch
08:33
Merge 8.5. Add (still unused) runstatedir in Makefile.in. Re-generate win/unix configure scripts. check-in: 4973c1c597 user: jan.nijtmans tags: core-8-6-branch
2019-08-30
19:48
extends [fec0c17d39]: restrict nested compilations using same limit (interp recursionlimit) like the... check-in: d9ccf1ab84 user: sebres tags: bug-fec0c17d39-8.6-limit
16:35
merge 8.5 - compile.test: reduce count of nested scripts to 1000 in debug case (seems to be to heavy... check-in: 2ff3869960 user: sebres tags: core-8-6-branch
2019-08-29
20:55
fixes bug [fec0c17d39] (regression firstly introduced in [bf171b6b51]): stack overflow (followed by ... check-in: f2eecef0a3 user: sebres tags: core-8-6-branch
20:50
closes [fec0c17d39]: fixed stack overflow (followed by SF) by compilation of too many nested bodies ... Closed-Leaf check-in: 5ece79492c user: sebres tags: bug-fec0c17d39-8.6
20:46
more variants in test (since 8.6 compiles "try" using evalStk instruction) check-in: 2d6219e686 user: sebres tags: bug-fec0c17d39-8.6
20:33
bug [fec0c17d39]: add test cases covering nested compilation (8.6th compile generates a stack overfl... check-in: 4695da0056 user: sebres tags: bug-fec0c17d39-8.6
10:16
Bug fix 889065786b. Add stubs related flags when compiling extension stubs. check-in: b48a77c12f user: apnadkarni tags: core-8-6-branch
07:42
Starting with Tcl 8.7, TCL_THREADS is 1 by default. Adapt rules.vc for that. check-in: 0acf7d7967 user: jan.nijtmans tags: core-8-6-branch
2019-08-28
12:57
merge 8.6 check-in: 87e71bd13b user: dgp tags: core-8-6-10-rc
09:59
Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings). Eliminate some more ... check-in: 7c9c59b504 user: jan.nijtmans tags: core-8-6-branch
2019-08-27
18:27
closes [fa6bf38d07]: integrate bug-fa6bf38d07-v2 check-in: 35c83160d6 user: sebres tags: core-8-6-branch
15:40
small amend: be sure checkInterp is set if entering back the code marked as TCL_BYTECODE_RECOMPILE (... Closed-Leaf check-in: 126e224ee5 user: sebres tags: bug-fa6bf38d07-v2
15:32
simplification, use the same "fixed" (and faster) code for INST_EVAL_STK check-in: d9712c6874 user: sebres tags: bug-fa6bf38d07-v2
15:00
fixes [fa6bf38d07]: command invocation (NRE callback to TEBCResume) caused by execution of recompile... Closed-Leaf check-in: a03e05de6e user: sebres tags: bug-fa6bf38d07
14:56
more test cases check-in: 8a26c393f2 user: sebres tags: bug-fa6bf38d07
12:03
added tests covering bug [fa6bf38d07] check-in: f7ece56ca2 user: sebres tags: bug-fa6bf38d07
11:56
Merge 8.5 check-in: 2f4caefb81 user: jan.nijtmans tags: core-8-6-branch
2019-08-26
15:55
merge 8.6 check-in: 467899664d user: dgp tags: core-8-6-10-rc
14:05
Fix [3947fcf7]: Current .gitattributes settings might not allow switching branches check-in: c4e195655f user: jan.nijtmans tags: core-8-6-branch
08:58
Merge 8.5 check-in: 3cde445cde user: jan.nijtmans tags: core-8-6-branch
2019-08-24
18:30
Correct NUL encoding in documentation check-in: c2bf24ee52 user: andy tags: core-8-6-branch
2019-08-23
10:58
Build with MSVC/nmake in 3 flavours: Shared/Static/Debug Closed-Leaf check-in: ade81d2388 user: jan.nijtmans tags: travis-win32-with-make
10:16
Try Windows build with make on Travis check-in: 64211caf13 user: jan.nijtmans tags: travis-win32-with-make
2019-08-22
12:20
Fix [8566dc22f9]: various spelling fixes in comments check-in: 319c60966d user: jan.nijtmans tags: core-8-6-branch
11:04
Add native Windows builds using GCC (mingw-w64) to travis. check-in: 008285189d user: jan.nijtmans tags: core-8-6-branch
2019-08-20
14:28
merge-mark check-in: 5cf2737000 user: jan.nijtmans tags: core-8-6-branch
09:03
Merge 8.6 Closed-Leaf check-in: 1f99db9f40 user: jan.nijtmans tags: classic-windows-build
08:33
merge 8.5 check-in: bb5976d242 user: sebres tags: core-8-6-branch
2019-08-19
18:58
merge 8.5: restore merge point, fix mingw build, closes [40d5ff2a0e], etc check-in: f2dee93aa1 user: sebres tags: core-8-6-branch
2019-08-15
07:04
Fix [6de8494984]: Tcl_CreateCommandChannel() documentation bug check-in: 2357da0c1e user: jan.nijtmans tags: core-8-6-branch
2019-08-12
18:53
Forgot "choko install make" check-in: f5c40a1fa8 user: jan.nijtmans tags: classic-windows-build
17:10
Test windows native build check-in: ce2d2ab979 user: jan.nijtmans tags: classic-windows-build
2019-08-11
22:01
Mark 3 testcases as knownMsvcBug. See: [e484a8407cb9ec45]: pipe: time-related sporadic hangs in io/c... check-in: da771f407e user: jan.nijtmans tags: core-8-6-branch
2019-08-04
18:17
One more test which - apparently - cannot be thrusted when run in the Travis Windows environment check-in: ce326908c0 user: jan.nijtmans tags: core-8-6-branch
2019-08-03
20:32
Increase some timeout's a little, hoping this reduces the chance on Travis test-failures check-in: 13921a7870 user: jan.nijtmans tags: core-8-6-branch
2019-08-02
14:33
One more knownMsvcBug marker, for a test which sometimes fails on Travis. check-in: 43851f94b2 user: jan.nijtmans tags: core-8-6-branch
12:45
Add one more knownMsvcBug marker, for a test-case which sometimes fails in Travis. Fix a struct init... check-in: 3331352b51 user: jan.nijtmans tags: core-8-6-branch
2019-08-01
08:25
Merge 8.5 check-in: 7c7b3b9e77 user: jan.nijtmans tags: core-8-6-branch
08:02
Attempt to fix a179564826: Tk 8.6: prevent is... Closed-Leaf check-in: f6eb4196ee user: jan.nijtmans tags: bug-a179564826
07:52
Mark one more test-case as knownMsvcBug. TODO: something to be fixed here? See: [https://travis-ci.o... check-in: 0a54b276c1 user: jan.nijtmans tags: core-8-6-branch
2019-07-31
19:47
Merge 8.5 check-in: 98aa5b2f17 user: jan.nijtmans tags: core-8-6-branch
08:26
Mark 6 failing tests as knownMsvcBug. To be investigated. check-in: e5dbf11232 user: jan.nijtmans tags: core-8-6-branch
2019-07-30
07:47
Merge 8.5 check-in: 09b16a5736 user: jan.nijtmans tags: core-8-6-branch
2019-07-28
21:21
Merge core-8-6-branch, and merge latest libtommath check-in: 6652883e53 user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
2019-07-26
11:56
Merge 8.5 check-in: a0e235387c user: jan.nijtmans tags: core-8-6-branch
2019-07-24
14:00
merge 8.5 check-in: 4255168ee5 user: sebres tags: core-8-6-branch
13:52
merge 8.5 (reintegrate, no functional changes) check-in: 1054f5a364 user: sebres tags: core-8-6-branch
13:36
integrate timerate-loop-opti--discard-result check-in: 053fb81a89 user: sebres tags: core-8-6-branch
07:55
Fix Travis Static/Debug builds on Windows. Als group Clang builds together. check-in: 982d77287a user: jan.nijtmans tags: core-8-6-branch
2019-07-23
21:43
small amend with a comment about the optimization Closed-Leaf check-in: 3b40f959b5 user: sebres tags: timerate-loop-opti--discard-result
21:08
fix done optimization (TCL_EVAL_DISCARD_RESULT) for nested call - supply and reset discard result fl... check-in: 66eae16555 user: sebres tags: timerate-loop-opti--discard-result
17:40
better rewritten loop optimization: new evalFlag "TCL_EVAL_DISCARD_RESULT" introduced, which allows ... check-in: 2958e9399c user: sebres tags: timerate-loop-opti--discard-result
16:55
Merge 8.5 check-in: e495bed0ea user: jan.nijtmans tags: core-8-6-branch
2019-07-17
14:10
I hate YAML. Closed-Leaf check-in: 3b69b46c31 user: dkf tags: travis-windows-debug
2019-07-16
11:57
Of course, Cygwin doesn't install a working build environment by default... check-in: f65c1a6ee7 user: dkf tags: travis-windows-debug
09:54
Eliminate TclDTraceStr type, only in use with DTrace enabled: It's just the same as "const char *", ... check-in: 50a5729f85 user: jan.nijtmans tags: core-8-6-branch
09:24
Merge 8.5 check-in: 985140526b user: jan.nijtmans tags: core-8-6-branch
2019-07-15
15:00
merge 8.6 check-in: 49ff40caae user: dgp tags: core-8-6-10-rc
14:15
Switch to using cygwin; apparently that's expected for our GCC-on-Win builds check-in: 34959b34c4 user: dkf tags: travis-windows-debug
12:21
small amend to [3bec82b72c] (sebres/tclclockmod#18): test cases extended to cover error cases (on am... check-in: 1dd3ce71c5 user: sebres tags: sebres-8-6-clock-speedup-cr2
12:18
Fixes sebres/tclclockmod#18 (Fails to parse short month name for June); The reason for that was the... check-in: 3bec82b72c user: sebres tags: sebres-8-6-clock-speedup-cr2
12:14
Merge pull request sebres/tclclockmod#17 from sebres/simplify-yy-flags

Simplifying info structure, ... check-in: 0f3c1da5c1 user: sebres tags: sebres-8-6-clock-speedup-cr2

12:12
simplifying info-structure, usage of flags etc (normalizing in order to use same flags as by formatt... Closed-Leaf check-in: ad1591d2df user: sebres tags: sebres-8-6-clock-simplify-yy-flags
12:12
**interim** try simplify info-structure (replace yyHave... with flags) check-in: 9e561572c3 user: sebres tags: sebres-8-6-clock-simplify-yy-flags
11:53
merge 8.6 check-in: 61ed10a39b user: sebres tags: sebres-8-6-clock-speedup-cr2
11:34
merge 8.5 check-in: b0795f6138 user: sebres tags: core-8-6-branch
09:34
Two missing "const" designations, in Dtrace configuration Closed-Leaf check-in: bb63ea12e1 user: jan.nijtmans tags: bug-7d7038d415b345d5
07:47
Fix [7d7038d415b345d5]: tcl is not LTO ready check-in: 04788c0daf user: jan.nijtmans tags: bug-7d7038d415b345d5
2019-07-14
09:04
Bugfix for #f81beca7af. Revert mistaken change to -querychannel -translation in library/http/http.tc... check-in: b00e59e558 user: kjnash tags: bug-f81beca7af
2019-07-13
19:38
Create new branch named "bug-f81beca7af" check-in: a4dcf36720 user: kjnash tags: bug-f81beca7af
17:11
please don't put experimental build steps in the main branches, as long as they don't work! check-in: 336a13dab1 user: jan.nijtmans tags: core-8-6-branch
11:44
Print what VPATH actually is check-in: 8278a4dc9f user: dkf tags: travis-windows-debug
2019-07-12
12:12
merge point check-in: 023e97dd32 user: sebres tags: core-8-6-branch
12:09
integrate branch bug-4718b41c56, revert/rebuild win/configure (2.69 in tcl8.6), conflicts resolved, ... check-in: c07aa4e723 user: sebres tags: core-8-6-branch
11:50
Merge 8.5 check-in: 21761c34e4 user: jan.nijtmans tags: core-8-6-branch
06:41
Travis windows debugging check-in: 60f83662ac user: dkf tags: travis-windows-debug
2019-07-10
08:49
Add CI (Travis) builds and testing for Windows, both with MSVC and GCC. check-in: a38411737a user: dkf tags: core-8-6-branch
2019-07-08
20:18
Merge 8.5 check-in: afa1c8ee8c user: jan.nijtmans tags: core-8-6-branch
2019-07-05
22:53
Merge 8.5 check-in: c397a7bee7 user: jan.nijtmans tags: core-8-6-branch
15:11
Merge latest libtommath and 8.6 check-in: cbaf8a640b user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
14:40
merge 8.6 check-in: dcdca9b642 user: dgp tags: core-8-6-10-rc
11:23
Fix [4718b41c56d8c135]: windows x86 & x64: file mtime overflows in modification date. Only fixed for... check-in: 11f16bfe10 user: jan.nijtmans tags: core-8-6-branch
2019-07-03
20:10
Tcl_ObjectDeleted was only partially documented. Oops. check-in: af6cfb364c user: dkf tags: core-8-6-branch
15:48
merge 8.6 check-in: 5c45d2a933 user: dgp tags: core-8-6-10-rc
2019-07-02
07:24
Update TZ info to tzdata2019b. check-in: b5b1f84308 user: jima tags: core-8-6-branch
2019-07-01
19:29
Avoid valgrind issues with uninitialized memory check-in: fec29b469f user: dgp tags: core-8-6-branch
13:28
merge 8.6 check-in: 9f5554335d user: dgp tags: core-8-6-10-rc
2019-06-30
10:08
VC++ 6.0 doesn't know the uLL number postfix check-in: 1133a35c93 user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
07:53
Fix compilation on VC++ 6.0 check-in: 92f92aa1b0 user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
07:22
Eliminate some more instances of "long long", for VC++ 6.0 check-in: 2218200db9 user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
07:15
Merge 8.6 check-in: 8edc958c26 user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
2019-06-29
21:29
Trying to fix C4761 warning with VC++ 6.0 check-in: 5985c1971b user: jan.nijtmans tags: core-8-6-branch
2019-06-27
16:20
winFCmd.test: fixes EXDEV related constraint and paths in test cases (covering move/rename across de... check-in: 2340841fd4 user: sebres tags: core-8-6-branch
13:38
Fix [15d851e394]: Fix spelling in comment of tclCmdIL.c check-in: fc898b30aa user: jan.nijtmans tags: core-8-6-branch
13:29
Fix execute flag for win/tclWinFile.c here too check-in: 403f72a587 user: jan.nijtmans tags: core-8-6-10-rc
13:06
merge 8.6 check-in: 5ca3be60d8 user: dgp tags: core-8-6-10-rc
2019-06-26
08:27
UNEXEC win/tclWinFile.c check-in: eaf145bcd7 user: jan.nijtmans tags: core-8-6-branch
08:26
Merge 8.5 check-in: d17e69e0cb user: jan.nijtmans tags: core-8-6-branch
2019-06-25
22:46
Merge 8.6 check-in: 465674584e user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
22:27
Makef tclTomMath.h work with VC++ 6.0 check-in: 6953921d68 user: jan.nijtmans tags: core-8-6-branch
18:59
restore userenv, used in 8.6 check-in: 33820ecf27 user: sebres tags: core-8-6-branch
18:02
merge 8.5 check-in: 47054b13b2 user: sebres tags: core-8-6-branch
06:56
Squelch C4244 warning on any MSVC compiler. check-in: c0c4ff91ba user: jan.nijtmans tags: core-8-6-branch
2019-06-21
19:22
closes [f8a33ce3db5d8cc2]: Tcl_Exit uses system exit as fallback if Tcl-subsystems are not (yet) ini... check-in: 6c48a3be6d user: sebres tags: core-8-6-branch
09:45
Undo the changes made in [2876454c42] so only the simple name of the command is stored. Closed-Leaf check-in: ab4dee3eb0 user: pooryorick tags: pyk-core-8-6-branch
09:36
[8b9854c3d8] Undo regression in [info level 0] after ensemble dispatch. check-in: 2876454c42 user: pooryorick tags: pyk-core-8-6-branch
09:30
core-8-6-branch as modified by pooryorick check-in: 9f198b3382 user: pooryorick tags: pyk-core-8-6-branch
2019-06-20
19:40
[6bdadfba7d] Stop crash with multi-lappend and failing writes check-in: ca4a6f0a95 user: dkf tags: core-8-6-branch
2019-06-17
18:56
Bump version numbers for 8.6.10 release. check-in: 170dc08ea5 user: dgp tags: core-8-6-10-rc
18:00
[8b9854c3d8] Undo regression in [info level 0] after ensemble dispatch. check-in: 215b06343d user: dgp tags: core-8-6-branch
2019-06-15
22:31
Merge 8.5 check-in: 7a96d24542 user: jan.nijtmans tags: core-8-6-branch
2019-06-14
21:48
Latest libtommath's "develop" branch adapted for Tcl 8.6. And Tcl 8.6 adapted for changes in libtom... check-in: 125328a27d user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
2019-06-13
20:43
Mark test namespace-54.6 as knownBug. The real bug here is Tcl's failure to forbid ":" as a namespac... Closed-Leaf check-in: e0ddb43682 user: dgp tags: bug-8b9854c3d8
17:58
Fix Bug 8b9854c3d8. Now 4 test failures require examination. check-in: 3bfd725f54 user: dgp tags: bug-8b9854c3d8
17:37
Unique test name. check-in: 5345820749 user: dgp tags: bug-8b9854c3d8
17:20
Test namespace-56.4 detects Bug 8b9854c3d8. Branch open to fix it. check-in: f76f0f177f user: dgp tags: bug-8b9854c3d8
2019-06-11
15:31
Fix [25deec4e46]: Tcl fails to compile with icc due to typedef conflict check-in: c6c21c7e4c user: jan.nijtmans tags: core-8-6-branch
2019-06-10
19:43
General improvements to the expr manpage check-in: 965384cf1d user: dkf tags: core-8-6-branch
18:44
More localized documentation of lazy operators. check-in: 6171bb4522 user: dgp tags: core-8-6-branch
18:33
More bytecodes are non-throwing. check-in: 0720339963 user: dgp tags: core-8-6-branch
18:31
Remove declarations that are never defined. check-in: 86354c6a29 user: dgp tags: core-8-6-branch
2019-06-09
11:28
minor cleanup of source code formatting check-in: f8b284d7d5 user: dkf tags: core-8-6-branch
2019-05-31
23:13
In tools/*, use the single-argument version of "expr" always. Making it robust against TIP #526. Tho... check-in: dc37fb64f7 user: jan.nijtmans tags: core-8-6-branch
11:28
Rename mp_get_bit to s_mp_get_bit, rename mp_tc_div_2d to mp_signed_rsh, remove mp_tc_(add|or|xor) f... check-in: 74ff0a681b user: jan.nijtmans tags: core-8-6-branch
2019-05-29
23:08
Merge 8.5 check-in: a5dc393eae user: jan.nijtmans tags: core-8-6-branch
2019-05-28
22:48
Fix build status in README.md check-in: 7a5e337d29 user: jan.nijtmans tags: core-8-6-branch
22:17
Rename README to README.md, and reformat check-in: 295146928c user: jan.nijtmans tags: core-8-6-branch
21:41
Merge 8.5 check-in: de4bf6516a user: jan.nijtmans tags: core-8-6-branch
2019-05-24
20:10
end-of-line spacing check-in: b770ca8973 user: jan.nijtmans tags: core-8-6-branch
16:56
merge 8.5 check-in: 65b4686506 user: sebres tags: core-8-6-branch
2019-05-22
09:39
merge 8.6 & 8.5-event-perf-branch (3way, conflicts resolved) check-in: 43eab616ea user: sebres tags: sebres-8-6-event-perf-branch
2019-05-21
18:01
merge 8.5 (timerate unsigned calc) check-in: 23eaea57ed user: sebres tags: core-8-6-branch
16:42
Knock VOID back down check-in: 18545d28ab user: dgp tags: core-8-6-branch
11:34
fixed mistake in optimization of [3f693cdfe9c875c4] (bypass of compareKeysProc if keys pointers/obje... check-in: 82f721a5a0 user: sebres tags: core-8-6-branch
2019-05-18
10:42
Surface TCL_INFO_FRAME_ENABLE_ACCURATE_LINE_NUMBERS as configure --enable-line-continuations Leaf check-in: 68d2b424fb user: dkf tags: tip-530
09:08
Import of TIP 530 implementation, and update to follow Tcl Engineering Manual style. check-in: 60d629e262 user: dkf tags: tip-530
2019-05-16
18:19
merge 8.5 check-in: 594a6ef663 user: sebres tags: core-8-6-branch
17:56
merge 8.5 (timerate fix to avoid impact of object duplication on shared interp result by the measure... check-in: dbe7cb43bc user: sebres tags: core-8-6-branch
2019-05-14
19:13
Merge 8.5 check-in: 3f4bd3bf4e user: jan.nijtmans tags: core-8-6-branch
2019-05-11
12:49
merge 8.5 check-in: 3774f93ca4 user: dgp tags: core-8-6-branch
2019-05-09
15:32
Minor compiler warning check-in: 9bdc825afa user: jan.nijtmans tags: core-8-6-branch
2019-05-08
18:06
For historical/hysterical reasons, the (unused??) public routines Tcl_UpVar() and Tcl_UpVar2() accep... check-in: cffd9b1469 user: dgp tags: core-8-6-branch
2019-05-04
22:44
close fork check-in: 30dd497fe2 user: dgp tags: core-8-6-branch
18:32
merge 8.5 check-in: fb09b2ab1b user: dgp tags: core-8-6-branch