Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
701 check-ins using file win/tclWinConsole.c version 8a234ec47b
|
2023-03-07
| ||
| 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 | |
| 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 Closed-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
| ||
| 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
| ||
| 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 | |
|
2022-04-21
| ||
| 12:51 | Fix [https://core.tcl-lang.org/tk/info/bf0f4808d7|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
| ||
| 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-rc, core-8-6-12 | |
|
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 [https://core.tcl-lang.org/tk/info/6ffcea9b093deb5a|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 [https://core.tcl-lang.org/tk/info/8b679f597b1d17ad|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 [https://core.tcl-lang.org/thread/tktview?name=98ae20f0f5|98ae20f0f5]: Type mismatch in TclIntSt... check-in: e2ca218a17 user: jan.nijtmans tags: core-8-6-branch | |
| 15:31 | Fix [https://core.tcl-lang.org/thread/info/98ae20f0f5|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 [https://core.tcl-lang.org/thread/tktview?name=98ae20f0f5|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 | |