Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
1509 check-ins using file doc/FindExec.3 version fd35037f48
|
2026-03-04
| ||
| 00:13 | fixes test coverage for [2c237beffbace823] (TZ generated from offset by artificial %z token in IANA ... 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-31
| ||
| 13:22 | [windows] avoid overflow by calculation of perf-counter to 100ns as signed wide int (also fixes nega... Leaf check-in: 6b4a81cdba user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:20 | correct comment for TclpGetUTimeMonotonic check-in: 7376838890 user: sebres tags: sebres-8-5-event-perf-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 | |
|
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 | |
|
2021-02-05
| ||
| 18:09 | merge 8.5 check-in: 5a35c90445 user: dgp tags: dgp-utfnext-test | |
|
2021-02-02
| ||
| 08:41 | On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17 check-in: 5f45531dae user: jan.nijtmans tags: core-8-5-branch | |
|
2021-01-25
| ||
| 18:40 | merge 8.5 check-in: be7036403a user: dgp tags: dgp-utfnext-test | |
| 12:24 | Update to tzdata 2021a check-in: ae286369f9 user: jan.nijtmans tags: core-8-5-branch | |
| 08:48 | Merge 8.5 check-in: e8d07f8ad2 user: jan.nijtmans tags: dgp-utfnext-test | |
| 08:42 | ERROR_ON_FAILURES=1, otherwise failing Linux tests don't result in a failing build check-in: fde15072a4 user: jan.nijtmans tags: core-8-5-branch | |
|
2021-01-22
| ||
| 20:15 | merge 8.5 check-in: 56b65b7e7d user: dgp tags: dgp-utfnext-test | |
|
2021-01-21
| ||
| 15:54 | Fix [8c025f8f0d]: Run-time error on tcl 8.6.11 32 bits (from cross-compile Centos6.9 64-bits) check-in: c5ac9ae3e9 user: jan.nijtmans tags: core-8-5-branch | |
|
2021-01-20
| ||
| 22:28 | Improve [file attributes] documentation further check-in: 0ae441e395 user: msi tags: core-8-5-branch | |
| 22:23 | Improve [file attributes] documentation check-in: 892f35214a user: msi tags: core-8-5-branch | |
| 22:18 | Fix line width in [file attributes] documentation Closed-Leaf check-in: 315d435355 user: msi tags: msi-core-8-5-branch | |
| 21:57 | Improve punctuation and wording in [file attributes] documentation check-in: 9cbc26e9e2 user: msi tags: msi-core-8-5-branch | |
|
2021-01-19
| ||
| 20:07 | Improve clarity of [file attributes] documentation check-in: 590eef3294 user: msi tags: core-8-5-branch | |
| 19:51 | Fix missing backslash check-in: d82461d123 user: msi tags: msi-core-8-5-branch | |
| 19:41 | Improve description of Unix options for [file attributes] (Pt. 2) check-in: 89ff450d0d user: msi tags: msi-core-8-5-branch | |
| 16:53 | Create new branch named "msi-core-8-5-branch" check-in: bdd1a40d2b user: msi tags: msi-core-8-5-branch | |
|
2021-01-15
| ||
| 16:14 | merge 8.5 check-in: fafcb4fcc6 user: dgp tags: dgp-utfnext-test | |
|
2021-01-13
| ||
| 10:38 | Fix [b89209f5cd]: compilation error Windows 10 / Visual Studio 2019 check-in: 663a232202 user: jan.nijtmans tags: core-8-5-branch | |
|
2021-01-11
| ||
| 11:39 | Fix [1dab713a38]: Uninitialized-variable use while parsing '*' in BRE-mode regexps check-in: 88bf40aa59 user: jan.nijtmans tags: core-8-5-branch | |
|
2021-01-08
| ||
| 19:55 | Improve description of Unix options for [file attributes] (Pt. 1) check-in: bfd54634fd user: msi tags: core-8-5-branch | |
|
2021-01-06
| ||
| 19:43 | Fix consistency and grammar in re_syntax.n check-in: 613c4dcb73 user: msi tags: core-8-5-branch | |
|
2021-01-05
| ||
| 20:33 | Fix unclear language in re_syntax. [2da4c23916] check-in: 28e5a95c08 user: dkf tags: core-8-5-branch | |
| 16:55 | Add 4 processor-types to Win32/Cygwin. On Cygwin, don't bother tcl_platform[os], since "Windows NT" ... check-in: cddf93c9ec user: jan.nijtmans tags: core-8-5-branch | |
| 14:24 | #undef PACKAGE_VERSION in tclConfig.h too, since Tcl and Tk don't necessary have the same version. check-in: bbb863680f user: jan.nijtmans tags: core-8-5-branch | |
| 08:15 | Require at least autoconf-2.59 for tools/configure check-in: 48a080dd77 user: jan.nijtmans tags: core-8-5-branch | |
|
2021-01-04
| ||
| 09:40 | re-generate win/configure check-in: 1cf99404cb user: jan.nijtmans tags: core-8-5-branch | |
|
2021-01-02
| ||
| 22:37 | merge 8.5 check-in: 10b855fea0 user: dgp tags: dgp-utfnext-test | |
|
2020-12-29
| ||
| 22:21 | Fix [43d371ac19]: Usage of exit() without including <stdlib.h> in unix/configure check-in: dcfe25bc93 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-12-26
| ||
| 18:45 | merge 8.5 check-in: 506ac87b7d user: dgp tags: dgp-utfnext-test | |
|
2020-12-24
| ||
| 16:06 | correct quoting in unix/installManPage, so $Dir can contain spaces check-in: 8708b1cb73 user: jan.nijtmans tags: core-8-5-branch | |
| 15:28 | unix/configure.in is not supposed to be executable in the distribution. Don't re-generate unix/tclCo... check-in: 33d8108598 user: jan.nijtmans tags: core-8-5-branch | |
| 14:07 | Last pre-autoconf-2.69 obsolete construct eliminated. Works with autoconf-2.59 as well. Still to be ... check-in: c5c20988b2 user: jan.nijtmans tags: core-8-5-branch | |
| 12:09 | Fix check for broken strstr/strtoul/strtod functions: Modern C compilers don't accept signature mism... check-in: 1aa2c5b273 user: jan.nijtmans tags: core-8-5-branch | |
| 11:46 | Convert AC_TRY_COMPILE (which is obsolete now) to AC_COMPILE_IFELSE/AC_LANG_PROGRAM. This still work... check-in: 60bd3f7181 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-12-23
| ||
| 17:08 | Merge 8.5. Don't bother building this in Mac/Win on github actions. check-in: 714a7768d1 user: jan.nijtmans tags: dgp-utfnext-test | |
| 15:42 | More progress in autoconf-2.70 compatibility. Not to be merged to 8.6 yet! check-in: 364c034fff user: jan.nijtmans tags: core-8-5-branch | |
| 15:13 | (cherry-pick): Update TZ info to tzdata2020e check-in: 990354c2e8 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-12-22
| ||
| 14:25 | Update all configure-related stuff to work with autoconf-2.70 too. For now, everything still generat... check-in: 0408eddf86 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-12-21
| ||
| 14:42 | merge 8.5 check-in: a7a244583c user: dgp tags: dgp-utfnext-test | |
|
2020-12-17
| ||
| 12:27 | Add .travis.yml and .github/worksflows to "make dist" check-in: 3539f64ac9 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-12-11
| ||
| 12:33 | Update "platform" package for Big Sur: 1) Catalina was the last platform supporting 32-bit applicati... check-in: 476b5510ff user: jan.nijtmans tags: core-8-5-branch | |
|
2020-12-07
| ||
| 15:45 | Restore tests. A problem isn't fixed by removing the tests that expose it. check-in: c38e7cb3c4 user: dgp tags: dgp-utfnext-test | |
| 15:32 | Sync to changes in 8.5 and 8.6 branches check-in: a87bdb9619 user: dgp tags: dgp-utfnext-test | |
|
2020-12-04
| ||
| 10:19 | Backport "tcltest" package from 8.7. No changes when running on 8.5 or 8.6 check-in: 0c5873ede9 user: jan.nijtmans tags: core-8-5-branch | |
| 10:00 | TclWordEnd was removed in 8.1, so those testcases cannot be run anymore check-in: c749b471e5 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-12-03
| ||
| 09:37 | Fix syntax error in win/makefile.vc check-in: ca5dc9e98f user: jan.nijtmans tags: core-8-5-branch | |
| 09:31 | Extend "platform" package for msys2 -> platform 1.0.15 check-in: f9b0a8d827 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-12-02
| ||
| 11:19 | Fix linker message on windows: LINK : warming LNK4108: /ALIGN specified without /DRIVER; image may n... check-in: 9a645212f1 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-12-01
| ||
| 16:41 | Add options to workflow step titles check-in: 4c7924c37c user: jan.nijtmans tags: core-8-5-branch | |
| 16:35 | Do 4 types of windows builds (just as we did on Travis) check-in: cbd891fd93 user: jan.nijtmans tags: core-8-5-branch | |
| 16:25 | Remove redunant piece of SC_ENABLE_SHARED: The AC_ARG_ENABLE already generates this part, resulting ... check-in: 868363c550 user: jan.nijtmans tags: core-8-5-branch | |
| 08:49 | Missing '_' in unix/tcl.m4 (Only relevant for mingw) check-in: 594c33aeb5 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-11-30
| ||
| 08:21 | Cherry-pick part of "msys2-fixes_v001" branch: build/test fixes for msys2 check-in: fbf5d9ad71 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-11-27
| ||
| 14:28 | label change in win-build.yml check-in: dcd36b1254 user: jan.nijtmans tags: core-8-5-branch | |
| 07:41 | Fix winFCmd testcase. Add --disable-shared and TCL_UTF_MAX=4 builds to github actions check-in: 107102f510 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-11-25
| ||
| 08:15 | Slightly friendlier "jobs" labels. Fix exact OS (Linux/Mac/Windows) we want to build on, not just "l... check-in: c3e3cc73b4 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-11-20
| ||
| 13:59 | Add a --disable-shared build to github actions check-in: d1cd88851a user: jan.nijtmans tags: core-8-5-branch | |
|
2020-11-19
| ||
| 09:39 | Handle github actions test failures. Backported from 8.6 check-in: df554b277f user: jan.nijtmans tags: core-8-5-branch | |
|
2020-11-18
| ||
| 09:49 | Enhance misleading test-case utf-6.23 with better diagnostics: Byte 0xE8 is the start of a 3-byte UT... check-in: 9d165f28b5 user: jan.nijtmans tags: core-8-5-branch | |
| 09:15 | Add github actions build. Use Titlecase in Tcl_StaticPackage check-in: a80c922f4e user: jan.nijtmans tags: core-8-5-branch | |
|
2020-11-10
| ||
| 17:55 | File utf-new.test is utf.test from Tcl 8.6. Not meant to escape this branch. Aim is to reconcile a ... check-in: 87d6d589a6 user: dgp tags: dgp-utfnext-test | |
|
2020-10-29
| ||
| 19:34 | merge 8.5 check-in: db1de36b97 user: dgp tags: dgp-utfnext-test | |
| 09:42 | 3 new testcases check-in: 6a822bf9c6 user: jan.nijtmans tags: core-8-5-branch | |
| 09:25 | Update TZ info to tzdata2020d. check-in: 15626b63f5 user: jan.nijtmans tags: core-8-5-branch | |
| 08:56 | Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch) check-in: b348b563a6 user: jan.nijtmans tags: core-8-5-branch | |
| 07:47 | Slight tweak to previous commit: Move definition of __USE_MINGW_ANSI_STDIO to the Makefile check-in: b56d1ceb7f user: jan.nijtmans tags: core-8-5-branch | |
|
2020-10-23
| ||
| 19:54 | Restore old set of tests (utf.test from 8.5.19 release) as a temporary check on what's changed. Fil... check-in: 943906bed8 user: dgp tags: dgp-utfnext-test | |
| 15:16 | merge 8.5 check-in: 0840c18a1d user: dgp tags: dgp-utfnext-test | |
|
2020-10-22
| ||
| 09:23 | (cherry-pick): Fix [c975939973]: Usage of gnu_printf in latest mingw-w64. Change (internal, windows... check-in: 71c2ffb382 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-10-09
| ||
| 07:10 | (cherry-pick): Fix [014ade1d44]: Misleading error message when using "-path" multiple times with "gl... check-in: 6547d4575d user: jan.nijtmans tags: core-8-5-branch | |
|
2020-10-07
| ||
| 16:34 | xcode12 -> xcode12.2. Prevent build warning about generic/tclStubInit.c check-in: f46002e92f user: jan.nijtmans tags: core-8-5-branch | |
|
2020-09-26
| ||
| 18:25 | Tweak xcode labels for Travis build check-in: 0fdea7acee user: jan.nijtmans tags: core-8-5-branch | |
|
2020-09-25
| ||
| 15:17 | Build Travis with Xcode 12 and 12u (Universal Apps) check-in: a666b478ca user: jan.nijtmans tags: core-8-5-branch | |
| 11:09 | When sourcing script files (even when simulating that through open|read), always set -eofchar \032 j... check-in: 8541671fe7 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-09-24
| ||
| 06:41 | Add gcc-10 build to Travis check-in: 16a8827d2c user: jan.nijtmans tags: core-8-5-branch | |
|
2020-09-23
| ||
| 05:57 | Let's see if we can recover from an occasional hickup like happened here: [https://travis-ci.org/git... check-in: 8c66a77882 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-09-20
| ||
| 10:14 | Backport many (formatting) changes in tools/*. Nothing functional. testest.tcl: Use more uppercase h... check-in: 247906300c user: jan.nijtmans tags: core-8-5-branch | |
|
2020-09-17
| ||
| 07:47 | Fix [835c93c000]: TIP #525 only implemented for non-singleproc case check-in: a8fce5620a user: jan.nijtmans tags: core-8-5-branch | |
|
2020-09-02
| ||
| 11:46 | Upgrade Travis build from xcode 11.5 to 11.7 check-in: f8022c495e user: jan.nijtmans tags: core-8-5-branch | |
|
2020-08-28
| ||
| 15:01 | tests/regexp.test: more tests for -indices by multi-byte utf-8 (considering -start position now) check-in: 6c9cee6f73 user: sebres tags: core-8-5-branch | |
| 14:02 | tests/regexp.test: added missing test that cover indices if running on string containing multi-byte ... check-in: c8b7a0e6f8 user: sebres tags: core-8-5-branch | |
|
2020-08-25
| ||
| 09:42 | Keep gcc-5 and gcc-6 builds on "bionic", because "focal" doesn't have these check-in: e99bcc1e3d user: jan.nijtmans tags: core-8-5-branch | |
|
2020-08-24
| ||
| 10:19 | Backport improvemenets in .gitignore .fossil-settings/ignore-glob and win/nmakehlp.c check-in: f1dc30f473 user: jan.nijtmans tags: core-8-5-branch | |
| 07:57 | Upgrade Travis build from bionic to focal check-in: adacf00560 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-08-21
| ||
| 13:59 | Suppress tests that fail starting with OSX Mojave. check-in: e0d974945f user: dgp tags: core-8-5-branch | |
|
2020-08-12
| ||
| 06:36 | Update .travis.yml: remove deprecated "sudo" and rename "matrix" to "jobs" Fix travis build for Wind... check-in: 864188239d user: jan.nijtmans tags: core-8-5-branch | |
|
2020-08-10
| ||
| 16:16 | create server socket with AI_PASSIVE flag (used for bind) check-in: 0a56896c40 user: sebres tags: core-8-5-branch | |
| 16:16 | windows: replace gethostbyname with getaddrinfo (gethostbyname can hang sporadically, closes [7cf7cc... check-in: ebf745562a user: sebres tags: core-8-5-branch | |
|
2020-07-20
| ||
| 07:33 | Backport changes in tcltest package from higher Tcl versions. Rename (internal, undocumented) tcltes... check-in: 640c33ec40 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-07-16
| ||
| 15:34 | cherry pick [df5f1e8652]: Fix [5bbd044812]: Fix index underflow. check-in: cba0864fb3 user: sebres tags: core-8-5-branch | |
|
2020-06-30
| ||
| 11:59 | doc/clock.n: clearer form explaininng format groups on output check-in: c329277210 user: sebres tags: core-8-5-branch | |
|
2020-06-25
| ||
| 12:11 | Clean-up compat functions, not using "register" any more, and fix some signatures (constify) matchin... check-in: e07b8fb1ee user: jan.nijtmans tags: core-8-5-branch | |
|
2020-06-24
| ||
| 14:56 | One include too much check-in: 2823f5010a user: jan.nijtmans tags: core-8-5-branch | |
| 14:40 | re-generate unix/configure check-in: 7a2a359658 user: jan.nijtmans tags: core-8-5-branch | |
| 13:05 | Fix [9080d6a871]: Build fix for tcl on macOS on Apple Silicon check-in: e99147d792 user: jan.nijtmans tags: core-8-5-branch | |
| 12:24 | Add "manifest.uuid" to the distribution, so we can see exactly where "make dist" came from. In case ... check-in: ed61352f61 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-06-22
| ||
| 12:46 | Remove .fossil-settings/crnl-glob, as it is not used in fossil any more. Don't declare .sln files bo... check-in: 4693054726 user: jan.nijtmans tags: core-8-5-branch | |
| 11:54 | Make sure that files like _FOSSIL_ or .flsckout are never committed to a GIT repository check-in: 2bf1ea6789 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-06-06
| ||
| 21:22 | (cherry-pick): Update TZ info to tzdata2020a. check-in: 2f0c7fdfa6 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-06-02
| ||
| 17:01 | avoid segfault if Tcl_FreeParse, if parse structure remains uninitialized (parse.tokenPtr may be use... check-in: 9a34a46fde user: sebres tags: core-8-5-branch | |
|
2020-05-20
| ||
| 19:17 | Update from Xcode 11.4 to 11.5: Latest one should continue to work always. check-in: 3846e4c8fb user: jan.nijtmans tags: core-8-5-branch | |
|
2020-05-13
| ||
| 17:23 | Testcase cleanup: Sync with testcases in core-8-6-branch check-in: 4527f68d41 user: jan.nijtmans tags: core-8-5-branch | |
| 11:10 | clock.test: more tests for negative month offsets over threshold of a year (important for C-implemen... check-in: 94802818a8 user: sebres tags: core-8-5-branch | |
| 09:06 | Fix documentation of Tcl_UtfAtIndex(), in accordance with implementation. See: [81242a48c8] check-in: e44aa30085 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-05-12
| ||
| 10:08 | Unsplit some test-cases and renumber, for testcase which give the same results for different TCL_UTF... check-in: fac078eb8f user: jan.nijtmans tags: core-8-5-branch | |
|
2020-05-11
| ||
| 17:52 | improved diagnostics check-in: 5e4c66ba7b user: dgp tags: dgp-utfnext-test | |
| 17:44 | In order to figure out whether I concur with testutfnext expectations in the test suite, I need to g... check-in: 40b29cfb03 user: dgp tags: dgp-utfnext-test | |
|
2020-05-08
| ||
| 13:47 | More test-case cleanup. Enhance "testutfnext", so it can detect whether bytes after the string-end a... check-in: 01cef62b75 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-05-07
| ||
| 20:32 | close fork check-in: 0dfae6b963 user: dgp tags: core-8-5-branch | |
| 20:31 | Same trouble with Tcl_UtfToUniCharDstring. Test and fix. check-in: 1a4edbc67e user: dgp tags: core-8-5-branch | |
| 20:24 | Simplify test-cases which don't need the "testbytestring" command to run without it. e.g. [testbytes... check-in: 1cd4528a95 user: jan.nijtmans tags: core-8-5-branch | |
| 19:12 | [b2816a3afe] Fix counting of malformed sequences at end of string. check-in: 683444cef2 user: dgp tags: core-8-5-branch | |
| 19:08 | Fix. Note that just because we get one positive detection of an incomplete character, we cannot con... Closed-Leaf check-in: 899e66a3c0 user: dgp tags: bug-b2816a3afe | |
| 18:56 | Test demonstrating bug in ticket [b2816a3afe]. check-in: 1c633ff6d0 user: dgp tags: bug-b2816a3afe | |
| 09:31 | Tighten optimization in Tcl_UtfToUniCharDString(), just as in Tcl_NumUtfChars(). Don't use "-1" in t... check-in: 49fb3b2f1a user: jan.nijtmans tags: core-8-5-branch | |
|
2020-05-06
| ||
| 21:08 | Tighten optimization in Tcl_NumUtfChars. Explain in comments. check-in: dabb52db36 user: dgp tags: core-8-5-branch | |
| 19:22 | Restore safe calls of Invalid(). check-in: 8d0f9fd43b user: dgp tags: core-8-5-branch | |
| 16:59 | close fork check-in: 2a671725fe user: dgp tags: core-8-5-branch | |
| 16:58 | The routine Invalid() has been revised to do something different. Update the comments to describe wh... check-in: 1835c80d8f user: dgp tags: core-8-5-branch | |
| 16:38 | Backport testutfprev/testutfnex testcase improvements from 8.7. This makes testdescriptions/testresu... check-in: 60bd12229d user: jan.nijtmans tags: core-8-5-branch | |
| 13:03 | Change Invalid() parameter type to "const char *". Also call Invalid() first in Tcl_UtfNext(), so i... check-in: 31c95595b2 user: jan.nijtmans tags: core-8-5-branch | |
| 07:58 | 3 testcases don't need pairsTo4bytes, fullutf is enough, since the dubble-surrogate-backslash syntac... check-in: 3bcb2de950 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-05-05
| ||
| 07:29 | Properly protect "Invalid" function against lead bytes 0x80-0xBF. This fixes "knownBug" testcase utf... check-in: b0b773f640 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-05-04
| ||
| 09:37 | Test-case cleanup. Increase timeout a little bit in main.test, making Travis build errors because of... check-in: c6a5d8fca9 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-04-30
| ||
| 20:55 | D'oh! check-in: 0fdf88cded user: dgp tags: core-8-5-branch | |
| 20:32 | Test for [4c591fa487]. check-in: e8392cb8bd user: dgp tags: core-8-5-branch | |
| 18:53 | Revise constraints to where expectations are met. check-in: 49fb0cd2c2 user: dgp tags: core-8-5-branch | |
| 15:21 | Add comments so I'll know again later why this is here. check-in: de47f8d8ee user: dgp tags: core-8-5-branch | |
| 13:58 | Split a test so other builds are covered. check-in: 1f979d740d user: dgp tags: core-8-5-branch | |
| 13:43 | New encoding-15.16 test-case. Fix title of utf 2 test-cases. check-in: ff558dbf32 user: jan.nijtmans tags: core-8-5-branch | |
| 10:36 | Renumber test-cases check-in: 7607483468 user: jan.nijtmans tags: core-8-5-branch | |
| 10:08 | Remove unnecessary quoting in test-cases. Add some more tests for toupper/tolower/totitle check-in: 7f3826e9e4 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-04-29
| ||
| 22:04 | New test for Tcl_UniCharNcmp. check-in: 52c025c37c user: dgp tags: core-8-5-branch | |
| 20:47 | Remove X attribute from .gitignore and .gitattributes check-in: f941fb408c user: jan.nijtmans tags: core-8-5-branch | |
| 20:44 | Backport many UNICODE_OUT_OF_RANGE() calls. This should fix [69634d51fb74551b] for Tcl 8.5 (with TCL... check-in: fe05235530 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-04-28
| ||
| 21:27 | Correct the tests for variants with no UCS-4 support. check-in: 4878508b00 user: dgp tags: core-8-5-branch | |
| 21:19 | close fork check-in: 9ae9566838 user: dgp tags: core-8-5-branch | |
| 21:18 | Test the other notation too (as was already done in 8.7+) check-in: 8ff6337560 user: dgp tags: core-8-5-branch | |
| 21:13 | Fix [b6038e5bc8]: mis-parse of surrogate pair escapes. Thanks Don! check-in: e7920800f8 user: jan.nijtmans tags: core-8-5-branch | |
| 20:42 | Split tests utf-8.5. This is a strange one. All 3 variants do the same thing. However, builds of Tcl... check-in: 9485426f69 user: dgp tags: core-8-5-branch | |
| 20:19 | Expand coverage of indexing across all variants. check-in: 01fef84bbe user: dgp tags: core-8-5-branch | |
| 19:44 | repair numbering botch. check-in: 5012f72f71 user: dgp tags: core-8-5-branch | |
| 19:02 | More constrained splits to cover variants. check-in: 0a65266ff6 user: dgp tags: core-8-5-branch | |
| 18:43 | If we insist on tidy grouping and numbering, lets get it right. check-in: 67eb7ff573 user: dgp tags: core-8-5-branch | |
| 18:35 | Restore constraint compat with later branches in utf-2.8* tests. check-in: 4410a72db6 user: dgp tags: core-8-5-branch | |
| 06:54 | Backport parsing of surrogate-pair change from 8.6 (only for TCL_UTF_MAX=4) Adapt test-cases accordi... check-in: 0571b7fdd8 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-04-27
| ||
| 19:17 | Improve the reporting of a failing test. Start testing extended chars. check-in: 06a5a10e77 user: dgp tags: core-8-5-branch | |
| 17:29 | Parameterize tests of Tcl_UniCharNcasecmp check-in: 72b8ce6cc9 user: dgp tags: core-8-5-branch | |
| 15:36 | case check-in: c87d31f772 user: dgp tags: core-8-5-branch | |
| 15:34 | case check-in: 9275daa2c8 user: dgp tags: core-8-5-branch | |
| 15:27 | constraint fixes check-in: 7697da12ee user: dgp tags: core-8-5-branch | |
| 15:22 | test reconciliation check-in: 3f9b543f72 user: dgp tags: core-8-5-branch | |
| 13:18 | silence compiler warning check-in: 08dd9f150d user: dgp tags: core-8-5-branch | |
| 12:41 | Pull back another test from 8.7. check-in: 4d73716b40 user: dgp tags: core-8-5-branch | |
| 12:32 | bring back new tests check-in: 1d1578149f user: dgp tags: core-8-5-branch | |
| 11:08 | small review Leaf check-in: b6d4029d2b user: sebres tags: bug-b6d0d8cc2c | |
| 10:45 | fixes [b6d0d8cc2c]: on close firstly try graceful disconnect and don't linger if it succeeds (and pe... check-in: b960d1b71e user: sebres tags: bug-b6d0d8cc2c | |
|
2020-04-26
| ||
| 22:11 | More test reconciliation. check-in: a4bb12d484 user: dgp tags: core-8-5-branch | |
| 21:28 | test reconciliation check-in: ba15a48dbd user: dgp tags: core-8-5-branch | |
| 21:11 | Refine the constraint. The fact that Tcl stores extended characters internally does not imply that ... check-in: 341163acfa user: dgp tags: core-8-5-branch | |
| 20:58 | Continuing test reconciliation. check-in: 4be4903111 user: dgp tags: core-8-5-branch | |
| 20:18 | Bring back a set of tests from 8.6. Invented new constraints to constrain to the right conditions, n... check-in: 3f0a01ed3d user: dgp tags: core-8-5-branch | |
|
2020-04-24
| ||
| 20:39 | Fix [cc4d805771]: reg-13.17.error fails in 8.5 tip check-in: 8363cf9bbd user: jan.nijtmans tags: core-8-5-branch | |
| 17:40 | merge 8.5 Closed-Leaf check-in: 542e4322f9 user: dgp tags: dgp-utf-next-reform-85 | |
| 17:38 | merge mark Leaf check-in: cdcc016c34 user: dgp tags: dgp-27944a3661 | |
| 17:37 | Two more tests developed during work on [27944a3661]. check-in: 02b8135e42 user: dgp tags: core-8-5-branch | |
| 17:27 | merge 8.5 check-in: 4285f56a71 user: dgp tags: dgp-27944a3661 | |
| 17:20 | merge mark check-in: 6fb8b2cf59 user: dgp tags: dgp-utf-next-reform-85 | |
| 17:18 | Revert the parts of [76213b3f72] that converted callers of Tcl_UtfToUniChar into callers of Tcl_UtfN... check-in: 870aba745a user: dgp tags: core-8-5-branch | |
| 16:37 | New branch to house efforts to reform Tcl_UtfNext and callers. check-in: c7fe587d43 user: dgp tags: dgp-utf-next-reform-85 | |
| 16:31 | Revise tests to reflect fixed bug in RE parsing of \uHHHH escapes. check-in: b3f34f37eb user: dgp tags: core-8-5-branch | |
| 15:38 | Make (unsupported) 'U' regex escaping work again. check-in: e2b50da1f3 user: jan.nijtmans tags: core-8-5-branch | |
| 15:17 | Missing '0' check-in: 2e1938079f user: jan.nijtmans tags: core-8-5-branch | |
| 15:10 | Add protections against overflow in Unicode values. Backported from 8.6. Also remove some out-of-dat... check-in: 90f19f6415 user: jan.nijtmans tags: core-8-5-branch | |
| 12:26 | Fix GCC warning in MemDebug mode: format not a string literal and no format arguments [-Wformat-secu... check-in: e536b304da user: jan.nijtmans tags: core-8-5-branch | |
|
2020-04-23
| ||
| 19:25 | merge 8.5 check-in: 92946e427a user: dgp tags: dgp-27944a3661 | |
| 19:04 | Argument conditions for Invalid() call were not always satisfied. check-in: 0200ddd3d4 user: dgp tags: core-8-5-branch | |
| 18:40 | Since [27944a3661] calls for changing the behavior of Tcl_UtfNext(), change the expectations of the ... check-in: ce5bd4d5eb user: dgp tags: dgp-27944a3661 | |
| 18:26 | merge 8.5 check-in: d9f21300ed user: dgp tags: dgp-27944a3661 | |
| 18:22 | Revised Tcl_UtfCharComplete() to be a proper safety filter for the revised needs of callers of Tcl_U... check-in: fecfc37392 user: dgp tags: dgp-27944a3661 | |
| 16:18 | tests-perf/socket.perf.tcl: privides basic performance test construct Leaf check-in: eb479ac8f7 user: sebres tags: sock-perf-test | |
| 15:14 | Since this branch is changing how Tcl_UtfNext reacts to a trail byte, we must allow the macro form t... check-in: 2f2c7de3ec user: dgp tags: dgp-27944a3661 | |
| 14:52 | documentation: descibes the empty list creation (with reserved space) where objv is NULL, like Tcl_N... check-in: ebdc28dd96 user: sebres tags: core-8-5-branch | |
| 14:51 | Merge the two modes of Tcl_UtfNext into a single loop. check-in: c6dba8e537 user: dgp tags: dgp-27944a3661 | |
| 14:02 | Revise the totalBytes array so that it stores the number of bytes in a valid byte sequence beginnin... check-in: 4f1fbe0e8b user: dgp tags: dgp-27944a3661 | |
| 13:31 | merge 8.5 check-in: 91b6c7962c user: dgp tags: dgp-27944a3661 | |
| 13:23 | Split test where we expect different results when TCL_UTF_MAX is 3 or 4. check-in: 4adb35dd00 user: dgp tags: dgp-27944a3661 | |
| 12:14 | Fix [1004065]: UTF-8 encoding crashes in UCS-4 mode check-in: ed551cd16c user: jan.nijtmans tags: core-8-5-branch | |
|
2020-04-22
| ||
| 23:02 | test suite cleanup check-in: bd3296cc93 user: dgp tags: dgp-27944a3661 | |
| 22:58 | merge 8.5 check-in: 5177fa0524 user: dgp tags: dgp-27944a3661 | |
| 22:31 | test number reuse check-in: ba62ed7eb6 user: dgp tags: core-8-5-branch | |
| 22:20 | merge 8.5 check-in: cf8d43bfc1 user: dgp tags: dgp-27944a3661 | |
| 22:18 | Collection of tests checking read limit protections calling Tcl_UtfNext. check-in: 8e39ec51de user: dgp tags: core-8-5-branch | |
| 21:28 | Add optional second argument to [testutfnext] that can limit how many bytes are permitted to be read... check-in: 71dd57d3df user: dgp tags: core-8-5-branch | |
| 20:49 | Eliminate the -bytestring option of [testutfnext]. No caller needs anything else. check-in: d2143c14c1 user: dgp tags: core-8-5-branch | |
| 20:10 | Adapt implementation and tests to vary behavior with TCL_UTF_MAX. check-in: de68f922b4 user: dgp tags: dgp-27944a3661 | |
| 19:39 | More tests to demonstrate that Tcl_UtfNext acceptance of trail bytes has a length limit. check-in: 99f8e1fddb user: dgp tags: dgp-27944a3661 | |
| 19:22 | Place first-draft implementation of the proposed change to handling of trail bytes by Tcl_UtfNext on... check-in: 853c8b207f user: dgp tags: dgp-27944a3661 | |
| 16:46 | Merge-mark. Add Travis builds for TCL_UTF_MAX=5 and TCL_UTF_MAX=6: It looks like all tests are passi... Closed-Leaf check-in: 6b2beaf999 user: jan.nijtmans tags: bug-1004065 | |
| 16:27 | Another ucs2 testContraint no longer used check-in: 644187de27 user: jan.nijtmans tags: bug-1004065 | |
| 16:12 | Restored a test constraint to tolerate [1004065] (maybe just in time to not need it anymore). check-in: 1548b70f94 user: dgp tags: core-8-5-branch | |
| 16:06 | Oopsee (but not really crucial) check-in: 262f07d738 user: jan.nijtmans tags: bug-1004065 | |
| 16:00 | Attempt to fix [1004065] for TCL_UTF_MAX=4. Disallow building Tcl with TCL_UTF_MAX>4 check-in: b85215dae6 user: jan.nijtmans tags: bug-1004065 | |
| 10:02 | Determine "testConstraint ucs2" without the need for a testcommand. Rename "compat85" testConstraint... check-in: b38c307e41 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-04-21
| ||
| 19:45 | Improve the "testutfnext" command. It can now accept both bytes and strings, and it will test whethe... check-in: b68927a244 user: jan.nijtmans tags: core-8-5-branch | |
| 15:59 | [c574e50a3b] Stop segfault in tests utf-2.[89]. Create clean test suite runs for the TCL_UTF_MAX = 4... check-in: 31e31876ef user: dgp tags: core-8-5-branch | |
| 15:56 | remove merge litter Closed-Leaf check-in: 3b955ef497 user: dgp tags: bug-c574e50a3b | |
| 15:52 | Use new testing command to constrain tests to (sizeof(Tcl_UniChar) == 2) until bugs are fixed when (... check-in: 2055c97d5d user: dgp tags: bug-c574e50a3b | |
| 15:41 | Move testing command [testsize] from Windows to generic. Extend it to report sizeof(Tcl_UniChar). check-in: 0c97886d3b user: dgp tags: bug-c574e50a3b | |
| 14:52 | Revert the other encoding system backport. The blocking and failing tests are illustrations of exis... check-in: 5e5dcb2c29 user: dgp tags: bug-c574e50a3b | |
| 08:34 | Merge 8.5 Closed-Leaf check-in: a59d7957f1 user: jan.nijtmans tags: core-8-5-orig | |
| 02:57 | We've settled on using (TCL_UTF_MAX > 3) to indicate 4-byte Tcl_UniChar. check-in: ddf0a93f88 user: dgp tags: bug-c574e50a3b | |
| 02:50 | Revert the backport to tclEncoding.c that seems to redefine the "unicode" encoding to mean UTF-16. D... check-in: 535c47dabd user: dgp tags: bug-c574e50a3b | |
|
2020-04-20
| ||
| 23:00 | Pair every compat85 test with a fullutf test so that we cover all variants. check-in: 425eb392ec user: dgp tags: bug-c574e50a3b | |
| 22:35 | Tie together the TCL_UTF_MAX=4 and TCL_UTF_MAX=6 builds to mean the same thing on the 8.5 branch -- ... check-in: 9c97d51fcf user: dgp tags: bug-c574e50a3b | |
| 08:32 | Add travis build for TCL_UTF_MAX=4 and TCL_UTF_MAX=6. This test whether the "compat85" constraint (w... check-in: b785918fe0 user: jan.nijtmans tags: bug-c574e50a3b | |
| 07:50 | Move the needed apt package in .travis.yml to the top, so they can be shared between the images. check-in: 3f5c8f265b user: jan.nijtmans tags: core-8-5-branch | |
| 07:34 | Backport the fix for encoding-16.1 in a TCL_UTF_MAX=6 build. check-in: 47a2d97513 user: dgp tags: bug-c574e50a3b | |
| 06:45 | Backport the encoding fix for source-7.2 in TCL_UTF_MAX=6 build. check-in: 024b7f7612 user: dgp tags: bug-c574e50a3b | |
| 05:35 | Reconcile tests to the 8.5 branch history. check-in: dc75f5b2be user: dgp tags: bug-c574e50a3b | |
| 05:22 | Remove last knownBug. Closed-Leaf check-in: be8d84fe6a user: dgp tags: dgp-utf-explore | |
| 05:17 | Apply fix for [2738427] and adjust tests. check-in: 27cfa0775d user: dgp tags: dgp-utf-explore | |
| 05:09 | Apply fix for [493dccc2de] and adjust tests. check-in: 7db642d35a user: dgp tags: dgp-utf-explore | |
| 04:58 | Apply fix for [5e6346a252] and adjust tests. check-in: 32bc8e9f0c user: dgp tags: dgp-utf-explore | |
| 04:40 | Apply first fix of [c61818e4c9] and adjust tests. check-in: 4227206dc3 user: dgp tags: dgp-utf-explore | |
| 04:19 | Remove one misplaced "compat85" constraint. Note that "compat85" is being used to conflate two separ... check-in: 6a0e2038a7 user: dgp tags: dgp-utf-explore | |
| 04:02 | Apply the overlong rejection backport fix again, but this time don't attempt to include surrogate su... check-in: daafc7f0aa user: dgp tags: dgp-utf-explore | |
|
2020-04-19
| ||
| 23:23 | We know that Tcl 8.5.19 suffered from [2738427] where Tcl_NumUtfChars did not handle incomplete sequ... check-in: 4e95159d0a user: dgp tags: dgp-utf-explore | |
| 23:12 | We know that Tcl 8.5.19 does not support Unicode 11. check-in: 3d84b52ee9 user: dgp tags: dgp-utf-explore | |
| 23:12 | We know the Tcl 8.5.19 suffers from [c61818e4c9] where Tcl_UtfPrev uncritically accepts all bytes >=... check-in: b8f4831925 user: dgp tags: dgp-utf-explore | |
| 23:00 | We know that Tcl 8.5.19 suffers from [67aa9a2070] -- accepting overlong. check-in: f54a350e47 user: dgp tags: dgp-utf-explore | |
| 22:47 | Attach modern testing machinery and tests to a pre-backport state of Tcl 8.5 to see what compatibili... check-in: ea2dce9063 user: dgp tags: dgp-utf-explore | |
| 22:04 | merge 8.5 check-in: 255fe69c9e user: dgp tags: bug-c574e50a3b | |
| 22:02 | typo check-in: 6588c1bd87 user: dgp tags: core-8-5-branch | |
| 20:49 | Merge 8.5, and add the fix for [27944a3661] here too. Getting closer to what test-results we expect.... check-in: 7c70d7b16d user: jan.nijtmans tags: core-8-5-orig | |
| 19:37 | More test-cases. Fix wrong quoting in testcase utf-10.5 check-in: 0529aa704a user: jan.nijtmans tags: core-8-5-branch | |
|
2020-04-18
| ||
| 19:54 | Clean-up testcases: Constant use of uppercase in hex-values. Use "testbytestring" in stead of "bytes... check-in: 54904dfb9c user: jan.nijtmans tags: core-8-5-branch | |
| 15:11 | regexp engine has to agree about the sizeof(Tcl_UniChar). check-in: 9313d08795 user: dgp tags: bug-c574e50a3b | |
| 15:02 | Make TCL_UTF_MAX=4 build test clean again. check-in: d00690de08 user: dgp tags: bug-c574e50a3b | |
| 13:53 | Missing Tcl_UniChar initializations allow 4-byte Tcl_UtfToUniChar to act on uninitialized mem and g... Closed-Leaf check-in: 517b1c87da user: dgp tags: bug-c574e50a3b | |
| 13:47 | Fix [c574e50a3b30e76f]: CRASH: utf-2.[89] in 8.5 built with TCL_UTF_MAX=4 check-in: dda19888bd user: jan.nijtmans tags: bug-c574e50a3b | |
| 12:46 | Update documentation of Tcl_UtfPrev/Tcl_UtfNext back to how it was. Will be updated later, when impl... check-in: 05486a901f user: jan.nijtmans tags: core-8-5-branch | |
|
2020-04-17
| ||
| 21:07 | [493dccc2de] Revise sequence validity check to reject out of range decodes too. check-in: 2282b5ecbf user: dgp tags: core-8-5-branch | |
| 21:03 | More tests explicitly for Tcl_UtfNext near validity boundary U+110000 check-in: 023c55ccfa user: dgp tags: core-8-5-branch | |
| 20:38 | [493dccc2de] Coverage that Tcl_UtfPrev also checks the upper range validity. check-in: 610d63729c user: dgp tags: core-8-5-branch | |
| 20:23 | Corrections for many tests, changing lead byte \xF4 to \xF2. The tested sequences were always intend... check-in: b32ef35eb2 user: dgp tags: core-8-5-branch | |
| 20:15 | Backport a collection of tests for consistency between branches. check-in: 23a725c239 user: dgp tags: core-8-5-branch | |
| 16:56 | Bring back the test utf-2.11; it fails in a TCL_UTF_MAX=4 build. check-in: bd2f0daf0f user: dgp tags: core-8-5-branch | |
| 13:31 | Add mem-debug build to Travis. Update Xcode from 8 to 8.3, 9 to 9.2 and 11.3 to 11.4 check-in: b6ddecc9da user: jan.nijtmans tags: core-8-5-branch | |
| 13:01 | Unbreak shared windows build. Remove some ARGSUSED usage. check-in: 8dd8b3e777 user: jan.nijtmans tags: core-8-5-branch | |
| 12:49 | Clean-up some unnecessary spacing. check-in: 8abc31553c user: jan.nijtmans tags: core-8-5-branch | |
| 09:47 | More test-cases check-in: 0ea7551b5e user: jan.nijtmans tags: core-8-5-branch | |
| 09:17 | Original implementation of Tcl 8.5 before the Tcl_UtfPrev/Tcl_UtfNext reform. But: Add the (harmless... check-in: 11eb38dbe2 user: jan.nijtmans tags: core-8-5-orig | |
|
2020-04-16
| ||
| 20:28 | merge litter check-in: 7e421dce7c user: dgp tags: core-8-5-branch | |
| 19:52 | Convert Tcl_UtfNext into a routine that doesn't decode UTF-8 into UCS-2, but sticks only to its task... check-in: 76213b3f72 user: dgp tags: core-8-5-branch | |
| 19:39 | Improve the docs for Tcl_UtfNext. Closed-Leaf check-in: cf6c570b2a user: dgp tags: dgp-utf-next | |
| 19:04 | delete merge litter check-in: c9025631ee user: dgp tags: dgp-utf-next | |
| 19:02 | More detailed comments. check-in: f6a8c5432f user: dgp tags: dgp-utf-next | |
| 18:42 | compiler warning check-in: f4baf7e7af user: dgp tags: dgp-utf-next | |
| 18:40 | More tests and fix for overlong handling in revised Tcl_UtfNext. check-in: 29041a6d75 user: dgp tags: dgp-utf-next | |
| 18:15 | merge 8.5 check-in: 80f651b10f user: dgp tags: dgp-utf-next | |
| 18:14 | Create and use macro TclUtfPrev for Tcl_UtfPrev. check-in: 3ba6c74d19 user: dgp tags: core-8-5-branch | |
| 17:55 | merge 8.5 check-in: aadfd3448c user: dgp tags: dgp-utf-next | |
| 17:41 | [5e6346a252] Adapt Tcl_UtfPrev to new Tcl rules that reject overlong sequences. check-in: a315a590f8 user: dgp tags: core-8-5-branch | |
| 17:30 | Convert Overlong() to use a lookup table. Closed-Leaf check-in: 5550e9ac96 user: dgp tags: bug-5e6346a252 | |
| 16:22 | When we reject overlong sequences, \xC1 is as invalid a lead byte as \xFF. check-in: ce6e2901e2 user: dgp tags: bug-5e6346a252 | |
| 15:48 | merge 8.5 check-in: 877190c2e0 user: dgp tags: dgp-utf-next | |
| 15:38 | merge 8.5 check-in: b59c18d809 user: dgp tags: bug-5e6346a252 | |
| 10:07 | Add (internal) stub entries for TclRegisterLiteral and TclStaticPackage. Not used in any test-cases ... check-in: 284a8015be user: jan.nijtmans tags: core-8-5-branch | |
|
2020-04-15
| ||
| 22:39 | Refactor the Overlong test into a utility routine. check-in: 9cf8c75384 user: dgp tags: bug-5e6346a252 | |
| 22:28 | Use test existence to shorten comment. check-in: 32c044a1f8 user: dgp tags: bug-5e6346a252 | |
| 22:14 | More test coverage check-in: 6be510bdfd user: dgp tags: bug-5e6346a252 | |
| 21:48 | Rework Tcl_UtfPrev so it properly handles overlong sequences. check-in: bd5edfc3bc user: dgp tags: bug-5e6346a252 | |
| 19:33 | New test command "testutfnext", not used yet in actual test-cases. Being merged up to higher branche... check-in: 4eb84fae1d user: jan.nijtmans tags: core-8-5-branch | |
| 17:05 | New tests checking Tcl_UtfPrev handling of overlong sequences. Bug demonstrated. check-in: d89096d805 user: dgp tags: bug-5e6346a252 | |
| 16:42 | Add test demonstrating that Tcl_UtfNext accepts overlong byte sequences, which is in conflict with w... check-in: eb8d77aba1 user: dgp tags: dgp-utf-next | |
| 14:42 | Collection of coverage tests for Tcl_UtfNext. check-in: 1c991cdf8e user: dgp tags: dgp-utf-next | |
|
2020-04-14
| ||
| 21:39 | New testing command [testutfnext]. check-in: d606001497 user: dgp tags: dgp-utf-next | |
| 21:32 | typo check-in: 3e47eb4000 user: dgp tags: dgp-utf-next | |
| 21:25 | Fix the bad logic in Tcl_UtfNext(). check-in: eb95fbb884 user: dgp tags: dgp-utf-next | |
| 21:16 | Replace calls of TclUtfToUniChar() with TclUtfNext() when caller has no decoding need. Failing test ... check-in: d0cc6cdb7f user: dgp tags: dgp-utf-next | |
| 20:18 | Create and use an optimized macro TclUtfNext() for Tcl_UtfNext(). check-in: 7a62f79951 user: dgp tags: dgp-utf-next | |
| 20:03 | The function of Tcl_UtfNext() is to advance a pointer. There's nothing inherent in that task that re... check-in: 9e87b14c18 user: dgp tags: dgp-utf-next | |
| 17:52 | Keep the tests consistent. check-in: 6baf1d7896 user: dgp tags: core-8-5-branch | |
| 09:38 | Backport test-cases from 8.6 check-in: 31c2af9c3f user: jan.nijtmans tags: core-8-5-branch | |
|
2020-04-13
| ||
| 21:18 | test numbering check-in: c73cd1f5b5 user: dgp tags: core-8-5-branch | |
| 19:45 | [c61818e4c9] Fix regression in Tcl_UtfPrev from 2001. Many tests. check-in: 6f0a816449 user: dgp tags: core-8-5-branch | |
| 19:39 | Improve the precision of the Tcl_UtfPrev documentation. Closed-Leaf check-in: 40dd03d6e7 user: dgp tags: dgp-utf-prev-alt | |
| 18:42 | Make the comments describing Tcl_UtfPrev more complete and precise. check-in: 0db5bfbfeb user: dgp tags: dgp-utf-prev-alt | |
| 16:57 | Repair tests to expect the right thing. check-in: 3bc3ce237a user: dgp tags: dgp-utf-prev-alt | |
| 16:52 | merge 8.5 check-in: e13ac5b8da user: dgp tags: dgp-utf-prev-alt | |
| 16:51 | [a7f685a181] Eliminate botched call of Tcl_UtfPrev. check-in: 72ce3b9c00 user: dgp tags: core-8-5-branch | |
| 16:44 | New test demonstrating Tcl_StringCaseMatch is botched in its use of Tcl_UtfPrev. It doesn't conside... check-in: e4c7f0e08a user: dgp tags: core-8-5-branch | |
| 15:02 | merge 8.5 check-in: 9ebb30f8c4 user: dgp tags: dgp-utf-prev-alt | |
| 15:01 | Known bug test string-22.14 is not so hard to fix. check-in: 0cf00e7ba0 user: dgp tags: core-8-5-branch | |
| 14:30 | A NUL byte cannot be mistaken for a trail byte. check-in: 2e9ce74f78 user: dgp tags: dgp-utf-prev-alt | |
| 14:29 | merge 8.5 check-in: a1214ed279 user: dgp tags: dgp-utf-prev-alt | |
| 14:21 | TclTrim() can also demand NUL-terminated arguments, and be simplified. check-in: 869537c21d user: dgp tags: core-8-5-branch | |
| 13:51 | TclTrimLeft and TclTrimRight are internal routines. They demand NUL-terminated arguments. That's a r... check-in: 810eec64e8 user: dgp tags: core-8-5-branch | |
| 02:31 | merge 8.5 check-in: d8eeb99198 user: dgp tags: dgp-utf-prev-alt | |
| 02:28 | [c61818e4c9] [string trimright] robustly handle backing up over incomplete or malformed byte sequenc... check-in: d15a2b241e user: dgp tags: core-8-5-branch | |
| 02:10 | Cherrypick partial fix. check-in: e1968e91c8 user: dgp tags: core-8-5-branch | |
| 01:41 | merge 8.5 check-in: e8c478e9d0 user: dgp tags: dgp-utf-prev-alt | |
| 01:40 | Another test for [string trimright] that demonstrates its own failures, not those of Tcl_UtfPrev. check-in: fd93a662d8 user: dgp tags: core-8-5-branch | |
| 00:12 | Convert test to not directly use identity encoding. check-in: e2593ce8b7 user: dgp tags: core-8-5-branch | |
| 00:09 | added test case covering [c61818e4c9] - string trim for not valid utf-8 sequence (mistakenly conside... check-in: aa03cde0d2 user: dgp tags: core-8-5-branch | |
|
2020-04-12
| ||
| 23:54 | merge 8.5 check-in: a5d692baff user: dgp tags: dgp-utf-prev-alt | |
| 23:53 | Stop direct use of the identity encoding in tests. check-in: 21f7f0b9d3 user: dgp tags: core-8-5-branch | |
| 23:47 | [2006888] Backport conversion of test file to strict ASCII. ISO-8859-1 assumption is nonportable and... check-in: bea9b359ca user: dgp tags: core-8-5-branch | |
|
2020-04-11
| ||
| 22:26 | Repair invalid utf-8 in subst.test. check-in: 0423e20fd0 user: dgp tags: core-8-5-branch | |
|
2020-04-10
| ||
| 00:01 | Add (disabled) test to demo the inability of [string wordstart] to handle malformed UTF-8 sequences. check-in: d0ed59de5d user: dgp tags: core-8-5-branch | |
|
2020-04-09
| ||
| 22:27 | Bulletproof the calls to Tcl_UtfPrev in Tcl_AppendLimitedToObj. check-in: 05bb517053 user: dgp tags: core-8-5-branch | |
| 19:22 | merge 8.5 check-in: d3bf59e09a user: dgp tags: dgp-utf-prev-alt | |
| 19:13 | Same trouble fixed the same way in Tcl_AppendElement(). check-in: 598cebf1d4 user: dgp tags: core-8-5-branch | |
| 19:04 | [085913c760] Fix Tcl_DStringAppendElement quoting of #. check-in: 104ddd0206 user: dgp tags: core-8-5-branch | |
| 18:41 | More tests. check-in: 07748eaa90 user: dgp tags: core-8-5-branch | |
| 17:43 | Revise two tests that were detecting and forgiving a bug. check-in: 5a8de22fde user: dgp tags: core-8-5-branch | |
| 17:30 | Guarantee TclNeedSpace and TclFindElement have common definition of whitespace by having both call t... check-in: da9a473a26 user: dgp tags: core-8-5-branch | |
| 16:24 | [afa4b28153] Correct TclNeedSpace handling of trailing escaped space. check-in: 9b738a1d8f user: dgp tags: core-8-5-branch | |
| 15:56 | New tests demonstrating bug in TclNeedSpace(): improper handling escaped space. check-in: 040da92b7f user: dgp tags: core-8-5-branch | |
|
2020-04-08
| ||
| 18:07 | merge the base branch check-in: fdcc9783cd user: dgp tags: dgp-utf-prev-alt | |
| 18:07 | Cherry pick the [string trim] changes. Closed-Leaf check-in: 0b201998e8 user: dgp tags: dgp-utf-prev | |
| 17:31 | Apply better bug fix that does not create new bugs this time. check-in: 7ee618b9ca user: dgp tags: dgp-utf-prev-alt | |
| 16:43 | Restore the original Tcl_UtfPrev routine. Fails a different set of tests. Many fewer. check-in: 6c34d40ef3 user: dgp tags: dgp-utf-prev-alt | |
| 15:45 | Cherry pick the [string trim] changes. Closed-Leaf check-in: 1d90ec1bce user: dgp tags: dgp-utf-prev-fix | |
| 15:37 | introduces new utf-internal definition UTF_TO_UNI_MAX, as maximal value that Tcl_UtfToUniChar could ... Closed-Leaf check-in: f10ba6b7ac user: sebres tags: sebres-utf-prev-fix | |
| 14:28 | merge tests check-in: e815c4ebea user: dgp tags: sebres-utf-prev-fix | |
| 14:11 | merge tests check-in: 4ae8f21939 user: dgp tags: dgp-utf-prev-fix | |
| 14:09 | more tests check-in: f2dece44cf user: dgp tags: dgp-utf-prev | |
| 13:26 | partially revert [e8bfb4c2ba884b1b], a prevention added previously in string trim functions (compare... check-in: 57aa5dae72 user: sebres tags: sebres-utf-prev-fix | |
| 12:32 | Rewrite of Tcl_UtfPrev that restores the correct behavior (no inconsistency between Tcl_UtfPrev/Tcl_... check-in: cdffcbaec9 user: sebres tags: sebres-utf-prev-fix | |
|
2020-04-07
| ||
| 21:53 | merge tests check-in: e0a9c72f5d user: dgp tags: dgp-utf-prev-fix | |
| 21:49 | Convert the tests to use the testing command. check-in: eb6f7027e2 user: dgp tags: dgp-utf-prev | |
| 21:06 | New testing command so we can directly demonstrate flaws. check-in: d715ace6e9 user: dgp tags: dgp-utf-prev | |
| 20:44 | Bring in the armor plated [string trim*] check-in: 60216678bb user: dgp tags: dgp-utf-prev | |
| 20:05 | fixes [c61818e4c9] for all variants of string trim Closed-Leaf check-in: e8bfb4c2ba user: sebres tags: bug-c61818e4c9 | |
| 20:04 | Rewrite of Tcl_UtfPrev that fixes most of the failing tests. Remaining failures demonstrate that th... check-in: ee25edfdb7 user: dgp tags: dgp-utf-prev-fix | |
| 20:04 | added test case covering [c61818e4c9] - string trim for not valid utf-8 sequence (mistakenly conside... check-in: 325ac81dd2 user: sebres tags: bug-c61818e4c9 | |
| 19:52 | More tests that should continue to demo faults in Tcl_UtfPrev after [string trimright] implementatio... check-in: 05689c82d6 user: dgp tags: dgp-utf-prev | |
| 19:36 | Set of tests demonstrating flaws in Tcl_UtfPrev (as viewed through a fragile implementation of [stri... check-in: 27fc84ab98 user: dgp tags: dgp-utf-prev | |
| 18:27 | closes regression in string trimright [c61818e4c9] without modifying of Tcl_UtfPrev (so certain inco... check-in: 6d7a13ed20 user: sebres tags: bug-c61818e4c9 | |
|
2020-03-17
| ||
| 16:19 | Unicode 13 has a new range of characters from 0x30000 to 0x3134A, so generate those in the tables to... check-in: fefbf6d8b0 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-03-09
| ||
| 12:49 | Use more uppercase hex (e.g. 0xFF) in stead of lowercase (0xff) consistantly. check-in: 99e0a25463 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-03-05
| ||
| 14:03 | Update all internal tables to Unicode 13. (while on it) sync tclWinDdde.c and tclWinReg.c, making it... check-in: bbf15a656d user: jan.nijtmans tags: core-8-5-branch | |
|
2020-02-26
| ||
| 07:51 | Make tclWinDde.c compilable with C++ compiler. dde -> 1.4.3 Make tclWinReg.c compilable with C++ com... check-in: e6b6065b18 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-02-24
| ||
| 13:07 | Correct ANSI prototype of TclNokia770Doubles() check-in: ad38aa6d50 user: jan.nijtmans tags: core-8-5-branch | |
| 11:07 | Add -Wpointer-arith warning to C-compile. Fix gcc(-9) warning. check-in: 33e24cc198 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-02-17
| ||
| 14:50 | windows: avoid create of legacy error-vars on init phase (in fresh created interpreter) - no tcl_pkg... check-in: 968255386e user: sebres tags: core-8-5-branch | |
|
2020-02-14
| ||
| 09:21 | (cherry-pick): Fix travis build, due to the change of Windows image. check-in: 6fc36b284f user: jan.nijtmans tags: core-8-5-branch | |
|
2020-01-30
| ||
| 15:32 | introduces new command and constraint testWithLimit (as include tests/internals.tcl) that can be use... check-in: 6919363aba user: sebres tags: core-8-5-branch | |
|
2020-01-29
| ||
| 17:02 | small amend (comments only) check-in: b59292499d user: sebres tags: core-8-5-branch | |
| 16:50 | better test covering [5d989f9ba3] - limiting AS considers normal memory usage of process; prepared f... check-in: 3473d9551a user: sebres tags: core-8-5-branch | |
|
2020-01-23
| ||
| 08:29 | Last unused internal stub entry from 258 to 259. check-in: d206a52bee user: jan.nijtmans tags: core-8-5-branch | |
|
2020-01-21
| ||
| 08:48 | Don't run stack-3.1 test on OSX, it fail regulary. Don't really bother for Tcl 8.5 any more. check-in: b437853f53 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-01-17
| ||
| 16:40 | small amend (skip messages, avoid output on interactive shell) check-in: ad1fcf1cd5 user: sebres tags: core-8-5-branch | |
| 16:12 | closes [5d989f9ba3]: avoid segfault by OOM if too many items to sort (would throw an error instead, ... check-in: cbee73ad7c user: sebres tags: core-8-5-branch | |
| 08:51 | Fix [8cd2fe7474]: "unload" command Bug (when handling multiple libs) check-in: 8f93f9da3c user: jan.nijtmans tags: core-8-5-branch | |
|
2020-01-08
| ||
| 11:53 | Code cleanup (mostly comments, backported from 8.6). check-in: f3d25c6993 user: jan.nijtmans tags: core-8-5-branch | |
|
2020-01-06
| ||
| 10:48 | (cherry-pick): Fix issue [9128866ec8448752] by adding Line Feed character to tis-620.enc. check-in: 744209e285 user: jan.nijtmans tags: core-8-5-branch | |
| 10:28 | Don't assume/set LDFLAGS being "", it could be set on the "configure" command-line. Remove "test-pa... check-in: ce3eff15fd user: jan.nijtmans tags: core-8-5-branch | |
|
2020-01-02
| ||
| 20:56 | Restore the build by providing a copysign replacement for old MSVC versions. check-in: 57a8714c11 user: fvogel tags: core-8-5-branch | |
|
2019-12-27
| ||
| 00:03 | Merge changes to deal with integer overflow in the exponent, and floating point overflow in the sign... check-in: c3d4779949 user: kbk tags: core-8-5-branch | |
|
2019-12-26
| ||
| 23:54 | Add test cases that used to cause floating point overflow in computing the correction term in floati... Closed-Leaf check-in: 398d486fea user: kbk tags: bug-1de6b0629e | |
|
2019-12-23
| ||
| 00:54 | Fix parsing bug when (numSigDigs == 0). check-in: cd2766621b user: dgp tags: bug-1de6b0629e | |
|
2019-12-22
| ||
| 23:48 | Assign a double literal to a double variable. No point in requiring conversion. check-in: a4348251d8 user: dgp tags: bug-1de6b0629e | |
| 18:44 | Tests for another parsing bug. check-in: 85c3a68225 user: dgp tags: bug-1de6b0629e | |
|
2019-12-21
| ||
| 14:19 | Tests demonstrating the number parsing overflow bugs. check-in: 5fee183ce2 user: dgp tags: bug-1de6b0629e | |
|
2019-12-19
| ||
| 22:09 | Add type-cast, making sure that the unary minus is handled correctly on any compiler check-in: bb8e7386bf user: jan.nijtmans tags: core-8-5-branch | |
|
2019-12-16
| ||
| 10:09 | Better fix for [3390638]: making the intVal variable unsigned prevents the need for using sprintf() ... check-in: c164ea07e7 user: jan.nijtmans tags: core-8-5-branch | |
| 10:08 | Only use OPTS=msvcrt in combination with "static", otherwise it's a NOOP. Disable pragma warning:C4... check-in: 780d88df84 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-12-09
| ||
| 10:30 | small amend (whitespace, no functional) check-in: 1097b10d68 user: sebres tags: core-8-5-branch | |
|
2019-12-06
| ||
| 16:42 | rewrite of [dff608952b]: skip tests if there is really a timing issue (and implements new feature ::... check-in: 522c134838 user: sebres tags: core-8-5-branch | |
| 14:51 | Exclude some test-cases with possible timing problems on Windows. Double ;; in generic/tclTimer.c check-in: dff608952b user: jan.nijtmans tags: core-8-5-branch | |
|
2019-11-28
| ||
| 10:54 | Update "opt" from version 0.4.5 to 0.4.7, backported from Tcl 8.7a3. check-in: 2d4988509c user: jan.nijtmans tags: core-8-5-branch | |
|
2019-11-27
| ||
| 09:44 | Don't bother paths of 64-bit SDK any more: This was Visual Studio 2008-specific and doesn't work wit... check-in: 4454ae265c user: jan.nijtmans tags: core-8-5-branch | |
|
2019-11-25
| ||
| 16:41 | Makefiles got out of sync with tcltest version. check-in: a9c596db49 user: dgp tags: core-8-5-branch | |
|
2019-11-21
| ||
| 18:30 | amend to [c93862b3bc] - fixes next timing test-issue in cmdMZ.test - measure without overhead now (o... check-in: 857343530d user: sebres tags: core-8-5-branch | |
|
2019-11-18
| ||
| 20:27 | http package from 2.7.14 to 2.7.15 check-in: efb56f8cdc user: jan.nijtmans tags: core-8-5-branch | |
| 20:22 | Fix [13657a2dc3]: application/json is not a binary payload for http check-in: 1a92d8cb7e user: jan.nijtmans tags: core-8-5-branch | |
|
2019-11-14
| ||
| 19:57 | remove unneeded constraint check-in: 94ccec5260 user: sebres tags: core-8-5-branch | |
|
2019-11-11
| ||
| 16:32 | On win32, include <inttypes.h> if available, just as on UNIX. Disable compiler warning C4244 on all... check-in: 52ebc80e61 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-11-06
| ||
| 23:03 | cmdMZ.test: solved timing issues (too slow machines, debug builds, etc) check-in: c93862b3bc user: sebres tags: core-8-5-branch | |
|
2019-10-31
| ||
| 11:13 | More patches from Debian check-in: d28158ba7d user: jan.nijtmans tags: core-8-5-branch | |
| 09:31 | Fix [https://core.tcl-lang.org/tk/tktview/056f9e85dc|056f9e85dc]: debian patches check-in: 38d2c7a19b user: jan.nijtmans tags: core-8-5-branch | |
|
2019-10-24
| ||
| 07:36 | Add additional (dummy) stub entries in the libtommath stubtable check-in: 26a9dd2016 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-10-21
| ||
| 18:10 | Bump to dde 1.4.2 and registry 1.3.4. check-in: abcce76e30 user: dgp tags: core-8-5-branch | |
|
2019-10-15
| ||
| 14:38 | Add more dummy stub-entries, filled with NULL. Stub table size corresponds with stub table size for ... check-in: 6001ca6d0d user: jan.nijtmans tags: core-8-5-branch | |
|
2019-10-11
| ||
| 12:43 | Update (fossil's) ignore-glob and (git's) .gitignore check-in: a15f7a32ae user: jan.nijtmans tags: core-8-5-branch | |
|
2019-10-10
| ||
| 19:07 | Don't bother to install wine, when we are not going to run it anyway. Only build shared version (32... check-in: 8e45e669d2 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-10-05
| ||
| 20:35 | Change LSTATUS to LONG, since older SDK's don't know it. core.tcl.tk -> core.tcl-lang.org and htt ->... check-in: 3e61a844c5 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-10-02
| ||
| 11:22 | Fix [16768d65f0]: Fix gethostbyname_r and gethostbyaddr_r detection on NetBSD. Patch by Kamil Rytaro... check-in: 769d3df6f6 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-10-01
| ||
| 21:29 | Correct typo's in tcl.m4. Found by Kamil Rytarowski check-in: 2f1962da40 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-09-26
| ||
| 16:21 | amend to [fec0c17d39] - reduce max count of nested compiles to 1500 check-in: f096ae5e60 user: sebres tags: core-8-5-branch | |
|
2019-09-25
| ||
| 20:01 | cherry-pick [f5b6b83de7] - namespace.test: add missing clean-up (allow repetition of test within -si... check-in: f6c1603d5f user: sebres tags: core-8-5-branch | |
| 12:18 | Fix failing test-case iocmd-21.20 on Travis check-in: 60cdc7b780 user: jan.nijtmans tags: core-8-5-branch | |
| 12:17 | Use consistantly "/D" in stead of "-D" for Microsoft compilers (MSVC) check-in: a6c18b1397 user: jan.nijtmans tags: core-8-5-branch | |
| 11:54 | (cherry-pick): Update TZ info to tzdata2019c. check-in: 0bcd8bc1db user: jan.nijtmans tags: core-8-5-branch | |
|
2019-09-21
| ||
| 23:32 | Fix quoting in .travis.yml, add x86 variant of configure/make/cl Remove crosscompile for windows on ... Closed-Leaf check-in: 7fc526d0e5 user: jan.nijtmans tags: travis-win32-with-make | |
|
2019-09-20
| ||
| 21:49 | Merge 8.5 check-in: b6de837aef user: jan.nijtmans tags: travis-win32-with-make | |
| 14:59 | Modify registry/dde such that they no longer need to be compiled with -DUNICODE. Also no longer use ... check-in: 5f447ebfff user: jan.nijtmans tags: core-8-5-branch | |
|
2019-09-16
| ||
| 18:45 | Add 32-bit Windows builds, both with MSVC and GCC, to Travis. Backport various test-suite changes f... check-in: e0ae93803f user: jan.nijtmans tags: core-8-5-branch | |
|
2019-09-15
| ||
| 00:01 | try xcode 10.3 Closed-Leaf check-in: 5a234c347c user: jan.nijtmans tags: travis-win-x86 | |
|
2019-09-13
| ||
| 13:29 | Merge 8.5 check-in: ac9c39bb7f user: jan.nijtmans tags: travis-win-x86 | |
| 13:27 | Make test-cases (hopefully) work on Travis, e.g. by adding nonPortable marks to test-cases which are... check-in: 94b6d8968c user: jan.nijtmans tags: core-8-5-branch | |
| 09:01 | Add knownMsvcBug restriction to chanio-20.5, because it sometimes hangs in a Travis build. Restuctur... check-in: dd0ee71e87 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-09-12
| ||
| 19:12 | windows: eliminate overwriting of WINDIR env-variable in makefiles (used WIN_DIR now similar to "mak... check-in: 94b1c8d366 user: sebres tags: core-8-5-branch | |
| 15:03 | Merge 8.5. Mark a few more tests nonPortable (for 8.5, not to be merged to 8.6!) check-in: 194f0973cc user: jan.nijtmans tags: travis-win-x86 | |
|
2019-09-11
| ||
| 19:10 | partially cherrypick of [ecf524bce0], bug-fec0c17d39-8.6-limit: ultimate fix for [fec0c17d39] - avoi... check-in: 6147a8c8b0 user: sebres tags: core-8-5-branch | |
| 13:53 | Merge 8.5 check-in: 8f1e2b3fa4 user: jan.nijtmans tags: travis-win-x86 | |
| 11:49 | windows, close [7de2d722bd]: prefer temp file to check owner and reown it before trying to check in ... check-in: dac34b4081 user: sebres tags: core-8-5-branch | |
| 11:10 | Use "package provide Tcl" consistantly, in stead of either "package present Tcl" or "info tclversion... check-in: f9cc6b4a65 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-09-10
| ||
| 12:05 | Don't use constraints like unixOrPc anymore, use unixOrWin (for example) check-in: 377f062ef1 user: jan.nijtmans tags: core-8-5-branch | |
| 12:03 | Backport some improvements to tm.tcl (mostly comments). Don't use ::tcl_platform(debug) anymore, si... check-in: 564e8df5bf user: jan.nijtmans tags: core-8-5-branch | |
| 11:59 | Run all test-cases with -verbose sbtel, so we can see which test-case actually hangs. check-in: 3c4483af93 user: jan.nijtmans tags: travis-win-x86 | |
| 08:02 | Add 32-bit (Windows-x86) builds to travis, both with MSVC and GCC check-in: 5bd17c6f5e user: jan.nijtmans tags: travis-win-x86 | |
|
2019-09-09
| ||
| 09:00 | Move &crosstest up in .travis.yml check-in: 5d82a9138a user: jan.nijtmans tags: core-8-5-branch | |
| 08:41 | Final touch to make everything work for 8.5: - Don't use AS_ECHO macro, because autoconf-2.59 doesn'... check-in: 6d7b48855e user: jan.nijtmans tags: core-8-5-branch | |
|
2019-09-08
| ||
| 13:26 | dde and registry extension should be compiled with -DUNICODE -D_UNICODE. Put 64-bit builds before 32... check-in: af24040135 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-09-07
| ||
| 15:25 | Another attempt check-in: 9408f13c5b user: jan.nijtmans tags: travis-win32-with-make | |
| 14:36 | Add --enable-threads to Windows/GCC (native) builds. This is - most likely - the cause of the travis... check-in: 26c5cef8c8 user: jan.nijtmans tags: core-8-5-branch | |
| 13:53 | Don't let Tcl compilation depend on USE_32BIT_TIME_T any more: Microsoft could discontinue this macr... check-in: e9972d4641 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-09-06
| ||
| 20:22 | if frameName (actual level) does not contain a real level (#0 or 1) historically TclGetFrame and Tcl... check-in: a326b6dab3 user: sebres tags: core-8-5-branch | |
| 17:23 | fix bad level (if specified argument is not a level at all) check-in: f72b88420c user: sebres tags: core-8-5-branch | |
| 17:23 | cherry-pick [b87d2183ca]: test cases covering bug [775ee88560]: segfault in upvar at wrong level, wr... check-in: 29918c736d user: sebres tags: core-8-5-branch | |
| 15:32 | Fix configure script (re-generated with a modified autoconf-2.59, in which the AC_PROG_MAKE_SET macr... check-in: 61d728c136 user: jan.nijtmans tags: core-8-5-branch | |
| 08:58 | Don't let Tcl depend on USE_32BIT_TIME_T any more: If your compiler supports it, time_t will be 64-b... Closed-Leaf check-in: 04a10c0bee user: jan.nijtmans tags: bug-4718b41c56 | |
|
2019-09-05
| ||
| 16:09 | amend to [4718b41c56]: check size of st_mtime instead of time_t in constraint check-in: be75418cf5 user: sebres tags: core-8-5-branch | |
|
2019-09-03
| ||
| 10:48 | Backout last commit: Looks like it causes test-failures in event.test on Windows. check-in: be6598b573 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-09-02
| ||
| 11:07 | Missing TCL_GLOBAL_ONLY flag in VwaitVarProc(): vwait always references global variables, this could... check-in: f238edb855 user: jan.nijtmans tags: core-8-5-branch | |
| 08:28 | Fix [5591e4a820]: @TCL_EXE@ not properly generated in 8.5 branch. Added @runstatedir@ in Makefile.in... check-in: 6bc6e7c170 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-08-30
| ||
| 16:33 | compile.test: reduce count of nested scripts to 1000 in debug case (seems to be to heavy on some pla... check-in: ae6806e6a9 user: sebres tags: core-8-5-branch | |
|
2019-08-29
| ||
| 20:28 | add test cases covering nested compilation bug [fec0c17d39] (8.5 is not affected at the moment by ne... check-in: 2f4d19ea81 user: sebres tags: core-8-5-branch | |
|
2019-08-27
| ||
| 11:53 | One more knownMsvcBug marker (seen in Travis). Properly export ::tcltest::testConstraint in cmdMZ.te... check-in: 4f17e45d10 user: jan.nijtmans tags: core-8-5-branch | |
| 11:37 | Backport two knownMsvcBug markers, which hit us (again) on Travis. check-in: 03f91558fb user: jan.nijtmans tags: core-8-5-branch | |
|
2019-08-26
| ||
| 14:03 | Fix [3947fcf7]: Current .gitattributes settings might not allow switching branches check-in: 7032e928bc user: jan.nijtmans tags: core-8-5-branch | |
| 08:52 | If tcltest's removeFile fails for a non-expected reason (e.g. Windows keeps the file locked), this s... check-in: ca1440c967 user: jan.nijtmans tags: core-8-5-branch | |
| 07:46 | One more "knownMsvcBug" marker, for a test-case which failed (incidentally) in Travis. check-in: 9c2e142e68 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-08-22
| ||
| 12:19 | Fix [8566dc22f9]: various spelling fixes in comments check-in: 978c80ef75 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-08-20
| ||
| 14:21 | Backport some "knownMsvcBug" markers from 8.6: Those indicate test-cases the sporadically fail in th... check-in: d46031cc11 user: jan.nijtmans tags: core-8-5-branch | |
| 08:03 | win/Makefile.in: small amend normalizing test-dependencies check-in: d28ef90828 user: sebres tags: core-8-5-branch | |
| 07:20 | Prevent misleading message: -bash: pwd: -W: invalid option pwd: usage: pwd [-LP]" written to... check-in: 01e90e520f user: jan.nijtmans tags: core-8-5-branch | |
|
2019-08-19
| ||
| 18:34 | win/Makefile.in: partially cherry-picked 8.6th version (and normalized to be more similar to all maj... check-in: 09dae07f92 user: sebres tags: core-8-5-branch | |
|
2019-08-01
| ||
| 08:23 | Add .gitattributes and .gitignore files, hopefully helping checking in/out with the correct line-end... check-in: 35adcf578d user: jan.nijtmans tags: core-8-5-branch | |
|
2019-07-31
| ||
| 19:39 | (cherry-pick from core-8-branch): Replace memcpy() calls with memmove() to avoid undefined behavior ... check-in: 382e19dea0 user: jan.nijtmans tags: core-8-5-branch | |
| 08:16 | Disable two async test-cases on Travis (windows-only) because they are currently failong. Marked wit... check-in: 2b275ce7b1 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-07-30
| ||
| 07:40 | typo in .travis.yml check-in: f229f4ee15 user: jan.nijtmans tags: core-8-5-branch | |
| 07:40 | Update tzdata to 2019b check-in: 750db6dba7 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-07-29
| ||
| 15:35 | Enable testcases on Visual Studio builds. Disable some test-cases on Travis, which are known to fail... check-in: aa9a484085 user: jan.nijtmans tags: core-8-5-branch | |
| 07:20 | Merge 8.5, and try to make "configure" work under Travis check-in: ac7b18e3fe user: jan.nijtmans tags: travis-win32-with-make | |
|
2019-07-26
| ||
| 12:43 | Fix this Travis build problems on Win32: [https://travis-ci.org/tcltk/tcl/jobs/562935948]. Also, use... check-in: 0d1e989a11 user: jan.nijtmans tags: core-8-5-branch | |
| 11:56 | Increase timeout a little bit, making it less likely that this test failes in a Travis environment. check-in: 9c96149e2d user: jan.nijtmans tags: core-8-5-branch | |
| 11:16 | Attempt to make "choko install" work check-in: 5b96a4d06f user: jan.nijtmans tags: travis-win32-with-make | |
|
2019-07-25
| ||
| 09:13 | Merge 8.5 check-in: f76927552c user: jan.nijtmans tags: travis-win32-with-make | |
|
2019-07-24
| ||
| 13:59 | small amend (normalize hex in all evalFlags) check-in: 4c17100b4d user: sebres tags: core-8-5-branch | |
| 13:49 | cherrypick timerate-loop-opti--discard-result check-in: b0068126eb user: sebres tags: core-8-5-branch | |
|
2019-07-20
| ||
| 15:37 | Add (experimental) build with MSVC using the standard "make" system. check-in: a3c7f79522 user: jan.nijtmans tags: travis-win32-with-make | |
| 08:43 | Fix travis build check-in: b7726bf756 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-07-19
| ||
| 13:35 | Add Windows build, and Linux full debug build to Travis. No test runs yet, because some of them are ... check-in: 24264826f6 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-07-16
| ||
| 09:23 | Add xcode11 to Travis builds. Sort platform/compiler versions from high to low. check-in: 4ad213c717 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-07-15
| ||
| 11:33 | tests-perf suite: fix several tests expecting different output result (convert result) check-in: 04e4258037 user: sebres tags: core-8-5-branch | |
| 07:15 | Fix travis build for xcode 9/10/11 Closed-Leaf check-in: 010407f51d user: jan.nijtmans tags: travis-xcode11 | |
|
2019-07-13
| ||
| 17:29 | Add experimental xcode11 build steps to travis. Also sort different gcc/xcode versions from high to ... check-in: e04fd871fd user: jan.nijtmans tags: travis-xcode11 | |
| 17:08 | please don't put experimental build steps in the main branches, as long as they don't work! check-in: 81dcd7cd65 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-07-12
| ||
| 12:02 | close fork check-in: aae50029f9 user: sebres tags: core-8-5-branch | |
| 11:48 | Leave out travis tests for MSVC, until test-cases are fixed. Revert generated configure script to us... check-in: 1ec90fa30d user: jan.nijtmans tags: core-8-5-branch | |
| 11:20 | integrate branch bug-4718b41c56, closes [4718b41c56] check-in: 0b0486f58a user: sebres tags: core-8-5-branch | |
|
2019-07-10
| ||
| 21:02 | little tweaks, makeing it possible to use either _USE_64BIT_TIME_T or __MINGW_USE_VC2005_COMPAT inte... Closed-Leaf check-in: 2d386ec1d2 user: jan.nijtmans tags: bug-4718b41c56 | |
| 18:13 | win/x86: compat fix, 64-bit time_t for 32-build is optional now (via configure/make option time64bit... check-in: d263bc472a user: sebres tags: bug-4718b41c56 | |
| 08:28 | Add CI (Travis) builds and testing for Windows, both with MSVC and GCC. check-in: 10fc276df9 user: dkf tags: core-8-5-branch | |
| 08:25 | merge core-8-5-branch Closed-Leaf check-in: 98bfc148b8 user: dkf tags: classic-windows-build | |
|
2019-07-09
| ||
| 08:39 | More tweaking to work around YAML parsing issues and fix an irrelevant test failure with static buil... check-in: 248b41d243 user: dkf tags: classic-windows-build | |
|
2019-07-08
| ||
| 20:22 | fixes [4718b41c56] for windows x86 (mingw / MSVC versions with CRT supporting 64-bit time_t) check-in: 3dba9987e6 user: sebres tags: bug-4718b41c56 | |
| 19:02 | Simplify previous commit: Just always use Tcl_WideInt check-in: 9485e20e77 user: jan.nijtmans tags: core-8-5-branch | |
| 15:00 | amend to [c14252171d]: fixes [4718b41c56] for x64 (and x86 with 64-bit predefined time_t resp. CRT l... check-in: ce186ca403 user: sebres tags: core-8-5-branch | |
| 10:57 | Tweak the build a bit more, and use YAML a bit better check-in: c954be7b95 user: dkf tags: classic-windows-build | |
|
2019-07-07
| ||
| 15:20 | Updated win/configure to use current version of autoconf check-in: 2c0b1dfbb3 user: dkf tags: classic-windows-build | |
|
2019-07-05
| ||
| 22:51 | Merge 8.5 check-in: 28b6d136c0 user: jan.nijtmans tags: classic-windows-build | |
| 22:49 | Add "name" entries to travis build configuration check-in: 4d25102e7d user: jan.nijtmans tags: core-8-5-branch | |
| 09:29 | Fix [4718b41c56d8c135]: windows x86 & x64: file mtime overflows in modification date. Only fixed fo... check-in: c14252171d user: jan.nijtmans tags: core-8-5-branch | |
| 08:39 | The next round of trying to get Windows builds working check-in: 59e1995589 user: dkf tags: classic-windows-build | |
|
2019-07-04
| ||
| 09:57 | Might as well try direct gcc on Windows too. check-in: 716d899990 user: dkf tags: classic-windows-build | |
| 09:45 | More tinkering with the build. Can override scripts in the matrix, but need magic to find nmake. check-in: 847ab6898d user: dkf tags: classic-windows-build | |
|
2019-07-03
| ||
| 13:24 | There are no cats in America, and no tabs in YAML files check-in: 1a89ee632f user: dkf tags: classic-windows-build | |
|
2019-07-02
| ||
| 09:13 | So... you can't directly override a script in the matrix section of .travis.yml check-in: 2d9f34a658 user: dkf tags: classic-windows-build | |
|
2019-07-01
| ||
| 20:33 | This is a trial of doing a classic Windows build-and-test on Travis check-in: 1b1fa532f7 user: dkf tags: classic-windows-build | |
| 19:21 | Avoid valgrind issues with "uninitialized memory" check-in: c2e97980b2 user: dgp tags: core-8-5-branch | |
|
2019-06-26
| ||
| 08:21 | Remove EXECUTE flag for tclWinFile.c. More eol-spacing cleanup (keeping tests-pref/* among other t... check-in: 2dced2fbf3 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-06-25
| ||
| 17:45 | nmakehlp: fixed const qualifier check-in: 94b65b3f53 user: sebres tags: core-8-5-branch | |
| 16:09 | fixed build with MSVC 6.0 check-in: f8e839fa90 user: sebres tags: core-8-5-branch | |
|
2019-06-15
| ||
| 22:30 | Use mp_init_set() in stead of mp_init_set_int() when the constant is sufficiently small. This is sli... check-in: f1709a0cfe user: jan.nijtmans tags: core-8-5-branch | |
|
2019-06-11
| ||
| 15:30 | Fix [25deec4e46]: Tcl fails to compile with icc due to typedef conflict check-in: 41c4d6a337 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-06-10
| ||
| 19:27 | General improvements to the expr manpage check-in: d10fd17e1d user: dkf tags: core-8-5-branch | |
| 18:24 | Remove declarations that are never defined. check-in: 65ba73d0ea user: dgp tags: core-8-5-branch | |
|
2019-05-29
| ||
| 22:48 | Update some libtommath functions to the latest trunk versions. Small step forward in the upgrade to ... check-in: 5bc72628bd user: jan.nijtmans tags: core-8-5-branch | |
|
2019-05-28
| ||
| 21:38 | Eliminate a set of libtommath-related files that don't do anything. There's no sense in it, keeping ... check-in: 55750caf85 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-05-27
| ||
| 21:18 | Fix "make dist" for the README -> README.md renaming check-in: ee4c299856 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-05-24
| ||
| 20:03 | Missing keyword: "static" check-in: 6315463cce user: jan.nijtmans tags: core-8-5-branch | |
| 16:49 | fixes typo ("net" instead of outdated term "nett") check-in: c03e508528 user: sebres tags: core-8-5-branch | |
|
2019-05-22
| ||
| 09:18 | merge 8.5 check-in: ba97c71d8f user: sebres tags: sebres-8-5-event-perf-branch | |
|
2019-05-21
| ||
| 17:52 | timerate: be more precise using unsigned wide (for total execution time), avoid signed vs unsigned c... check-in: 8d402ef26e user: sebres tags: core-8-5-branch | |
| 11:29 | small amend (no cast needed) check-in: ce78a05d8f user: sebres tags: core-8-5-branch | |
| 11:22 | cherry-picing of [3f693cdfe9c875c4] to be more compatible across version, resolve mistake with "key ... check-in: 295b0570ff user: sebres tags: core-8-5-branch | |
|
2019-05-17
| ||
| 18:33 | comment typo check-in: 320c538465 user: dgp tags: core-8-5-branch | |
|
2019-05-16
| ||
| 18:17 | small amend to [ac566e9df84daeab] with rollback of done/continue optimization check-in: bb7ad323d4 user: sebres tags: core-8-5-branch | |
| 17:49 | timerate: allow continue from measurement cycle (used for conditional flow control of iterations); m... check-in: ac566e9df8 user: sebres tags: core-8-5-branch | |
|
2019-05-14
| ||
| 18:42 | DIGIT_BIT -> MP_DIGIT_BIT, since DIGIT_BIT is deprecated in future libtommath versions. So, better s... check-in: 464bb2de83 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-05-12
| ||
| 20:28 | Proposed fix for bug [524b35a8b5]. No test-case yet. Leaf check-in: 0040d90962 user: jan.nijtmans tags: bug-524b35a8b5 | |
|
2019-05-11
| ||
| 12:48 | Revised documented advice that made obsolete reference to interp->result. check-in: 9804f1f1b2 user: dgp tags: core-8-5-branch | |
|
2019-05-07
| ||
| 07:19 | (cherry-pick from8.6): Japanese Reiwa (令和) era check-in: ef39d849b5 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-05-04
| ||
| 18:25 | Plug memleak when deleting a namespace destroys a linked Tcl var. check-in: 37206842d3 user: dgp tags: core-8-5-branch | |
|
2019-05-03
| ||
| 18:50 | memleak demo test check-in: 8fbd9bd6ba user: dgp tags: core-8-5-branch | |
|
2019-04-29
| ||
| 20:01 | [c6f1ffa7a9]: test-cases illustrating clock scan/freescan deviation (wrong conversion) if TZ specifi... Leaf check-in: 8dc2f9c90f user: sebres tags: bug-c6f1ffa7a9-clock-tz-in-input | |
|
2019-04-23
| ||
| 06:28 | timerate: code style, doc style check-in: 55a6f5b9b4 user: dkf tags: core-8-5-branch | |
|
2019-04-17
| ||
| 19:59 | extend performance test-suite, allow several (repeatable) execution of _test_run (if encosed in _tes... check-in: 358ae35950 user: sebres tags: core-8-5-branch | |
| 14:25 | Isolate tests of [info frame] results from testing environment. check-in: 7d9c32ead5 user: dgp tags: core-8-5-branch | |
|
2019-04-09
| ||
| 19:37 | closes [940ce8f958] - tests/cmdMZ.test: avoid import timerate to global NS in tests (e. g. using tcl... check-in: 242fe24b35 user: sebres tags: core-8-5-branch | |
| 10:31 | closes [1e5e25cf2b] - tests/cmdMZ.test: fixed NRT-related sleeps (and time-related corner cases and ... check-in: 84e29e7149 user: sebres tags: core-8-5-branch | |
|
2019-04-08
| ||
| 19:31 | Add test-cases for win32/win64 --disable-shared, and put standard --enable-threads check-in: 2398513042 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-04-01
| ||
| 13:53 | closes [1a3fa1232e306a44], test case cmdMZ-6.5 fixed to cover float value by iteration per second check-in: c925d4759d user: sebres tags: core-8-5-branch | |
| 13:51 | timerate: avoid divide by zero by no iterations in measurement cycle (e. g. count is 0) check-in: c9ac395fd2 user: sebres tags: core-8-5-branch | |
|
2019-03-27
| ||
| 20:13 | Update TZ info to tzdata2019a check-in: 32229a5063 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-03-24
| ||
| 16:43 | Since only bytes 0xF0 - 0xF4 can be the first byte of a valid 4-byte UTF-8 byte sequence, account fo... check-in: 12e58fc74d user: jan.nijtmans tags: core-8-5-branch | |
|
2019-03-21
| ||
| 20:06 | Add entry for 元号 (or NewEra placeholder) to Unicode tables. Since Tcl doesn't do rendering, this... check-in: 4789f77a5b user: jan.nijtmans tags: core-8-5-branch | |
|
2019-03-17
| ||
| 22:13 | For Tcl >= 8.7, always compile-in the extended Unicode tables, no matter the value of TCL_UTF_MAX. D... check-in: 304a19f67c user: jan.nijtmans tags: core-8-5-branch | |
|
2019-03-16
| ||
| 21:42 | Try 32-bt Travis CI LInux build/test Closed-Leaf check-in: 032cf77af5 user: jan.nijtmans tags: linux-32bit-travis-build | |
|
2019-03-09
| ||
| 21:04 | NRT relevant only: provides self-calibrating mechanism for TclpUSleep (the actual time of usleep/nan... check-in: 9ce15c7f1a user: sebres tags: sebres-8-5-event-perf-branch | |
| 20:07 | non-native time scale fixed: do scale time only once (not in cycle, since all other times used in ca... check-in: f20b5264a3 user: sebres tags: sebres-8-5-event-perf-branch | |
| 19:07 | macosx: Tcl_Sleep -> TclpUSleep (provides microseconds sleep, fixed unresolved external "TclpUSleep"... check-in: f26dfbb645 user: sebres tags: sebres-8-5-event-perf-branch | |
| 18:41 | TclpScaleUTime fixed typo, only if native scaling used (tclScaleTimeProcPtr == NativeScaleTime) the ... check-in: fca5fb3444 user: sebres tags: sebres-8-5-event-perf-branch | |
|
2019-03-08
| ||
| 15:38 | unix: monotonic time (performance counter/wide-clicks) - implements several fallbacks for platforms ... check-in: 6593536677 user: sebres tags: sebres-8-5-event-perf-branch | |
| 04:38 | merge 8.5 (fixed performance test for short exec-time) check-in: 177092d5da user: sebres tags: sebres-8-5-event-perf-branch | |
| 04:37 | cpu-count (performance counter) recognition is rewritten (also resolves gcc warning: suggest parenth... check-in: 518ab3c556 user: sebres tags: sebres-8-5-event-perf-branch | |
| 04:35 | fixed mistake ($howmuch is substituted in tests and can be larger as last event index created by too... check-in: a76ccc10f1 user: sebres tags: core-8-5-branch | |
| 04:08 | merge 8.5 - timerate is part of Tcl now (since TIP#527 got merged), conflicts resolved, merge-points... check-in: 1ca0b19a51 user: sebres tags: sebres-8-5-event-perf-branch | |
| 04:05 | merge sebres-8-5-timerate (prepare for consolidation with 8.5) check-in: ca89c4e5a7 user: sebres tags: sebres-8-5-event-perf-branch | |
| 01:17 | fixed test parse-12.26 - variable now Leaf check-in: 32568cdfa1 user: sebres tags: bug-408568 | |
| 00:44 | fixes [408568] "variable substitution parsing limited to ASCII alphanumerics" check-in: 4c5d9c6963 user: sebres tags: bug-408568 | |
| 00:34 | test case for [408568] "variable substitution parsing limited to ASCII alphanumerics": illustrating ... check-in: 745068c247 user: sebres tags: bug-408568 | |
| 00:04 | resolves large discrepancies in proc/lambda between 8.5 and 8.6; coverage for [e3f481f187] regressi... Leaf check-in: fb2b91aea8 user: sebres tags: sebres-8-5-comp-8-6-fix | |
|
2019-03-05
| ||
| 16:25 | merge sebres-8-5-timerate (TIP#527 - New measurement facilities in TCL: New command timerate, perfor... check-in: 5c26638643 user: sebres tags: core-8-5-branch | |
| 15:46 | extended performance test-suite, since max-count is implemented in timerate, usage `::tclTestPerf::_... Closed-Leaf check-in: 1e109808c9 user: sebres tags: sebres-8-5-timerate | |
| 12:58 | back-porting other performance test (timer-event.perf.tcl) from event-perf-branch check-in: c3a401ee2c user: sebres tags: sebres-8-5-timerate | |
| 12:56 | back-porting test-performance suite and clock.perf.tcl from clock-speedup branch check-in: 6d517f3acd user: sebres tags: sebres-8-5-timerate | |
| 11:28 | helper to import `timerate` on demand in unknown/autoload proceeding. check-in: 8e42cf68a5 user: sebres tags: sebres-8-5-timerate | |
| 11:22 | regarding the TIP#527, `timerate` shall be placed into `::tcl::unsupported` in versions prior to 8.7 check-in: f6edb4f6be user: sebres tags: sebres-8-5-timerate | |
| 10:07 | highlighting check-in: 2536fd1d1e user: sebres tags: sebres-8-5-timerate | |
|
2019-03-04
| ||
| 20:50 | amend: html-code order changed check-in: f4280495d4 user: sebres tags: sebres-8-5-timerate | |
| 20:40 | tools/tcltk-man2html: html-code for micro (sec) character check-in: a9f85173d9 user: sebres tags: sebres-8-5-timerate | |
| 20:39 | re-integrates the changes from the TIP#527 description into the manpage check-in: 9a8fb66857 user: sebres tags: sebres-8-5-timerate | |
|
2019-03-01
| ||
| 20:10 | Update internal tables to Unicode 12.0 check-in: 6e18f23e7f user: jan.nijtmans tags: core-8-5-branch | |
|
2019-02-24
| ||
| 18:40 | Move from trusty -> xenal for travis builds. Also add build on Mojave (xcode 10.2) check-in: 0761fefbd3 user: jan.nijtmans tags: core-8-5-branch | |
| 17:05 | No longer run socket test-cases on travis with OSX: There are too many random failures/hangups. check-in: d5a91ad9d9 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-02-13
| ||
| 01:22 | timerate documentation extended check-in: af42c485d8 user: sebres tags: sebres-8-5-timerate | |
| 01:10 | timerate: extended with ?max-count? optional parameter, code review and more tests check-in: 0f6e941c6e user: sebres tags: sebres-8-5-timerate | |
|
2019-02-12
| ||
| 20:40 | small amend (correct wrong utf-8 prevention for micro sign in RE of check test-case) check-in: f3d1a24b0e user: sergey.brester tags: sebres-8-5-timerate | |
| 20:37 | few test cases for timerate command check-in: e7400f99d5 user: sergey.brester tags: sebres-8-5-timerate | |
| 19:46 | fixes estimated time of too short execution considering calibrated overhead (it is 0us and not 1us, ... check-in: cde1464889 user: sergey.brester tags: sebres-8-5-timerate | |
| 19:38 | timerate: allow break from measurement cycle (usable to provide conditional stop possibility inside ... check-in: 11760d10b0 user: sergey.brester tags: sebres-8-5-timerate | |
| 19:35 | cherrypick [8ad25ef9eb] from 8.6 - timerate: added dynamic factor by threshold calculation (avoid gr... check-in: fd80b4356e user: sergey.brester tags: sebres-8-5-timerate | |
| 18:41 | merge 8.5 (note: to avoid too many conflicts, merged using `fossil merge --baseline 0055a16a8b core-... check-in: 0e846f3e6f user: sergey.brester tags: sebres-8-5-timerate | |
|
2019-01-28
| ||
| 16:12 | fixes [4ee9b4f3e965a7da5133]: result of command `time` overflows by single iteration longer as 35 mi... check-in: 523e36b232 user: sebres tags: core-8-5-branch | |
|
2019-01-25
| ||
| 13:43 | Do not assume that literals have a non-NULL bytes field; user code could purge it. check-in: da7b45afb4 user: dkf tags: core-8-5-branch | |
|
2019-01-07
| ||
| 01:11 | cherry-pick [3e4d907d8e] from 8.6: prevent buffer overrun in fast_s_mp_mul_digs(). check-in: 02693d92df user: sebres tags: core-8-5-branch | |
|
2019-01-04
| ||
| 22:29 | Update TZ info to tzdata2018i. check-in: cf6870f4f3 user: jan.nijtmans tags: core-8-5-branch | |
| 22:23 | Fix signed<->unsigned comparsion warning (occurring in some gcc compilation flags). Micro-optimizat... check-in: cf7e97de51 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-01-03
| ||
| 20:47 | Fix conflict with timezone() function in some MSVC versions check-in: 9ca59559ba user: jan.nijtmans tags: core-8-5-branch | |
|
2018-12-30
| ||
| 22:44 | Fix [3cf3a939d32707e100e06e23806e13569856286a|3cf3a939d3]: timezone deprecated in vc2017 check-in: f062d9ee2c user: jan.nijtmans tags: core-8-5-branch | |
|
2018-12-20
| ||
| 08:06 | (cherry-pick) relax the timings of 2 tests, which incidentally fail on Travis CI. Also backport a fe... check-in: bdc8413143 user: jan.nijtmans tags: core-8-5-branch | |
|
2018-12-18
| ||
| 22:30 | small amend (code review, implicit gets for *nix/eof to avoid endless event-cycle, etc) Leaf check-in: cdb6ed3f55 user: sebres tags: sebres-speedup-testsuite | |
| 20:41 | tests: new test-command "testisprocessrunning" in order to help recognize in test cases a child proc... check-in: 21737c5c85 user: sebres tags: sebres-speedup-testsuite | |
| 19:49 | No need for latest "rvm" any more in osx builds (now even gives an error) Remove unused/empty header... check-in: 534b4d524a user: jan.nijtmans tags: core-8-5-branch | |
|
2018-12-05
| ||
| 09:57 | typo: forgotten 1 test (normally excluded via constraint slowTest) as interface got changed. check-in: 7455a3fcb8 user: sebres tags: sebres-speedup-testsuite | |
|
2018-12-04
| ||
| 18:24 | io.test: stability fixes and improving the speed of slow tests check-in: 38bb18a347 user: sebres tags: sebres-speedup-testsuite | |
|
2018-11-22
| ||
| 12:58 | win/Makefile.in (mingw/gcc toolchains): fixes make mode "tcltest" - added dependencies to build tcl ... check-in: 576c68f114 user: sebres tags: core-8-5-branch | |
| 12:48 | fixes segfault [7a9dc52b29] and wrong normalization (inside TclJoinPath) for pure relative path-segm... check-in: bcee71a177 user: sebres tags: core-8-5-branch | |
| 12:45 | prepare merge: TclJoinPath is in internal API (MODULE_SCOPE) since 8.6 and static (used locally in t... Closed-Leaf check-in: fba9c8383c user: sebres tags: bug-7a9dc52b29 | |
|
2018-11-21
| ||
| 10:00 | win: repair test command "testchmod": correct load module (ADVAPI32 for x86/x64) and fix readonly ma... check-in: a4746b4c9f user: sebres tags: bug-7a9dc52b29 | |
|
2018-11-20
| ||
| 20:56 | win: fixed pwd-related test-cases in winPipe.test: several test-cases expect current directory equal... check-in: 8125c3109a user: sebres tags: bug-7a9dc52b29 | |
| 20:23 | win: fixes case sensitivity of glob test cases (winFile-2.*): current directory can be different as ... check-in: 2897840177 user: sebres tags: bug-7a9dc52b29 | |
| 20:11 | refactoring normalize in case of second path starting with tilde (~/~foo) - force second path as rel... check-in: 945ecdbfcd user: sebres tags: bug-7a9dc52b29 | |
| 18:02 | fixes segfault [7a9dc52b29]: unexpected decrement of the ref-count after TclJoinPath check-in: 10e9bd8b12 user: sebres tags: bug-7a9dc52b29 | |
|
2018-11-12
| ||
| 09:26 | Fix brokenness in GNUmakefile check-in: 38bd0e8890 user: dkf tags: core-8-5-branch | |
|
2018-11-11
| ||
| 16:55 | Fix builds on Travis. check-in: bdc17c4308 user: dkf tags: core-8-5-branch | |
|
2018-11-09
| ||
| 16:00 | [35a8f1c04a] Fix bad lengths when creating string rep of some lists. check-in: b2575c74bc user: dgp tags: core-8-5-branch | |
| 15:47 | Additional test Closed-Leaf check-in: 94ad0517c5 user: dgp tags: bug-35a8f1c04a | |
| 15:39 | Revise bug fix to support (length == 0) correctly. Added comments and improved safety in caller. check-in: 3b0bc7a6e1 user: dgp tags: bug-35a8f1c04a | |
| 14:19 | closes [35a8f1c04a]: minimalist fix - beware of discrepancy between TclScanElement and TclConvertEle... check-in: 2ec58720e9 user: sebres tags: bug-35a8f1c04a | |
| 14:13 | test case to cover bug [35a8f1c04a] check-in: d76fb9091b user: sebres tags: bug-35a8f1c04a | |
|
2018-11-08
| ||
| 17:05 | [86d249bcba] Make sure that tcltest::runAllTests actually returns 1 on failure. Repairs TIP 525 Impl... check-in: 0ef0b36b31 user: dgp tags: core-8-5-branch | |
|
2018-10-31
| ||
| 21:02 | Make MacOSX compile work (hopefully) and cross-compile on mingw-w64 (compile only, no unit-test yet) check-in: cb351dea6a user: jan.nijtmans tags: core-8-5-branch | |
|
2018-10-30
| ||
| 20:40 | Add support for DragonFly check-in: 64b7610e09 user: jan.nijtmans tags: core-8-5-branch | |
| 20:39 | Add support for TIP #494 to registry and dde. Only effective when compiled against Tcl 9.0 headers. ... check-in: bd6c194323 user: jan.nijtmans tags: core-8-5-branch | |
|
2018-10-29
| ||
| 19:54 | squelch some warnings on higher Visual Studio versions: we are not going to bother on this any more. check-in: 3fca980837 user: jan.nijtmans tags: core-8-5-branch | |
| 14:09 | close fork check-in: 3fe0cdb5a5 user: dgp tags: core-8-5-branch | |
| 14:00 | [TIP 525] Backport package tcltest 2.5 check-in: d27b044524 user: dgp tags: core-8-5-branch | |
|
2018-10-28
| ||
| 10:05 | Merge (on-purpose) fork, makeing the merge-mark easier check-in: 6bb28fe7ed user: jan.nijtmans tags: core-8-5-branch | |
| 10:04 | Missing -DUNICODE in makefile.vc check-in: a980768a91 user: jan.nijtmans tags: core-8-5-branch | |
|
2018-10-27
| ||
| 19:52 | put back Travis CI build. All merge-marks of previous commit change done. check-in: 552539f02d user: jan.nijtmans tags: core-8-5-branch | |
| 19:36 | (temporary) backout [0386db909a]: Enable CI builds with Travis. This enables everything else to merg... check-in: 817887d230 user: jan.nijtmans tags: core-8-5-branch | |
| 19:33 | Backport various minor issues from 8.6: - gcc compiler warning in tclDate.c - protect Tcl_UtfToUni... check-in: f339295ed5 user: jan.nijtmans tags: core-8-5-branch | |
| 08:06 | Update to latest tzdata (backported from 8.6) check-in: 08cdf7d2b5 user: jan.nijtmans tags: core-8-5-branch | |
| 08:03 | Missed some version bumps in previous commit check-in: 5e7a02073b user: jan.nijtmans tags: core-8-5-branch | |
| 07:53 | tclWinDde.c: Backport version 1.4.1 from Tcl 8.6. check-in: 714f445acf user: jan.nijtmans tags: core-8-5-branch | |
|
2018-10-24
| ||
| 21:22 | Backport "registry" version 1.3.3, so all active branches now have the same registry version. (this... check-in: e4761eb0a8 user: jan.nijtmans tags: core-8-5-branch | |
|
2018-10-23
| ||
| 11:14 | Enable CI builds with Travis. check-in: 0386db909a user: dkf tags: core-8-5-branch | |
|
2018-10-22
| ||
| 13:11 | Expand the build matrix Closed-Leaf check-in: e8f9027ec2 user: dkf tags: travis-8.5 | |
|
2018-10-21
| ||
| 10:16 | Disable windows builds. Make test failures fatal. check-in: 3bfdd781da user: dkf tags: travis-8.5 | |
|
2018-10-20
| ||
| 18:02 | Remove old README check-in: c7d905abde user: dkf tags: travis-8.5 | |
| 16:47 | Add local links check-in: ce6a2e7c54 user: dkf tags: travis-8.5 | |
| 16:44 | formatting tweak check-in: 714d2aca19 user: dkf tags: travis-8.5 | |
| 12:54 | formatting tweak check-in: e10efad87d user: dkf tags: travis-8.5 | |
| 12:01 | formatting fix check-in: 447e1de8d8 user: dkf tags: travis-8.5 | |
| 11:57 | Travis CI build check-in: 0f4e7c557c user: dkf tags: travis-8.5 | |
|
2018-10-17
| ||
| 19:51 | Fix test-cases running on Windows 10: [string index $tcl_platform(osVersion) 0] doesn't give the c... check-in: a8a42c2118 user: jan.nijtmans tags: core-8-5-branch | |
|
2018-10-10
| ||
| 22:14 | merge 8.5 Leaf check-in: a3aca1465b user: sebres tags: rfe-4f322b9d21 | |
|
2018-08-30
| ||
| 11:08 | test-cases to cover quoting of the newline character, and the documentation extended. check-in: 707127bd2d user: sebres tags: core-8-5-branch | |
|
2018-08-29
| ||
| 16:58 | tcltest: forgotten built-in constraint "slowTest" check-in: 2f1d3c9080 user: sebres tags: core-8-5-branch | |
| 14:45 | closes [21b0629c81] 0-day vulnerability - insufficient escape by exec of batch-files for windows check-in: 99af12fd19 user: sebres tags: core-8-5-branch | |
|
2018-08-23
| ||
| 10:26 | code review, skip slow test winpipe-8.2 executed args from injectList particularly (normally winpipe... Closed-Leaf check-in: 7f273d6639 user: sebres tags: 0-day-21b0629c81 | |
| 08:00 | code review, restored backwards compatibility of the simplest escape of quote-chars (so reverted sev... check-in: 897a17c523 user: sebres tags: 0-day-21b0629c81 | |
|
2018-08-21
| ||
| 18:52 | fixes escape for special cases (+ more test-cases): - `%` char to be escaped (quoted) in any case (r... check-in: ae46c72447 user: sebres tags: 0-day-21b0629c81 | |
|
2018-08-20
| ||
| 19:58 | because executable (1st argument) always proper escaped now, don't need to replace long path name of... check-in: 7dad71a5a9 user: sebres tags: 0-day-21b0629c81 | |
| 16:15 | small amend: avoid reset of unpaired quote flag between arguments (previous affects next) + test cas... check-in: c2762871a6 user: sebres tags: 0-day-21b0629c81 | |
| 14:35 | win: fixes [21b0629c81] - exec/open process pipe under windows (0-day vulnerability - insufficient e... check-in: cc1a3445f7 user: sebres tags: 0-day-21b0629c81 | |
|
2018-08-17
| ||
| 18:26 | win: TclpCreateProcess or [exec process ...] - search for application extended with ".cmd" extension... check-in: 19406e5bfb user: sebres tags: core-8-5-branch | |
|
2018-07-26
| ||
| 16:46 | test cases added to cover width overflow by format (should cause limit exceeded) check-in: 3b55e9c1e1 user: sebres tags: core-8-5-branch | |
| 15:57 | closes [d051b77fc18d7340]: fixed segfault by integer overflow (if width by format like "%4000000000g... check-in: 16846911c7 user: sebres tags: core-8-5-branch | |
| 10:47 | enhanced tclsh syntax (rich command line for applications using Tcl_Main without startup-script): tr... Leaf check-in: e61a1add32 user: sebres tags: sebres-rich-cmd-line | |
|
2018-07-16
| ||
| 14:32 | RFE [61fa4879ed] implementation - use system temp-folder as default temporary directory in the test-... Closed-Leaf check-in: 0108bf4c0e user: sebres tags: rfe-61fa4879ed | |
|
2018-07-12
| ||
| 14:17 | win: closes [3f7af0e21e13f1f5] - avoid "permissions denied" by `file delete`, if file stat (TclpObjS... check-in: 4af9ff473e user: sebres tags: core-8-5-branch | |
|
2018-07-09
| ||
| 17:47 | merge 8.5 (after fix of three-point race condition) check-in: 87ce4cf1e0 user: sebres tags: rfe-4f322b9d21 | |
| 17:18 | closes [270f78ca95b642fb]: fix the race condition for `file mkdir` if some worker deletes directory ... check-in: 1c12ee9e45 user: sebres tags: core-8-5-branch | |
|
2018-07-02
| ||
| 19:37 | try to improve documentation for braces substitution in tcl Leaf check-in: 5df373ba48 user: sebres tags: doc-subst-of-braces | |
| 14:46 | test case extended check-in: 929fa212c4 user: sebres tags: rfe-4f322b9d21 | |
| 14:46 | doc/file.n: documentation for `file mkdir` extended with return-code description and usage example check-in: 786e10c2ee user: sebres tags: rfe-4f322b9d21 | |
| 14:46 | Closes RFE [4f322b9d21]: provide return value for `file mkdir` to recognize the directories are real... check-in: 7e5504fecf user: sebres tags: rfe-4f322b9d21 | |
|
2018-06-16
| ||
| 12:57 | use Tcl_List operations for proc argument parsing Leaf check-in: e8dfb5e4d8 user: aspect tags: aspect-proc-args | |
|
2018-06-15
| ||
| 18:31 | Align common install locations in SC_PATH_TCLCONFIG and SC_PATH_TKCONFIG. Add FreeBSD (closes [d6d60... check-in: 4790e733ef user: jan.nijtmans tags: core-8-5-branch | |
| 15:39 | minimalist fix for [3e25ac512e] to avoid different values before and after current directory access ... Leaf check-in: 188107cdc4 user: sebres tags: bug-3e25ac512e | |
| 14:54 | test cases illustrated file-system access bug [3e25ac512e] check-in: 27c03434a7 user: sebres tags: bug-3e25ac512e | |
|
2018-06-13
| ||
| 15:59 | Stop creating a stray child process. check-in: bc0459f5c3 user: dgp tags: core-8-5-branch | |
|
2018-06-12
| ||
| 17:10 | [860a9f1945] Remove test safe-8.8; Mac OS 9 tests are no longer useful. check-in: 3a43176c2a user: dgp tags: core-8-5-branch | |
| 11:23 | atomic Incr/Decr with Fetch renamed (a bit more clear now, because first increments then fetch), pro... Closed-Leaf check-in: 52ddcca8d5 user: sebres tags: fix-815e246806-8-5 | |
|
2018-06-11
| ||
| 12:57 | amend after merge (lossed by conflict-resolve) check-in: 8ac4d64f41 user: sebres tags: fix-815e246806-8-5 | |
| 12:51 | back-port 8.6th fix check-in: 35b3eadf7f user: sebres tags: fix-815e246806-8-5 | |
|
2018-06-09
| ||
| 07:42 | Update all Unicode tables to Unicode version 11.0 check-in: 6fcef2008f user: jan.nijtmans tags: core-8-5-branch | |
| 07:41 | Update to latest tzdata (backported from 8.6) check-in: 8fb0134372 user: jan.nijtmans tags: core-8-5-branch | |
|
2018-06-08
| ||
| 18:59 | Fixes bug [815e246806] using atomic reference counter (atomic incr/decr during channel transfer proc... check-in: bd0fca47e3 user: sebres tags: fix-815e246806-8-5 | |
| 13:30 | Protect channel reference counter with volatile (forces atomic direct incr/decr during transfer proc... check-in: 520fcd10e6 user: sebres tags: fix-815e246806-8-5 | |
| 13:28 | fixes [815e246806], extend Tcl_RegisterChannel/Tcl_UnregisterChannel with preserving of ref-count of... check-in: dafa1a0859 user: sebres tags: fix-815e246806-8-5 | |
| 12:50 | resolves some warnings by compiling with new gcc-versions (>= 7.x): - '*' in boolean context, sugg... check-in: 9ea4420be8 user: sebres tags: core-8-5-branch | |
|
2018-06-04
| ||
| 13:49 | fixes [92564326a9] if compiled on some x86 systems (with dirent64 but without DIR64, partially cherr... check-in: 32babd8ff2 user: sebres tags: core-8-5-branch | |
|
2018-05-28
| ||
| 13:13 | win: searching for FQDN in user-name should be utf-8 safe (user-name could contain non-ascii utf-8 c... check-in: 318c6b1966 user: sebres tags: core-8-5-branch | |
| 12:05 | merge-integrate sebres-bug-9e6b569963-8-5-branch to 8.5 check-in: b65ecf6cb7 user: sebres tags: core-8-5-branch | |
|
2018-05-25
| ||
| 15:51 | minor indentation fix (no functional changes) Closed-Leaf check-in: aafdcb52e3 user: sebres tags: sebres-bug-9e6b569963-8-5-branch | |
| 15:48 | avoid dual init of stubs (possible race condition, 8.5th only) check-in: 81426bb3cd user: sebres tags: sebres-bug-9e6b569963-8-5-branch | |
| 15:04 | optimized winapi-stubs loading (8.5th only); if user name specified without domain and equals the cu... check-in: 19abe5efa2 user: sebres tags: sebres-bug-9e6b569963-8-5-branch | |
| 10:04 | merge/reintegrate test-cases from bug-9e6b569963 check-in: 617e292a69 user: sebres tags: sebres-bug-9e6b569963-8-5-branch | |
|
2018-05-24
| ||
| 20:49 | [9e6b569963] win: if user specified without domain (and local user was not found), try to resolve us... check-in: d6a73c524c user: sebres tags: sebres-bug-9e6b569963-8-5-branch | |
| 20:20 | fixed typo in winFCmd-12.6.2: unneeded extra-bracket removed check-in: 634425a216 user: sebres tags: core-8-5-branch | |
| 20:12 | win: TclpGetUserHome should return normalized path (also in case we find domain and NetUserGetInfo r... check-in: 8243f36918 user: sebres tags: core-8-5-branch | |
|
2018-05-14
| ||
| 19:14 | Unbreak build when HAVE_FTS is not set. Move definitions of Tcl_DirEntry and TclDIR to tclWinPort.h... check-in: 7bc44a586a user: jan.nijtmans tags: core-8-5-branch | |
|
2018-05-11
| ||
| 09:14 | Add emoji 11.0 to the set. Only active when compiled with TCL_UTF_MAX>3. Also prepare tooling for Un... check-in: ee9f293421 user: jan.nijtmans tags: core-8-5-branch | |
| 07:53 | Rename Tcl_Dir to TclDIR, making it clear that this macro is not part of the public API check-in: 3257682387 user: jan.nijtmans tags: core-8-5-branch | |
|
2018-05-09
| ||
| 10:29 | amend to [85bcf84100]: replaces DIR with Tcl_Dir (DIR/DIR64 regarding HAVE_STRUCT_DIRENT64) check-in: f80031df45 user: sebres tags: core-8-5-branch | |
|
2018-05-08
| ||
| 09:49 | fixes [92564326a98b5510]: wrong x64-aligned handle from readdir64 by opendir/rewinddir/closedir, if ... check-in: 85bcf84100 user: sebres tags: core-8-5-branch | |
|
2018-04-30
| ||
| 12:47 | merge 8.5 Leaf check-in: a2fcb3e560 user: dgp tags: bug-3485833 | |
| 12:11 | Contain platform-specific things in the constraint-controlled parts of the test. check-in: 74af01d8ff user: dgp tags: core-8-5-branch | |
| 11:10 | merge fix-1613456fff, closes [1613456fffffffff] and [27b682284974d0cd] check-in: 92c4bfbe32 user: sebres tags: core-8-5-branch | |
|
2018-04-19
| ||
| 01:39 | An [array set] from a dict can only take shortcuts when the dict is "pure", that is, has no string r... check-in: 7ad9a0d2cb user: dgp tags: core-8-5-branch | |
|
2018-04-17
| ||
| 14:32 | Restore build success to the TCL_REMOVE_OBSOLETE_TRACES configuration. check-in: b0e9d4fac9 user: dgp tags: core-8-5-branch | |
|
2018-04-11
| ||
| 11:28 | win: some test-cases missing constraint for testexcept (if compiled without test) Closed-Leaf check-in: eb6c47f3cb user: sebres tags: fix-1613456fff | |
|
2018-04-09
| ||
| 19:50 | win: fix several test-cases for windows platform check-in: 5c8c4f37f8 user: sebres tags: fix-1613456fff | |
| 10:04 | amend to [5acb57c7aec45e05]: set code to TCL_ERROR, because primitives from tclIOUtil return -1 check-in: 6627aeef8e user: sebres tags: fix-1613456fff | |
|
2018-04-07
| ||
| 16:55 | Correct out-of-date documentation for [string is]. check-in: c3a1f0b5e9 user: dgp tags: core-8-5-branch | |
|
2018-04-06
| ||
| 17:28 | [27b682284974d0cd] command "file delete": avoid possible race condition if file/directory deleted af... check-in: 5acb57c7ae user: sebres tags: fix-1613456fff | |
|
2018-03-22
| ||
| 17:45 | minor fix on comment (restored getFileSecurityProc back, because getNamedSecurityInfoProc not used) check-in: a43aede88c user: sebres tags: fix-1613456fff | |
| 16:22 | win: fixes check of file permissions (readable, writable, executable) - more faster and stable solut... check-in: 0bce348e6b user: sebres tags: fix-1613456fff | |
|
2018-03-14
| ||
| 17:17 | TclTrim: special case for TrimRight on single char result of TrimLeft (this char is already verified... check-in: 96a6332cff user: sebres tags: core-8-5-branch | |
| 00:45 | TclTrim must write to *trimRight even when making a quick exit. check-in: 8b3e6a3ee5 user: dgp tags: core-8-5-branch | |
| 00:03 | Make TclTrim* routines robust against some malformation in inputs. Better than access violations and... check-in: e2a4fef6e1 user: dgp tags: core-8-5-branch | |
|
2018-03-13
| ||
| 23:56 | A few minor revisions. Closed-Leaf check-in: d8df7220e3 user: dgp tags: sebres-8-5-fix-trim-on-mailformed | |
| 18:52 | remove unexpected panic by TclTrimLeft/TclTrimRight, handling rewritten: - instead of check the NTS-... check-in: b3969d0fab user: sebres tags: sebres-8-5-fix-trim-on-mailformed | |
| 03:15 | Tidy up and comment [string replace] and its corner cases. check-in: dfe3934edb user: dgp tags: core-8-5-branch | |
|
2018-03-05
| ||
| 17:37 | fixes [1873ea0ee4f01b26]: wrong initialization of std-channels, if no std-handles available at all (... check-in: 041bc74867 user: sebres tags: core-8-5-branch | |
|
2018-02-23
| ||
| 16:55 | [8e6a9ac221] Stop false matching with bytearrays. (string-11.55) check-in: d12eaf897e user: dgp tags: core-8-5-branch | |
|
2018-01-25
| ||
| 21:15 | lifetime management of files generated by tests check-in: a8078457a8 user: dgp tags: core-8-5-branch | |
| 20:28 | Dup test names check-in: 4598486182 user: dgp tags: core-8-5-branch | |
|
2018-01-04
| ||
| 12:58 | (cherry-pick): Use http 2 instead of http 1 for Safe Base testing. check-in: be96f22ee4 user: jan.nijtmans tags: core-8-5-branch | |
|
2017-12-06
| ||
| 20:44 | Plug memleak recently put into [package require]. check-in: ce911aa764 user: dgp tags: core-8-5-branch | |
| 13:02 | [ce3a211dcb] Failed file normalize when tail is empty string. check-in: ddb94d62fe user: dgp tags: core-8-5-branch | |
|
2017-12-05
| ||
| 15:12 | Factor clearing of ensemble subcommand table into utility routine. check-in: d9a2dad6b7 user: dgp tags: core-8-5-branch | |
| 14:57 | [4f6a1ebd64] Stop crash when same value passed to the -map and -subcommands options of ensemble conf... check-in: 67fc11277f user: dgp tags: core-8-5-branch | |
| 14:36 | Another revised fix, much closer to sebres' patch now. Closed-Leaf check-in: 5fb1fcc0cb user: dgp tags: bug-4f6a1ebd64 | |
|
2017-12-04
| ||
| 18:36 | [4f6a1ebd64] Different fix for the problem. Re-order the filling of the subcommand table so there i... check-in: f8daa294c6 user: dgp tags: bug-4f6a1ebd64 | |
|
2017-11-30
| ||
| 18:14 | [4f6a1ebd64] Fix to stop new crashing test namespace-42.9 Closed-Leaf check-in: d3ba3a9f51 user: dgp tags: bug-4f6a1ebd64 | |
|
2017-11-29
| ||
| 14:07 | fix [4f6a1ebd64] bug without duplication, + additional test case to cover the last wins case (on dic... Closed-Leaf check-in: f9e184a041 user: sebres tags: core_8_5_fix_4f6a1ebd64 | |
| 13:59 | Cherry-picked test-cases from [046a5af026]: fix for issue [4f6a1ebd64]: ensemble: segmentation fault... check-in: 2f25d1a37b user: sebres tags: core-8-5-branch | |
|
2017-11-17
| ||
| 15:28 | Fix [fab92486a1b05ba6f7cfe8677da95b9efb3beff0|fab92486a1]: Windows error 14 "Out of memory" mapping ... check-in: 366f92e36e user: jan.nijtmans tags: core-8-5-branch | |
|
2017-11-16
| ||
| 08:39 | No longer document (even though it's only in an example) that Tcl_SavedResult is a struct, and that ... check-in: 5f3aa55ed1 user: jan.nijtmans tags: core-8-5-branch | |
|
2017-11-14
| ||
| 13:36 | [5d6de65036] [package require] with [package prefer stable] was not choosing available stable packag... check-in: c9b0215acb user: dgp tags: core-8-5-branch | |
|
2017-11-13
| ||
| 18:58 | Ticket [5d65e65036]. My fix. Do not skip the second check for stable versions even when the main che... Closed-Leaf check-in: 12e286e121 user: aku tags: bug-5d6de65036 | |
| 10:49 | No longer mark Tcl_EvalFile() as obsolete, since it will continue to be supported in Tcl 9.0 check-in: a67e5b615e user: jan.nijtmans tags: core-8-5-branch | |
|
2017-11-08
| ||
| 02:50 | compiler warning check-in: 8bbd02b04f user: dgp tags: core-8-5-branch | |
| 02:18 | [3298012] Stop RebuildTable asking ckalloc for more than it can give. check-in: 82ced5efa6 user: dgp tags: core-8-5-branch | |
|
2017-11-07
| ||
| 21:32 | Attempted bug fix. Closed-Leaf check-in: 1752102644 user: dgp tags: bug-3298012 | |
|
2017-11-06
| ||
| 00:10 | Test case for Bug 5d65e65036. check-in: 5805c000a6 user: dgp tags: bug-5d6de65036 | |
|
2017-10-27
| ||
| 12:23 | Update tests that were still written on the outdated premise that Tcl's encoding subsystem had to in... check-in: a35ce926ed user: dgp tags: core-8-5-branch | |
|
2017-10-24
| ||
| 13:24 | Historical change affecting tests: Detroit did not observe Daylight Saving Time in 1967 check-in: a3463a55a6 user: kbk tags: core-8-5-branch | |
| 13:18 | Update to tzdata2017c check-in: ef0f9084df user: kbk tags: core-8-5-branch | |
|
2017-10-09
| ||
| 14:23 | In nmakehlp -v, return non-0 exit code if version is not found. (taken from vc-reform branch) check-in: a0bd77b537 user: jan.nijtmans tags: core-8-5-branch | |
| 12:52 | Add visual-studio related entries to ignore-glob. Taken over from reform-vc branch check-in: b94bf5a82c user: jan.nijtmans tags: core-8-5-branch | |
|
2017-09-02
| ||
| 21:48 | [0e4d88b650] Allow command overwrite when deletion callback deletes namespace. check-in: 45f8a407e0 user: dgp tags: core-8-5-branch | |
| 21:36 | merge 8.5 Closed-Leaf check-in: 08a3ce668a user: dgp tags: bug-0e4d88b650 | |
| 21:14 | Add test check-in: 6ef60d9e40 user: dgp tags: bug-0e4d88b650 | |
| 20:40 | Similar fix to Tcl_CreateCommand(). check-in: 25cbb05b14 user: dgp tags: bug-0e4d88b650 | |
| 20:17 | Tidy up. check-in: 3ac5b5be63 user: dgp tags: bug-0e4d88b650 | |
| 19:35 | [Bug 0e4d88b650] First draft fix. Re-resolve namespace after cmd deletion. check-in: 904192d8b7 user: dgp tags: bug-0e4d88b650 | |
|
2017-08-08
| ||
| 16:45 | Cherrypick [527d354828] check-in: b300e0ceb0 user: andy tags: core-8-5-branch | |
|
2017-07-17
| ||
| 08:01 | Fix [fb2208172c671f29d60e9ac928d9ded45d01d8b8|fb2208172c]: tclIndex varies across builds from auto_m... check-in: cb7edbc60b user: jan.nijtmans tags: core-8-5-branch | |
|
2017-07-14
| ||
| 14:21 | stability fix: try to avoid segfault using released object, in error case of Tcl_ObjSetVar2, if newV... Leaf check-in: bc5e7bdafc user: sebres tags: fix-8-5-578155d5a19b348d | |
|
2017-07-13
| ||
| 15:46 | merge (integrate) sebres-event-perf-fix-busy-wait check-in: e619eb2ac3 user: sebres tags: sebres-8-5-event-perf-branch | |
| 15:43 | avoid busy wait if new short block-time will be set within service event-cycle (Tcl_DoOneEvent) prod... Closed-Leaf check-in: 834c53d3c6 user: sebres tags: sebres-event-perf-fix-busy-wait | |
| 15:41 | timer: fixed setup of the block-time to 0.0 by pending timer of new generation, example: tclsh -c ... check-in: 65b4e0df6a user: sebres tags: sebres-event-perf-fix-busy-wait | |
| 15:03 | Fix [293344d4f3]: Regression in SQLite test-suite. Long-standing bug in implementation of TclUtfToUn... check-in: 66a24e0413 user: jan.nijtmans tags: core-8-5-branch | |
|
2017-07-10
| ||
| 11:17 | merge core-8-5-branch check-in: 230de0c28e user: sebres tags: sebres-8-5-event-perf-branch | |
| 10:58 | avoid blocking wait if we've some retarded events (from last event-cycle) and max blocking time was ... check-in: 7487cc4a08 user: sebres tags: sebres-8-5-event-perf-branch | |
| 10:56 | reintegrate sebres-8-6-event-perf-branch back to 8.5 check-in: d97f93c3f3 user: sebres tags: sebres-8-5-event-perf-branch | |
|
2017-07-03
| ||
| 13:32 | performance test cases extended check-in: 09e833e963 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:32 | cleanup... check-in: 059712404c user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:32 | after at: added simple workaround for absolute timers/sleep ("after at real-time"): because we use m... check-in: 12d1d63e18 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:32 | code review and small optimizations check-in: 3fc8da2b5f user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:32 | fix check event source threshold (corresponds 100-ns ranges, if the wide-clicks supported); because... check-in: 68ebe50d7b user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:32 | unix: implements wide-clicks on unix (1 wide-click == 0.001 microseconds (1 nanosecond)), so more pr... check-in: 701d66ce66 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:32 | [unix] fixes conditional-wait: timeout is monotonic based; check-in: ff5825e185 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:32 | Introduced monotonic time as ultimate fix for time-jump issue (fixed for windows and unix now, TIP #... check-in: b9371d7b63 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:31 | don't cancel scheduled event as long as the event list is not bidirectional (too slow by large queue... check-in: 25de7fd7a9 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:31 | fixed timer-marker handling: timer should be always executed after queued event (of the same generat... check-in: 470ed5221b user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:31 | interim commit: trying to pass test-cases - timer-3.*, chan-io-29.34, socket-2.12 (busy prompt timer... check-in: d49f6f0a55 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:31 | Merge branch 'fix-busy-prompt-timers' into event-perf-branch: * Amend to timer-marker: dualize spec... check-in: 5300d21648 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:30 | "after at" set factor to 1000000 (seconds), test cases fixed check-in: d9a732f301 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:30 | code review, rewrite tclTimer, prolongation, etc. check-in: 449d30a964 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:30 | interim commit: code review, rewrite tclTimer, etc. check-in: 6828f2cd17 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:30 | revert dual lists (relative/absolute) back to single list (because of better handling, a bit faster,... check-in: 758c0535b4 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:30 | amend with review check-in: 14bc0dd532 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:29 | don't use tolerance in vwait, because of dual usage, it causes canceling of wait before end-time, on... check-in: a9a747b5f7 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:29 | interim commit: trying to resolve time-freezes with new facilities timeJump/timeJumpEpoch check-in: ec9fea1726 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:29 | interim commit: trying to resolve time-freezes with new facilities timeJump/timeJumpEpoch check-in: 5210febb78 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:29 | call TclWinResetTimerResolution at end of sleep resp. wait for event (no calibration thread anymore)... check-in: 224662ba67 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:29 | win: calibration cycle completely rewritten (no calibration thread needed, soft drifts within 250ms ... check-in: e4ba9947f0 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:29 | interim commit: amend with optimization check-in: 1a808e5865 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:29 | interim commit: time-drift backwards fix... (try to resolve using counter variance + frequency facto... check-in: 7f10e3530d user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:29 | interim commit: time-drift backwards fix... (try to resolve using frequency factor) check-in: 03036dea9d user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:29 | interim commit: time-drift backwards fix... check-in: dd49011f15 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:29 | interim commit: try to fix time-drift backwards (calibration? something else?)... check-in: 8f6fe6ce01 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:29 | interim commit: try to fix time-drift backwards (too long offset after calibration? something else?)... check-in: 53b9e566d9 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:28 | extended performance test-cases (test-nrt-capability): RTS-near sleeps with very brief sleep-time. check-in: 76bb78299b user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:28 | chanio.test: optimize several tests cases running too long (shorten unwanted large sleeps) check-in: 027865018d user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:28 | bug fix: prevent setting of negative block-time by too few initial wait-time, that may expire immedi... check-in: a71628901c user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:27 | extended performance test-cases (test-nrt-capability): covering of brief wait-times and other RTS-ne... check-in: 045695e4f9 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:27 | [unix] optimized Tcl_WaitForEvent similar to windows changes (makes Tcl for *nix more "RTS" resp. NR... check-in: 07f66da0c2 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:27 | added performance test-cases to cover timer-events speed resp. event-driven tcl-handling (cherry-pi... check-in: 550f15450d user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:26 | fix sporadic errors on some fast cpu/platforms (because bgerror executed in background and it is an ... check-in: dce9ab76c5 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:26 | make timer test-case more precise and time-independent, ignores short tolerance (deviation by waitin... check-in: 315153feec user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:25 | after info, after cancel: compare interpreter of the timer-events by direct retrieving via internal ... check-in: e93c0939d4 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:25 | resolved some warnings / fixed unix resp. x64 compilation check-in: 1401c69c39 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:25 | code review + better usage of the waiting tolerance (fewer CPU-greedy now, avoid busy-wait if the re... check-in: db1b878a22 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:25 | [win] fallback to replace C++ keyword "inline" with C keyword "__inline" Otherwise depending on the... check-in: 2b5c49ab46 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:25 | [win32] use timer resolution handling in Tcl_Sleep also; check-in: 608055d821 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:25 | Use auto-reset event object (system automatically resets the event state to nonsignaled after wake-u... check-in: c98b99372f user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:25 | optimization of Tcl_LimitExceeded by internal usage (tclInt header) check-in: dbec3f8d9c user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:25 | dynamic increase of timer resolution corresponding wait-time; non-blocking wait for event - if bloc... check-in: 3aa1cefdf7 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:24 | [enhancement] extend "vwait" with same options as "update", new syntax "vwait ?options? ?timeout? va... check-in: fef447f0a4 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:24 | interim commit: try to extend "vwait" with same options as "update" check-in: 3fdc96211a user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:24 | [performance] do one event (update / event servicing) cycle optimized (introduced threshold to preve... check-in: 44b62f8964 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:24 | command "vwait" extended with timeout argument (in ms), 0 could be used to process pending events on... check-in: f6309f5ed8 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:24 | [performance] much better handling for timer events within Tcl_ServiceEvent using timer marker in th... check-in: beb4b9527b user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:23 | [performance] large performance increase by event servicing cycles (3x - 5x faster now); [win] prev... check-in: 0dd0a029f5 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:23 | [performance] introduced additional queue for prompt timer events (after 0) that should be executed ... check-in: 928ef3d179 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:23 | bug fix: wrong release of after-id tcl-object if it switch type (object leak) check-in: 43f79790a3 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:23 | [bug/stable fix] don't execute TimerSetupProc directly (may be unwanted, because changes the blockin... check-in: 6ff3d675ef user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:22 | after-id: introduced object of type "afterObjType" as self-referenced weak pointer to timer/idle eve... check-in: b7f3dfa629 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:21 | rewrite interpreter limit handling using new timer event handling (with delete callback) check-in: 5b7b714b23 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:21 | timer resp. idle events optimized: better handling using doubly linked lists, prevents allocating me... check-in: ba83ecc154 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:21 | [performance] after-event list optimized (interp-assoc switched to doubly linked list, because requi... check-in: f562bee7a0 user: sebres tags: sebres-8-5-event-perf-branch | |
| 09:15 | tclPathObj: fixed TclJoinPath (backported from 8.6) - usage of released object and object leakage. c... check-in: 9fc5b82feb user: sebres tags: core-8-5-branch | |
|
2017-06-22
| ||
| 08:58 | Upgrade all internal character tables to Unicode 10 check-in: 04efb10be6 user: jan.nijtmans tags: core-8-5-branch | |
|
2017-06-08
| ||
| 12:34 | Fix [2738427]: Tcl_NumUtfChars(...) no overflow check. check-in: e376f4b734 user: jan.nijtmans tags: core-8-5-branch | |
|
2017-06-06
| ||
| 09:02 | [67aa9a2070] Tcl_UtfToUniChar returns single byte for invalid UTF-8 input as documented. check-in: 3998688718 user: jan.nijtmans tags: core-8-5-branch | |
|
2017-05-23
| ||
| 21:57 | [win32] optimized calibration cycle (makes Tcl for windows "RTS" resp. NRT-capable): - the clock ti... check-in: f6637d3dd8 user: sebres tags: sebres-8-5-timerate | |
|
2017-05-22
| ||
| 11:07 | fix advancement of snext: could not cook up a test for this, but the error is clear Leaf check-in: c84d53f778 user: aspect tags: aspect-string-match | |
| 10:49 | retab Tcl_StringCaseMatch. Oops check-in: 34aca29ae4 user: aspect tags: aspect-string-match | |
| 10:47 | tidy up control flow check-in: df7b440af5 user: aspect tags: aspect-string-match | |
| 10:44 | fix up comment style and make them more informative check-in: 2afe609986 user: aspect tags: aspect-string-match | |
|
2017-05-16
| ||
| 12:41 | back-ported branch sebres-8-6-timerate (new command "timerate" for 8.5) check-in: c8c40eda06 user: sebres tags: sebres-8-5-timerate | |
|
2017-05-06
| ||
| 00:43 | back to switch. Implement non-recursive * with goto. Much faster on a*a*...b tests from [a4a7f2abd... check-in: 433f1cf0bc user: aspect tags: aspect-string-match | |
| 00:39 | revert switches to ifs - all these breaks are breaking me check-in: a2fb105d6c user: aspect tags: aspect-string-match | |
| 00:36 | streamline StringCaseMatch with switch and comments. BEHAVIOUR CHANGE: incomplete bracket groups no... check-in: 5efe8a956f user: aspect tags: aspect-string-match | |
|
2017-05-05
| ||
| 17:12 | [6015221f59] Segfault after overflow of [binary] field specifier numeric count. check-in: 0055a16a8b user: dgp tags: core-8-5-branch | |
|
2017-05-04
| ||
| 12:01 | Cherry-pick/backport [65cc894ac5c24495|65cc894ac5]: fix off-by-one possible buffer overrun when look... check-in: 38b35b5cf5 user: jan.nijtmans tags: core-8-5-branch | |
|
2017-05-03
| ||
| 15:49 | code review: restore missing "break" to step out from internal cycle "while (toWrite > 0) ..." (comp... Leaf check-in: 3651d67d75 user: sebres tags: core-8-5-branch-fix-1997007 | |
| 15:05 | Use GetModuleHandle() in stead of LoadLibrary() when the handle is needed for an already loaded dll.... check-in: 8785cdc62c user: jan.nijtmans tags: core-8-5-branch | |
| 11:11 | amend to [bd65277151de5a31]: forgotten declaration of hInstance. check-in: 6a9db6d662 user: sebres tags: core-8-5-branch-fix-1997007 | |
| 10:20 | [win] Ensure nothing calls CreateThread directly, may cause conflicts when using the CRT library res... check-in: a18ff63eb7 user: sebres tags: core-8-5-branch-fix-1997007 | |
| 10:19 | [win] Introduces new threaded declarations TclWinThreadCreate/TclWinThreadExit: because of usage of... check-in: 44defcb5cf user: sebres tags: core-8-5-branch-fix-1997007 | |
| 10:18 | fix test-cases (usage on windows, some constraints added, normalized using test-cases of tcl-8.6, et... check-in: 2c86a71948 user: sebres tags: core-8-5-branch-fix-1997007 | |
| 10:15 | back-porting of branch "fix-1997007" to "core-8-5-branch": Closing tcl pipes prevents windows thread... check-in: bd65277151 user: sebres tags: core-8-5-branch-fix-1997007 | |
|
2017-05-01
| ||
| 20:23 | [f9fe90d0fa] [file join] normalization. See filesystem-1.52* check-in: 650c12161a user: dgp tags: core-8-5-branch | |
|
2017-04-30
| ||
| 05:34 | glob for hidden files on unix should not require stat() Leaf check-in: e83297c2af user: aspect tags: aspect-bug-391bc0fd2c | |
|
2017-04-28
| ||
| 17:49 | [f34cf83dd0] An optimization was being taken in a case where it produced the wrong result, failing t... check-in: 2158eea530 user: dgp tags: core-8-5-branch | |
| 17:43 | Test for [f34cf83dd0]. check-in: f49a421a0d user: dgp tags: core-8-5-branch | |
| 13:41 | (cherry-pick): fix typo-bug (using wrong thread handle by set priority) check-in: 9244c37fcc user: jan.nijtmans tags: core-8-5-branch | |
|
2017-04-27
| ||
| 17:02 | [04e26c02c0] Remove useless condition that raises warnings. check-in: 7136600525 user: dgp tags: core-8-5-branch | |
|
2017-03-23
| ||
| 13:35 | (cherry-pick from core-8-6-branch): Update TZ info to tzcode2017b. check-in: 663239bac8 user: jan.nijtmans tags: core-8-5-branch | |
|
2017-02-27
| ||
| 14:51 | ParseTokens failed to fully respect its numBytes argument. check-in: 62ce873c7c user: dgp tags: core-8-5-branch | |
|
2017-02-13
| ||
| 12:24 | Tcl_GetWideIntFromObj must fail for values between WIDE_MAX+1 and UWIDE_MAX (bug [96c3f3b47d1]) Leaf check-in: 62e40d8270 user: aspect tags: bug-96c3f3b47d1 | |
|
2017-02-12
| ||
| 12:17 | make [info commands] follow the namespace path from :: (bug [58b96f6744]) Leaf check-in: a756018479 user: aspect tags: bug-58b96f6744 | |
| 11:43 | add some tests for singleton list optimisation [738900] Leaf check-in: ac115634a0 user: aspect tags: aspect-shimmer-singleton-lists | |
|
2017-02-11
| ||
| 07:21 | Apply ferrieux' shimmer-alex.patch from ticket [738900] check-in: a238a2fafc user: aspect tags: aspect-shimmer-singleton-lists | |
|
2017-02-01
| ||
| 14:42 | Fix [d0f7ba56f0e8f93b7efb5b09ebc30a824bdd577a|d0f7ba56f0]: INST_EQ first-argument NaN shortcut is to... check-in: 5c78fe98ba user: jan.nijtmans tags: core-8-5-branch | |
|
2017-01-20
| ||
| 16:18 | Fix [39f6304c2e90549c209cd11a7920dc9921b9f48e|39f6304c2e] follow-up: Make Tcl_LinkVar toleranto to t... check-in: 2579d7ff89 user: jan.nijtmans tags: core-8-5-branch | |
|
2017-01-14
| ||
| 08:46 | Upgrade TZDATA to IETF tzdata2016j check-in: a7c6635f1f user: venkat tags: core-8-5-branch | |
|
2017-01-13
| ||
| 13:04 | close fork check-in: 0d7c6af0ef user: jan.nijtmans tags: core-8-5-branch | |
| 12:57 | Allows to compile direct from Visual Studio IDE (prevents throwing error "LNK1561: entry point must ... check-in: ac212841c4 user: jan.nijtmans tags: core-8-5-branch | |
| 12:55 | missing rules.vc after merge check-in: 8f86498f80 user: sebres tags: core-8-5-branch | |
| 12:23 | merge core-8-5-branch Closed-Leaf check-in: 9bb1ba00ed user: jan.nijtmans tags: vs-ide-compile | |
| 12:12 | Enhance nmakehlp, allowing multiple arguments for "-l", and recognizing a new linker code LNK4224. P... check-in: 30a9bdc5d1 user: jan.nijtmans tags: core-8-5-branch | |
|
2017-01-12
| ||
| 18:37 | Fixes nmakehlp: allows more as one option by -l, to provide mandatory linker parameters (e. g. "LNK1... check-in: 4ebcceab91 user: sebres tags: vs-ide-compile | |
| 08:44 | Allows to compile direct from Visual Studio IDE (prevents throwing error "LNK1561: entry point must ... check-in: 4c5262d909 user: sebres tags: vs-ide-compile | |
|
2017-01-09
| ||
| 17:45 | Merge bug_b87ad7e914 check-in: 7b12a7b8a5 user: sebres tags: core-8-5-branch | |
| 09:08 | Fix for [b87ad7e9146832d505f9a430d779c5313c440256|b87ad7e914], rebased to core-8-5-branch (who said ... Closed-Leaf check-in: b23e0b20c4 user: jan.nijtmans tags: bug_b87ad7e914 | |
|
2017-01-04
| ||
| 23:09 | don't panic when EAGAIN - if the pipe is full, we have to drop the message Leaf check-in: 3f85519053 user: aspect tags: aspect-async-pipe | |
|
2017-01-01
| ||
| 19:29 | Fix [39f6304c2e]: Tcl_LinkVar is not tolerant to minus, plus, dot check-in: 3bb0eb915b user: jan.nijtmans tags: core-8-5-branch | |
| 13:32 | Attempt to solve bug [f4f44174e4c88a91] by moving cross-thread notifications through a new thread, e... check-in: 0fedee824f user: aspect tags: aspect-async-pipe | |
|
2016-12-31
| ||
| 07:54 | Create new branch named "aspect-async-pipe" check-in: 4c028b4b89 user: aspect tags: aspect-async-pipe | |
|
2016-12-23
| ||
| 12:02 | Little tweak: Decimal dot's should be allowed as well as first part. Test-case for that as well. Closed-Leaf check-in: 9239776722 user: jan.nijtmans tags: bug-39f6304c2e | |
| 11:59 | Handle other invalid sequences, like "1234e" or "-567e+", that could be the start of a valid real nu... check-in: 99a62c31f9 user: jan.nijtmans tags: bug-39f6304c2e | |
|
2016-12-22
| ||
| 11:38 | Fix some comments (which were not correct any more in this branch), and don't allow booleans in inte... check-in: a27bf13393 user: jan.nijtmans tags: bug-39f6304c2e | |
| 11:27 | Re-based to core-8-5-branch. Proposed fix for [39f6304c2e90549c209cd11a7920dc9921b9f48e|39f6304c2e]... check-in: 027dbbe421 user: jan.nijtmans tags: bug-39f6304c2e | |
|
2016-12-21
| ||
| 13:59 | Make sure that Tcl_GetIntFromObj/Tcl_GetWideIntFromObj/Tcl_GetDoubleFromObj don't set an error in th... check-in: ca288cf168 user: jan.nijtmans tags: core-8-5-branch | |
|
2016-12-01
| ||
| 11:39 | compatability -> compatibility check-in: 9cf8d87904 user: jan.nijtmans tags: core-8-5-branch | |
|
2016-11-17
| ||
| 16:12 | Fix libtommath's mp_radix_size() function such that it returns 2 for single-digit numbers. Add testc... check-in: f321ad8690 user: jan.nijtmans tags: core-8-5-branch | |
|
2016-11-14
| ||
| 14:20 | Better fix for the usability of TCL_NO_DEPRECATED on MacOSX. check-in: 750cf822ec user: jan.nijtmans tags: core-8-5-branch | |
|
2016-11-12
| ||
| 11:18 | Update to tzdata2016i from IETF check-in: 8b0d120b2a user: venkat tags: core-8-5-branch | |
|
2016-11-11
| ||
| 10:53 | Fix [79614fb8b61983ac8ef30ea8752c310465798fc7|79614fb8b6]: "glob", "encoding system" and encoding-fr... check-in: e0649af0bd user: jan.nijtmans tags: core-8-5-branch | |
|
2016-11-04
| ||
| 14:37 | [824752f10e] More robust, portable check for integer overflow. check-in: 9b1cb4c030 user: dgp tags: core-8-5-branch | |
| 14:21 | [824752f10e] Avoid calling Tcl_SetObjResult if interp is NULL check-in: b6601d604f user: gahr tags: core-8-5-branch | |
|
2016-11-02
| ||
| 12:41 | Update http version number to 2.7.14, due to [838e99a76d] check-in: 9a63070856 user: jan.nijtmans tags: core-8-5-branch | |
|
2016-10-28
| ||
| 14:23 | Add warning commentary making important assumptions explicit. check-in: 27b3f0c88b user: dgp tags: core-8-5-branch | |
|
2016-10-26
| ||
| 08:03 | Update timezone data to tzdata2016h from IETF check-in: 72aa757082 user: venkat tags: core-8-5-branch | |
|
2016-10-12
| ||
| 13:38 | Add a test too. check-in: 3c55b08b4f user: dgp tags: core-8-5-branch | |
| 13:31 | [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_OCTAL_ONLY. check-in: d4054bee77 user: dgp tags: core-8-5-branch | |
| 09:57 | [74bc0e44f5] Doc tweak. check-in: c24fb3badc user: dkf tags: core-8-5-branch | |
|
2016-10-11
| ||
| 21:35 | Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread exists check-in: 509d964dcf user: jan.nijtmans tags: core-8-5-branch | |
|
2016-10-09
| ||
| 16:01 | [62b36e326c] Noted edge case in behaviour of [concat] with empty arguments. check-in: d81d0de334 user: dkf tags: core-8-5-branch | |
|
2016-10-08
| ||
| 17:10 | [74bc0e44f5] Document result of [http::unregister]. check-in: fe8a1bc799 user: dkf tags: core-8-5-branch | |
| 16:38 | [838e99a76d] Ensure that encodings are handled with application/xml and friends. check-in: 07c269e62a user: dkf tags: core-8-5-branch | |
|
2016-10-02
| ||
| 19:24 | Update tzdata to 2016g from ietf.org check-in: f302ad3362 user: venkat tags: core-8-5-branch | |
|
2016-09-21
| ||
| 09:15 | Make it more likely that compiled with VS2012/VS2013 actually work on Windows XP. See: [https://tedw... check-in: a26067b252 user: jan.nijtmans tags: core-8-5-branch | |
|
2016-09-07
| ||
| 17:30 | [4dbdd9af14] Plug mem leak when var unset trace re-creates namespace var. Thanks mr_calvin for repor... check-in: 4b2d6a0ba0 user: dgp tags: core-8-5-branch | |
| 16:19 | Improve the comments and add a test. Closed-Leaf check-in: ab32ccef9f user: dgp tags: bug-4dbdd9af14 | |
|
2016-09-06
| ||
| 20:30 | [4dbdd9af14] Proposed fix for mem leak. check-in: 5a7d4a5dad user: dgp tags: bug-4dbdd9af14 | |
|
2016-07-20
| ||
| 03:05 | Update tzdata to 2016f from ietf.org check-in: 67fee9eee8 user: venkat tags: core-8-5-branch | |
|
2016-07-18
| ||
| 16:26 | [104f2885bb] Rework the "chan" Tcl_ObjType to properly validate cached channel name lookups. check-in: 05d912fea5 user: dgp tags: core-8-5-branch | |
|
2016-07-08
| ||
| 12:38 | (cherry-pick): Bugfix [5d7ea04580]. Treat .cmd and .ps1 files are executable on Windows. check-in: 7843c5472d user: jan.nijtmans tags: core-8-5-branch | |
|
2016-06-26
| ||
| 09:01 | (cherry-pick) [c30087b04f] Install man pages with permissions 644 instead of 444. check-in: bc80e8a3bf user: jan.nijtmans tags: core-8-5-branch | |
|
2016-06-22
| ||
| 17:38 | [16896d49fd] Tcl_DStrings should tolerate appends to self. check-in: cd612518e5 user: dgp tags: core-8-5-branch | |
|
2016-06-21
| ||
| 09:57 | Upgrade internal Unicode tables to Unicode 9.0 check-in: d600a73b12 user: jan.nijtmans tags: core-8-5-branch | |
|
2016-06-16
| ||
| 17:12 | [4b61afd660] Allow [info frame] to record line info for substituted command names. check-in: 49f56e9254 user: dgp tags: core-8-5-branch | |
| 17:06 | [16828b3744] [vwait] *must* successfully undo its variable trace, or else it risks corrupting memory... check-in: e1f890de4b user: dgp tags: core-8-5-branch | |
| 16:59 | Improve fix and add test. Closed-Leaf check-in: e4da71ec40 user: dgp tags: bug-4b61afd660 | |
| 16:41 | merge 8.5 check-in: b33785a91c user: dgp tags: bug-4b61afd660 | |
|
2016-06-14
| ||
| 09:55 | Fix [7393be0be6e7f91cbb2016fa777896e3895929e3|7393be0be6]: Tcl Thread library doesn't work in Debug ... check-in: 37a9ecdea2 user: jan.nijtmans tags: core-8-5-branch | |
| 09:12 | (cherry-pick): Fix [e14c77b845]: Compilation error over typedef. check-in: eb44f9209e user: jan.nijtmans tags: core-8-5-branch | |
|
2016-06-10
| ||
| 13:43 | Corrects reported bug, but makes many tests fail. Something subtle about what we should expect when... check-in: a22a6e2b7f user: dgp tags: bug-4b61afd660 | |
|
2016-06-01
| ||
| 11:56 | Fix [3bd69eba99a395ee]: 'make dist' fails when tclsh9.0 is on $PATH check-in: 3967da79cf user: jan.nijtmans tags: core-8-5-branch | |
|
2016-04-22
| ||
| 19:43 | Update to tzdata2016d from IETF check-in: 61fc0755c1 user: venkat tags: core-8-5-branch | |
|
2016-04-08
| ||
| 12:23 | Fix [8663689908d3304a74fee525cd04aa4162e86391|8663689908d3]: regexp \\w missing characters check-in: 4ca1a7770f user: jan.nijtmans tags: core-8-5-branch | |
|
2016-04-01
| ||
| 13:00 | RFE [0ef5e653ff4caf5f896ec1182e0aac38ab9a0c46|0ef5e653]: Add nsf to coffbase.txt check-in: 8046aa6a2d user: jan.nijtmans tags: core-8-5-branch | |
|
2016-03-29
| ||
| 08:36 | (cherry-pick): Better fix for [7d0db7c388f52de81]: In stead of adding dependencies to multiple Makef... check-in: 277445374b user: jan.nijtmans tags: core-8-5-branch | |
|
2016-03-26
| ||
| 18:10 | Update to tzdata 2016c from ietf.org check-in: c7604723f9 user: venkat tags: core-8-5-branch | |
|
2016-03-23
| ||
| 13:06 | (cherry-pick): Fix DTRACE_HDR value if tracing is diabled. Follow-up to [7d0db7c388] check-in: d498e5cc6c user: jan.nijtmans tags: core-8-5-branch | |
| 10:00 | (cherry-pick): Fix [f1253530cdd83e66]: Different Windows / *nix default bindings for text widget See... check-in: 235a8c3395 user: jan.nijtmans tags: core-8-5-branch | |
| 09:00 | (cherry-pick): Fix [7d0db7c388f52de8]: Occasional build failures with parallel make. Thanks to Jaros... check-in: f11ade816d user: jan.nijtmans tags: core-8-5-branch | |
|
2016-03-21
| ||
| 12:08 | (cherry-pick): Fix [d3071887dbc7aeac]: Fix SEGV in Tcl_FinalizeNotifier(). Thanks to hirofumi for bo... check-in: df0f0d57b3 user: jan.nijtmans tags: core-8-5-branch | |
|
2016-03-16
| ||
| 08:58 | Update tzdata to 2016b from ietf.org check-in: 83ecbb6dbf user: venkat tags: core-8-5-branch | |
|
2016-03-08
| ||
| 15:52 | [bbc304f61a] Avoid event handling when reflected channel has a watch change half-completed. (First h... check-in: e4f95d6178 user: dgp tags: core-8-5-branch | |
|
2016-02-22
| ||
| 12:16 | (cherry-pick): Add test-case for [9b47029467631832]: testing existence of env(some_thing) destroys t... check-in: fe1f5e7464 user: jan.nijtmans tags: core-8-5-branch | |
|
2016-02-12
| ||
| 16:46 | merge release check-in: 86c29d0a42 user: dgp tags: core-8-5-branch | |
|
2016-02-08
| ||
| 20:42 | update release date Closed-Leaf check-in: c9159d57b0 user: dgp tags: rc1, core-8-5-19, core-8-5-19-rc | |
|
2016-02-03
| ||
| 19:08 | merge 8.5 check-in: 7673e95435 user: dgp tags: core-8-5-19-rc | |
|
2016-02-02
| ||
| 08:49 | (just an experiment, don't look ....) Backout the contributed patch memaccounting from Postgres sinc... Closed-Leaf check-in: 667e5f2255 user: jan.nijtmans tags: backout-memaccounting | |
|
2016-02-01
| ||
| 21:39 | Backout the contributed patch memaccounting from Postgres since it changes the protections incompati... check-in: 365e3582cc user: dgp tags: core-8-5-branch | |
|
2016-01-31
| ||
| 08:41 | Fix crash in win32/win64 regexp.test. Done by backporting the 8.6 regex engine, but followed by "fos... Closed-Leaf check-in: 133a2ed842 user: jan.nijtmans tags: core-8-5-branch | |
| 00:20 | Minor clean-ups (e.g. turn back const -> CONST, as common in 8.5 branch) Closed-Leaf check-in: 6425d8cf43 user: jan.nijtmans tags: 8.5-with-8.6-regexp | |
|
2016-01-29
| ||
| 22:49 | Backout TIP #413 as well check-in: e5c5d65e94 user: jan.nijtmans tags: 8.5-with-8.6-regexp | |
| 22:32 | Backout TIP #388 implementation, this part doesn't belong in 8.5 check-in: 8660791a56 user: jan.nijtmans tags: 8.5-with-8.6-regexp | |
| 15:27 | 8.5-with-8.6-regexp check-in: 455080bc33 user: jan.nijtmans tags: 8.5-with-8.6-regexp | |
| 14:21 | merge 8.5 check-in: 9e3b1a7382 user: dgp tags: core-8-5-19-rc | |
| 13:38 | Implement TIP #440: Add engine to tcl_platform Array check-in: b7ae93cf2f user: jan.nijtmans tags: core-8-5-branch | |
|
2016-01-28
| ||
| 13:42 | RefineApproximation() leaked twoMv and twoMd in one of its exits. check-in: 7e0659670d user: dgp tags: core-8-5-19-rc | |
|
2016-01-26
| ||
| 16:08 | merge 8.5 check-in: 9f649172e4 user: dgp tags: rc0, core-8-5-19-rc | |
|
2016-01-22
| ||
| 10:27 | Improve code 'quality' by fixing some harmless clang/cppcheck warnings. Thanks to Gustaf Neumann. No... check-in: 01f95b9116 user: jan.nijtmans tags: core-8-5-branch | |
|
2016-01-21
| ||
| 14:55 | merge 8.5 check-in: 77e71f94b3 user: dgp tags: core-8-5-19-rc | |
| 13:11 | Fix compiler warnings (discovered on latest clang/gcc6), suggested by Gustaf Neumann. All harmless, ... check-in: 49a45d782e user: jan.nijtmans tags: core-8-5-branch | |
| 06:11 | Backport of TIP #440. Closed-Leaf check-in: 7a29e252ee user: mistachkin tags: tip-440-backport | |
|
2015-12-22
| ||
| 20:49 | merge 8.5 check-in: 6083abf393 user: dgp tags: core-8-5-19-rc | |
|
2015-12-11
| ||
| 10:13 | Fix [c9eb6b0ac01bb8ef96a616c71426a3db4a279bec|c9eb6b0ac0]: ConvertLocalToUTCUsingC fails the first t... check-in: 0201d51279 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-12-10
| ||
| 13:38 | merge 8.5 check-in: 5c0dea0563 user: dgp tags: core-8-5-19-rc | |
|
2015-12-02
| ||
| 11:02 | Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, compiling without SDK works... check-in: 99d1b1e43c user: jan.nijtmans tags: core-8-5-branch | |
|
2015-11-30
| ||
| 18:38 | merge 8.5 check-in: 8a9733553a user: dgp tags: core-8-5-19-rc | |
|
2015-11-26
| ||
| 11:46 | On cygwin, install libtcl8.5.dll.a in the {prefix}/lib directory. On win32, don't create empty {pre... check-in: e6f04b2957 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-11-24
| ||
| 15:05 | Fix comments at the top of the *.decls files, which are not correct any more for a long long time. check-in: 6806cf0510 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-11-20
| ||
| 16:58 | [3293874] Simplified fix (not backport). Also detect >LIST_MAX early. check-in: a2c1ec0241 user: dgp tags: core-8-5-branch | |
| 15:47 | [40f628e8e3] Tcl_ListObjReplace() callers need to handle TCL_ERROR. check-in: 0ff70f4013 user: dgp tags: core-8-5-branch | |
|
2015-11-17
| ||
| 17:07 | Spanish translation of example corrected check-in: 8baf95e6fa user: oehhar tags: core-8-5-branch | |
|
2015-11-16
| ||
| 10:32 | Fix --enable-symbols build on Cygwin. Reported by François Vogel check-in: 2de2bdc2f3 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-11-13
| ||
| 08:40 | Fix [https://www.sqlite.org/src/info/34eb6911afee09e7|34eb6911af], taken over from SQLite: Fix uses ... check-in: 642858bfbe user: jan.nijtmans tags: core-8-5-branch | |
|
2015-11-10
| ||
| 16:31 | [261a8a79f0] Integer overflow leads to segfault. check-in: 8303249388 user: dgp tags: core-8-5-branch | |
|
2015-10-29
| ||
| 13:12 | merge 8.5 check-in: 8827f74f0a user: dgp tags: core-8-5-19-rc | |
|
2015-10-27
| ||
| 23:16 | Update to tzdata2015g from ietf check-in: c2b3385e7d user: venkat tags: core-8-5-branch | |
|
2015-10-25
| ||
| 22:45 | re-generate "configure", both for unix and win check-in: 24c5950e85 user: jan.nijtmans tags: core-8-5-branch | |
| 19:39 | Remove use of HAVE_USLEEP. It isn't use anywhere any more. check-in: 4ef9cb7383 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-10-24
| ||
| 16:01 | A more lenient test; different platforms are more diverse in their correct output. check-in: a876e488c6 user: dkf tags: core-8-5-branch | |
| 07:40 | Bring back regexp to wat it was in latest release. This is the correct fix for kbk's attempt. check-in: e83c1de850 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-10-23
| ||
| 22:39 | combine divergence check-in: cc08c8fca0 user: dkf tags: core-8-5-branch | |
| 22:30 | Ensure that at lease the format of the output of the platform package's commands is consistently par... check-in: dea61307d2 user: dkf tags: core-8-5-branch | |
| 22:29 | Correct bad regexp in platform::identify that causes it to return incorrect results everywhere. check-in: 023464df7e user: kbk tags: core-8-5-branch | |
| 15:21 | autoconf-2.59 check-in: 1242c53778 user: dgp tags: core-8-5-19-rc | |
| 15:00 | merge 8.5 check-in: 09560d25ca user: dgp tags: core-8-5-19-rc | |
| 14:57 | Backout of failed attempt to fix [32ae34e63a] got checked into wrong branch. check-in: ffa88687f8 user: dgp tags: core-8-5-branch | |
| 14:30 | Bump to release number 8.5.19 check-in: 7ac846aa55 user: dgp tags: core-8-5-19-rc | |
|
2015-10-22
| ||
| 21:06 | Open the release candidate branch for Tcl 8.5.19. Updated changes file. check-in: a8244c40c3 user: dgp tags: core-8-5-19-rc | |
|
2015-10-21
| ||
| 13:50 | [1080042][8f245009b0] Big bundle of regexp engine fixes and improvements contributed from Tom Lane o... check-in: 01bd72a637 user: dgp tags: core-8-5-branch | |
| 13:35 | Adapted new tests contributed from Tom Lane @postgres. Closed-Leaf check-in: c5a456b3e5 user: dgp tags: tgl-pg-re | |
|
2015-10-20
| ||
| 20:21 | Adaptation of most of the re-mopup.patch from Tom Lane @ postgress. Still should add the new tests. check-in: 8dd308bfed user: dgp tags: tgl-pg-re | |
| 19:53 | Adaptation of re-memaccounting.patch from Tom Lane @postgres. check-in: 770f0e7907 user: dgp tags: tgl-pg-re | |
| 19:21 | Adaptation of re-better-pushpull.patch from Tom Lane @postgres check-in: e874618c2c user: dgp tags: tgl-pg-re | |
| 18:32 | Adaptation of re-better-fixempties.patch from Tom Lane @ postgres. check-in: 0e00472f54 user: dgp tags: tgl-pg-re | |
|
2015-10-19
| ||
| 19:32 | Adaptation of re-oNsquared.patch from Tom Lane @ postgres. check-in: c0175b254e user: dgp tags: tgl-pg-re | |
| 17:42 | Adaptation of the patch re-fixconstraintloops.patch from http://www.postgresql.org/message-id/19394.... check-in: 1723e1aed1 user: dgp tags: tgl-pg-re | |
|
2015-10-18
| ||
| 10:31 | Bring back Tcl_MutexLock() to exact implementation in Tcl 8.5.18. For details, see [ba44e415a0]: Use... check-in: 6c765efe9d user: jan.nijtmans tags: core-8-5-branch | |
|
2015-10-12
| ||
| 09:57 | Various build fixes, when using Cygwin shell in combination with native MinGW compiler. Contributed ... check-in: 35d4987be5 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-10-10
| ||
| 12:37 | Fix minor msvc compiler warning in tclWinFile.c check-in: 36edaf9df1 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-10-09
| ||
| 14:40 | Make autoconf > 2.59 work warning-free check-in: 2a07a0242f user: jan.nijtmans tags: core-8-5-branch | |
| 13:30 | Tcl/OpenBSD/Sparc needs -fPIC. check-in: 927e42e20c user: stwo tags: core-8-5-branch | |
|
2015-10-07
| ||
| 13:32 | Fix [8587cb648c445f7]: clock default format incorrect check-in: 5032bcf218 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-10-06
| ||
| 14:25 | Fix [b42a851475]: file normalize ~user returns wrong directory on Windows check-in: d0d427004f user: jan.nijtmans tags: core-8-5-branch | |
| 09:19 | Revise content of generate win/tclConfig.sh: Make sure that all entries use windows paths with forwa... check-in: 6416871fda user: jan.nijtmans tags: core-8-5-branch | |
| 08:18 | Double '[' and ']', otherwise re-generating "configure" doesn't give the expected result. check-in: 07a551aef2 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-10-05
| ||
| 09:23 | Use "cygpath -m" in stead of "cygpath -w", so paths (even windows ones) always have forward slashes.... check-in: 608d492f3b user: jan.nijtmans tags: core-8-5-branch | |
|
2015-10-04
| ||
| 10:58 | [05489ce335] Constrain broken tests. check-in: 74d7c078c4 user: dkf tags: core-8-5-branch | |
| 10:10 | Eliminate unnessessary end-of-line spacing. No functional change. check-in: c8dd06d2fa user: jan.nijtmans tags: core-8-5-branch | |
|
2015-10-01
| ||
| 11:04 | Eliminate a few gcc compiler warnings, when using -Wwrite-strings (tested with the brand-new gcc 5.2... check-in: acd5ab176d user: jan.nijtmans tags: core-8-5-branch | |
|
2015-09-30
| ||
| 13:44 | Mutch simpler solution to [219866c1e9]: In stead of filtering out version information from the strin... check-in: aee5640971 user: jan.nijtmans tags: core-8-5-branch | |
| 12:57 | Fix [738bc50e93]: auto_execok doesn't recognise mklink on windows. Remove some unnecessary end-of-li... check-in: 3943bc43df user: jan.nijtmans tags: core-8-5-branch | |
| 11:11 | Don't limit Universal runtime support VisualStudio version 14 only, future versions will probably ha... check-in: 21698dfbaa user: jan.nijtmans tags: core-8-5-branch | |
| 08:25 | Fix [b1f19286f0]: for command documentation. Minor addendum to previous commit: Make OS version num... check-in: 71632274f3 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-09-29
| ||
| 07:46 | Fix [219866c1e9]: platform::identify: regexp doesn't match platform -> platform 1.0.14 check-in: 8270a202f9 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-09-28
| ||
| 11:11 | align comment, no functional change check-in: 47e6a4a635 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-09-25
| ||
| 16:32 | Backout failed attempt to fix [32ae34e63a]. Closed-Leaf check-in: 0ce0901f7f user: dgp tags: bug-05489ce335 | |
| 10:39 | proposed fix for [219866c1e9]: platform::identify: regexp doesn't match platform Closed-Leaf check-in: 616b458e31 user: jan.nijtmans tags: bug-219866c1e9 | |
|
2015-09-24
| ||
| 19:05 | Remove the backport that causes stack balance panics. check-in: aeb89a1f10 user: dgp tags: bug-05489ce335 | |
| 10:54 | Fix [5d170b5ca5e12743006d737c79f959f3efabc644|5d170b5ca5]: checkin 9f8b7bea5344f1b0 broke netbsd's t... check-in: f30afc36b5 user: jan.nijtmans tags: core-8-5-branch | |
| 09:55 | Clean-up tclUnixNotfy.c, restructure it the same as "trunk" version. No functional changes. This wil... check-in: a6517a4eb6 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-09-23
| ||
| 17:07 | [e0a7b3e5f8] Add missing UpdateInterest call in DoRead(). check-in: f2cd284bdc user: dgp tags: core-8-5-branch | |
| 16:37 | merge 8.5 Closed-Leaf check-in: 19bcc9ef79 user: dgp tags: bug-e0a7b3e5f8 | |
| 16:29 | [32ae34e63a] Prevent segfaults and data corruption when CopyData() is called recursively. check-in: 36198cfb7c user: dgp tags: core-8-5-branch | |
| 16:08 | Update tests to account for changed ReflectWatch behavior. Closed-Leaf check-in: 67c4864f22 user: dgp tags: bug-32ae34e63a | |
| 16:00 | Protect CopyState buffer from conflicting uses when CopyData() is called recursively. Also, have Ref... check-in: 84f5187671 user: dgp tags: bug-32ae34e63a | |
| 13:18 | CopyData() now tolerates recursion enough so that io-53.18 does not segfault. check-in: b932f3d39b user: dgp tags: bug-32ae34e63a | |
| 09:40 | WIP check-in: 6b6709c021 user: dgp tags: bug-32ae34e63a | |
|
2015-09-22
| ||
| 19:12 | Reboot the bug fix. check-in: 7537710eb2 user: dgp tags: bug-32ae34e63a | |
| 18:24 | merge 8.5 check-in: dc507d0c01 user: dgp tags: bug-32ae34e63a | |
|
2015-09-21
| ||
| 18:22 | [d7ea9f985][a3c3508599] Internal regexp fixes that cleanup and streamline. check-in: 135d445620 user: dgp tags: core-8-5-branch | |
| 17:29 | [a3c3508599] Fix typo that reversed test sense in prior fix for [3610026]. Closed-Leaf check-in: 3a17aa1449 user: dgp tags: tgl-pg-re | |
| 17:14 | [d7ea9f9853] Contributed patch from tgl with Postgres. check-in: 4dd1df766f user: dgp tags: tgl-pg-re | |
|
2015-09-02
| ||
| 11:06 | merge 8.5 check-in: 01e860430d user: dgp tags: bug-32ae34e63a | |
|
2015-08-30
| ||
| 20:20 | [7703ff1082] Improved wording. check-in: 06d0c376c9 user: dkf tags: core-8-5-branch | |
|
2015-08-28
| ||
| 10:23 | Completing [00189c4afc]: Allow semi-static UCRT build on Windows with VC 14.0. Now for the configure... check-in: 850bbb13e1 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-08-27
| ||
| 14:49 | Fix [7703ff1082]: extra argument ?pattern? of parray is not documented check-in: 7f240e96e3 user: jan.nijtmans tags: core-8-5-branch | |
| 11:48 | merge 8.5 check-in: 4e2b27a319 user: dgp tags: bug-32ae34e63a | |
|
2015-08-25
| ||
| 11:29 | Fix [0df7a1ec2674a76a]: unix/tclUnixFile.c: return value of call to TclpGetCwd in TclpFindExecutable... check-in: 35abd326e1 user: jan.nijtmans tags: core-8-5-branch | |
| 09:39 | Removed "ucrt" as configureable option: If building with VC2014, it's the recommended way to build T... check-in: d403323619 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-08-21
| ||
| 10:40 | Eliminate some (harmless) compiler warnings. No functional change. check-in: 35a2b18897 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-08-19
| ||
| 15:23 | Fix [00189c4afcb9e2586301d711f71383e48817a72d|00189c4afc]: Allow semi-static UCRT build on Windows w... check-in: e8ee0c13b9 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-08-17
| ||
| 18:22 | [818a1a51e4] Apply fixes from Andreas Seltenreich (reported to us by Tom Lane) for handling low memo... check-in: c5a6ed1cd5 user: dkf tags: core-8-5-branch | |
|
2015-08-13
| ||
| 19:28 | New test attempting to demo Bug [e0a7b3e5f8]. Doesn't work yet. check-in: 10e3ec0c71 user: dgp tags: bug-32ae34e63a | |
| 17:02 | Disable the filtering of ReflectWatch so that every UpdateInterest() call flows through to become a ... check-in: 0e3d4332c0 user: dgp tags: bug-32ae34e63a | |
| 16:45 | A bit of code safety, and then a test demonstrating next issue. check-in: 2f662fbeb9 user: dgp tags: bug-32ae34e63a | |
|
2015-08-12
| ||
| 17:49 | Adjustments to failing tests to account for changed [chan postevent]. check-in: 834c89c2e6 user: dgp tags: bug-32ae34e63a | |
| 16:37 | New test io-53.18 adapted from demo script in [32ae34e63a]. This test segfaults without changes to ... check-in: fa8fb6f35f user: dgp tags: bug-32ae34e63a | |
| 05:06 | Upgrade to tzdata2015f from IETF. check-in: 6cb0868771 user: venkat tags: core-8-5-branch | |
|
2015-08-10
| ||
| 19:44 | Add the critical missing UpdateInterest() call at the exit of DoRead(). (Compare with same approach ... check-in: 3993dcc988 user: dgp tags: bug-e0a7b3e5f8 | |
|
2015-08-06
| ||
| 04:24 | Fix [6f74ac47278f437a]: No man link to Tcl_UtfNcasecmp() during install on unix check-in: c4aba48855 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-08-03
| ||
| 07:17 | Backport the fixes to handling of continue in for-step clauses. check-in: 0710a46828 user: dkf tags: core-8-5-branch | |
|
2015-07-31
| ||
| 10:47 | generic: reduced diffs to trunk, win: clean code after bug [f00009f7ce] was fixed in trunk Leaf check-in: 86b6e7b98a user: sebres tags: sebres_clean_core_8_5 | |
|
2015-07-29
| ||
| 14:54 | [3e7eca8c8c] Prevent overflow in size values passed to allocators. check-in: ee467fed92 user: dgp tags: core-8-5-branch | |
| 03:06 | [3e7eca8c8c] Prevent overflow in the size value passed to ckrealloc(). check-in: 675e880454 user: dgp tags: core-8-5-branch | |
|
2015-07-23
| ||
| 16:53 | Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in forking process under heavy m... check-in: 6abeca2800 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-07-17
| ||
| 21:15 | Test for original meaning of [unset -nocomplain --]. check-in: 6cad4ee0b3 user: dgp tags: core-8-5-branch | |
|
2015-07-15
| ||
| 17:57 | [9bad630c31] Prevent read outside of buffer bounds. check-in: 641938a377 user: dgp tags: core-8-5-branch | |
| 17:17 | [b1534b438b] Prevent read outside buffer boundaries. check-in: 03885f127a user: dgp tags: core-8-5-branch | |
|
2015-07-08
| ||
| 09:45 | clock - FreeScan (resp. Oldscan): repair scanning date/time with TZ using '+', ex.: "31 Jan 14 23:59... Leaf check-in: 5f72c863f1 user: sebres tags: sebres_clock_tz_fix | |
| 09:41 | tclDate.c regenerated with yacc 2.4.2; skip one clock test-case for windows; check-in: 55849fb6e8 user: sebres tags: sebres_clock_tz_fix | |
| 08:39 | Create new branch named "sebres_clock_tz_fix" check-in: c0026845c4 user: sebres tags: sebres_clock_tz_fix | |
|
2015-07-07
| ||
| 14:16 | Documentation: source ignores BOM for unicode files check-in: d931fdf82d user: oehhar tags: core-8-5-branch | |
|
2015-06-30
| ||
| 14:36 | Correct handling of dictionaries in the background error processing code. check-in: db9c88c5eb user: dkf tags: core-8-5-branch | |
|
2015-06-28
| ||
| 01:54 | Summary: Update to tzdata2015e from ietf.org check-in: 51e17e0790 user: venkat tags: core-8-5-branch | |
|
2015-06-25
| ||
| 07:52 | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then translate some windows-specif... check-in: 0ff7f3392c user: jan.nijtmans tags: core-8-5-branch | |
|
2015-06-24
| ||
| 13:55 | Make sure that an input lying precisely 1/2 ULP between two floating point values is rounded to even... check-in: 6913079d54 user: dgp tags: core-8-5-branch | |
|
2015-06-23
| ||
| 19:58 | Member field which should not have been CONST, because it is dynamically allocated check-in: 256f9a728e user: jan.nijtmans tags: core-8-5-branch | |
|
2015-06-18
| ||
| 17:26 | From aspect, several edge case coverage tests. check-in: 356871dc8a user: dgp tags: core-8-5-branch | |
| 12:24 | Upgrade all internal Unicode tables from Unicode 7.0 to Unicode 8.0 check-in: a2e8655587 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-06-16
| ||
| 07:39 | Fix [e770d92d76]: Add support for higher baud rates in Tcl check-in: 17df50552d user: jan.nijtmans tags: core-8-5-branch | |
|
2015-06-08
| ||
| 17:17 | Stop telling lie about command delete traces. check-in: 475dc8b029 user: dgp tags: core-8-5-branch | |
|
2015-05-27
| ||
| 18:25 | Make tweak to the mem-debug tracking official. It is now again possible to use regular packages with... check-in: 38ddcfe658 user: andreask tags: core-8-5-branch | |
|
2015-05-25
| ||
| 19:15 | Remove useless code, trying to sync win32 environment variables with cygwin's. cygwin1.dll is respon... check-in: c697a91a95 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-04-30
| ||
| 15:31 | Test portability. check-in: 453c47d3d9 user: dgp tags: core-8-5-branch | |
|
2015-04-29
| ||
| 20:34 | Use joinable threads to avoid thread finalization crashes. check-in: 20cec4e959 user: dgp tags: core-8-5-branch | |
| 18:00 | [894da183c8] Test and fix for regression in flushing blocked channels. check-in: a13963e6e4 user: dgp tags: core-8-5-branch | |
| 16:34 | [894da183c8] Fix and test for bug at the point it was introduced. Closed-Leaf check-in: 8eb3c44932 user: dgp tags: bug-894da183c8 | |
| 07:54 | Update to tzdata2015d from ietf.org check-in: 635281ed4f user: venkat tags: core-8-5-branch | |
|
2015-04-24
| ||
| 20:06 | [879a0747be] Repair handling of incomplete multi-byte chars at the ends of input buffers. Also prop... check-in: 4b964e7afb user: dgp tags: core-8-5-branch | |
| 15:47 | Fix UtfToUtfProc() to remove the potential to read beyond end of input buffer. check-in: e1061dfe07 user: dgp tags: core-8-5-branch | |
|
2015-04-23
| ||
| 11:21 | Open linked folder shared on Windows - Patch [19ea026e43] check-in: 7d39fa6f82 user: oehhar tags: core-8-5-branch | |
|
2015-04-21
| ||
| 18:23 | Proposed fix for bug 879a0747be Closed-Leaf check-in: 606edab7e3 user: dgp tags: bug-879a0747be | |
|
2015-03-10
| ||
| 14:44 | Fix or at least improvement for Tcl/Tk Cocoa event loop by forcing Tcl_ServiceAll() event processing... check-in: d6acbd8534 user: kevin_walzer tags: core-8-5-branch | |
|
2015-03-06
| ||
| 15:26 | merge release check-in: b8c2c4a918 user: dgp tags: core-8-5-branch | |
| 15:06 | repair nroff breakage check-in: 9bc8b7eb60 user: dgp tags: core-8-5-branch | |
| 14:59 | repair nroff breakage Closed-Leaf check-in: c689255965 user: dgp tags: core-8-5-18, core-8-5-18-rc | |
| 14:38 | products of "make dist" check-in: 193c06a3e4 user: dgp tags: core-8-5-18-rc | |
| 14:17 | update release date check-in: f551f39c25 user: dgp tags: core-8-5-18-rc | |
|
2015-02-24
| ||
| 15:08 | update changes check-in: 2ff5ea3d03 user: dgp tags: rc0, core-8-5-18-rc | |
|
2015-02-20
| ||
| 20:22 | merge 8.5 check-in: 67f53ba5ff user: dgp tags: core-8-5-18-rc | |
| 19:29 | [e08c2c407b] The getHandleProc routine in the Tcl_Channel struct is optional. Update the docs to ma... check-in: 5d588dbd27 user: dgp tags: core-8-5-branch | |
|
2015-02-12
| ||
| 15:13 | merge 8.5 check-in: 3b2bf8f550 user: dgp tags: core-8-5-18-rc | |
|
2015-02-11
| ||
| 00:19 | merge tzdata2015a from ietf.org check-in: 371af1a745 user: venkat tags: core-8-5-branch | |
|
2015-02-06
| ||
| 19:56 | update changes check-in: c32d8dc2c2 user: dgp tags: core-8-5-18-rc | |
|
2015-02-05
| ||
| 19:24 | merge 8.5 check-in: ee79e4d205 user: dgp tags: core-8-5-18-rc | |
| 19:23 | Backport of channel mem leak fix that got missed before. check-in: 9682f2723c user: dgp tags: core-8-5-branch | |
| 18:17 | Bump to version 8.5.18. check-in: e4625e0e05 user: dgp tags: core-8-5-18-rc | |
|
2015-01-29
| ||
| 18:34 | Test for bug [08872796bc]. check-in: ff27c03a64 user: dgp tags: core-8-5-branch | |
| 17:37 | Protect against extension variable resolvers that fail to play by the post-Var Reform rules. check-in: 26b3701be6 user: dgp tags: core-8-5-branch | |
|
2015-01-26
| ||
| 20:47 | Fix [df08482b042a16007f256bfbaaacfbe0def01074|df08482b04]: Double defined INFINITY in regguts.h check-in: 4087cc2323 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-01-02
| ||
| 15:19 | Revert use of the install-headers target. Tcl 8.5 has no such target. check-in: 04e2c18195 user: dgp tags: core-8-5-branch | |
|
2014-12-22
| ||
| 15:35 | One more (interp==NULL) shortcut. check-in: c7613a6017 user: dgp tags: core-8-5-branch | |
|
2014-12-19
| ||
| 17:09 | Revise name and interface of new utility routines to match work already in place on the trunk. check-in: 632abe2721 user: dgp tags: core-8-5-branch | |
| 16:09 | [e711ffb458] Eliminate TclIsLocalScalar() and revise all callers to use more appropriate facilities. check-in: 05f7d1ec03 user: dgp tags: core-8-5-branch | |
| 15:55 | New utility routine GetLocalScalarIndex() reduces common caller boilerplate (and fixes a bug!) Closed-Leaf check-in: 8fefc24942 user: dgp tags: bug-e711ffb458 | |
| 15:13 | Use interp==NULL argument to PushVarName to signal that only an index into the CLT is sought, and no... check-in: b1eea13a69 user: dgp tags: bug-e711ffb458 | |
| 14:21 | With no callers left, TclIsLocalScalar() is removed. check-in: b052f09dbe user: dgp tags: bug-e711ffb458 | |
| 14:17 | Replace TclIsLocalScalar() with PushVarNameWord() in [dict for] compiler. check-in: 30a06fec35 user: dgp tags: bug-e711ffb458 | |
| 03:31 | Narrow scope of numVars. check-in: 90eb0b4cbb user: dgp tags: bug-e711ffb458 | |
|
2014-12-18
| ||
| 22:25 | A bit more tidying... check-in: 65e5d46da8 user: dgp tags: bug-e711ffb458 | |
| 22:13 | No need for a loopIndex. check-in: f58fb59cab user: dgp tags: bug-e711ffb458 | |
| 22:00 | No need for varvList any more. check-in: 3af30a1c21 user: dgp tags: bug-e711ffb458 | |
| 21:29 | Fix up the token array passed to PushVarNameWord. Remove string list parse. check-in: 840e1b7039 user: dgp tags: bug-e711ffb458 | |
| 21:08 | Replace use of TclIsLocalScalar() and late setting of varIndexes with an earlier setting of varIndex... check-in: e9759dbced user: dgp tags: bug-e711ffb458 | |
| 20:38 | Simplify creation and storage of temporaries check-in: 289b5a64d8 user: dgp tags: bug-e711ffb458 | |
| 20:34 | With that shift, varcList is no longer needed. check-in: c33787a640 user: dgp tags: bug-e711ffb458 | |
| 19:21 | Shift the allocation of AuxData earlier in the [foreach] compiler. check-in: 70aa317202 user: dgp tags: bug-e711ffb458 | |
| 18:16 | merge 8.5 check-in: c808ef0703 user: dgp tags: bug-e711ffb458 | |
|
2014-12-13
| ||
| 02:50 | Add header install flag to OS X GNUMakefile; thanks to Stephan Houben for patch check-in: 89931ded2d user: kevin_walzer tags: core-8-5-branch | |
|
2014-12-11
| ||
| 16:00 | Similar conversion of the [dict append] compiler. check-in: faac8851a1 user: dgp tags: bug-e711ffb458 | |
| 15:45 | Similar conversion for [dict update] compiler. check-in: 9de91b211d user: dgp tags: bug-e711ffb458 | |
| 15:19 | Similar revisions to [dict incr] compiler. check-in: 9536c9868a user: dgp tags: bug-e711ffb458 | |
| 14:41 | Get the word number right, even though it has no effect. check-in: a5a1d63f5c user: dgp tags: bug-e711ffb458 | |
| 14:40 | [e711ffb458] Same conversion for [catch] compiler. check-in: 710ee0e2d1 user: dgp tags: bug-e711ffb458 | |
|
2014-12-10
| ||
| 00:35 | tzdata2014j from ietf.org check-in: dbaa498f63 user: venkat tags: core-8-5-branch | |
|
2014-12-09
| ||
| 20:45 | [e711ffb458] Replace TclIsLocalScalar() with PushVarNameWord() in the compiler for [dict set]. check-in: 91baefb917 user: dgp tags: bug-e711ffb458 | |
| 20:29 | [e711ffb458] Replace TclIsLocalScalar() (which does the wrong thing).... with PushVarNameWord() (whi... check-in: f0b1afe696 user: dgp tags: bug-e711ffb458 | |
|
2014-12-08
| ||
| 16:05 | Fix some gcc compiler warnings (probably cygwin-only) check-in: c9948e5577 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-12-05
| ||
| 21:05 | Ever since (Tcl)PushVarName() stopped making a recursive call to Tcl_ParseCommand() (in the pre-8.4.... check-in: 189de46e3a user: dgp tags: core-8-5-branch | |
|
2014-12-04
| ||
| 22:10 | [d2ffcca163] Limit parsing results that are documented to accept only ASCII chars to actually follow... check-in: 02260e5f9f user: dgp tags: core-8-5-branch, potential incompatibility | |
| 21:29 | Limit isalpha(.) calls in the expr parser to only apply to known ASCII arguments to make the results... Closed-Leaf check-in: 3b91a3e3f4 user: dgp tags: bug-d2ffcca163 | |
| 20:45 | The isalpha(.) calls remaining in the expr parser still bring nonportability. Commit a test that dem... check-in: fdba15aba6 user: dgp tags: bug-d2ffcca163 | |
| 18:26 | Stop using isalnum(.). Its results are not portable. Replace with our own private routine TclIsBar... check-in: b1289b438c user: dgp tags: bug-d2ffcca163 | |
| 13:02 | merge 8.5 check-in: 4d646128c8 user: dgp tags: bug-d2ffcca163 | |
|
2014-12-03
| ||
| 23:46 | [0c043a175] backport fix from trunk. check-in: 2f83d4eae5 user: dgp tags: core-8-5-branch | |
|
2014-11-26
| ||
| 17:00 | Same issue in expr parser also tested and fixed. check-in: 036e351e31 user: dgp tags: bug-d2ffcca163 | |
| 16:22 | I like this patch better. Retain the byte orientation of the parser. check-in: a9c0ceafde user: dgp tags: bug-d2ffcca163 | |
|
2014-11-25
| ||
| 21:24 | One way to fix the parser of $-substitution accepting non-ASCII varnames. check-in: bbd9471b6d user: dgp tags: bug-d2ffcca163 | |
|
2014-11-24
| ||
| 03:00 | [e087812465] Trim back operatorStrings array to just the entries that are needed. Trims away the pa... check-in: 0b2a28a78f user: dgp tags: core-8-5-branch | |
|
2014-11-13
| ||
| 12:29 | Improve documentation on the use of com ports (remove references to Windows 95, deprecate the use of... check-in: d2562ffa65 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-11-06
| ||
| 16:24 | [5adc350683] Stop Tcl forcing EOF condition on channels to be permanent. It may be fleeting, and all... check-in: bd09a69e14 user: dgp tags: core-8-5-branch | |
| 16:12 | Also test transfroms that delay. Closed-Leaf check-in: 431afa5371 user: dgp tags: bug-5adc350683 | |
| 15:49 | fix failing test check-in: 40e3fd70f3 user: dgp tags: bug-5adc350683 | |
| 15:06 | New test iogt-7.0 demos bug in [testchannel transform]. check-in: 6955a98430 user: dgp tags: bug-5adc350683 | |
|
2014-11-03
| ||
| 20:54 | merge 8.5 check-in: d7e566ea16 user: dgp tags: bug-5adc350683 | |
| 20:39 | [5adc350683] Reworked the management of the EOF states to re-enable the ability to read beyond EOF. ... check-in: 77bf4ea593 user: dgp tags: bug-5adc350683 | |
| 12:44 | Add test-case for previous commit, which shows that when trying to open a filename with invalid char... check-in: e03818474b user: jan.nijtmans tags: core-8-5-branch | |
| 10:14 | Better errormessage when file path contains invalid characters. See: [03414f517b7a74]. check-in: 20366d4c8e user: jan.nijtmans tags: core-8-5-branch | |
|
2014-10-31
| ||
| 10:57 | Extend WinIsReserved() to recognize COM[5-9]: as valid com ports as well. check-in: 25a624797c user: jan.nijtmans tags: core-8-5-branch | |
| 09:59 | When translating a reserved devicename to native pathname, strip ':' postfix. Possible fix for [dcc0... check-in: 198d89722a user: jan.nijtmans tags: core-8-5-branch | |
|
2014-10-29
| ||
| 14:54 | Base test for [5adc350683]. check-in: 19b8cc5448 user: dgp tags: bug-5adc350683 | |
| 13:49 | merge 8.5 check-in: 2d01a0b901 user: dgp tags: bug-5adc350683 | |
|
2014-10-28
| ||
| 20:10 | Work in progress restoring ability to [read] after [eof] and get non-empty strings back in those cas... check-in: 442bff14d8 user: dgp tags: bug-5adc350683 | |
|
2014-10-26
| ||
| 07:51 | Support for Windows 10 check-in: 585b37d8d8 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-10-24
| ||
| 20:07 | merge release check-in: 4b568c140c user: dgp tags: core-8-5-branch | |
|
2014-10-18
| ||
| 20:11 | update changes Closed-Leaf check-in: 90f02fbce3 user: dgp tags: rc0, core-8-5-17-rc, core-8-5-17 | |
| 20:06 | merge 8.5 check-in: b45b149a60 user: dgp tags: core-8-5-17-rc | |
| 19:50 | [10dc6daa37] New fix for [gets] on non-blocking channel. This time properly accounts for the effect... check-in: dfb79fa482 user: dgp tags: core-8-5-branch | |
|
2014-10-13
| ||
| 17:34 | missed a bump check-in: 59a0067f32 user: dgp tags: core-8-5-17-rc | |
| 17:15 | update changes file check-in: 286dced066 user: dgp tags: core-8-5-17-rc | |
|
2014-10-10
| ||
| 20:17 | Bump to 8.5.17 check-in: 08c159aa7e user: dgp tags: core-8-5-17-rc | |
| 20:02 | backport those tests that can be check-in: 2bd1163469 user: dgp tags: core-8-5-branch | |
| 19:54 | [bf7135428c] Restore the Tcl_Write() return value logic. check-in: 9e301d16f7 user: dgp tags: core-8-5-branch | |
| 18:24 | [ed29c4da21] Don't let BLOCKED state get converted into a channel error. check-in: a0b44a3c1d user: dgp tags: core-8-5-branch | |
| 15:38 | New test io-53.15 for [ed29c4da21]. check-in: 6464f9b757 user: dgp tags: core-8-5-branch | |
|
2014-10-09
| ||
| 18:44 | Updated patch for Ticket 3328635 to implement fixes for virtualk time (use of clock_gettime, and, wh... Closed-Leaf check-in: 265e84eb5e user: andreask tags: tkt3328635-posix-monotonic-clock | |
| 14:52 | [2039178] Remove false claims about TCL_INTERP_DESTROYED flag bit in command traces. check-in: b14bb38f76 user: dgp tags: core-8-5-branch | |
|
2014-10-08
| ||
| 07:02 | Fix [59a2e78e54d3361c33b8cd6eef55d384d8abecd7|59a2e78e54] : tclWinTime.c does not compile with MSVC1... check-in: c69f003888 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-10-02
| ||
| 14:43 | [bc5b790099] Improper calculation of new dstLimit value. New test io-12.7. check-in: df382f0bf1 user: dgp tags: core-8-5-branch | |
|
2014-09-16
| ||
| 15:52 | Better pic flag for OpenBSD. check-in: ae05904233 user: stwo tags: core-8-5-branch | |
|
2014-09-10
| ||
| 08:20 | [2486824] Improve error message; not all that upvars is an upvar. check-in: f3c64a7a7c user: dkf tags: core-8-5-branch | |
|
2014-09-08
| ||
| 00:37 | Change one '#ifdef' to '#if defined()' for improved consistency within the file, as in checkin [211a... check-in: 0746efa716 user: stwo tags: core-8-5-branch | |
|
2014-09-01
| ||
| 08:11 | Combine TCL_SHLIB_LD_EXTRAS+TK_SHLIB_LD_EXTRAS (for Cygwin and FreeBSD) to a single SHLIB_LD_LIBS us... check-in: abaf2748e2 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-08-25
| ||
| 15:36 | merge release check-in: 06a91f777f user: dgp tags: core-8-5-branch | |
| 13:31 | `make dist` allowed README-* fossil droppings to leak into the distribution. Closed-Leaf check-in: 904339cdce user: dgp tags: core-8-5-16-rc, core-8-5-16 | |
|
2014-08-22
| ||
| 13:44 | merge 8.5; stamp release date check-in: f3a4fbba3d user: dgp tags: rc2, core-8-5-16-rc | |
| 13:23 | Correct performance regression in a series of short binary reads from a socket. Many thanks to Eric... check-in: 70e97884f0 user: dgp tags: core-8-5-branch | |
| 13:20 | Same results; simpler logic. Closed-Leaf check-in: 5180649ac5 user: dgp tags: dgp-slow-read | |
|
2014-08-21
| ||
| 23:07 | Test fix for likely cause of reported I/O slowdown. In a DoRead() revision, it came to favor making ... check-in: 85cd086fd2 user: dgp tags: dgp-slow-read | |
| 04:13 | Make simplificiations possible when we know just bytes are getting copied without complications of e... Closed-Leaf check-in: eb68cdfbc1 user: dgp tags: dgp-writebytes-optimize | |
|
2014-08-20
| ||
| 21:44 | Copy Write() to WriteBytes() to create an arena for performance hacking. check-in: 6e08d8924a user: dgp tags: dgp-writebytes-optimize | |
| 18:59 | Fix reviewed and accepted. check-in: ff52fbb4ac user: andreask tags: core-8-5-branch | |
| 18:40 | Make test io-36.1.1 more portable. check-in: 28e58db108 user: dgp tags: core-8-5-branch | |
| 17:50 | Docs for Tcl_CreateChannelHandler() state that the registered handler proc will be called back with ... Closed-Leaf check-in: f520790052 user: dgp tags: aku-review | |
| 11:13 | [74e073599e5e7c5eb535e2f60f1b06feb468eaae|74e073599e]: tclsh is using old style dialogs when Tk is l... check-in: a2a1fe34e9 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-08-18
| ||
| 13:28 | Improved credit check-in: 6ab6bf99c5 user: dgp tags: rc1, core-8-5-16-rc | |
|
2014-08-14
| ||
| 16:48 | Reconcile changes file with 8.6.1. check-in: cce0441bc7 user: dgp tags: core-8-5-16-rc | |
| 16:36 | merge 8.5 check-in: 8411205dcd user: dgp tags: core-8-5-16-rc | |
|
2014-08-13
| ||
| 09:04 | Put back SystemV timezone files, which were removed in previous commit. Don't know if that was by ac... check-in: a0fa37f70e user: jan.nijtmans tags: core-8-5-branch | |
| 02:54 | merge 8.5, update changes check-in: 13d7b48f31 user: dgp tags: core-8-5-16-rc | |
| 01:42 | tzdata2014f from ietf.org check-in: cefd4a6c51 user: kbk tags: core-8-5-branch | |
|
2014-08-12
| ||
| 21:41 | Update changes file check-in: a630979fd3 user: dgp tags: core-8-5-16-rc | |
| 15:51 | merge 8.5 check-in: 2845f35ff7 user: dgp tags: core-8-5-16-rc | |
| 15:28 | Accommodate the "udp" package, and any other Tcl package that expects a [read] on a channel @ EOF to... check-in: 8cd55feb1d user: dgp tags: core-8-5-branch | |
|
2014-08-04
| ||
| 13:35 | merge 8.5 check-in: a8b88f749b user: dgp tags: core-8-5-16-rc | |
| 13:35 | Add tclsh.exe.manifest.in to the distribution. check-in: 783edfead2 user: dgp tags: core-8-5-branch | |
|
2014-08-02
| ||
| 04:29 | merge 8.5 check-in: fa1dac68fd user: dgp tags: core-8-5-16-rc | |
| 04:25 | Another Preserve/Release on channels is needed during IO finalization. check-in: c22cc5859b user: dgp tags: core-8-5-branch | |
| 00:06 | merge 8.5 check-in: ed1cb5aeb6 user: dgp tags: core-8-5-16-rc | |
|
2014-08-01
| ||
| 18:36 | Updated package "platform" to version 1.0.13. Separated the identifiers "macosx*-i386-x86_64" and "... check-in: dcb280116a user: andreask tags: core-8-5-branch | |
| 17:17 | merge 8.5 check-in: c607234e4a user: dgp tags: core-8-5-16-rc | |
| 17:16 | Backport the cheaper Preserve/Release on channels. check-in: ddcf91c9bd user: dgp tags: core-8-5-branch | |
|
2014-07-28
| ||
| 12:53 | merge 8.5 check-in: 66b07eeb8d user: dgp tags: core-8-5-16-rc | |
|
2014-07-27
| ||
| 22:44 | correct EOLFIX macro, broken by [a803608ed5] check-in: 08188e00b1 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-07-23
| ||
| 13:10 | Revert the EOLFIX changes of checkin [a803608ed5] (2013-10-28). They do not work on the one machine ... check-in: b18974c0c2 user: dgp tags: rc0, core-8-5-16-rc | |
| 12:26 | Bump to 8.5.16 for release. check-in: 94417e5c1d user: dgp tags: core-8-5-16-rc | |
|
2014-07-16
| ||
| 21:46 | Assert an equality test, not an assignment. check-in: 72391d07b6 user: dgp tags: core-8-5-branch | |
|
2014-07-11
| ||
| 10:38 | Starting with Unicode 6.3, the mongolian vowel separator (U+180e) is no longer a whitespace, but for... check-in: f199c9d65c user: jan.nijtmans tags: core-8-5-branch | |
|
2014-07-10
| ||
| 18:00 | dup test name check-in: 033a1af993 user: dgp tags: core-8-5-branch | |
| 15:45 | [7368d225a6] Extend the auto-cleanup of zero ref count values passed in to the Tcl_*SetVar*() family... check-in: 212c0638b1 user: dgp tags: core-8-5-branch, potential incompatibility | |
| 12:52 | Repair buffer indexing error in Tcl_ReadRaw() exposed by iogt-6.0 and valgrind. check-in: 6526c14303 user: dgp tags: core-8-5-branch | |
|
2014-07-04
| ||
| 12:47 | Update Unicode tables to Unicode 7.0 check-in: ccf9e0d1f7 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-07-02
| ||
| 16:20 | [c31ca233ca] Fix TclGetsObjBinary() so that each [gets] rediscovers whether a nonblocking channel is... check-in: 6694ecd6d0 user: dgp tags: core-8-5-branch | |
|
2014-06-26
| ||
| 15:59 | Fix mismatch of Tcl_Preserve() / Tcl_Release(). check-in: f58a059b16 user: dgp tags: core-8-5-branch | |
|
2014-06-24
| ||
| 16:34 | Simplify / refactor Tcl_ReadRaw(). No need for CopyBuffer(). check-in: a9f9ffa7c7 user: dgp tags: core-8-5-branch | |
|
2014-06-23
| ||
| 12:48 | Fix execute-6.5 test failure on trunk: the "preserveCore" part of tcltest::test assumes that the cle... check-in: df6f1f8b84 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-06-22
| ||
| 16:15 | ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution until after -output compare... check-in: 1a1cb1c7d7 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-06-20
| ||
| 20:50 | previous commit was not quite right, this one should be better Closed-Leaf check-in: 8924f03c9a user: jan.nijtmans tags: bug-2f9df4c4fa | |
| 20:21 | ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution until after -output compare check-in: a61197b82c user: jan.nijtmans tags: bug-2f9df4c4fa | |
| 05:05 | [b47b176adf] Stop possible segfaults when variability in mutex lock schedules cause a ForwardingResu... check-in: bc8631546c user: aku tags: core-8-5-branch | |
|
2014-06-16
| ||
| 12:44 | [1758a0b603] socket-2.13 : Workaround the broken select() in some Linux kernels that fails to report... check-in: e67cc60d94 user: dgp tags: core-8-5-branch | |
| 12:09 | merge 8.5 Closed-Leaf check-in: b41f47a5fa user: dgp tags: bug-1758a0b603 | |
|
2014-06-13
| ||
| 21:15 | Draft test for [1758a0b603]. check-in: 71669f9456 user: dgp tags: core-8-5-branch | |
|
2014-06-12
| ||
| 13:36 | Additional check for an error condition on the socket. check-in: a6d7d34318 user: dgp tags: bug-1758a0b603 | |
|
2014-06-11
| ||
| 17:24 | Workaround the broken select() in some Linux kernels that fails to report a writable state on a sock... check-in: 1b53b3f232 user: dgp tags: bug-1758a0b603 | |
|
2014-06-05
| ||
| 19:06 | Test socket-2.12 covers the DiscardOutput() update. check-in: 47e4ef3394 user: dgp tags: core-8-5-branch | |
| 15:20 | merge fork check-in: 4b59bbceaf user: dgp tags: core-8-5-branch | |
| 15:17 | When too many chars are read by ReadChars() and we trim the limits to get it right on the next pass,... check-in: 04b06f7cea user: dgp tags: core-8-5-branch | |
| 00:22 | Fixed a tricky interaction of IO system and encodings which could result in a panic. The relevant f... check-in: 0f26611a0c user: andreask tags: core-8-5-branch | |
|
2014-06-04
| ||
| 16:36 | Revise DiscardOutput() to account for revisions to the loop in FlushChannel() which is its only call... check-in: 2b1cda088c user: dgp tags: core-8-5-branch | |
|
2014-06-03
| ||
| 19:57 | merge fork of 8.5 branch check-in: bd6ad3191b user: dgp tags: core-8-5-branch | |
| 17:32 | Backport I/O core fixes made known by async socket work on trunk. check-in: c801a8d5cc user: dgp tags: core-8-5-branch | |
|
2014-05-31
| ||
| 02:30 | Correct the interest masks in the Tcl_CreateFileHandler() calls in PipeWatchProc(). When we are int... check-in: 74a2238ecc user: dgp tags: core-8-5-branch | |
|
2014-05-30
| ||
| 10:36 | win socket -async: do not loose connect notification by temporarily stop connect monitoring. Bug [33... check-in: 6ecb583012 user: oehhar tags: core-8-5-branch | |
|
2014-05-29
| ||
| 14:56 | Try not to loose FD_CONNECT by switching monitoring off. Closed-Leaf check-in: a658836882 user: oehhar tags: bug-336441ed59 | |
| 14:53 | merge core-8-5-branch check-in: 4f0f24c6c3 user: oehhar tags: bug-336441ed59 | |
|
2014-05-28
| ||
| 18:58 | Refinements of FlushChannel() and its callers. Notably includes removal of the flag BUFFER_READY. check-in: 0ddf09e8bd user: dgp tags: core-8-5-branch | |
| 18:49 | Update comment to explain assumptions. Closed-Leaf check-in: b7bbbbc6ed user: dgp tags: dgp-flush-channel | |
| 18:24 | Further simplifications to FlushChannel(). This makes clear the BUFFER_READY flag serves no necessa... check-in: d9e66fbb28 user: dgp tags: dgp-flush-channel | |
| 17:14 | Expand the IsBufferFull() macro to check non-NULL bufPtr.. check-in: 577da77e8c user: dgp tags: dgp-flush-channel | |
| 16:54 | Increase size of test io-29.34 so that it more portably tests the case where the OS networking machi... check-in: 83b2c056eb user: dgp tags: dgp-flush-channel | |
|
2014-05-27
| ||
| 13:28 | Move code that can only matter in the first loop iteration out of the loop. check-in: 38257b5296 user: dgp tags: dgp-flush-channel | |
|
2014-05-24
| ||
| 19:56 | Comment out lines of test io-53.4 that appear to do nothing of any value. check-in: fb90b0f1fd user: dgp tags: core-8-5-branch | |
|
2014-05-23
| ||
| 17:17 | Followup on [72c54e1659]. Removed unused variable. check-in: 9f7e74b65a user: andreask tags: core-8-5-branch | |
|
2014-05-22
| ||
| 17:17 | Workarounds and fixes for wrapped executables on various platforms regarding the handling of wrappe... check-in: 72c54e1659 user: andreask tags: core-8-5-branch | |
|
2014-05-20
| ||
| 15:00 | Rework the management of the CHANNEL_BLOCKED and CHANNEL_EOF flags, in particular not allowing them ... check-in: f6b7d496c4 user: dgp tags: core-8-5-branch | |
|
2014-05-17
| ||
| 03:32 | Simplify the inputProc of [testchannel transform]. Closed-Leaf check-in: 5995ff7e6d user: dgp tags: dgp-channel-flag-repair | |
| 02:53 | Repair broken tests iogt-2.[123]. What happened is that now that EOF flags no loger leak acros chann... check-in: fb7b45c267 user: dgp tags: dgp-channel-flag-repair | |
|
2014-05-16
| ||
| 19:11 | Improved use of EOF state to avoid worthless allocations. check-in: 916e33672f user: dgp tags: dgp-channel-flag-repair | |
| 18:45 | Move the resets and testings of the BLOCKED flag to where they make more sense. check-in: b7aafa1d2d user: dgp tags: dgp-channel-flag-repair | |
| 15:05 | merge 8.5 check-in: 673526a228 user: dgp tags: dgp-channel-flag-repair | |
| 14:59 | Fix for failing tests *io-32.11* check-in: cf82fbc5f8 user: dgp tags: core-8-5-branch | |
| 14:47 | merge 8.5 Closed-Leaf check-in: 66fb298ca6 user: dgp tags: bug-io-32.11 | |
| 14:47 | Merge completion of dgp-read-bytes branch. check-in: a2f2c22575 user: dgp tags: bug-io-32.11 | |
| 14:40 | Bug fix - accept consumption of the trailing newline in crlf with no characters produced. Also dele... check-in: d407a02dd2 user: dgp tags: bug-io-32.11 | |
| 12:56 | More tests to demo the bug more directly. check-in: 5d33e05b29 user: dgp tags: bug-io-32.11 | |
|
2014-05-15
| ||
| 18:38 | Branch to demo bug introduced in the parent commit. check-in: face40eac7 user: dgp tags: bug-io-32.11 | |
| 16:48 | Portable test to demo bug otherwise seen only on Windows. check-in: f49bdfc563 user: dgp tags: core-8-5-branch | |
| 14:54 | Fix [3118489]: NUL in filenames. (On Windows, protect against invalid use of ':' in filenames as wel... check-in: 874ce8daf2 user: jan.nijtmans tags: core-8-5-branch | |
| 11:04 | Push the setting and clearing of CHANNEL_BLOCKED flag to the more inner parts of the channel read ma... check-in: 39ace581ea user: dgp tags: dgp-channel-flag-repair | |
|
2014-05-14
| ||
| 14:52 | merge 8.5 check-in: 8c51a39a00 user: dgp tags: dgp-channel-flag-repair | |
| 09:11 | Fix 3 test-cases which started failing on Windows check-in: 57d9dfa4e6 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-05-13
| ||
| 18:24 | Rework Tcl_ReadRaw() mostly taking things out of the loop that never repeat. check-in: e1c467edcd user: dgp tags: dgp-channel-flag-repair | |
| 16:42 | Salvaged what was left of value in the dgp-read-bytes-detour branch. Refactored much management of t... check-in: 94b7cdc521 user: dgp tags: dgp-channel-flag-repair | |
| 11:23 | [958bc05fbe]: Clarify "clock format" using "%R" check-in: 1e1b95e0e6 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-05-12
| ||
| 21:50 | Restore the largefileSupport constraint on Darwin, where tests (chan)io-34.21 take an unbearable 90 ... check-in: 6fe20c93b6 user: dgp tags: core-8-5-branch | |
|
2014-05-09
| ||
| 16:55 | Correct namespace bugs in normally skipped tests. Constrain them as "knownBug" rather than "unknownF... check-in: 0d300e1793 user: dgp tags: core-8-5-branch | |
| 16:38 | Added comment explaining the "knownBug" in iogt-6.1 check-in: 672bebd5f8 user: dgp tags: core-8-5-branch | |
| 16:31 | Tests (chan)io-34.21 are constrained for largefileSupport, and that's disabled by default, which mea... check-in: 753903e359 user: dgp tags: core-8-5-branch | |
| 13:19 | Test iocmd-32.1 is not "impossible" but after writing it properly it does segfault trying to use a d... check-in: 430312d573 user: dgp tags: core-8-5-branch | |
| 10:08 | Make Cygwin's "configure" work from another directory than /unix. (Not everything works this way!) check-in: 4619d13620 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-05-08
| ||
| 17:30 | Merge the reforms of dgp-read-bytes branch into 8.5+ releases. Large overhaul of I/O read opera... check-in: ea760ac244 user: dgp tags: core-8-5-branch | |
| 02:55 | Merge 8.5. Closed-Leaf check-in: 355b7c916f user: dgp tags: dgp-read-bytes | |
| 02:38 | Stop leak in iocmd-21.22. check-in: bd77beabda user: dgp tags: core-8-5-branch | |
|
2014-05-07
| ||
| 22:19 | Corrected description of where tcl_platform(user) comes from on Unix. check-in: 0e91209516 user: dkf tags: core-8-5-branch | |
| 03:30 | Stop leaks of cloned Tcl_ChannelTypes. check-in: 372a524f33 user: dgp tags: core-8-5-branch | |
| 02:28 | Stop leak in io-53.5. check-in: 923384ef74 user: dgp tags: core-8-5-branch | |
|
2014-05-06
| ||
| 23:51 | Stop leak in io-33.7. check-in: 85982d0ca3 user: dgp tags: core-8-5-branch | |
| 23:23 | Stop memory leak in io-29.34 check-in: 9ed25477ae user: dgp tags: core-8-5-branch | |
| 22:34 | Stop memory leak in io-29.27. check-in: 710c762201 user: dgp tags: core-8-5-branch | |
| 14:10 | merge 8.5 check-in: a7733bb0e0 user: dgp tags: dgp-read-bytes | |
| 13:56 | Have to manage the lifetime of the self handle in testchannel transform. check-in: 74bb290f92 user: dgp tags: core-8-5-branch | |
|
2014-05-05
| ||
| 17:18 | Segfaulting test (backport of iortrans-5.11). check-in: 3c3c44ac41 user: dgp tags: core-8-5-branch | |
| 13:23 | Merge GotFlag() backport from 8.5. Conflicts galore! check-in: b1ed89a610 user: dgp tags: dgp-read-bytes | |
| 09:17 | Backport "GotFlag" macro from Tcl 8.6. Makes code more readable. No change in functionality. check-in: 70147dfbb6 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-05-02
| ||
| 15:41 | merge 8.5 check-in: 5c1344169d user: dgp tags: dgp-read-bytes | |
| 15:06 | Backport channel self restacking support. (Test iogt-2.4). check-in: 65f9e5c5ef user: dgp tags: core-8-5-branch | |
|
2014-05-01
| ||
| 14:52 | merge 8.5 check-in: c88761f6af user: dgp tags: dgp-read-bytes | |
| 14:18 | We must Preserve channels if we're going to use TclChanCaughtErrorBypass() to get error information ... check-in: 97a0ec7bfd user: dgp tags: core-8-5-branch | |
| 07:38 | Fix more corner-cases like [0e92c404f19ede5b2eb06e6db27647d3138cc56|0e92c404f1]: The only place wher... check-in: 91be696bf3 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-04-30
| ||
| 21:59 | Better (safer) fix for [0e92c404f1] check-in: b8c06f813e user: jan.nijtmans tags: core-8-5-branch | |
| 19:54 | Stop the segfaults in [close] during [gets] tests. Not sure this is the right behavior, but it's bet... check-in: 04b1f8b14c user: dgp tags: core-8-5-branch | |
| 19:33 | Panic message to pinpoint the cause of iocmd-21.23 segfault. check-in: 7bbdf769a2 user: dgp tags: core-8-5-branch | |
| 19:12 | Another segfault demo test, this one with [close] during [gets]. check-in: a0ef399dee user: dgp tags: core-8-5-branch | |
|
2014-04-29
| ||
| 17:40 | Make sure no shared ChannelBuffers get recycled. check-in: c101f46322 user: dgp tags: core-8-5-branch | |
| 16:36 | Fix bug exposed when buffer recycling is disabled. check-in: 9823e74a67 user: dgp tags: core-8-5-branch | |
| 15:54 | Revise the logic for setting TCL_ENCODING_END in the outputEncodingFlags so it does not rely on buff... Closed-Leaf check-in: bf4b0651be user: dgp tags: dgp-no-buffer-recycle | |
|
2014-04-25
| ||
| 20:12 | Disable buffer recycling to expose bugs for fixing. check-in: e9c2ad7207 user: dgp tags: dgp-no-buffer-recycle | |
|
2014-04-24
| ||
| 18:14 | merge 8.5 check-in: 31f56dd77d user: dgp tags: dgp-read-bytes | |
|
2014-04-23
| ||
| 18:25 | [3493120] Plug memory leak in thread exit. check-in: 18257b2f89 user: dgp tags: core-8-5-branch | |
| 09:18 | *nix segfault cleared: we should reset a thread key after freeing of alloc cache (in tclUnixThrd.c) Closed-Leaf check-in: 1dc6ea5ab2 user: sebres tags: bug-3493120 | |
|
2014-04-22
| ||
| 14:57 | Add refcounting and preservation to [testchannel transform] to stop segfault in test iogt-2.4. check-in: 1f873e8005 user: dgp tags: core-8-5-branch | |
| 13:25 | Memory leak after thread exit, fixed (alloc cache released by exit), belong to ticket [3493120] M... check-in: c251d61424 user: sebres tags: bug-3493120 | |
|
2014-04-21
| ||
| 20:01 | merge 8.5 check-in: 621d5cbc6e user: dgp tags: dgp-read-bytes | |
| 18:55 | Added a refcounting mechanism to ChannelBuffers. Other edits to stop segfaults in tests iocmd-21.2[... check-in: 13886141d8 user: dgp tags: core-8-5-branch | |
|
2014-04-17
| ||
| 19:58 | Another test exposing another segfault. check-in: dbd29ee73d user: dgp tags: core-8-5-branch | |
| 19:17 | merge 8.5 check-in: 70bdf638d9 user: dgp tags: dgp-read-bytes | |
| 17:55 | Reflected channels. Keep a set of method names cached so we don't create new each operation, and we... check-in: 4c7df62128 user: dgp tags: core-8-5-branch | |
| 16:05 | Simplify reflected channels. Instead of having two modes of Close operations and the need to choose ... check-in: ef3818afcd user: dgp tags: core-8-5-branch | |
|
2014-04-16
| ||
| 20:11 | merge 8.5 check-in: 97f35a8071 user: dgp tags: dgp-read-bytes | |
| 15:37 | Repair new test so all parts will be effective. check-in: ff8ab70e08 user: dgp tags: core-8-5-branch | |
| 15:30 | Test for [d19a30db57] extended check-in: 591ee4c021 user: sebres tags: core-8-5-branch | |
| 15:17 | Test for [d19a30db57]. check-in: bbf2e2ebf8 user: dgp tags: core-8-5-branch | |
| 14:07 | merge fork: Segmentation fault using some functions of tcl::clock, fixed, belong to ticket [d19a30db... check-in: b98c43b470 user: jan.nijtmans tags: core-8-5-branch | |
| 14:04 | Fix compiler warnings in win32/cygwin build. check-in: ee58aa423a user: jan.nijtmans tags: core-8-5-branch | |
| 13:18 | Segmentation fault using some functions of tcl::clock, fixed, belong to ticket [d19a30db57] check-in: e336aa2db0 user: sebres tags: core-8-5-branch | |
| 09:28 | Upgrade from Winsock 1.1 to Winsock 2.2, which is always available on Win2000+. See: [http://msdn.mi... check-in: 7e814eaa84 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-04-15
| ||
| 17:45 | Purge (now unused) argc and argv fields. check-in: 4f1501f935 user: dgp tags: core-8-5-branch | |
| 16:09 | [88aef05cda] Stop reentrancy segfault in reflected channels by managing callbacks as (copies of) lis... check-in: d20d5a14bd user: dgp tags: core-8-5-branch | |
|
2014-04-10
| ||
| 13:32 | [792641f95b]: Normalized win32 paths should never contain backslash. check-in: bade6c326a user: jan.nijtmans tags: core-8-5-branch | |
|
2014-04-08
| ||
| 14:52 | Provide full Tcl patchlevel to tcl.pc and move private libs to "Libs.private". check-in: e4510b50a5 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-04-04
| ||
| 16:44 | Moved tests socket-8.2 and socket-8.3 to socket-14.3 and socket-14.4 and made them robust against co... check-in: 59056c0ca3 user: oehhar tags: core-8-5-branch | |
| 08:55 | Fix for Bug [97069ea11a]: Set return message in close if a flush error is reported (which may be an ... check-in: 45d1b34648 user: oehhar tags: core-8-5-branch | |
| 08:29 | Revert the tests for bug#97069ea11a from socket.test, because it is hard to test with the socket com... Closed-Leaf check-in: 48cf391339 user: max tags: bug-97069ea11a | |
|
2014-04-02
| ||
| 13:33 | Fix bug [581937ab1e]: fire readable event on async socket connect failure check-in: 37dce67f70 user: oehhar tags: core-8-5-branch | |
| 12:43 | Fix bug [581937ab1e]: fire readable event on async socket connect failure Closed-Leaf check-in: 29adf4bac3 user: oehhar tags: bug-581937ab1e | |
| 10:02 | Fix bug [336441ed59]: Win socket stall on quick termination of async socket connect check-in: 1dfe1390d8 user: oehhar tags: core-8-5-branch | |
| 09:54 | Test to demonstrate bug [336441ed59]. Depends on timing and will not always fire but is better than ... check-in: 22a6175c07 user: oehhar tags: bug-336441ed59 | |
| 08:35 | Set all variables written by the notifier thread as volatile. check-in: 7af0573f72 user: oehhar tags: bug-336441ed59 | |
|
2014-04-01
| ||
| 14:00 | Centralize and clarify the user of 169.254.0.0 as a non-reachable address. check-in: adeb86d0f9 user: max tags: bug-97069ea11a | |
| 12:17 | Add test cases for Bug [97069ea11a]. check-in: 019eadce85 user: max tags: bug-97069ea11a | |
| 11:31 | Fix test failure socket-2.9: "1 {not owner}" instead of "1 {couldn't open socket address already in ... check-in: 5277cd7d5d user: oehhar tags: bug-97069ea11a | |
| 09:52 | Set return message in close if a flush error is reported (which may be an error from a background fl... check-in: d9c2394aec user: oehhar tags: bug-97069ea11a | |
|
2014-03-31
| ||
| 15:23 | Cherry-pick [c54059aaad] from trunk: Added support for reporting TEA-like info via pkg-config. Add ... check-in: 70b7d58cae user: jan.nijtmans tags: core-8-5-branch | |
|
2014-03-27
| ||
| 21:35 | Minimal patch to fix iocmd-23.11. Might not be the best fix, but is *a* fix. check-in: b846182cdc user: dgp tags: core-8-5-branch | |
| 19:14 | Test iocmd-23.11 demos another segfault. check-in: d237824bfd user: dgp tags: core-8-5-branch | |
| 16:44 | Test iogt-2.4 is another segfault demo for [721ec69271]. check-in: ee4b5c6c43 user: dgp tags: core-8-5-branch | |
|
2014-03-23
| ||
| 11:31 | Be shure tsd pointer to the info structure is invalidated before memory free check-in: 25f4fca4ee user: oehhar tags: bug-336441ed59 | |
|
2014-03-22
| ||
| 16:14 | Bug [336441ed59]: Buffer infoPtr between socket creation and insertion into info structure in thread... check-in: 2596fec7bd user: oehhar tags: bug-336441ed59 | |
|
2014-03-21
| ||
| 14:45 | missing declaration Closed-Leaf check-in: 44ad35d49a user: dgp tags: dgp-read-bytes-detour | |
| 14:07 | Correct namespace bugs in normally skipped tests. Constrain them as "knownBug" rather than "unknownF... check-in: 1322e9c55d user: dgp tags: dgp-read-bytes-detour | |
| 13:40 | Added comment explaining the "knownBug" check-in: 76da1d965e user: dgp tags: dgp-read-bytes-detour | |
| 13:20 | Convert "impossible" test to a "knownBug" test. Exposes a segfault! check-in: 85f07be907 user: dgp tags: dgp-read-bytes-detour | |
| 12:58 | Restore default suppression of large file test. check-in: 29bad58a75 user: dgp tags: dgp-read-bytes-detour | |
| 12:57 | Fixup ChanRead() header. Note (dstSize > 0) precondition. check-in: 466dfbd509 user: dgp tags: dgp-read-bytes-detour | |
| 12:56 | io-34.21 - fix bugs in normally skipped test. io-35.18b - knownBug is not buggy on this branch. check-in: 04ade665cf user: dgp tags: dgp-read-bytes-detour | |
| 02:36 | Documentation header for ChanRead() check-in: 594b1261d6 user: dgp tags: dgp-read-bytes-detour | |
|
2014-03-20
| ||
| 23:21 | Both callers of ChanRead() have simlar epilogs. Shift that into ChanRead and refactor. check-in: bae1c688f2 user: dgp tags: dgp-read-bytes-detour | |
| 20:18 | Don't allow buffer recycling to prevent or delay buffersize shrinkage. check-in: a1e82fb63e user: dgp tags: dgp-read-bytes | |
| 19:25 | Stop routine clearing of CHANNEL_EOF. Only clear when there's a reason (seek, eofchar change, unget... check-in: 4da5102566 user: dgp tags: dgp-read-bytes | |
| 16:31 | Use assertions about the pushback buffers to simplify their handling. Mark several things left TODO.... check-in: 059316c224 user: dgp tags: dgp-read-bytes | |
| 14:45 | merge 8.5 check-in: 3f0acb898a user: dgp tags: dgp-read-bytes | |
| 10:06 | Fix [2f7cbd01c3]: tcl8.6.1 fails to build on FreeBSD 10.0 check-in: b5fb55f2fe user: jan.nijtmans tags: core-8-5-branch | |
| 09:22 | Proposed fix for [2f7cbd01c3]. Closed-Leaf check-in: e0b5b5cbd2 user: jan.nijtmans tags: bug-2f7cbd01c3 | |
|
2014-03-19
| ||
| 21:43 | Let TranslateInputEOL handle the "\r$eofChar" sequence in CRLF mode. check-in: 87cabe74cb user: dgp tags: dgp-read-bytes | |
| 20:32 | Complete rewrite of DoRead(). check-in: b0fec86516 user: dgp tags: dgp-read-bytes | |
|
2014-03-17
| ||
| 17:56 | Remove long dead "BAD_BLOCKING" support code so it no longer confuses people reading/editing this co... check-in: b97275fff8 user: dgp tags: dgp-read-bytes | |
|
2014-03-11
| ||
| 16:51 | Compress code for better single screen viewing. check-in: b1b64885a9 user: dgp tags: dgp-read-bytes | |
| 03:38 | Trial rewrite of AUTO input translation. check-in: 8753583e66 user: dgp tags: dgp-read-bytes | |
|
2014-03-10
| ||
| 19:30 | .... and then the bug fix. check-in: 626308d6df user: dgp tags: dgp-read-bytes | |
| 19:29 | Test for the bug I just committed. check-in: 98fca4e9bf user: dgp tags: dgp-read-bytes | |
| 19:00 | Rewrite CRLF translation to use more system calls. check-in: 6ac30093f3 user: dgp tags: dgp-read-bytes | |
| 17:58 | Bring CRLF translation in parallel with others. check-in: 1e9ea0b532 user: dgp tags: dgp-read-bytes | |
| 03:09 | TranslateInputEOL doesn't need to return anything. No caller cares. Other optimizations and simplif... check-in: a534865f9d user: dgp tags: dgp-read-bytes | |
|
2014-03-09
| ||
| 21:55 | Mark io-35.18b test as knownBug check-in: 4fb211cd74 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-03-08
| ||
| 00:21 | socket -async and gets/puts stall on windows (Ticket [336441ed59]) This is a change for a problem... Closed-Leaf check-in: 521b7229c4 user: andreask tags: win-sock-async-connect-race-fix | |
|
2014-03-07
| ||
| 20:15 | TranslateInputEOL() callers no longer need assert dstLen <= srcLen. check-in: ab50666290 user: dgp tags: dgp-read-bytes | |
| 19:43 | Simplify the input eof char scan. Update some comments. check-in: ac39a58a9c user: dgp tags: dgp-read-bytes | |
|
2014-03-06
| ||
| 15:51 | Variable "rawStart" serves no purpose. check-in: 961f9c82ce user: dgp tags: dgp-read-bytes | |
|
2014-03-05
| ||
| 19:41 | Remove old dead code; silence compiler warnings; tidy up. check-in: df25cce286 user: dgp tags: dgp-read-bytes | |
| 17:16 | Adapt CopyAndTranslateBuffer() to changes in TranslateInputEOL(). Notably no longer using the INPUT_... check-in: e9e06ab343 user: dgp tags: dgp-read-bytes | |
| 14:23 | Merge repair to correct failing tests. check-in: be0a413ba3 user: dgp tags: dgp-read-bytes | |
|
2014-03-01
| ||
| 03:01 | Fixups make the test suite almost pass (except *io-39.17) check-in: b745eb9ba4 user: dgp tags: dgp-read-bytes | |
|
2014-02-28
| ||
| 19:01 | Bring over the ReadChars rewrite for integration into the other I/O work. check-in: 22a9f73877 user: dgp tags: dgp-read-bytes | |
| 18:36 | another coverage test. check-in: fc0ec64788 user: dgp tags: dgp-read-bytes | |
| 18:28 | tidy up. Closed-Leaf check-in: 967f356dde user: dgp tags: dgp-read-chars | |
| 18:25 | More ReadChars rewriting. Test suite now passes. Note that this reform simplifies ReadChars a fair ... check-in: 8928ad3eb5 user: dgp tags: dgp-read-chars | |
|
2014-02-27
| ||
| 20:21 | Work in progress attempting a ReadChars rewrite. check-in: 914a1b6351 user: dgp tags: dgp-read-chars | |
| 20:11 | remove comment check-in: 5d763d1af8 user: dgp tags: dgp-read-bytes | |
|
2014-02-26
| ||
| 20:28 | merge 8.5 check-in: 27707adf73 user: dgp tags: dgp-read-bytes | |
| 17:47 | New tests covering INPUT_NEED_NL flag handling. One exposes a bug. check-in: 279154c448 user: dgp tags: core-8-5-branch | |
| 11:26 | More coverage tests and bug fixes. check-in: 929bdbd0af user: dgp tags: dgp-read-bytes | |
|
2014-02-24
| ||
| 21:25 | Reduce ReadBytes to simplest expression. check-in: fa8b2ead5a user: dgp tags: dgp-read-bytes | |
| 21:01 | simplification trims check-in: d5fce7db96 user: dgp tags: dgp-read-bytes | |
| 20:53 | merge 8.5 check-in: bf1327f687 user: dgp tags: dgp-read-bytes | |
| 19:11 | Merge the stricter binary mode experiment. check-in: b3f0eb6d21 user: dgp tags: dgp-read-bytes | |
| 17:25 | Do not reopen a win serial channel for serial detection. There are issues with some Bluetooth virtua... check-in: b6459ef66c user: oehhar tags: core-8-5-branch | |
|
2014-02-21
| ||
| 15:12 | Simplify ReadBytes based on new constraints. Closed-Leaf check-in: adeabf71cf user: dgp tags: dgp-experiment | |
| 15:02 | fix type error check-in: 80330ed77d user: dgp tags: dgp-experiment | |
|
2014-02-20
| ||
| 21:23 | Switch consistently on the narrower def of binary mode. check-in: 5a647c7aae user: dgp tags: dgp-experiment | |
| 20:31 | Can we send some binary reads down the char-reading path? check-in: 13ebbaf45b user: dgp tags: dgp-experiment | |
| 03:51 | Refactoring repair to fix failing test. check-in: 2e3d8aa19c user: dgp tags: dgp-read-bytes | |
|
2014-02-19
| ||
| 14:10 | [1230597] Update test comment. check-in: 0392a86d4d user: dgp tags: core-8-5-branch | |
| 03:45 | Next coverage test to expose another refactoring error. check-in: 7ee5a61b87 user: dgp tags: dgp-read-bytes | |
| 03:36 | Shortcut ReadBytes() when it's a no-op. check-in: cc398cf78d user: dgp tags: dgp-read-bytes | |
|
2014-02-18
| ||
| 23:20 | Callers of TranslateInputEOL are expected to manage the INPUT_NEED_NL flag. check-in: 0426499beb user: dgp tags: dgp-read-bytes | |
| 21:27 | Another coverage test that reveals refactoring error. check-in: be16a4865e user: dgp tags: dgp-read-bytes | |
| 18:35 | coverage test for -translation cr check-in: b79ce5761c user: dgp tags: dgp-read-bytes | |
| 18:26 | Refactor correction exposed by coverage test. check-in: 8619f9ff5d user: dgp tags: dgp-read-bytes | |
| 17:54 | Coverage test for -translation auto handling of INPUT_SAW_CR flag. Demonstrates refactor failure. check-in: 18b306d083 user: dgp tags: dgp-read-bytes | |
|
2014-02-12
| ||
| 18:46 | merge 8.5 check-in: 19731e45f5 user: dgp tags: dgp-read-bytes | |
| 12:13 | typo check-in: 4eb3385757 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-02-11
| ||
| 19:53 | Refactor so that CopyAndTranslateBuffer() calls on TranslateInputEOL() instead of duplicating so muc... check-in: 26bac705c9 user: dgp tags: dgp-read-bytes | |
| 08:53 | Changed position of flag evaluation as proposed by Phil Hoffman Closed-Leaf check-in: 024a523361 user: oehhar tags: bug-2413550 | |
|
2014-02-07
| ||
| 19:40 | This patch is not pointless. Tests encoding-25.* demonstrate its utility. check-in: 79a8716060 user: dgp tags: dgp-read-bytes | |
|
2014-02-06
| ||
| 22:41 | Change the flag value to avoid merge conflict with trunk. check-in: 8e0145bccc user: dgp tags: core-8-5-branch | |
| 22:38 | [a4494e28ed] Use flag bit instead of NULL pointer to suppress teardown list of imported commands whe... check-in: 3bf0700110 user: dgp tags: core-8-5-branch | |
| 21:44 | Check for existance of __BORLANDC__ before using its value check-in: 381e442683 user: jan.nijtmans tags: core-8-5-branch | |
| 19:04 | Revised ReadChars to restore an attempt to make sure we do not short read because of a false notion ... Closed-Leaf check-in: 8a185f4fe9 user: dgp tags: dgp-may-be-pointless | |
| 16:33 | merge 8.5 check-in: 3d3823e676 user: dgp tags: dgp-read-bytes | |
|
2014-02-04
| ||
| 21:51 | Satisfy required position of __stdcall from VC++ check-in: 4aa0755656 user: jan.nijtmans tags: core-8-5-branch | |
| 21:29 | remove duplicate declaration check-in: 9d33e20c12 user: jan.nijtmans tags: core-8-5-branch | |
| 21:21 | Add missing __stdcall (which crashes on win32), and clean-up indenting check-in: f4b331d2fb user: jan.nijtmans tags: core-8-5-branch | |
| 15:17 | Simplify the core output operations of channels. Reduce duplicative and dead code. check-in: 9057fb00e2 user: dgp tags: core-8-5-branch | |
| 14:30 | Be sure to finalize the identity encoding. Closed-Leaf check-in: 02c6d2d336 user: dgp tags: dgp-optimize-output-stage | |
|
2014-02-03
| ||
| 22:58 | merge 8.5 check-in: c407e0fc64 user: dgp tags: dgp-optimize-output-stage | |
| 14:43 | Fix [651e828a52]: Wrong Windows version reported for Windows 8.1 check-in: 8aefc70fdb user: jan.nijtmans tags: core-8-5-branch | |
|
2014-01-31
| ||
| 22:07 | Simplify macro typecasting. check-in: 77d1c32097 user: dgp tags: dgp-optimize-output-stage | |
| 20:42 | The "channel" Tcl_ObjType is caching only. It never needs an UpdateString routine. It's also static... check-in: 3be587ea63 user: dgp tags: dgp-optimize-output-stage | |
| 20:02 | Do not call updateStringProc directly. We have TclGetString() for that. check-in: 16cebba90b user: dgp tags: dgp-optimize-output-stage | |
| 09:13 | Fix [4b3b7a3082]: tcl8.5.15/generic/tclExecute.c:7713: array index before sanity check ? check-in: f6a2f50eb8 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-01-30
| ||
| 20:10 | Refactor to eliminate the DoWriteChars() layer. check-in: 1fb1e81ddc user: dgp tags: dgp-optimize-output-stage | |
| 19:30 | Eliminate DoWrite(). It duplicates WriteBytes(). check-in: 4a35001f56 user: dgp tags: dgp-optimize-output-stage | |
| 19:13 | Trial: Implement DoWrite() as WriteBytes(). check-in: e38265e698 user: dgp tags: dgp-optimize-output-stage | |
| 18:45 | Simplification and cleanup enabled by last commit. check-in: df0dfbf28d user: dgp tags: dgp-optimize-output-stage | |
| 18:31 | Refactor WriteChars() and WriteBytes() into simple wrappers of a common routine Write(). check-in: d651018d94 user: dgp tags: dgp-optimize-output-stage | |
| 15:02 | merge 8.5 check-in: 5ef480c185 user: oehhar tags: bug-2413550 | |
| 14:44 | Fix [22c10c8e79]: core-8-5: msvc6 build: "Side by Side" error check-in: 8a9e78209d user: jan.nijtmans tags: core-8-5-branch | |
| 14:31 | Eliminate the use of a staging buffer in WriteChars(). check-in: 4749538620 user: dgp tags: core-8-5-branch | |
| 11:02 | win/tclWinChan.c Tcl_InitNotifier: Bug [2413550] Avoid reopening of serial channels which causes iss... check-in: 84307fe13f user: oehhar tags: bug-2413550 | |
|
2014-01-28
| ||
| 20:23 | The outputStage field is now unused, so never allocate it. check-in: d89e241ea4 user: dgp tags: dgp-optimize-output-stage | |
| 20:19 | tidy things up check-in: 69fc4bcc62 user: dgp tags: dgp-optimize-output-stage | |
| 18:51 | Working code with no staging buffer use. check-in: d6de6b35d8 user: dgp tags: dgp-optimize-output-stage | |
| 11:04 | WIP check-in: e1ed4ca828 user: dgp tags: dgp-optimize-output-stage | |
|
2014-01-27
| ||
| 17:58 | merge 8.5 check-in: 95bdfa070a user: dgp tags: dgp-optimize-output-stage | |
| 17:35 | merge 8.5 check-in: 85a4eb2c6c user: dgp tags: dgp-read-bytes | |
| 17:35 | Revise the Tcl_Append* machinery to tolerate NULL bytes to append. Then have ReadChars() use that ma... check-in: dcc87ec669 user: dgp tags: dgp-read-bytes | |
|
2014-01-25
| ||
| 21:41 | sync tcl.m4 with Tk version check-in: fc06c2939f user: jan.nijtmans tags: core-8-5-branch | |
|
2014-01-24
| ||
| 22:33 | merge 8.5 check-in: 3920660b95 user: dgp tags: dgp-read-bytes | |
| 21:45 | In WriteChars(), eliminate the copy step through a staging buffer when it is not required for channe... check-in: 01ff1f0a45 user: dgp tags: core-8-5-branch | |
| 17:38 | Eliminate the copy to a staging buffer when that serves no functional purpose. check-in: 68c21e5139 user: dgp tags: dgp-optimize-output-stage | |
|
2014-01-21
| ||
| 22:08 | There is no need for ReadBytes() or its caller(s) to track how many bytes are actually stored in obj... check-in: 4d0dcf283d user: dgp tags: dgp-read-bytes | |
| 21:32 | Backport of bytearray append machinery to support bug fixes in ReadBytes. check-in: 9e237cce30 user: dgp tags: dgp-read-bytes | |
| 18:16 | Silence compiler warnings. check-in: 76fb868129 user: dgp tags: core-8-5-branch | |
|
2013-11-24
| ||
| 18:34 | [a122627849] Improve stack trace from parray on not-array. check-in: 2c4acdb880 user: dkf tags: core-8-5-branch | |
|
2013-11-22
| ||
| 13:16 | Cygwin: Fix conflicting definition with _mingw_stat64.h, if included together with <tcl.h> check-in: 90bf70eb07 user: jan.nijtmans tags: core-8-5-branch | |
|
2013-11-21
| ||
| 16:20 | Modify makefile.vc for Windows 8.1 support check-in: 550bb146c6 user: jan.nijtmans tags: core-8-5-branch | |
| 11:43 | Add support for Windows 8.1: See [http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.a... check-in: c505b4ac53 user: jan.nijtmans tags: core-8-5-branch | |
| 09:18 | The only relyable way of changing environment variables to uppercase (e.g. env(ComSpec) to env(COMSP... check-in: 26c40ac305 user: jan.nijtmans tags: core-8-5-branch | |
|
2013-11-20
| ||
| 16:04 | Safer clean-up of environment variables: Do removal after insertions -> tcltest 2.3.7 check-in: e934186601 user: jan.nijtmans tags: core-8-5-branch | |
| 14:38 | Starting with Windows 8 DSK, GetVersionExA is deprecated check-in: 450e7bd007 user: jan.nijtmans tags: core-8-5-branch | |
|
2013-11-19
| ||
| 08:23 | Cygwin: Instead of checking whether the win32 part is configured properly, just configure it when ne... check-in: 4202101f7e user: jan.nijtmans tags: core-8-5-branch | |
|
2013-11-16
| ||
| 21:05 | Fix [e832d2b08]: unnecessary code in Tcl_SetMaxBlockTime. check-in: 4c14f88702 user: jan.nijtmans tags: core-8-5-branch | |
|
2013-11-05
| ||
| 12:36 | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD and possibly others. check-in: 5145f9b673 user: jan.nijtmans tags: core-8-5-branch | |