Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
45 check-ins using file win/Makefile.in version e05b68112f
|
2021-10-27
| ||
| 06:48 | Update TZ info to tzdata2021e check-in: eea378c71e user: jan.nijtmans tags: core-8-5-branch | |
|
2021-10-25
| ||
| 21:27 | Update platform extension for MaxOS Monterey check-in: 713f17708f user: jan.nijtmans tags: core-8-5-branch | |
|
2021-10-18
| ||
| 18:53 | Update TZ info to tzdata2021d check-in: bdafea7d9e user: jan.nijtmans tags: core-8-5-branch | |
|
2021-10-07
| ||
| 14:58 | Update TZ info to tzdata2021c. check-in: d1af2834d7 user: jan.nijtmans tags: core-8-5-branch | |
|
2021-09-26
| ||
| 20:43 | Update TZ info to tzdata2021b. check-in: 5eafd00d64 user: jan.nijtmans tags: core-8-5-branch | |
|
2021-09-14
| ||
| 13:31 | Update all tables to Unicode 14 check-in: cceee4b899 user: jan.nijtmans tags: core-8-5-branch | |
|
2021-08-23
| ||
| 10:01 | Add FALLTHRU markers, to help GCC emit less false warnings check-in: 85f10205a7 user: jan.nijtmans tags: core-8-5-branch | |
| 09:59 | Code formatting check-in: 3212d125f1 user: jan.nijtmans tags: core-8-5-branch | |
|
2021-08-19
| ||
| 08:38 | Reserve a few more unused stub entries check-in: c366e924b8 user: jan.nijtmans tags: core-8-5-branch | |
|
2021-07-31
| ||
| 15:59 | Backout last 2 commits: It appears that on Windows-2016 the GITHUB-installed version of msys works b... check-in: 06c7b4b736 user: jan.nijtmans tags: core-8-5-branch | |
|
2021-07-30
| ||
| 08:08 | try to update msys2 to latest version in GITHUB build check-in: 9654f7a8f0 user: jan.nijtmans tags: core-8-5-branch | |
|
2021-07-20
| ||
| 15:32 | Use msys2/setup-msys2@v2 rule to install msys2, working around limitations in msys2 check-in: bb9713c212 user: jan.nijtmans tags: core-8-5-branch | |
|
2021-07-16
| ||
| 06:07 | -eofchar should only be effective on input, not on output, since it could result in CTRL-Z be writte... check-in: 1f470036ae user: jan.nijtmans tags: core-8-5-branch | |
| 06:04 | comment clean-up check-in: ea56458d89 user: jan.nijtmans tags: core-8-5-branch | |
|
2021-07-14
| ||
| 16:06 | Fix [1a89eba3761f62ee]: Add "exit" Windows shell built-in to auto_execok check-in: 89bea63fd2 user: jan.nijtmans tags: core-8-5-branch | |
|
2021-07-08
| ||
| 12:00 | Set -DUSE_NMAKE=1 when compiling under nmake. Update .gitattributes and (for Fossil) binary-glob and... check-in: 8ce3a78df2 user: jan.nijtmans tags: core-8-5-branch | |
|
2021-06-28
| ||
| 14:22 | Update many tools/encoding/*.txt files to the latest version, but leave out character changes. Only ... check-in: 7d125a2955 user: jan.nijtmans tags: core-8-5-branch | |
|
2021-06-22
| ||
| 13:19 | More code cleanup, eliminating various compiler warnings with stricter flags. No need to even use st... check-in: f2ea4ea1fe user: jan.nijtmans tags: core-8-5-branch | |
| 09:02 | Fix [bad6cc213d]: A format string vulnerability in Tcl nmakehelp.c allows code execution via a crate... check-in: 28ef6c0c74 user: jan.nijtmans tags: core-8-5-branch | |
|
2021-06-18
| ||
| 12:24 | Update all "cp" and "iso8859-?" encodings to the latest version. This adds 3 new codepoints to iso88... check-in: 49b98f3a2f user: jan.nijtmans tags: core-8-5-branch | |
|
2021-05-26
| ||
| 10:45 | Fix [a73c79081e]: Doc fix in tcl.h, by not suggesting wchar_t any more for Tcl_UniChar. check-in: af368a8f46 user: jan.nijtmans tags: core-8-5-branch | |
|
2021-05-25
| ||
| 08:59 | Fix [https://core.tcl-lang.org/tk/info/8b679f597b1d17ad|8b679f597b] for Tcl too: LIB_RUNTIME_DIR cou... check-in: b22765084d user: jan.nijtmans tags: core-8-5-branch | |
|
2021-05-21
| ||
| 07:07 | Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend lowercase package names.... check-in: d6e0520a97 user: jan.nijtmans tags: core-8-5-branch | |
|
2021-05-03
| ||
| 19:36 | Fix [24b9181478]: Fix unsafe buffer lifetime check-in: 98af80f133 user: jan.nijtmans tags: core-8-5-branch | |
|
2021-04-16
| ||
| 12:58 | Document Tcl_GetMemoryInfo(). Backported from [063d44b0beea237e] (Thanks, Harald!) check-in: 2cfc67f224 user: jan.nijtmans tags: core-8-5-branch | |
|
2021-04-15
| ||
| 09:06 | Fix [85d1fa7d07]: Duplicate file extension check in [file executable] on Windows. It looks like chec... check-in: 2ac66f04de user: jan.nijtmans tags: core-8-5-branch | |
|
2021-04-14
| ||
| 18:39 | [26649439c7] EIAS bug in [concat] check-in: 72787c43c5 user: dgp tags: core-8-5-branch | |
| 18:37 | Bug fix Closed-Leaf check-in: 92651a5aae user: dgp tags: bug-26649439c7 | |
| 18:23 | Test demonstrating bug [26649439c7]. check-in: 5c3bf7eb54 user: dgp tags: bug-26649439c7 | |
|
2021-04-12
| ||
| 10:04 | Backport utf testcase tweaks from 8.7. No change for ucs-2 check-in: 20ce8e53f1 user: jan.nijtmans tags: core-8-5-branch | |
|
2021-03-30
| ||
| 09:03 | Improve documentation for exec and open, especially in relation to binary pipelines check-in: 97d90e176e user: dkf tags: core-8-5-branch | |
|
2021-03-22
| ||
| 10:04 | Fix incorrect comment: underscore ('_') is allowed in a packageName check-in: 0aa935087b user: jan.nijtmans tags: core-8-5-branch | |
|
2021-03-15
| ||
| 11:21 | merge 8.5 Closed-Leaf check-in: 6e792e6266 user: dgp tags: dgp-utfnext-test | |
|
2021-03-14
| ||
| 16:12 | Document that Tcl_UtfCharComplete() can (now) be used to protect Tcl_UtfNext() calls against overflo... check-in: 4cfc0891f4 user: jan.nijtmans tags: core-8-5-branch | |
|
2021-03-11
| ||
| 12:19 | Backport Tcl_UtfCharComplete() functionality from 8.6 for TCL_UTF_MAX>3. This makes Tcl_UtfCharCompl... check-in: 0f1dccacba user: jan.nijtmans tags: core-8-5-branch | |
|
2021-03-04
| ||
| 15:36 | merge 8.5 check-in: df7319fc7a user: dgp tags: dgp-utfnext-test | |
| 09:53 | Add some more unused entries to the stub table, keeping up with the table size increase of higher Tc... check-in: 7fda7d3e91 user: jan.nijtmans tags: core-8-5-branch | |
| 09:42 | cleanup genStubs.tcl, e.g. "==" -> "eq" and "!=" -> "ne". No change in output check-in: e957818557 user: jan.nijtmans tags: core-8-5-branch | |
|
2021-03-03
| ||
| 14:31 | Backport improvements in UTF-8 handling for Tcl_UtfPrev/Tcl_UtfNext from 8.7 (through 8.6). No chang... check-in: 4c185260b8 user: jan.nijtmans tags: core-8-5-branch | |
|
2021-02-24
| ||
| 15:03 | merge 8.5 check-in: d1fe96c334 user: dgp tags: dgp-utfnext-test | |
|
2021-02-23
| ||
| 12:34 | Revise buffer-sizes used in GetModuleFileNameW() calls. Available buffer-size reported to GetModuleF... check-in: 344744de8b user: jan.nijtmans tags: core-8-5-branch | |
|
2021-02-19
| ||
| 07:18 | Fix [7c64aa5e1a]: Another uninitialized-variable bug in BRE-mode parsing. Thanks to Tom Lane for the... check-in: 2162ee3450 user: jan.nijtmans tags: core-8-5-branch | |
|
2021-02-17
| ||
| 18:48 | Backport 3 additional test-cases from 8.6 for TCL_UTF_MAX>3 check-in: 2b86afea2e user: jan.nijtmans tags: core-8-5-branch | |
|
2021-02-16
| ||
| 15:23 | merge 8.5 check-in: 940263a45b user: dgp tags: dgp-utfnext-test | |
|
2021-02-08
| ||
| 09:21 | Makefile cleanup: Remove *.zip and *.vfs files/directories as part of "make clean", which might be a... check-in: f40752b736 user: jan.nijtmans tags: core-8-5-branch | |