Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
83 check-ins using file win/Makefile.in version 4f78425f46
|
2023-03-31
| ||
| 07:57 | Update to tzdata 2023c (which is identical to 2023a, due to the summertime situation in Libanon) check-in: 8823d963d4 user: jan.nijtmans tags: core-8-6-branch | |
| 07:49 | Rename TclWinOpenFileChannel to OpenFileChannel, because it's static now. check-in: 270f270d44 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-03-30
| ||
| 21:20 | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf() check-in: 5ee652454c user: jan.nijtmans tags: core-8-6-branch | |
| 15:19 | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on other platforms either... Closed-Leaf check-in: ec56f33813 user: jan.nijtmans tags: bug-0cb3554903 | |
| 08:46 | Allow empty mode list in [chan create], so that refchans are able to mimic the behavior of channels ... check-in: 5971dd73cf user: max tags: core-8-6-branch | |
|
2023-03-28
| ||
| 04:47 | Fix irritating gcc warning for minizip check-in: 95b26a1db9 user: apnadkarni tags: core-8-6-branch | |
|
2023-03-27
| ||
| 20:56 | Fix some typo's in POSIX error-messages, and add missing ones (ESTRPIPE, ERESTART, ENOSHARE, ENOMEDI... check-in: b23096d3a8 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-03-26
| ||
| 17:13 | Update to tzdata 2023b check-in: 1d9e27b01d user: jan.nijtmans tags: core-8-6-branch | |
|
2023-03-24
| ||
| 20:19 | Fix [15e74a2fe6]: Fix various typos check-in: c44138ed03 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-03-23
| ||
| 15:48 | Resolve C warnings on 32-bit platforms. More code cleanup. check-in: cee31a238b user: jan.nijtmans tags: core-8-6-branch | |
|
2023-03-22
| ||
| 17:50 | Fix [0265750233]: invalid read in cmdAH-4.3.13.C1.solo.utf-8.tcl8 check-in: 2ffcb8bcf4 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-03-17
| ||
| 20:04 | arm64e -> arm64, since arm64e is not available yet on MacOS (Thanks to Stefan Sobernig) check-in: da4c453c64 user: jan.nijtmans tags: core-8-6-branch | |
| 14:22 | Clean up after events to avoid errors in later tests that use an event loop. check-in: 58622d367a user: dgp tags: core-8-6-branch | |
| 12:35 | unbreak the build check-in: 0edd16fae8 user: dgp tags: core-8-6-branch | |
| 08:24 | Don't return from a void function check-in: dc25d330c9 user: jan.nijtmans tags: core-8-6-branch | |
| 07:57 | Don't introduce size_t in a header-file which didn't use it before. Make more clear that those are u... check-in: 7d2e63372c user: jan.nijtmans tags: core-8-6-branch | |
|
2023-03-16
| ||
| 15:12 | Add some undocumented stub functions. Those can prevent a crash like [http://paste.tclers.tk/5763|th... check-in: 1e8bccbb5e user: jan.nijtmans tags: core-8-6-branch | |
|
2023-03-15
| ||
| 16:21 | Remove _LARGEFILE_SOURCE64 usage. See [d690400d07] check-in: e5ba10678f user: jan.nijtmans tags: core-8-6-branch | |
| 12:53 | Misspelled constraint created testing noise. check-in: f45aa5083a user: dgp tags: core-8-6-branch | |
|
2023-03-14
| ||
| 20:30 | Further fix for issue [ea69b0258a9833cb], crash when using a channel transformation on TCP client so... check-in: a719a1392c user: pooryorick tags: core-8-6-branch | |
| 20:27 | Further fix for issue [ea69b0258a9833cb], crash when using a channel transformation on TCP client so... Closed-Leaf check-in: 8aee50448c user: pooryorick tags: bug-ea69b0258a9833cb6 | |
| 10:05 | Add "ucs-2" constraint to encoding-bug-183a1adcc0-5 testcase, otherwise it fails with TCL_UTF_MAX>3.... check-in: 7609a40b91 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-03-13
| ||
| 19:07 | Fix for issue [ea69b0258a9833cb], crash when using a channel transformation on TCP client socket. check-in: a8b8ecbc03 user: pooryorick tags: core-8-6-branch | |
| 13:44 | Bug [183a1adcc0]. Buffer overflow in Tcl_UtfToExternal check-in: 4785751542 user: apnadkarni tags: core-8-6-branch | |
| 12:22 | Fix for issue [ea69b0258a9833cb], crash when using a channel transformation on TCP client socket. check-in: 052f54ddfb user: pooryorick tags: bug-ea69b0258a9833cb6 | |
|
2023-03-10
| ||
| 13:32 | Make test less fragile to changing set of options. check-in: 0336bcea26 user: dgp tags: core-8-6-branch | |
|
2023-03-09
| ||
| 10:08 | Adapt 2 testcases (io-39.16/io-39.16a), showing that "-encoding" can be shortened to "-en", but not ... check-in: 229553278a user: jan.nijtmans tags: core-8-6-branch | |
| 09:39 | Fix tests/tcltest.test testcases (missing "namespace import") check-in: f6feebc865 user: jan.nijtmans tags: core-8-6-branch | |
| 02:47 | winFCmd-1.24 has different error code on Win 11 check-in: 91f43791e5 user: apnadkarni tags: core-8-6-branch | |
|
2023-03-08
| ||
| 19:58 | Add "notWsl" test constraints. Clean up many testcases check-in: e6783b4863 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-03-07
| ||
| 17:56 | Fix a few -Wconversion warnings check-in: eb74f26d43 user: jan.nijtmans tags: core-8-6-branch | |
| 10:46 | Merge testchmod fix check-in: 10ec3cb22d user: apnadkarni tags: core-8-6-branch | |
| 07:23 | Fix [95e287b956]: uninit value use in stringObj-4.2 check-in: 04077c7b2e user: jan.nijtmans tags: core-8-6-branch | |
| 02:52 | Fix testchmod and associated tests that always failed on Windows Closed-Leaf check-in: 1ed8520d62 user: apnadkarni tags: bug-win-testchmod | |
| 02:27 | Create new branch named "bug-win-testchmod" check-in: 5310d56d3a user: apnadkarni tags: bug-win-testchmod | |
|
2023-03-06
| ||
| 21:01 | Proposed fix for [95e287b956]: uninit value use in stringObj-4.2 Closed-Leaf check-in: 9dd5f7f10d user: jan.nijtmans tags: bug-95e287b956 | |
| 06:59 | Add new valgrind suppression items. check-in: 665d15e567 user: pooryorick tags: core-8-6-branch | |
|
2023-03-05
| ||
| 21:09 | Fix [57bfcf43dd]: Remove unreachable code in Tcl_SetWideIntObj() check-in: 71045bf69c user: jan.nijtmans tags: core-8-6-branch | |
| 09:57 | Bug [9c5a00c69d]. Fix ~user on Windows check-in: 82cc9a4f34 user: apnadkarni tags: core-8-6-branch | |
|
2023-03-04
| ||
| 15:11 | Add test for [9c5a00c69d], tilde expansion of ~user Closed-Leaf check-in: 07b6e775f4 user: apnadkarni tags: bug-9c5a00c69d | |
| 12:13 | Bug [9c5a00c69d]. Tilde expansion on Windows check-in: 1ea1122bf8 user: apnadkarni tags: bug-9c5a00c69d | |
| 10:18 | Test constraint notInCIenv no longer necessary (due to previous fix) check-in: 14c6c0727d user: jan.nijtmans tags: core-8-6-branch | |
| 10:08 | Fix [1b8df10110]: Tcl_GetTime returns wrong usec value on Windows check-in: b004b97979 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-02-28
| ||
| 10:18 | Fix [f9eafc3886]: Error handling in zlib comment/filename check-in: 481142c39d user: jan.nijtmans tags: core-8-6-branch | |
|
2023-02-27
| ||
| 20:50 | Fix testcases Closed-Leaf check-in: 6661e7a157 user: jan.nijtmans tags: bug-f9eafc3886 | |
|
2023-02-26
| ||
| 21:37 | fill in bug ticket-nr check-in: d2973f4be0 user: jan.nijtmans tags: bug-f9eafc3886 | |
| 20:12 | Proposed fix for [f9eafc3886]: Error handling in zlib comment/filename. With testcases check-in: ae4c81f4a8 user: jan.nijtmans tags: bug-f9eafc3886 | |
| 16:01 | More dstring testcases, extracted from [46dda6fc29] check-in: f470f396d6 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-02-23
| ||
| 10:44 | See [d19fe0a5b] for follow-up to previous commit check-in: 548b08e28b user: jan.nijtmans tags: core-8-6-branch | |
|
2023-02-22
| ||
| 17:34 | Fix [d19fe0a5b]: Handling incomplete byte sequences for utf-16/utf-32 check-in: ff5920ffd7 user: jan.nijtmans tags: core-8-6-branch | |
| 07:21 | Fix [534172ff5b]: Crash in DeleteReflectedChannelMap (introduced via tcllib 1.21) check-in: c77e351b9c user: jan.nijtmans tags: core-8-6-branch | |
|
2023-02-21
| ||
| 17:50 | Proposed fix for [d19fe0a5b]: Handling incomplete byte sequences for utf-16/utf-32 Closed-Leaf check-in: be99e0b905 user: jan.nijtmans tags: bug-d19fe0a5b | |
| 16:09 | Proposed fix for [534172ff5b]: Crash in DeleteReflectedChannelMap (introduced via tcllib 1.21) Closed-Leaf check-in: 488c80081a user: jan.nijtmans tags: bug-534172ff5b | |
|
2023-02-14
| ||
| 06:38 | Add new valgrind suppression items. jn: This looks like a good idea, so please re-apply to core-8... Closed-Leaf check-in: 04cf08d26a user: pooryorick tags: py-valgrind | |
|
2023-02-01
| ||
| 07:29 | (Cherry-pick) Make Tcl_UniCharToUtf more readable. check-in: b4571ae045 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-01-27
| ||
| 14:23 | new testcase encoding-18.1. Testcase cleanup check-in: 07f289aa1b user: jan.nijtmans tags: core-8-6-branch | |
|
2023-01-23
| ||
| 19:18 | Better error-message for previous commit. Some more code-cleanup, backported from 8.7 check-in: 4694b63bb1 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-01-22
| ||
| 22:53 | Fix [3e8074aea7]: [interp limit time -seconds] has a y2k38 problem check-in: cd0c8575c4 user: jan.nijtmans tags: core-8-6-branch | |
| 01:48 | Missed one more off-by-one error, also, tests misnumbered for merge forward. check-in: 79f7b0b83c user: kbk tags: core-8-6-branch | |
| 01:37 | Remove unneeded hard-coded array size check-in: 7161cdc5fe user: kbk tags: core-8-6-branch | |
| 01:33 | Bug [e3dcab1d14] fix check-in: 783bacf316 user: kbk tags: core-8-6-branch | |
|
2023-01-19
| ||
| 21:36 | Proposed fix for [3e8074aea7]: [interp limit time -seconds] has a y2k38 problem Closed-Leaf check-in: 504171c4e4 user: jan.nijtmans tags: bug-3e8074aea7 | |
|
2023-01-15
| ||
| 19:26 | Fix issue [8f7fdea2d], string-2.20.1 fails on big endian, and also fix issues in TclStringCmp when ... check-in: 9858a68816 user: pooryorick tags: core-8-6-branch | |
|
2023-01-14
| ||
| 22:07 | Properly quote contents of Make variables to pass through gdb.run file. check-in: 075c79a718 user: pooryorick tags: core-8-6-branch | |
|
2023-01-06
| ||
| 17:32 | Fix [0f19edcb78]: Windows 11 not reported in tcl_platform(osVersion) check-in: 08b81855b0 user: jan.nijtmans tags: core-8-6-branch | |
| 16:56 | Fix [ad393071c2]: Use different LD_LIBRARY_PATH_VAR on macOS check-in: 19fb0fc0b0 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-01-04
| ||
| 23:21 | Fix [0f19edcb78]: Windows 11 not reported in tcl_platform(osVersion) Closed-Leaf check-in: ca81e84b42 user: jan.nijtmans tags: bug-0f19edcb78 | |
|
2023-01-01
| ||
| 23:32 | Fix [8e811bc1f1]: Wrong formatting of arguments in man page check-in: d8e13bbb61 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-12-29
| ||
| 17:04 | Instead of fiddling with html tags, simply enlarge a bit the width in the CSS stylesheet. Closed-Leaf check-in: aee4bada42 user: fvogel tags: bug-8e811bc1f1 | |
|
2022-12-28
| ||
| 20:39 | Fix [8e811bc1f1]: Wrong formatting of arguments in man page check-in: ee40100bc1 user: fvogel tags: bug-8e811bc1f1 | |
|
2022-12-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: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-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
| ||
| 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 | |