Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
108 check-ins using file tests/reg.test version 9de9e52277
|
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 | |
| 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 | |