Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
66 check-ins using file win/Makefile.in version f2d791501e
|
2026-08-27
| ||
| 14:04 | ultimate fix for segfault [e533296a92d89044]: avoid reset of lambda info in frames stack by nested c... Closed-Leaf check-in: a7a8993cca user: sebres tags: bug-e533296a92d89044-segfault | |
|
2026-08-26
| ||
| 21:43 | fixes [e533296a92d89044]: reset cmd in procPtr after lambda invocation (cmd is in local stack frame) check-in: 6bb3074c0f user: sebres tags: bug-e533296a92d89044-segfault | |
| 21:42 | tests/info.test: illustrating [e533296a92d89044] check-in: 221842947f user: sebres tags: bug-e533296a92d89044-segfault | |
|
2026-03-04
| ||
| 00:13 | fixes test coverage for [2c237beffbace823] (TZ generated from offset by artificial %z token in IANA ... Closed-Leaf check-in: 05af4fe48a user: sebres tags: core-8-5-branch | |
|
2026-03-03
| ||
| 23:57 | amend to [2c237beffbace823] fixing generation of TZ name from offset by %z artificial name in data; ... check-in: 72997d924d user: sebres tags: core-8-5-branch | |
|
2025-07-21
| ||
| 18:21 | amend to [61c01e0edb08a9ed], more cases for increment ref-count with use-after-free prevention for i... check-in: 4aae9497e4 user: sebres tags: core-8-5-branch | |
|
2025-07-18
| ||
| 17:20 | fixes [61c01e0edb08a9ed] (TclpMatchInDirectory, windows only), increment ref-count to avoid use-afte... check-in: 0d48bb289c user: sebres tags: core-8-5-branch | |
|
2025-03-07
| ||
| 09:58 | cmdMZ.test: improve stability of timerate test for quadratic complexity (increase factor for check),... check-in: d891b00146 user: sebres tags: core-8-5-branch | |
|
2025-02-10
| ||
| 12:57 | tcltest: avoid "couldn't read directory" error if no read permission on some child folder of "-testd... check-in: a95b1876a7 user: sebres tags: core-8-5-branch | |
| 12:55 | cherry-pick [9b5c0dbbc296ad67]: tests/all.tcl: don't overwrite argument -testdir (may be supplied in... check-in: 0ede9b3201 user: sebres tags: core-8-5-branch | |
|
2025-01-28
| ||
| 10:33 | Clarify -overhead measurement check-in: 84d5768a07 user: sebres tags: core-8-5-branch | |
|
2025-01-23
| ||
| 12:13 | TclWideMUInt may be signed on some platforms, back to WIDE_MAX for default max count (9e18 is anyway... check-in: 80cab99157 user: sebres tags: core-8-5-branch | |
|
2025-01-22
| ||
| 20:02 | amend, add missing NL check-in: 932eca5263 user: sebres tags: core-8-5-branch | |
| 17:24 | fixes timerate command (avoids drastic growth of execution time on iteration with quadratic complexi... check-in: d7c4578e96 user: sebres tags: core-8-5-branch | |
| 17:23 | timerate: added test illustrating drastic growth of execution time on iteration with quadratic compl... check-in: 06c819dcc2 user: sebres tags: core-8-5-branch | |
|
2025-01-21
| ||
| 16:13 | may fix [48a7a56dda] in the form that -overhead 0 is not expected anymore to estimate the overhead i... Closed-Leaf check-in: 98b8512f2f user: sebres tags: fix-48a7a56dda-timerate-overhead-with-calibrate | |
|
2024-11-14
| ||
| 12:07 | Fix problem in testcase check-in: e3d5d43c3c user: sebres tags: core-8-5-branch | |
|
2024-11-13
| ||
| 19:31 | small amend: don't add empty dir to dirs var (error message) check-in: e952dbe706 user: sebres tags: core-8-5-branch | |
| 18:14 | fix and coverage for bug [43c94f95988f3057]: avoid vulnerability loading init.tcl in current directo... check-in: d020e16a20 user: sebres tags: core-8-5-branch | |
|
2024-10-31
| ||
| 13:53 | small amend (better explaining test titles) check-in: 8fc2cb9c48 user: sebres tags: core-8-5-branch | |
| 13:21 | more typos fixed, don't swallow real error message if read TZ fails, several fixed and normalization... check-in: 08343d3ea6 user: sebres tags: core-8-5-branch | |
| 12:30 | typo (zone name in errorcode) check-in: ef654ee58c user: sebres tags: core-8-5-branch | |
|
2024-10-29
| ||
| 18:21 | small amend (fixing the test for 8.5) check-in: 9011f6d282 user: sebres tags: core-8-5-branch | |
| 18:14 | merge branch bug-fix-tz-w-offs: fixes regression and further bug [2c237beffbace823]: - tools/tclZI... check-in: fd0f43ac1f user: sebres tags: core-8-5-branch | |
| 18:08 | additional fix for [2c237beffbace823]: usage of time zones `Etc/GMT±n` were impossible previously d... Closed-Leaf check-in: 67e7522bd1 user: sebres tags: bug-fix-tz-w-offs | |
| 18:02 | clock.test: coverage for regression and further bugs [2c237beffbace823] check-in: 30833841e4 user: sebres tags: bug-fix-tz-w-offs | |
| 16:45 | Update to TZDATA 2024b with fixed tclZIC (replacing %z with offset TZ) check-in: a79ad2ba67 user: sebres tags: bug-fix-tz-w-offs | |
| 16:37 | tools/tclZIC.tcl: fixes TZ-names by generation for TZs having %z in database as name (simply mapping... check-in: 24fbf92e66 user: sebres tags: bug-fix-tz-w-offs | |
|
2024-08-12
| ||
| 13:07 | fixes [7179c6724cd38271]: compilation of incr command on wide constant offset (no overflow) check-in: 068a8b152e user: sebres tags: core-8-5-branch | |
| 13:06 | incr.test: added coverage for bug [7179c6724cd38271] (broken compile of incr by wide2int overflow of... check-in: cff7cda43a user: sebres tags: core-8-5-branch | |
|
2024-05-16
| ||
| 08:56 | code review: preserving r/w channels after all possible failures (don't need to release in error cas... Closed-Leaf check-in: 36be7eb4a4 user: sebres tags: fix-79474c58800cdf94--8-5-based | |
|
2024-05-15
| ||
| 15:06 | small code review: removal of unneeded - result is initially TCL_OK check-in: a20792c76f user: sebres tags: fix-79474c58800cdf94--8-5-based | |
| 12:39 | ultimate fix for [79474c58800cdf94]: avoid segfault on copy-state structure freed to early, protecte... check-in: 8ca3b56334 user: sebres tags: fix-79474c58800cdf94--8-5-based | |
|
2024-04-26
| ||
| 13:54 | increase cache size (4 now, can be configurable later), free cache in lock, more performance test-ca... Leaf check-in: 246fae69b1 user: sebres tags: sebres-encoding-perf-branch | |
| 13:50 | tests-perf/encoding.perf.tcl: added performance regression tests for encoding check-in: 4674324491 user: sebres tags: sebres-encoding-perf-branch | |
| 13:49 | more tweaks optimized encoding reusing processes (added small cache storage holding 2 last freed enc... check-in: 389529a649 user: sebres tags: sebres-encoding-perf-branch | |
| 13:47 | (backported from tclSE) avoid multi-threaded vulnerability of system encoding (see tcl bug [f2ff05fc... check-in: a1c84c8069 user: sebres tags: sebres-encoding-perf-branch | |
|
2024-04-12
| ||
| 22:55 | minor backport from my core: simple speed-up if searching for the key from hash itself (it is safe t... check-in: f472941c43 user: sebres tags: core-8-5-branch | |
| 21:13 | amend to [295b0570ff660950]: the bug was fixed incompletely, this is full bug fix now - don't allow ... check-in: 969a185ea4 user: sebres tags: core-8-5-branch | |
|
2023-05-05
| ||
| 20:55 | Remove .github and .travis-related stuff: No need to build this branch any more check-in: f51a3fbbc5 user: jan.nijtmans tags: core-8-5-branch | |
|
2022-11-30
| ||
| 08:12 | Update to tzdata 2022g check-in: bc5c21bcaa user: jan.nijtmans tags: core-8-5-branch | |
|
2022-11-22
| ||
| 20:08 | Unused stub entries up to Tcl_DStringToObj() (for Tcl 8.7/9.0) check-in: fabdb33522 user: jan.nijtmans tags: core-8-5-branch | |
|
2022-10-30
| ||
| 12:52 | Update to tzdata 2022f check-in: 9489f14bb7 user: jan.nijtmans tags: core-8-5-branch | |
| 12:51 | One more unused stub entry check-in: 314fae2c05 user: jan.nijtmans tags: core-8-5-branch | |
|
2022-10-14
| ||
| 22:24 | Update tzdata to 2022e check-in: 42d0f326aa user: jan.nijtmans tags: core-8-5-branch | |
|
2022-09-26
| ||
| 12:19 | Update tzdata to 2022d check-in: 072d33bc4a user: jan.nijtmans tags: core-8-5-branch | |
| 12:18 | Add some more unused stub entries check-in: 7ac6d3bebc user: jan.nijtmans tags: core-8-5-branch | |
|
2022-09-14
| ||
| 07:02 | Update all tables for Unicode 15 check-in: def5e4743e user: jan.nijtmans tags: core-8-5-branch | |
|
2022-08-31
| ||
| 10:00 | Fix [0aa7638534]: .gitignore ignores library/tcltest.tcl check-in: 0125d1636b user: jan.nijtmans tags: core-8-5-branch | |
|
2022-08-29
| ||
| 20:53 | Add 2 unused (internal) stub entries check-in: d037ceb967 user: jan.nijtmans tags: core-8-5-branch | |
|
2022-08-23
| ||
| 06:41 | Add Europe/Kyiv to tzdata (missing from previous commit) check-in: 902d844f60 user: jan.nijtmans tags: core-8-5-branch | |
| 06:32 | Update tzdata to 2022c check-in: 35c317793e user: jan.nijtmans tags: core-8-5-branch | |
|
2022-08-22
| ||
| 07:22 | ubuntu-18.04 is deprecated check-in: b162803681 user: jan.nijtmans tags: core-8-5-branch | |
|
2022-07-17
| ||
| 12:57 | Fix [713653b951]: Floating point precision problems on x86 musl check-in: 5e9b6b560e user: jan.nijtmans tags: core-8-5-branch | |
|
2022-06-14
| ||
| 12:54 | Update .gitignore check-in: cb31d76f13 user: jan.nijtmans tags: core-8-5-branch | |
| 10:27 | Update ignore-glob check-in: 62380d7e2c user: jan.nijtmans tags: core-8-5-branch | |
|
2022-05-26
| ||
| 22:31 | [https://github.com/tcltk/tcl/pull/15] and typo check-in: b0901dc31a user: jan.nijtmans tags: core-8-5-branch | |
|
2022-05-22
| ||
| 12:24 | See: [https://github.com/tcltk/tcl/pull/13] check-in: 805f0dc503 user: jan.nijtmans tags: core-8-5-branch | |
| 12:23 | 2 more unused stub entries check-in: 0d97f54dd2 user: jan.nijtmans tags: core-8-5-branch | |
|
2022-03-22
| ||
| 16:45 | Update tzdata to 2022a check-in: 16f84d7342 user: jan.nijtmans tags: core-8-5-branch | |
| 16:45 | Reserve 3 more stub entries check-in: d638c6ef78 user: jan.nijtmans tags: core-8-5-branch | |
|
2022-02-23
| ||
| 14:13 | 2 more spare stub entries check-in: a6c3387e68 user: jan.nijtmans tags: core-8-5-branch | |
|
2022-02-11
| ||
| 16:59 | Add more spare unused stub entries check-in: 16e5c34e88 user: jan.nijtmans tags: core-8-5-branch | |
|
2021-12-01
| ||
| 09:58 | Fix winFCmd-19.5 testcase on GitHub actions: Tcl 8.5 is known not to be able to handle too long file... check-in: 95df263781 user: jan.nijtmans tags: core-8-5-branch | |
|
2021-11-30
| ||
| 21:46 | windows-2016 will no longer be supported by GitHub actions check-in: ea83c80e9a user: jan.nijtmans tags: core-8-5-branch | |
|
2021-10-27
| ||
| 07:00 | Update platform version (1.0.17 -> 1.0.18) for MacOS Monterey support check-in: 76c650f07e user: jan.nijtmans tags: core-8-5-branch | |