Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
53 check-ins using file win/Makefile.in version df54970784
|
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 | |