Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
58 check-ins using file generic/tclTest.c version 4c625762ab
|
2025-08-13
| ||
| 13:52 | Merge core-9-0-branch Closed-Leaf check-in: 648341fdeb user: apnadkarni tags: bug-87b69745be | |
| 10:38 | Remove another check for TCL_MINOR_VERSION < 7 check-in: f20a357729 user: jan.nijtmans tags: core-9-0-branch | |
| 08:57 | Update changes.md check-in: 090f128a89 user: jan.nijtmans tags: core-9-0-branch | |
| 08:54 | Fix [31d4fa115b]: Tweak install permissions check-in: 6cd38367d2 user: jan.nijtmans tags: core-9-0-branch | |
|
2025-08-12
| ||
| 22:00 | Merge 8.6 check-in: bee9402cd3 user: jan.nijtmans tags: core-9-0-branch | |
| 14:43 | Merge 8.6 check-in: 32fc124107 user: jan.nijtmans tags: core-9-0-branch | |
| 08:57 | Merge 8.6 check-in: 83b2e53c1a user: jan.nijtmans tags: core-9-0-branch | |
|
2025-08-07
| ||
| 17:04 | Add test to detect zipfs build errors Closed-Leaf check-in: 011bd6147b user: apnadkarni tags: apn-build-info-nozipfs | |
| 16:40 | Add no-zipfs tag to builds check-in: 14ca5dfbd9 user: apnadkarni tags: apn-build-info-nozipfs | |
|
2025-08-06
| ||
| 02:17 | Only update file system epoch if system encoding changes check-in: 783dabc094 user: apnadkarni tags: bug-87b69745be | |
| 02:06 | Reintroduce TclpSetInitialEncoding for --disable-zipfs case check-in: 98bff788ab user: apnadkarni tags: bug-87b69745be | |
|
2025-08-04
| ||
| 15:56 | fixes [5137b4387019d0e1]: ensure cache of base is correct for :localtime (system TZ) if TZ-env chang... check-in: 8fbe2cc48b user: sebres tags: core-9-0-branch | |
| 15:40 | more tests to cover issue [5137b4387019d0e1] - ensure cache of base is correct for :localtime (syste... Closed-Leaf check-in: aded3f3f02 user: sebres tags: bug-5137b43870--clock-test-singleproc | |
| 09:45 | Tweak test failing on macos to report macos result check-in: ebc566b9a1 user: apnadkarni tags: bug-87b69745be | |
|
2025-08-03
| ||
| 17:42 | Re-fix [fccb9f322f]. Also eliminate bumping of file system epoch on every interp creation introduced... check-in: abeb195484 user: apnadkarni tags: bug-87b69745be | |
| 15:22 | Proposed fix for [87b69745be]. Move search of zipfs to process initialization, not interp initializa... check-in: 52fd62e7af user: apnadkarni tags: bug-87b69745be | |
| 15:07 | Delete extraneous redundant line Closed-Leaf check-in: dac7bc9f56 user: apnadkarni tags: apn-refactor-zipfs-tcl-library | |
| 14:01 | Protect zipfs location with lock check-in: 532e642a33 user: apnadkarni tags: apn-refactor-zipfs-tcl-library | |
| 12:07 | Delete dead code check-in: 62878b552f user: apnadkarni tags: apn-refactor-zipfs-tcl-library | |
| 11:38 | Move search of zipfs to process initialization, not interp initialization check-in: 0081f10f13 user: apnadkarni tags: apn-refactor-zipfs-tcl-library | |
|
2025-08-01
| ||
| 11:59 | (windows, noregistry only) invalidate base fields cache for TZ ":localtime", if TZ-epoch changed (wi... check-in: ba25401d6e user: sebres tags: bug-5137b43870--clock-test-singleproc | |
|
2025-07-31
| ||
| 17:08 | more informative result of test clock-38.2 (in failure case it'd output all 3 results of formats as ... check-in: dec5406f43 user: sebres tags: bug-5137b43870--clock-test-singleproc | |
| 13:57 | Add test for [87b69745be]. check-in: 22b16f96a8 user: apnadkarni tags: bug-87b69745be | |
| 13:43 | clock.test: fixes bug [5137b4387019d0e1] (test clock with -singleproc 1); rewrite clock tests locale... check-in: 557de3c0e5 user: sebres tags: bug-5137b43870--clock-test-singleproc | |
| 13:37 | tcltest: output begin/end timestamps locale independently (as ISO 8601 datetime), also it'd help to ... check-in: 1b7d5ee5b4 user: sebres tags: bug-5137b43870--clock-test-singleproc | |
|
2025-07-30
| ||
| 16:20 | Workaround for [8c63606802] - testsetplatform / path caching with -singleproc 1 check-in: 55a5ddf7e6 user: apnadkarni tags: core-9-0-branch | |
| 11:38 | Fix singleproc test failures for Windows check-in: eed45c1d81 user: apnadkarni tags: core-9-0-branch | |
| 10:26 | Fix test errors for -singleproc 1 runs on Windows Closed-Leaf check-in: f00410f389 user: apnadkarni tags: priv-win-singleproc | |
|
2025-07-26
| ||
| 14:35 | rebased lazy load implementation of clock-engine (based on TIP 689); also illustrates performance ga... Leaf check-in: 04742d889c user: sebres tags: sebres-tip-689-clock-auto-load | |
| 14:16 | tip-689 merged with current 9.0 Leaf check-in: f464fbae80 user: sebres tags: tip-689 | |
|
2025-07-22
| ||
| 18:18 | improve interpreter creation speed, if there is no zipfs tcl-library (avoid performance penalty [620... check-in: 4318f0e945 user: sebres tags: core-9-0-branch | |
|
2025-07-21
| ||
| 18:54 | merge 8.6 to 9.0: amend to [61c01e0edb08a9ed], more cases for increment ref-count with use-after-fre... check-in: 93127a131d user: sebres tags: core-9-0-branch | |
|
2025-07-18
| ||
| 17:38 | merge 8.6 to 9.0: fixes [61c01e0edb08a9ed] (TclpMatchInDirectory, windows only), increment ref-count... check-in: 7d1f464944 user: sebres tags: core-9-0-branch | |
| 17:02 | Add check for working --disable-high-entropy-va. Fix check for --enable-auto-image-base (which alway... check-in: d70fe5426c user: jan.nijtmans tags: core-9-0-branch | |
|
2025-07-17
| ||
| 07:41 | Merge 8.6 check-in: 51c170c7cd user: jan.nijtmans tags: core-9-0-branch | |
|
2025-07-16
| ||
| 16:26 | Merge 8.6. Fix [c9f0520f7e] - Tcl_SplitList memory size computation overflow. No test because not pr... check-in: cbf058c20b user: apnadkarni tags: core-9-0-branch | |
|
2025-07-15
| ||
| 10:25 | Merge 8.6 check-in: 2750018377 user: jan.nijtmans tags: core-9-0-branch | |
|
2025-07-13
| ||
| 08:02 | Doc update. See [8cd74c5cd2] check-in: 2b9b8fa85b user: jan.nijtmans tags: core-9-0-branch | |
|
2025-07-09
| ||
| 12:31 | Related to [bdaf890168]: Use Tcl_Size in stead of int while using TclParseAllWhiteSpace() Closed-Leaf check-in: b4b21aaf57 user: jan.nijtmans tags: bug-bdaf890168 | |
|
2025-07-03
| ||
| 11:57 | Version -> 9.0.3 check-in: e1ab6b9d8f user: jan.nijtmans tags: core-9-0-branch | |
| 10:42 | Fix [6b8e39e83]: On Unix, IsTimeNative() always defined but not always used check-in: 36318ba1e2 user: jan.nijtmans tags: core-9-0-branch | |
| 08:11 | Merge-mark check-in: 4f278badd6 user: jan.nijtmans tags: core-9-0-branch | |
|
2025-07-02
| ||
| 15:16 | merge release check-in: e633f7f5d2 user: dgp tags: core-9-0-branch | |
|
2025-07-01
| ||
| 17:28 | merge 9.0 Closed-Leaf check-in: 92dca17850 user: dgp tags: rc1, core-9-0-2-rc, core-9-0-2 | |
| 15:23 | Edits to the changes file check-in: c2fe35371d user: dgp tags: core-9-0-2-rc | |
| 07:56 | [0cb3d93a] fix example in link documentation check-in: 606ba9c942 user: oehhar tags: core-9-0-branch | |
|
2025-06-30
| ||
| 21:23 | Note the new releases of bundled packages in the changes. check-in: 2b1180f2a6 user: dgp tags: core-9-0-2-rc | |
| 20:11 | merge 9.0 check-in: e5a06a9aed user: dgp tags: core-9-0-2-rc | |
|
2025-06-28
| ||
| 10:45 | Fix test exec-bug-4f0b5767ac error when MSYS scrubs PATH check-in: 0aa1a81626 user: apnadkarni tags: core-9-0-branch | |
|
2025-06-27
| ||
| 15:28 | Fix [9dfae3413d]: interp limit commands still seems to be 32 bits check-in: 9e759845da user: jan.nijtmans tags: core-9-0-branch | |
| 15:20 | Fix [ef7042075c]: tcl::build-info not documented check-in: a42af792d9 user: jan.nijtmans tags: core-9-0-branch | |
| 08:34 | Merge 9.0 Closed-Leaf check-in: abfaea6ce2 user: jan.nijtmans tags: bug-ef7042075c | |
| 08:12 | doc fix check-in: 2921829f4e user: jan.nijtmans tags: core-9-0-branch | |
| 07:45 | Make exec-bug-4f0b5767ac test independent of locale check-in: c784134c8a user: apnadkarni tags: core-9-0-branch | |
| 07:16 | Make all references to -DFOO compiler flags bold in documentation check-in: cc19e884b8 user: jan.nijtmans tags: core-9-0-branch | |
|
2025-06-26
| ||
| 14:51 | merge 9.0 check-in: 8ac537ca57 user: dgp tags: rc0, core-9-0-2-rc | |
| 13:19 | [27fa01a7db] Restore default option to [namespace which] implementation. check-in: d1d50b8041 user: dgp tags: core-9-0-branch | |
| 11:14 | Make everthing compile (again) and run with a C++ compiler. check-in: aa010c0cda user: jan.nijtmans tags: core-9-0-branch | |