Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

1142 check-ins using file generic/tclHistory.c version 094ae4a5d4

2026-05-22
09:38
Don't build it any more in Github Closed-Leaf check-in: 16b74905ed user: jan.nijtmans tags: core-8-branch
2026-03-09
12:38
cherry-picked from 9.0, fixes [51aa53616067cb63]: free scan - fixed hours only TZ (±1 or ±01); adj... check-in: cd6002f732 user: sebres tags: core-8-branch
2026-03-04
00:26
merge 8.6: amend to [2c237beffbace823] fixing generation of TZ name from offset by %z artificial nam... check-in: 6cd465b3e4 user: sebres tags: core-8-branch
2026-01-18
01:43
closes [96e5c814eb9ed955]: fixes sanitizer RTM-error signed integer overflow (no-trapv pragma also r... check-in: f954da0082 user: sebres tags: core-8-branch
2025-11-17
16:46
fixes validation bug [2a1d947d8c13506d] - update gregorian flag during validation, before checking d... check-in: fc87afd254 user: sebres tags: core-8-branch
2025-08-04
16:02
(cherry-picked from 9.0) fixes [5137b4387019d0e1]: ensure cache of base is correct for :localtime (s... check-in: 62ad42bba8 user: sebres tags: core-8-branch
2025-07-22
18:49
cherry-pick from 9.0: improve interpreter creation speed, if there is no zipfs tcl-library (avoid pe... check-in: 7fbbdb09fb user: sebres tags: core-8-branch
2025-07-21
18:46
cherry-pick to 8.7: amend to [61c01e0edb08a9ed], more cases for increment ref-count with use-after-f... check-in: 75a7e2ae57 user: sebres tags: core-8-branch
2025-07-18
17:36
cherry-pick to 8.7: fixes [61c01e0edb08a9ed] (TclpMatchInDirectory, windows only), increment ref-cou... check-in: d62a3b0713 user: sebres tags: core-8-branch
2025-05-02
19:32
WIP Leaf check-in: 20d3247f60 user: dgp tags: dgp-445-wip
19:08
WIP making fuller use of TIP 445 utilities. check-in: 1de0891643 user: dgp tags: dgp-445-wip
18:29
Use Tcl_InitStringRep() as intended. check-in: c3a9c69224 user: dgp tags: core-8-branch
17:57
Rework overflow test so it happens in a valid range. check-in: 31e034cfef user: dgp tags: core-8-branch
2025-03-16
16:44
Backout [338a305591] for 8.7 and 9.0: autoconf-2.69 is so common nowadays, we want an errormessage f... check-in: bc3b82c164 user: jan.nijtmans tags: core-8-branch
2025-03-15
21:04
make dist: "repair" target dist if required autoconf version is not available (AC_PREREQ too high), ... check-in: 338a305591 user: sebres tags: core-8-branch
20:57
merge 8.6 check-in: f98b11c9d2 user: sebres tags: core-8-branch
2025-03-14
18:01
missing static check-in: 716c1e33ef user: sebres tags: core-8-branch
17:37
code deduplication check-in: 68e13e3246 user: sebres tags: core-8-branch
17:31
padding check-in: d74392882a user: sebres tags: core-8-branch
2025-03-13
14:15
small amend: enforce relative conversion for date units only (all relative time units are similar an... check-in: f5c58d2c44 user: sebres tags: core-8-branch
2025-03-12
17:00
clock: fixes regression for clock add (and potentially free-scan) for relative time units with TZ (b... check-in: b730bd6161 user: sebres tags: core-8-branch
16:26
merge 8.6, new test clock-30.34 will fail in 8.7+ currently (illustrates the regression there) check-in: 95775c1c27 user: sebres tags: core-8-branch
2025-03-11
18:31
more cases for a compiler "fix" (signed-mod operation with potentially negative dividend) check-in: e33fcd57b0 user: sebres tags: core-8-branch
17:53
fixes [482db1d796540e68]: local seconds of day shall be always positive, also for negative base (mod... check-in: 27cbd7afc6 user: sebres tags: core-8-branch
17:51
added test coverage for `clock add` with negative base (bug [482db1d796540e68]) check-in: 663f0dad21 user: sebres tags: core-8-branch
2025-03-07
10:03
merge 8.6 check-in: 41ff414708 user: sebres tags: core-8-branch
2025-03-06
19:50
merge 8.6 check-in: 85f37b03b7 user: sebres tags: core-8-branch
19:29
merge 8.6 (amend to [ba68d1e9484a3a92] fixed wrong line nummer in Tcl_GetReturnOptions) check-in: 6a45d0a25e user: sebres tags: core-8-branch
15:14
merge 8.6 check-in: b381527b61 user: dgp tags: core-8-branch
14:41
merge 8.6 check-in: d60246e8c9 user: sebres tags: core-8-branch
12:51
small amend fixing coverage of [73bb42fb3f35cd61] in 8.7 for windows (8.7 is not utf-8 there) check-in: 2e5068a682 user: sebres tags: core-8-branch
12:50
fixes another variant of [73bb42fb3f35cd61] (BUFFER_PADDING panic) with more tests; increases covera... check-in: 2c0e7b634b user: sebres tags: core-8-branch
2025-03-05
15:30
The "numTokens" field of Tcl_Token is now type Tcl_Size. Propagate that change through the code. check-in: dac52020d7 user: dgp tags: core-8-branch
13:42
fixes [712efac3397f9954]: change mistakenly flipped args for Tcl_OpenTcpServerEx() check-in: e91ac5ffe3 user: sebres tags: core-8-branch
2025-03-04
15:47
clock.tcl: fixes [2c0f49e26c27847a] - ensure cache remain consistent when deriving from parent (don'... check-in: dc5c5857c1 user: sebres tags: core-8-branch
15:45
tests/clock.test: added test illustrating bug [2c0f49e26c27847a] - cache becomes inconsist when deri... check-in: a91fabc1b0 user: sebres tags: core-8-branch
2025-03-03
09:40
Fix bug in Tcl_SetWideUIntObj. check-in: c788185716 user: dkf tags: core-8-branch
2025-02-26
20:33
another one check-in: 5d1f2f7256 user: dgp tags: core-8-branch
20:26
merge 8.6 check-in: c1df911fb8 user: dgp tags: core-8-branch
2025-02-24
18:13
Merge 8.6 check-in: 430fac31d1 user: jan.nijtmans tags: core-8-branch
2025-02-17
14:44
Remove references to ancient TIP's check-in: 81986487be user: jan.nijtmans tags: core-8-branch
2025-02-14
17:45
No need to mention "TIP 412" any more check-in: 3a04870ea2 user: jan.nijtmans tags: core-8-branch
2025-02-12
08:22
Don't worry building for Tcl 8.7 any more check-in: d82e59b257 user: jan.nijtmans tags: core-8-branch
2025-02-10
13:01
merge 8.6 check-in: fedb8e8b95 user: sebres tags: core-8-branch
2025-02-08
15:52
merge 8.6 (optimization of TclSubstOptions) check-in: b32100901b user: sebres tags: core-8-branch
2025-01-31
17:40
(cherry-pick): Ticket [73bb42fb3f] Panic "Buffer Underflow, BUFFER_PADDING not enough" due to not ch... check-in: b5d5968215 user: jan.nijtmans tags: core-8-branch
13:27
Run testcases on MacOS-15 check-in: 1bd6de6da2 user: jan.nijtmans tags: core-8-branch
2025-01-29
05:28
Merge 8.6. Fix handle leak introduced by exec fix. Thanks @chw check-in: 3d6d531521 user: apnadkarni tags: core-8-branch
2025-01-28
10:41
merge 8.6: man timerate fix [48a7a56dda844782] clarifying -overhead check-in: fe7f181baf user: sebres tags: core-8-branch
09:34
Merge fix for [4e2c8bc4a7] - auto_execok missing internal cmd commands check-in: 1d91f017ff user: apnadkarni tags: core-8-branch
05:43
Merge fix for [4f0b5767ac]. Exec of App Execution Aliases on Windows check-in: 222f6ff309 user: apnadkarni tags: core-8-branch
2025-01-23
12:36
merge 8.6 (timerate stability fix: no hang by iterations with quadratic complexity, better threshold... check-in: c96e4ca5c0 user: sebres tags: core-8-branch
2025-01-20
17:06
merge 8.6 check-in: 04a05601a8 user: sebres tags: core-8-branch
2025-01-19
16:18
tzdata updated to Olson's tzdata2025a check-in: 6f8306dd48 user: jan.nijtmans tags: core-8-branch
2025-01-16
09:16
Add dummy TclpLoadMemoryGetBuffer/TclpLoadMemory for Windows and UNIX, so compiling with TCL_LOAD_FR... check-in: 88acf4888e user: jan.nijtmans tags: core-8-branch
2025-01-14
14:16
Make Tcl_SetResult usable in tclTest.c, even if TCL_NO_DEPRECATED is defined check-in: ac77574977 user: jan.nijtmans tags: core-8-branch
12:11
Undo previous commit, it didn't really help. Fix tests for Tcl_UtfNext/Tcl_UtfPrev, which were alway... check-in: a22c342d62 user: jan.nijtmans tags: core-8-branch
2025-01-13
10:23
#ifdef TCL_NO_DEPRECATED -> #ifndef TCL_NO_DEPRECATED check-in: f74b64fb88 user: jan.nijtmans tags: core-8-branch
09:37
Re-enable Tcl_SavedResult testcases. They won't work if TCL_NO_DEPRECATED is set. check-in: 79aaf735df user: jan.nijtmans tags: core-8-branch
2025-01-12
18:04
Fix [70f3b23cad]. Doc fix only check-in: e3fb9432f2 user: jan.nijtmans tags: core-8-branch
17:35
In dltest/pkg*.c, prevent calling deprecate API as well check-in: 112f8360d4 user: jan.nijtmans tags: core-8-branch
13:57
Handle TCL_NO_DEPRECATED in test code: Don't try to use deprecated API check-in: 5418327f96 user: jan.nijtmans tags: core-8-branch
2025-01-11
21:22
Fix ifndef -> ifdef in previous commit check-in: add8cd5ddd user: jan.nijtmans tags: core-8-branch
2025-01-10
21:28
Tcl_GetUnicode() et all (from the UTF16 compatibility layer) should be handled by TCL_NO_DEPRECATED ... check-in: fcce946105 user: jan.nijtmans tags: core-8-branch
20:41
Tcl_MakeSafe() should be handled by TCL_NO_DEPRECATED as well check-in: ffbb4a7df7 user: jan.nijtmans tags: core-8-branch
20:26
Tcl_GetAlias() should be handled by TCL_NO_DEPRECATED as well check-in: 91892a998f user: jan.nijtmans tags: core-8-branch
2025-01-08
13:57
Only typedef Tcl_Size when Tcl_Size is not #defined. Spacing changes (backported from 8.7) check-in: 70a524360e user: jan.nijtmans tags: core-8-branch
08:36
(cherry-pick): Simplification for [d58e315172] check-in: 1dd56a242c user: jan.nijtmans tags: core-8-branch
2025-01-07
09:53
Fix [fc35093ce]: Better error-message than "interpreter uses an incompatible stubs mechanism" check-in: d9f0a470f3 user: jan.nijtmans tags: core-8-branch
2025-01-06
22:58
Merge 8.6 check-in: 8f6129a4b9 user: jan.nijtmans tags: core-8-branch
2025-01-05
17:41
Tcl_UniChar -> int in tcl.decls. This gives a correct compiler-warning when Tcl_GetUnicode() usage d... check-in: d4ce35d896 user: jan.nijtmans tags: core-8-branch
2025-01-04
22:24
More stub-related fixes: export TclGetAliasObj and TclGetUnicodeFromObj, for better (binary) compati... check-in: 176cd6dda1 user: jan.nijtmans tags: core-8-branch
13:06
Fix compilation warning check-in: b6aab4390a user: jan.nijtmans tags: core-8-branch
2025-01-03
13:28
(Cherry-pick): [2bc08cd2e6] - document TCL_{LL,SIZE}_MODIFIER, Tcl_Size, TCL_SIZE_MAX check-in: b78218e430 user: jan.nijtmans tags: core-8-branch
13:23
Make room for 2 more (internal) stub entries: TclOOMakeProcInstanceMethod2 and TclOOMakeProcMethod2.... check-in: c4de29b63e user: jan.nijtmans tags: core-8-branch
2025-01-02
17:31
Fix [d58e31517203396e]: configure --enable-64bit=aarch64 broken check-in: 7576f0b167 user: jan.nijtmans tags: core-8-branch
15:56
(cherry-pick): Remove dead code in tclLoadDyld.c check-in: 95dd3a7969 user: jan.nijtmans tags: core-8-branch
2025-01-01
20:41
Merge-mark check-in: 23c65058b3 user: jan.nijtmans tags: core-8-branch
2024-12-29
22:23
merge 8.6 (windows only: obtain cpuid data with clang/gcc) check-in: f64447131a user: sebres tags: core-8-branch
16:57
merge 8.6 (clang/gcc: silence Wunused-but-set-variable in generated tclDate) check-in: 3ae58d32f5 user: sebres tags: core-8-branch
16:23
missing semicolon, fixes MacOS-clang build check-in: 2148111220 user: sebres tags: core-8-branch
2024-12-28
14:45
amend (negative and odd number by odd power) check-in: c941103fb4 user: sebres tags: core-8-branch
14:40
better coverage for FP-class "subnormal" check-in: 26637889d6 user: sebres tags: core-8-branch
14:00
small speed-up for FP classification of int (simple cast wide to double) check-in: c67dcc2e86 user: sebres tags: core-8-branch
13:58
amend to [98006f00ac471be5]: fixes MSVC build (values of FP_* are compiler/implementation specific, ... check-in: 3059fadfe6 user: sebres tags: core-8-branch
00:58
expr.test: amend to [98006f00ac471be5] - tests simplification and deduplication, big matrix for isun... check-in: 1b2b6d08bb user: sebres tags: core-8-branch
2024-12-27
23:23
amend to [98006f00ac471be5]: code simplification and deduplication check-in: 261c3bd222 user: sebres tags: core-8-branch
21:19
amend to fix [98006f00ac471be5]: typo check-in: ea993b9387 user: sebres tags: core-8-branch
21:17
fixes [98006f00ac471be5] tcl::mathfunc::isunordered mistakenly considered non-double numbers (e.g. i... check-in: e749604467 user: sebres tags: core-8-branch
21:15
tcl::mathfunc::isunordered: extended test illustrating [98006f00ac471be5] check-in: baaeb4d070 user: sebres tags: core-8-branch
2024-12-26
18:41
merge 8.6 check-in: 87a3148524 user: sebres tags: core-8-branch
18:28
rewrite TclGetLambdaFromObj a bit (more similar to 8.6th code) check-in: 0b54f5e5c6 user: sebres tags: core-8-branch
18:24
integrate bug-67d5f75c36, fix for [67d5f75c36cbada6] check-in: 4d5c35382a user: sebres tags: core-8-branch
18:20
merge 8.6 check-in: 56a1529dd4 user: sebres tags: core-8-branch
15:51
cherry-pick sebres-arith-series-rework: fixes several bugs and UB (closes [d2a3c5f80bf47362]), impro... check-in: 0bc5d41fe7 user: sebres tags: core-8-branch
2024-12-23
12:06
Add missing NULLs check-in: 37cd7aaf4a user: dkf tags: core-8-branch
2024-12-18
12:33
Merge 8.6 check-in: 7996507bc0 user: jan.nijtmans tags: core-8-branch
2024-12-16
11:12
Remove experimental (and untested) code related to BREAK_NAMESPACE_COMPAT check-in: 78da2fa1f6 user: jan.nijtmans tags: core-8-branch
2024-12-15
18:27
(backport): Fix [63449c0514]: [namespace children] doesn't match non-glob patterns below the global ... check-in: da751091af user: jan.nijtmans tags: core-8-branch
2024-12-13
09:59
Fix [c4f365470e]: Size modifiers j, q, z, t not implemented check-in: 5dba87ea38 user: jan.nijtmans tags: core-8-branch
05:37
Fix example. http::config, not http::configure check-in: bd8b19b6d6 user: apnadkarni tags: core-8-branch
2024-12-12
14:39
Make sure tclUuid.h doesn't end up in "make dist" check-in: 1a7d3d0111 user: jan.nijtmans tags: core-8-branch
14:37
dup test names check-in: 88224cf73f user: dgp tags: core-8-branch
2024-12-11
20:56
Plug memory leak. test hygiene -- avoid fragility in makeFile / removeFile check-in: 16e450e72f user: jan.nijtmans tags: core-8-branch
2024-12-10
09:40
TIP #707: Add ptrAndSize to dtrace as well. check-in: 51e10b4c1b user: jan.nijtmans tags: core-8-branch
09:38
(cherry-pick )Fix ungrammatical doubling of words in comments check-in: 49100cbdd2 user: jan.nijtmans tags: core-8-branch
03:01
TIP 707 - add ptrAndSize field to Tcl_Obj check-in: 482f7a52c2 user: apnadkarni tags: core-8-branch
2024-12-09
10:38
Merge 8.6. Fix [1dc7f3e5f1] - filesystem-1.30.3 should normalize before comparing. Tx @gahr check-in: 3709e88a03 user: apnadkarni tags: core-8-branch
2024-12-07
13:15
Fix [https://core.tcl-lang.org/thread/tktview/9e69e2c602|9e69e2c602]: Problem with TIP#609 check-in: 81c759724b user: jan.nijtmans tags: core-8-branch
2024-12-06
09:29
(cherry-pick): Let enums be enums check-in: d83af93efb user: jan.nijtmans tags: core-8-branch
09:19
Fix "make dist". $(DISTDIR) part was missing check-in: c6225c482e user: jan.nijtmans tags: core-8-branch
2024-12-05
19:26
amend: remove extra spaces appearing by resolving merge conflicts check-in: 43ab84c96e user: sebres tags: core-8-branch
18:28
merge 8.6 (fix SF [0b809cd3fc8b6e5e], conflicts resolved) check-in: 77a1c3f978 user: sebres tags: core-8-branch
13:47
This could give a (C++) compiler warning check-in: 0f0f793c33 user: jan.nijtmans tags: core-8-branch
11:41
Fix some EXEC flags (in "make dist" too) check-in: c500c19889 user: jan.nijtmans tags: core-8-branch
09:52
Fix [aaa84fbbc5]: zipfs info on mountpoint of executable returns zero offset in field 4 check-in: 4358bf994e user: jan.nijtmans tags: core-8-branch
2024-12-04
17:55
Remove a lot of dead code: macOS < 10.9 is no longer supported check-in: dbc6e5ebd3 user: jan.nijtmans tags: core-8-branch
17:51
Indenting check-in: 3dd7035ccc user: jan.nijtmans tags: core-8-branch
2024-12-03
13:11
On macOS, use the VFS pathname as name for the module, in stead of simply "[Memory Based Bundle]". check-in: 5cab008cd3 user: jan.nijtmans tags: core-8-branch
2024-12-02
09:49
Actual follow-up (not really a counter-proposal) to TIP #707, with a further simplification. Rebased... Closed-Leaf check-in: 89564bda22 user: jan.nijtmans tags: tip-707-alt
01:32
TIP 707 Closed-Leaf check-in: 69be439140 user: apnadkarni tags: tip-707
2024-11-27
10:50
fix typo in manual page on [info frame] check-in: 87b64507ca user: Torsten tags: core-8-branch
2024-11-26
12:11
(cherry-pick): Bug [5a1aaa20]: lsearch -stride with -subindices and -inline -all gives unexpected re... check-in: 64cb91acdd user: jan.nijtmans tags: core-8-branch
11:14
Merge 8.6 check-in: 1e677908bb user: jan.nijtmans tags: core-8-branch
2024-11-25
11:59
fixed validation of day of week for 24:00 (move to next day) closes [882da1e28b] check-in: cea877fd7f user: sebres tags: core-8-branch
2024-11-24
19:25
code review, don't need special handling to adjust julianDay, date increment by 24:00 (or by leap se... check-in: 66e7fb75d9 user: sebres tags: core-8-branch
18:52
avoid possible double validation of stage 2 (S2) check-in: 0c7ae252cc user: sebres tags: core-8-branch
2024-11-23
15:38
No need for error-reporting in TclpLoadMemory(): If it fails, a fallback scenary is started, copying... check-in: 2a0ab9a83c user: jan.nijtmans tags: core-8-branch
12:37
Revert "leapDay" stuff. Too early for 9.0.1 check-in: ecc285c2d6 user: jan.nijtmans tags: core-8-branch
2024-11-22
10:39
Remove support for leap-minutes (I thought I already removed that) check-in: 408183a4a5 user: jan.nijtmans tags: core-8-branch
10:08
Use "switch" statement for month selection check-in: b84c3a8db5 user: jan.nijtmans tags: core-8-branch
09:28
Add simple year-check to leap-seconds detection: There were only leap seconds from 1972 - 2016 (whic... check-in: 934465aa95 user: jan.nijtmans tags: core-8-branch
2024-11-21
21:14
fix leap seccond scan [f2b5f89c0d8520ea] (and [aee9f2b916afd976]): recognize leap second (estimate a... Leaf check-in: d4b4648db7 user: sebres tags: bug-f2b5f89c0d-alt-leapsec
21:09
test coverage illustrating the proper leep second behaviour for [f2b5f89c0d8520ea] (and [aee9f2b916a... check-in: 377156e138 user: sebres tags: bug-f2b5f89c0d-alt-leapsec
21:04
small amend check-in: 6c745647b4 user: sebres tags: bug-f2b5f89c0d-alt-leapsec
17:56
Change TclpLoadMemoryGetBuffer/TclpLoadMemory signature using size_t/Tcl_Size check-in: 6b033a746e user: jan.nijtmans tags: core-8-branch
11:27
Fix [aee9f2b916] and [f2b5f89c0d]: clock scan of leapsecond/24:00, ISO-8601-compatibility. check-in: 5b5f4e8334 user: jan.nijtmans tags: core-8-branch
2024-11-19
23:53
starts branch with alternate solution for [f2b5f89c0d8520ea]; tools/tclZIC.tcl: produces leap second... check-in: 877284201f user: sebres tags: bug-f2b5f89c0d-alt-leapsec
2024-11-15
17:47
merge point (no changes) check-in: 13d4d3d6f2 user: sebres tags: core-8-branch
17:31
small amend check-in: 6dd50fd094 user: sebres tags: core-8-branch
17:27
added vice versa tests - definitely wrong conversions for -valid 1 (wrong day and month for a leap s... check-in: 0d27fe8ee3 user: sebres tags: core-8-branch
17:10
merge 8.6, test extended with formatted scan and controlled by constraint valid_off now check-in: 85644d54af user: sebres tags: core-8-branch
11:18
Add testcases related to [f2b5f89c0d]: clock scan of leapsecond: wrong result in 8.6 and 9.0 check-in: e13bdc7d81 user: jan.nijtmans tags: core-8-branch
2024-11-14
09:32
Fix problem in testcase check-in: e8bd84d28e user: jan.nijtmans tags: core-8-branch
2024-11-13
19:39
merge 8.6: fix and coverage for bug [43c94f95988f3057]: avoid vulnerability loading init.tcl in curr... check-in: f7d3654527 user: sebres tags: core-8-branch
15:37
(backport) Move non-error literal to TclOO's internal literal cache. check-in: 8086e58f6f user: jan.nijtmans tags: core-8-branch
14:36
Sync "rules.vc" with Tk check-in: 4e6eee5fa2 user: jan.nijtmans tags: core-8-branch
2024-11-12
23:03
(backport) Make "-index" example more illustrative, Remove stray brace in example check-in: 626c418ead user: jan.nijtmans tags: core-8-branch
13:16
GHA win-, linux- and mac-flows: speed-up build (j4), add info section into build check-in: 9663b4dd8b user: jan.nijtmans tags: core-8-branch
12:10
backout [b569739692]: [02977e0004] Reduce impact of recursion depth bug. Remove some unneeded typeca... check-in: e1e7f93e74 user: jan.nijtmans tags: core-8-branch
2024-11-09
00:13
(backport): Move table processing of DeclaredClassMethod check-in: eeaaac7f16 user: jan.nijtmans tags: core-8-branch
2024-11-06
20:08
Implement [364bd985d6]: install registry and dde in $INSTALL_DIR\lib always check-in: 4a08e79269 user: jan.nijtmans tags: core-8-branch
2024-11-04
20:27
Fix [https://core.tcl-lang.org/tk/info/bb110c70d1|bb110c70d1]: cannot build .chm help file (Windows) check-in: 4933ef5a97 user: jan.nijtmans tags: core-8-branch
2024-11-02
07:55
Merge 8.6 check-in: d27ab6e11b user: apnadkarni tags: core-8-branch
2024-11-01
15:56
merge 8.6 check-in: a56b3c5c17 user: dkf tags: core-8-branch
2024-10-31
13:54
merge 8.6 check-in: f51892e6c5 user: sebres tags: core-8-branch
13:30
merge 8.6 (clock: load TZ failure normalization and test coverage) check-in: f788320fc9 user: sebres tags: core-8-branch
2024-10-30
11:38
TIP 701 - Tcl_FSTildeExpand C API check-in: c2f3dbddd9 user: apnadkarni tags: core-8-branch
11:24
Add Tcl_FSTildeExpand manpage. Do not depend on caller to clean up output DString on error Closed-Leaf check-in: 321a559f8c user: apnadkarni tags: tip-701
2024-10-29
18:37
merge 8.6: fixes regression and further bug [2c237beffbace823] check-in: 5f73876fe7 user: sebres tags: core-8-branch
2024-10-25
17:01
Add tcl::unsupported::icu normalize check-in: 240e94b4a0 user: jan.nijtmans tags: core-8-branch
15:52
doc/clock.n: typo check-in: 6218e8f6e0 user: sebres tags: core-8-branch
10:44
(void *)NULL -> (char *)NULL, where appropriate check-in: d21087d935 user: jan.nijtmans tags: core-8-branch
2024-10-24
14:41
Merge 8.6 check-in: 39e2e7c002 user: jan.nijtmans tags: core-8-branch
11:36
Document that [file dirname [file dirname [info nameofexecutable]]]/lib is also added to $auto_path ... check-in: 68c9c18275 user: jan.nijtmans tags: core-8-branch
09:21
Merge 8.6 check-in: e99d2f6d2b user: jan.nijtmans tags: core-8-branch
2024-10-23
13:37
Update docs regarding tilde substitution (backported from 9.0). For TCLLIBPATH, do the same tilde su... check-in: a3fc2ce918 user: jan.nijtmans tags: core-8-branch
13:19
Fix documentation on tcl_wordchars/tcl_nonwordchars check-in: 3f2ba191a4 user: jan.nijtmans tags: core-8-branch
11:13
merge 8.6, conflicts resolved check-in: 466beedcfc user: sebres tags: core-8-branch
2024-10-22
13:08
(cherry-pick): Fix [66da4d4228] - UTF-16 encoder buffer overflow check-in: c0e4798bb1 user: jan.nijtmans tags: core-8-branch
2024-10-18
19:05
tcl_wordchars and tcl_nonwordchars doc fix proposal. See [f88bc5ff88] Closed-Leaf check-in: b2eab2cc8e user: jan.nijtmans tags: bug-f88bc5ff88
15:12
Fix [73d5cb615e]: zlib-8.8, zlib-8.16 fail on Fedora 40, gcc 14.1.1 backport [cfdf80a2efc6]: zlib ch... check-in: 07b3bc2ff1 user: jan.nijtmans tags: core-8-branch
2024-10-16
21:04
Remove a lot of stuff meant for macOS < 10.9 check-in: 6415ba7727 user: jan.nijtmans tags: core-8-branch
20:22
Remove obsolete -single_module linker flag Closed-Leaf check-in: 9cc829359d user: jan.nijtmans tags: bug-cb052066de
11:22
Put back some lines in tcl.m4: the "gettimeofday" detection fails without it check-in: a07ee5ce3e user: jan.nijtmans tags: core-8-branch
08:10
SunOS 4 is no longer supported check-in: 714ef2610a user: jan.nijtmans tags: core-8-branch
2024-10-14
20:30
Remove a lot of stuff meant for macOS < 10.9 check-in: 49e8bca1ab user: jan.nijtmans tags: bug-cb052066de
2024-10-09
16:05
Fix warning: warning C4047: 'function': 'char *' differs in levels of indirection from 'const char *... check-in: cf4e367415 user: jan.nijtmans tags: core-8-branch
2024-10-08
22:26
Fix [0439e1e1a3]: Slow detection of illegal expr argument check-in: f10435bb91 user: jan.nijtmans tags: core-8-branch
2024-10-05
21:12
Update nmakehlp.c check-in: a465cc43f3 user: jan.nijtmans tags: core-8-branch
21:08
Backport vctool check-in: 11f27c1ae7 user: jan.nijtmans tags: core-8-branch
21:00
Move new stub entry to 657, which is slightly better check-in: cdb0818396 user: jan.nijtmans tags: tip-701
2024-10-03
08:18
Update links, pointing to the 9.0 release as well check-in: 7acc0b2bb1 user: jan.nijtmans tags: core-8-branch
2024-09-30
09:30
(cherry-pick): Even when building against Tcl8, PRJLIBNAME9 should not have the "t" suffix else it b... check-in: 55abecc8e3 user: jan.nijtmans tags: core-8-branch
2024-09-27
10:24
Cherry-pick 2 trivial fixes from 'documentation-cleanup-for-transition' branch check-in: a45dfaf424 user: jan.nijtmans tags: core-8-branch
03:18
Fix zipfs canonical manpage to match TIP 430 and actual implementation check-in: 720ed356ac user: apnadkarni tags: core-8-branch
2024-09-26
21:08
Backport Tcl_BounceRefCount() from Tcl 9.0 check-in: 7073e07042 user: jan.nijtmans tags: core-8-branch
20:20
Backport http 2.10.0 from 9.0 check-in: 260dad7a1c user: jan.nijtmans tags: core-8-branch
19:32
Backport many small documentation changes (as far as appropriate) from 9.0. Update changes.md check-in: 2046ce35ea user: jan.nijtmans tags: core-8-branch
2024-09-22
16:12
Fix [e38dce74e2]: Command line built with list not properly quoted check-in: 99a7645e72 user: jan.nijtmans tags: core-8-branch
06:17
Docs - Fix spurious .RE in encoding.n, remove duplicate text in coroutine.n check-in: 2747220a89 user: apnadkarni tags: core-8-branch
2024-09-19
12:20
Backport tclIcu.c improvements from 9.0. Some indenting check-in: e5b96e3cda user: jan.nijtmans tags: core-8-branch
10:08
Backport a lot of doc improvements from 9.0 check-in: 48ff6c7312 user: jan.nijtmans tags: core-8-branch
2024-09-18
15:43
closes [f6fc75cbdd0fa593]: silence unknown pragma warning for no-trapv (__GNUC__ is also defined by ... check-in: 9c8c6e1576 user: sebres tags: core-8-branch
10:53
amend to [02d5d65d70]: fixed memory leak (using translated path) check-in: 536390e425 user: sebres tags: core-8-branch
09:52
Attempt to fix build failure caused by fix [02d5d65d70] (8.7 and 9.0 only) Closed-Leaf check-in: 9e05dce8e9 user: jan.nijtmans tags: bug-02d5d65d70
02:59
Merge 8.6 - Very minor typo - pathname -> pathtype check-in: 2fe4fcdaa1 user: apnadkarni tags: core-8-branch
2024-09-17
15:25
small amend improving (path in zipfs) lookup check-in: 28df85586d user: sebres tags: core-8-branch
15:17
fixes further normalization bottleneck of 8.7+ [02d5d65d70adab97], guess [411f52ed87e313dd49e2] too ... check-in: ed87833280 user: sebres tags: core-8-branch
14:32
merge 8.6 (fix attempt for [02d5d65d70adab97], however the small bottleneck is still visible) check-in: 86abe9aa4a user: sebres tags: core-8-branch
2024-09-16
16:41
Merge 8.6 check-in: ca3ad3b249 user: jan.nijtmans tags: core-8-branch
16:05
[708422] Nice test case. Bug report duplicates [7842f33a5c] check-in: be14e8b90e user: dkf tags: core-8-branch
14:39
[680503]: Ensure we make the shadow delegate even if there is no argument to the class constructor. check-in: b378bba6ce user: dkf tags: core-8-branch
2024-09-14
21:14
compile-13.2: added dynamic constraint for unix boxes (avoid SO for small stack limit) - ensure the ... check-in: 8334e24d54 user: jan.nijtmans tags: core-8-branch
21:01
Update testcase check-in: 1fc3d6033f user: jan.nijtmans tags: core-8-branch
2024-09-13
20:06
Fix [63325009a8]: \u0400 conversion to and from cesu-8 fails. check-in: 38bd4fffca user: jan.nijtmans tags: core-8-branch
12:16
(Backport): Fix bug [fccb9f322f] - system encoding detection check-in: c1d2047f90 user: jan.nijtmans tags: core-8-branch
2024-09-11
03:04
Add Tcl_FSTildeExpand and tests check-in: d496038383 user: apnadkarni tags: tip-701
02:47
Create new branch named "tip-701" check-in: 91bc91e86f user: apnadkarni tags: tip-701
2024-09-10
19:48
3th "load" argument should be Titlecase check-in: e75679b59a user: jan.nijtmans tags: core-8-branch
13:26
silence compiler warning check-in: 7738ae2715 user: dgp tags: core-8-branch
2024-09-09
18:37
size_t -> Tcl_Size, for maximum compatibility with Tcl 8.6 check-in: 5e808612dd user: jan.nijtmans tags: core-8-branch
2024-09-07
22:58
Update to TZDATA 2024b check-in: 2d9e5e1d3b user: jan.nijtmans tags: core-8-branch
2024-09-02
11:26
Merge-mark check-in: 9d3fa01392 user: jan.nijtmans tags: core-8-branch
11:22
cherrypicked typos, errors and clarifications from the documentation-cleanup-for-transition branch (... check-in: a4f139837d user: jan.nijtmans tags: core-8-branch
2024-08-24
10:50
Fix static build on MSVC check-in: 4bf28ebf0f user: jan.nijtmans tags: core-8-branch
2024-08-23
19:41
Update "info loaded" documentation. Add "info loaded" change to release notes check-in: 011afdcf10 user: jan.nijtmans tags: core-8-branch
15:18
Don't pack the dde/registry dll's any more for static builds. See: [https://core.tcl-lang.org/tk/tkt... check-in: ab9bae0fd1 user: jan.nijtmans tags: core-8-branch
14:33
Eliminate compiler warning regarding ZLIB_VER_MAJOR on --disable-shared builds (seen on Windows) check-in: 3ba2e6ca53 user: jan.nijtmans tags: core-8-branch
13:53
Documentation/comment fixes [dcc8645349] check-in: bae63ac9d1 user: jan.nijtmans tags: core-8-branch
08:19
Fix [a82f8b15d1]: Encoding of files stored by zipfs check-in: b89a86d1fb user: jan.nijtmans tags: core-8-branch
2024-08-22
15:22
Remove _ATL_XP_TARGETING from rules.vc: Windows XP is no longer supported check-in: a47aa01f87 user: jan.nijtmans tags: core-8-branch
10:50
Fix failure under -singleproc 1 testing check-in: 7942c640ee user: jan.nijtmans tags: core-8-branch
10:49
Whitespace changes check-in: dea1b5bd08 user: jan.nijtmans tags: core-8-branch
2024-08-21
08:50
(backport) Use a name for a flag, use an enum for that flag check-in: 9aecac9f27 user: jan.nijtmans tags: core-8-branch
08:38
Fix [https://core.tcl-lang.org/tclconfig/info/14f0d2c9558caf67|14f0d2c9558caf67] (same mistake in Tc... check-in: bb0b20e430 user: jan.nijtmans tags: core-8-branch
2024-08-20
14:49
tcl::unsupported::inject is deprecated, will be removed in 9.0 check-in: 03e03c8af9 user: jan.nijtmans tags: core-8-branch
2024-08-18
21:35
Fix [6a8c5833c9]: NTFS alternate data streams (ADS) no longer readable writable check-in: 65ecef3150 user: jan.nijtmans tags: core-8-branch
17:20
Backport: Consolidated zipfs changes check-in: 82a7356b9b user: jan.nijtmans tags: core-8-branch
2024-08-15
20:27
Allow "tcl8" as library prefix (just as "tcl9" for Tcl 9) check-in: 51354024e7 user: jan.nijtmans tags: core-8-branch
20:23
Improve bunch of error-messages check-in: 3af2efb00f user: jan.nijtmans tags: core-8-branch
2024-08-14
20:33
Merge-mark check-in: 24768883f6 user: jan.nijtmans tags: core-8-branch
2024-08-13
13:27
Fix [2f22a7364d]: cesu-8 encoding gives same result for different strings check-in: 1fde7637c1 user: jan.nijtmans tags: core-8-branch
08:52
Merge-mark check-in: 67aa7a5c34 user: jan.nijtmans tags: core-8-branch
08:36
AC_PREREQ([2.69]). Fix some indenting check-in: 619dc20963 user: jan.nijtmans tags: core-8-branch
2024-08-12
16:57
Fix Tk [1562e10c58]: with macOS framework build, tclsh cannot find Tk if there are multiple versions... check-in: 9b208cc05b user: culler tags: core-8-branch
16:19
merge point (no changes) check-in: 1ab0e357a8 user: sebres tags: core-8-branch
13:28
merge fix for [7179c6724cd38271]: compilation of incr command on wide constant offset (no overflow) ... check-in: cbabbeed51 user: sebres tags: core-8-branch
2024-08-11
20:47
Update Unicode tables to version 16 (in BETA, Unicode release will be Sept 10) check-in: 24b3d9dffb user: jan.nijtmans tags: core-8-branch
2024-08-09
15:12
Make realclean/hose target consistent with clean with respect to pkgs cleanup check-in: 11066a7726 user: jan.nijtmans tags: core-8-branch
2024-08-07
09:17
An imperfect fix for [2da1cb0c80] given that can't do the right thing check-in: 8063b4eb59 user: dkf tags: core-8-branch
2024-08-06
21:57
Fix some indentation check-in: 1ff09398e5 user: jan.nijtmans tags: core-8-branch
19:47
Clean up of the ICU code and tests check-in: 8c93bcd021 user: jan.nijtmans tags: core-8-branch
11:17
Force named namespaces to be made by TclOO. [154f0982f2] check-in: cefc2cbc4b user: dkf tags: core-8-branch
2024-08-05
22:56
add/document the zlib command to the set of commands in a safe interpreter check-in: 09d286a45d user: jan.nijtmans tags: core-8-branch
22:44
Missed some backports from 9.0. Some indenting check-in: 41996582d5 user: jan.nijtmans tags: core-8-branch
2024-08-04
21:54
TCL_ZIP_FILE/TK_ZIP_FILE definition to nmake makefile, to be consistent with autoconf build check-in: 3adf9df3f9 user: jan.nijtmans tags: core-8-branch
2024-07-30
14:50
merge 8.6 check-in: 1c04e3f4a4 user: dgp tags: core-8-branch
14:26
[3adf9e3a] Document argument bufferSize of Tcl_ZlibInflate check-in: 1bb08939a7 user: oehhar tags: core-8-branch
2024-07-29
11:40
doc/clock.n: cherry-pick from apn-clock-now, [cd257619] Change -now to now in clock ensemble check-in: 2cbbd9da19 user: sebres tags: core-8-branch
08:08
Fix [7d5f1c1308] - zipfs mkzip error on Windows dotfiles check-in: c32b19f04e user: apnadkarni tags: core-8-branch
2024-07-28
19:44
closes [cd25761979]: `clock format` and `clock add` will accept `now` as clock value (value `-now` r... check-in: f602e32fc3 user: sebres tags: core-8-branch
19:25
merge 8.6 check-in: fec9d3c764 user: sebres tags: core-8-branch
2024-07-18
14:53
Merge 8.6 branch check-in: 20cfc707eb user: dkf tags: core-8-branch
08:44
[91b3a5bb14] msgcat method: catch oo resolution to at least not to fail check-in: 033ddb5598 user: oehhar tags: core-8-branch
08:42
[91b3a5bb14] msgcat method: same changes as in branch "ticket-91b3a5bb14-msgcat-oo-method", but base... Closed-Leaf check-in: fbd8edd86f user: oehhar tags: ticket-91b3a5bb14-msgcat-oo-method-tcl-8-7
2024-07-16
21:14
clock: better fix for validation check for scanned day of week in input (normalized input value afte... check-in: 5fe15e460a user: sebres tags: core-8-branch
19:17
clock: fix validation check for scanned Sunday (missing % 7 by compare) check-in: 8f854a2a24 user: sebres tags: core-8-branch
17:42
clock: fixed regression [3ee8f1c2a785f4d8]: time overflow (without validation) must cause day increm... check-in: 70997824b1 user: sebres tags: core-8-branch
14:54
amend to [ae09f6b190]: fixes SF [a7b7dd7927f3d56b] - LoadCleanupProc can be invoked with NULL first ... check-in: 96910cd882 user: sebres tags: core-8-branch
2024-07-15
01:16
fixes memory leak [ae09f6b190ceec31]: properly unload and free InterpLibrary if interpreter gets del... check-in: 24ace090aa user: sebres tags: core-8-branch
2024-07-14
20:06
Stop variable from disappearing by accident when referred to by name. [74b6110204] check-in: b10dcf68c9 user: dkf tags: core-8-branch
19:16
merge 8.6 check-in: 16efdba111 user: sebres tags: core-8-branch
2024-07-03
13:09
Merge 8.6 check-in: e715cf23da user: jan.nijtmans tags: core-8-branch
2024-07-02
14:38
merge 8.6 check-in: 6f9b318d26 user: sebres tags: core-8-branch
12:38
merge 8.6 check-in: c0b9e076c4 user: sebres tags: core-8-branch
2024-07-01
19:29
Fix [5fca83d78c]: [encoding system] is wrong in an ISO-8859-1 locale check-in: 813a60d2b9 user: jan.nijtmans tags: core-8-branch
2024-06-30
14:53
macos-11 is no longer available on GITHUB, so switch to macos-12/macos-14 check-in: 16ce63b198 user: jan.nijtmans tags: core-8-branch
14:22
Add "chan isbinary" to changes.md check-in: a0518a2384 user: jan.nijtmans tags: core-8-branch
2024-06-29
11:55
Merge 8.6 - Fix docs for tcl::tm::roots - takes a single argument. check-in: 3306d7daf4 user: apnadkarni tags: core-8-branch
2024-06-28
16:13
Fix "chan isbinary" documentation for 8.7 check-in: 199454879b user: jan.nijtmans tags: core-8-branch
16:10
Add "chan isbinary" command. Part of TIP #699, meant for 8.7 check-in: 14070e0a13 user: jan.nijtmans tags: core-8-branch
08:51
merge 8.7 check-in: 3c52cf7fa7 user: sebres tags: core-8-branch
2024-06-27
13:45
(backport) Add tcl::unsupported::icu command (why not!) check-in: aea99cd7aa user: jan.nijtmans tags: core-8-branch
2024-06-26
11:50
Some indenting check-in: 679a1e1d89 user: jan.nijtmans tags: core-8-branch
2024-06-24
11:35
Eliminate "-encoding binary" as much as possible in testcases check-in: 3f7a792256 user: jan.nijtmans tags: core-8-branch
2024-06-21
17:08
Revise use of "-translation binary" in testcases: Use it where usefull, don't use it any more where ... check-in: fbb65baea8 user: jan.nijtmans tags: core-8-branch
09:27
Fix examples, using "-translation binary" correctly in stead of "-encoding binary" check-in: cb4d8a8981 user: jan.nijtmans tags: core-8-branch
07:11
(backport) Update string is integer docs as per TIP 514. check-in: ef3e45f4aa user: jan.nijtmans tags: core-8-branch
2024-06-19
16:36
Fix [7be97a6859]: Reviewing chan.n changes check-in: f29b98a453 user: jan.nijtmans tags: core-8-branch
12:29
merge 8.6 check-in: 6c2657e12a user: sebres tags: core-8-branch
10:58
Document %z and %t size modifiers for 'format' and 'scan' check-in: 09de253f50 user: jan.nijtmans tags: core-8-branch
2024-06-18
22:27
Merge 8.6 check-in: 5230c77fff user: jan.nijtmans tags: core-8-branch
2024-06-17
14:54
Implement %z/%t/%q/%j size modifiers for 'scan'. Part of TIP #697, which is suitable for 8.7 too. check-in: b1f3acf091 user: jan.nijtmans tags: core-8-branch
2024-06-16
19:57
Some cleaning up of the internals of the implementation of ensembles. check-in: 0b4c254082 user: dkf tags: core-8-branch
17:28
Better comments. Closed-Leaf check-in: a2d0e28623 user: dkf tags: dkf/ensemble-cleanup
15:12
Some more improvements check-in: 6280883f86 user: dkf tags: dkf/ensemble-cleanup
13:39
Cleaner ensemble innards check-in: 992554eac0 user: dkf tags: dkf/ensemble-cleanup
2024-06-13
11:59
Minor doc fix check-in: af8cf518e5 user: jan.nijtmans tags: core-8-branch
10:53
Fix [1d26e580cf]: safe interp can't source files with BOM check-in: 470ffaa8a9 user: jan.nijtmans tags: core-8-branch
09:49
Merge 8.7 check-in: 242fe9d024 user: jan.nijtmans tags: core-8-branch
09:05
Unbreak clang build: tclCmdIL.c:4063:2: error: expected expression int keyword; ^ check-in: bc56395a17 user: jan.nijtmans tags: core-8-branch
2024-06-12
19:54
ultimately closes [f05f5ef759c1f7f9]: since bigints are not supported yet, trying to use them as ser... check-in: 362b0c5c71 user: sebres tags: core-8-branch
19:11
speed-up lseq (with expr-args) a bit, as well as avoid shimmer for compiled expressions check-in: 467de1c425 user: sebres tags: core-8-branch
19:01
more fixes for [f05f5ef759c1f7f9]: don't swallow expr errors, further code review and simplification check-in: c279bfc1b2 user: sebres tags: core-8-branch
12:23
lseq: more tests check-in: 68af142b65 user: sebres tags: core-8-branch
10:50
Merge 8.6 check-in: d601bb912c user: jan.nijtmans tags: core-8-branch
00:53
list.perf.tcl: added performance regression tests for lseq (illustrates fix for [f05f5ef759c1f7f9], ... check-in: 094f5d892f user: sebres tags: core-8-branch
00:09
lseq: code review, several fixes for [f05f5ef759c1f7f9], unneeded code removed, etc: 1. avoid duplic... check-in: d0a617b9ea user: sebres tags: core-8-branch
00:03
tests illustrating bug [f05f5ef759c1f7f9], incorrect behavior of lseq check-in: f56667ab48 user: sebres tags: core-8-branch
2024-06-11
13:36
Various doc backports from 9.0 check-in: 1ae57c5cbd user: jan.nijtmans tags: core-8-branch
12:38
Backported a littttttle bit too much check-in: 297e305755 user: jan.nijtmans tags: core-8-branch
12:13
Backport: Another round of small fixes, especially spelling errors... check-in: 8fd95d871e user: jan.nijtmans tags: core-8-branch
10:16
Merge-mark check-in: 9fc5ddb37d user: jan.nijtmans tags: core-8-branch
09:57
Add missing "METHOD profile", some paragraph markers and formatting in examples (last one comes from... check-in: 69ea5c4c69 user: jan.nijtmans tags: core-8-branch
09:26
Backout [71bfc6e708f641af]: "Make the documentation of [encoding] more concise and readable". Will b... check-in: e849ba576b user: jan.nijtmans tags: core-8-branch
09:00
Put back Tcl_SaveResult, Tcl_RestoreResult, Tcl_DiscardResult in doc header (accidently removed) check-in: bde9760d12 user: jan.nijtmans tags: core-8-branch
08:14
Backout [0ef72df401df2216]: "Tighten up SaveResult.3". Will be put in a separate review for 9.0 check-in: e264ba6b23 user: jan.nijtmans tags: core-8-branch
07:30
Backport: Consolidate channel documentation. close, puts etc. manpages now just reference chan (rema... check-in: ee8e7ca3e0 user: jan.nijtmans tags: core-8-branch
2024-06-10
22:53
Backport: Consolidate channel documentation. close, puts etc. manpages now just reference chan (chan... check-in: 53760f3cdd user: jan.nijtmans tags: core-8-branch
15:27
Merge-mark check-in: 361aa13f0c user: jan.nijtmans tags: core-8-branch
11:07
Revert [eb627bda27] from 8.7, will be put in a separate review for 9.0. check-in: c63f0cd023 user: jan.nijtmans tags: core-8-branch
10:19
Merge 8.6 check-in: b3a7838642 user: jan.nijtmans tags: core-8-branch
2024-06-09
16:19
(cherry-pick) Put ClockFmtScnStorageHashKeyType (and some more) in read-only memory check-in: e688bfbe6e user: jan.nijtmans tags: core-8-branch
2024-06-07
12:18
Fix [d5b45c23f4]: file tildeexpand and file home not disabled in safe base interp check-in: 0ff5667f15 user: jan.nijtmans tags: core-8-branch
10:32
Fix for [d5b45c23f4]: file tildeexpand and file home not disabled in safe base interp Closed-Leaf check-in: ff568b2774 user: jan.nijtmans tags: bug-d5b45c23f4
2024-06-06
09:07
Fix [57daa91ea]: Tcl_GetIntForIndex handling of n-m (m > n). With testcases. check-in: 4ec93828a9 user: jan.nijtmans tags: core-8-branch
2024-06-04
14:23
Put back some later changes, which were lost in the previous commit Closed-Leaf check-in: b0f14d141b user: jan.nijtmans tags: backout-nre-doc
13:09
Let's review those NRE.3 and Eval.3 changes check-in: 07958d8bff user: jan.nijtmans tags: backout-nre-doc
12:44
Let's review the SaveInterpState.3 changes in 8.7/trunk (which were never backported to 8.6) Closed-Leaf check-in: df24abc91a user: jan.nijtmans tags: backout-saveinterpstate-doc
12:19
Let's review the chan.n changes in 8.7/trunk (which were never backported to 8.6) Closed-Leaf check-in: 1a7a14dc0e user: jan.nijtmans tags: backout-chan-doc
2024-06-03
20:16
Remove outdated parts of documentation check-in: ebc9ff7266 user: jan.nijtmans tags: core-8-branch
20:06
typo check-in: 431128bc01 user: jan.nijtmans tags: core-8-branch
11:38
Merge 8.6 check-in: 18e7182764 user: jan.nijtmans tags: core-8-branch
2024-05-31
14:30
Since int() doesn't truncate any more (TIP #514), adapt the documentation accordingly check-in: ad6d47b4a8 user: jan.nijtmans tags: core-8-branch
11:00
Merge 8.6 check-in: e60ddd3a61 user: dkf tags: core-8-branch
09:30
Make 'I', 'I32', 'I64' only available on Windows, because they serve no purpose on other platforms. Closed-Leaf check-in: 01e6a242c4 user: jan.nijtmans tags: bug-9c258a841a
2024-05-30
21:52
Fix [9c258a841a]: document %t/%z/%j/%q size field specifiers. Fix %j/%z/%t matching the C printf check-in: 9c0c9d1a4a user: jan.nijtmans tags: core-8-branch
21:26
Let's [9c258a841a|fix] the j%j/%q type specifiers, so they behave like C in scripts, and document th... Closed-Leaf check-in: 0c66ee7d75 user: jan.nijtmans tags: bug-9c258a841a
18:36
closes [34870ab5756911d1]: no double free if Tcl_DeleteAssocData gets called in deleteProc (if inter... check-in: 0aedd271b2 user: sebres tags: core-8-branch
03:15
Add c99format test command for testing Tcl format against C99 printf. check-in: 82b828362c user: apnadkarni tags: bug-9c258a841a-tests
2024-05-29
19:27
Merge-mark check-in: e3d0608d3f user: jan.nijtmans tags: core-8-branch
15:20
Let's [9c258a841a|fix] the %p/%z/%t type specifiers, so they behave like C in scripts, and document ... check-in: 2d6520b382 user: jan.nijtmans tags: bug-9c258a841a
09:44
Fix [18f4a94d03], by reverting [9bcec7cd880540c3], which caused it. See [https://core.tcl-lang.org/t... check-in: 8d4d978bd3 user: jan.nijtmans tags: core-8-branch
2024-05-28
13:04
merge 8.6 check-in: af3c128935 user: sebres tags: core-8-branch
12:54
Eliminate some unnecessary type-casts. Tcl_GetString -> TclGetString where appropriate check-in: ddf52caf7a user: jan.nijtmans tags: core-8-branch
2024-05-27
21:21
Improve details about attached zipfs archives in tclsh and wish (backport from 9.0) check-in: e4355cd0de user: jan.nijtmans tags: core-8-branch
21:04
Another round of sentinel improvements check-in: a688bb7213 user: jan.nijtmans tags: core-8-branch
20:16
merge 8.6 check-in: 331d12e7b7 user: sebres tags: core-8-branch
11:04
Eliminate TclPrintByteCodeObj()'s 'interp' argument, which is not used. check-in: 56c28e2db2 user: jan.nijtmans tags: core-8-branch
2024-05-26
13:19
merge 8.6 check-in: 9e8cd97a2b user: dkf tags: core-8-branch
2024-05-25
15:35
merge core-8-6-branch check-in: 7facc906fa user: dkf tags: core-8-branch
09:09
Unneeded Tcl_DStringFree() (twice) check-in: 826c2273bd user: jan.nijtmans tags: core-8-branch
2024-05-24
19:49
merge core-8-6-branch check-in: 0c105deac2 user: dkf tags: core-8-branch
15:51
Fix [e589d9bdab] - fconfigure socket -peername check-in: 44009dc22e user: apnadkarni tags: core-8-branch
08:04
Merge 8.6 check-in: 939981f439 user: jan.nijtmans tags: core-8-branch
2024-05-23
21:10
Superflous ',' Leaf check-in: 99d3c2a63e user: jan.nijtmans tags: jn-tcl-clock-configure--back-from-unsupported-ns
21:05
Rebase to 8.7 check-in: e3c331edd6 user: jan.nijtmans tags: jn-tcl-clock-configure--back-from-unsupported-ns
15:14
Fix [3fc3287497]: TclGetProcessGlobalValue encodes information twice on Windows check-in: 73dc48ac59 user: jan.nijtmans tags: core-8-branch
12:00
Merge 8.6 check-in: 37b8b3fdaf user: jan.nijtmans tags: core-8-branch
2024-05-22
22:24
.travis.yml is not used any more check-in: 918bf2ae16 user: jan.nijtmans tags: core-8-branch
21:12
clock option re-ordering check-in: 540078bebf user: jan.nijtmans tags: core-8-branch
10:50
amend to [de08cf03235f3ce9], [7842f33a5cc5eed0], stop tail recursion in AddSimpleClassChainToCallCon... check-in: 22966032c2 user: sebres tags: core-8-branch
10:23
merge point check-in: 80fa732c8d user: sebres tags: core-8-branch
10:11
small amend to [1d16344c8cfaecc8], [7842f33a5cc5eed0]: don't need to invoke both functions in case i... check-in: 659ca0ae8d user: sebres tags: core-8-branch
09:24
Merge 8.6. Fix TCL_NO_DEPRECATED build check-in: dbeb93773b user: jan.nijtmans tags: core-8-branch
2024-05-21
21:17
"TCL_TOMMATH" is not used anywhere check-in: 97eea147ef user: jan.nijtmans tags: core-8-branch
19:50
Add tommath-????/zlib-???? to build-info if libtommath/zlib is statically linked check-in: 9afa65152a user: jan.nijtmans tags: core-8-branch
14:05
Fix off-by-one error in tcl::build-info command. Improve spacing check-in: 6924fe0f7b user: jan.nijtmans tags: core-8-branch
10:49
circumvent crash [7842f33a5cc5eed0] on null ptr (oPtr->selfCls may be NULL) check-in: 1d16344c8c user: sebres tags: core-8-branch
09:48
merge 8.6 check-in: 5be1c6c979 user: sebres tags: core-8-branch
2024-05-20
20:33
Fix gcc warning: return should have value check-in: e3cb927560 user: jan.nijtmans tags: core-8-branch
15:20
Fix [7842f33a5c]: Call chain creation could crash in destructors in some tangled cases check-in: de08cf0323 user: dkf tags: core-8-branch
09:54
Improve readability from some typecasting trickery. Backported from 9.0 (thanks, dkf!) check-in: d832f58cff user: jan.nijtmans tags: core-8-branch
09:32
Backport spacing-related changes from 9.0 check-in: f5469ec0c0 user: jan.nijtmans tags: core-8-branch
2024-05-19
22:23
Improve tcl::build-info implementation, adapted from dkf's result-helpers branch check-in: d73e8e60a6 user: jan.nijtmans tags: core-8-branch
2024-05-18
21:58
Update changes.md check-in: 568f98c34d user: jan.nijtmans tags: core-8-branch
2024-05-17
20:40
Merge 8.7. Improve tcl::build-info Leaf check-in: e94e6e3cec user: jan.nijtmans tags: libtommath-1.3.1
13:45
Proper fix for [87271f7cd6]. Structures relating to [info frame] in a method now have the correct li... check-in: 612af6e7d6 user: dkf tags: core-8-branch
2024-05-16
15:55
Apply emergency workaround for [87271f7cd6]; not fixed yet, but no longer crashes check-in: 9208e56d48 user: dkf tags: core-8-branch
2024-05-14
12:47
(cherry-pick) Merge [4a1848c27fd63955], bringing Tcl.n back to the state it was. check-in: 39a2e5b4f5 user: jan.nijtmans tags: core-8-branch
2024-05-13
16:39
clock.test: amend to hotfix [9889f96f4da77e3b] - ensemble created implicitely now check-in: d89349fb42 user: sebres tags: core-8-branch
10:34
interim fix for [9889f96f4da77e3b]: avoid lazy creation and compilation for clock-ensemble (unless t... check-in: ad49517e0b user: sebres tags: core-8-branch
2024-05-10
14:42
(backport): Funcs without args must explicitly take void check-in: c0628e3a1f user: jan.nijtmans tags: core-8-branch
10:18
merge 8.6 check-in: 76a8c1c44b user: sebres tags: core-8-branch
2024-05-08
15:06
Add some typecasts, remove duplicate "memset", remove some spacing. check-in: 71dea9c67f user: jan.nijtmans tags: core-8-branch
14:39
Backport [e0bdc14669] "Cleaning up tclWinSock.c" check-in: 718495c125 user: oehhar tags: core-8-branch
2024-05-07
20:45
more simplifications check-in: 21c730f95f user: sebres tags: core-8-branch
20:09
code review (optimization by parse of word tokens in clock format) check-in: 4a909182de user: sebres tags: core-8-branch
19:04
closes [a858d95f4bfddafb]: adjust word-token pointer after possible realloc check-in: c432a8b50b user: sebres tags: core-8-branch
2024-05-05
20:21
Merge 8.6 check-in: 3fa1e95cb1 user: jan.nijtmans tags: core-8-branch
2024-05-04
16:25
Merge 8.6 check-in: 430342d36e user: jan.nijtmans tags: core-8-branch
2024-05-02
21:00
Better fix for [1e48483c8b]: Use of non-standard C code in TCLBOOLWARNING check-in: 7a82dd9959 user: jan.nijtmans tags: core-8-branch
11:22
Make sure to forward-declare "struct addrinfo". Some compilers don't like doing that in a parameter-... check-in: 0b6bbf9a73 user: jan.nijtmans tags: core-8-branch
09:57
Ticket [cab08bbf04]: document "scan %llu" as valid check-in: c889576c60 user: oehhar tags: core-8-branch
2024-04-29
11:51
Eliminate warnings in tclTest(Obj).c, caused by our -Wc++-compat flag. check-in: 6cf7e00ec0 user: jan.nijtmans tags: core-8-branch
11:46
Tcl_MainEx() never returns, so it should be TCL_NORETURN as well. check-in: cc3a6494b2 user: jan.nijtmans tags: core-8-branch
08:26
Merge 8.6 check-in: 78280ba2b5 user: jan.nijtmans tags: core-8-branch
2024-04-27
17:26
Fix clang warning: tclWinTime.c:84:6: error: suggest braces around initialization of subobject [-Wer... check-in: 240572962a user: jan.nijtmans tags: core-8-branch
11:58
This construct doens't work on MSVC check-in: 4f36f76a21 user: jan.nijtmans tags: core-8-branch
2024-04-26
12:59
Fix [1e48483c8b]: Use of non-standard C code in TCLBOOLWARNING check-in: b43de757cc user: jan.nijtmans tags: core-8-branch
07:39
Accept "tcl::build-info tommath" to get the built-in tommath version number. Same with gcc/zlib/??? ... check-in: b6ee75d57f user: jan.nijtmans tags: libtommath-1.3.1
2024-04-25
14:59
Fix for [ef23a85ac6]: Tcl_PanicProc - Tcl9 & NaviServer. check-in: 0753949a8d user: jan.nijtmans tags: core-8-branch
09:40
Make it more clear that TclpThreadExit() and Tcl_ExitThread() are TCL_NORETURN too. check-in: 3483b63d35 user: jan.nijtmans tags: core-8-branch
08:24
(cherry-pick): Fix building of libtclzip for out-of-source builds check-in: 5ae320c23c user: jan.nijtmans tags: core-8-branch
2024-04-24
19:54
Tcl_ConsolePanic() is TCL_NORETURN, not TCL_NORETURN1. Merge 8.6 check-in: c2849233bf user: jan.nijtmans tags: core-8-branch
2024-04-22
17:41
Only use Tcl_TomMath_InitStubs() when TCL_WITH_EXTERNAL_TOMMATH is not defined check-in: 7dbd4588c7 user: jan.nijtmans tags: core-8-branch
16:19
Fix [6eb8d79cb8]: segfault in obj-34.1 check-in: 64f472d200 user: jan.nijtmans tags: core-8-branch
07:00
Ticket [00b3e5dea8]: "info comdtype" return value "native" created by "Tcl_CreateObjCommand", not "T... check-in: f1b92f324e user: oehhar tags: core-8-branch
2024-04-21
22:18
ifdef -> ifndef check-in: 5ecc3f6e22 user: jan.nijtmans tags: libtommath-1.3.1
22:09
Merge 8.7. Add libtommath/zlib version number to tcl::build-info (if zlib/libtommath is compiled int... check-in: f17a4fee78 user: jan.nijtmans tags: libtommath-1.3.1
10:11
No need for Tcl_TomMath_InitStubs() any more, due to TIP #648 check-in: 35d4c18451 user: jan.nijtmans tags: core-8-branch
2024-04-20
16:52
TIP #648: New functions Tcl_NewWideUIntObj()/Tcl_SetWideUIntObj() check-in: dbe94fba12 user: jan.nijtmans tags: core-8-branch
2024-04-19
19:45
Merge 8.6 check-in: fe28cb7ea9 user: jan.nijtmans tags: core-8-branch
12:36
Merge 8.6 check-in: 95cc4a3738 user: jan.nijtmans tags: core-8-branch
08:15
More indenting check-in: 9a45160d30 user: jan.nijtmans tags: core-8-branch
08:12
(backport) Fix indenting check-in: c3b5ee0e35 user: jan.nijtmans tags: core-8-branch
2024-04-18
15:32
Fix [18f4a94d03] by backing out [9bcec7cd880540c3] (again) check-in: a2633b5cc5 user: jan.nijtmans tags: bug-18f4a94d03
15:22
Merge 8.6 check-in: 3b1ba17e3a user: jan.nijtmans tags: core-8-branch
2024-04-17
19:31
Re-build win64 libtommath binaries check-in: 42d90bf5a5 user: jan.nijtmans tags: libtommath-1.3.1
15:35
This fits on a single line (as in 9.0) check-in: 813be99dd2 user: jan.nijtmans tags: core-8-branch
15:27
Libtommath 1.3.1 (currently still in rc1) check-in: 38e6d34798 user: jan.nijtmans tags: libtommath-1.3.1
15:13
cherrypick [b73516f7cfccbc9f] to 8.7 - closes [167e0635db]: solves leaks, valgrind test, etc check-in: 62f9f8b56b user: sebres tags: core-8-branch
14:55
restore backwards compatibility (see clock-44.3) - spaces between tokens are optional, repaired gree... check-in: 7500745c8d user: sebres tags: core-8-branch
14:39
merge 8.6 (new clock regression test, illustrating incompatibility of new engine) check-in: d7ada3835c user: sebres tags: core-8-branch
13:06
Fix "make dist" check-in: 523ac7ca2c user: jan.nijtmans tags: core-8-branch
12:59
TIP 693: Restart the changes files. (changes.md still TODO) check-in: 191139a467 user: jan.nijtmans tags: core-8-branch
10:22
Deprecate Tcl_GetAlias() check-in: 618593ad8a user: jan.nijtmans tags: core-8-branch
09:03
(cherry-pick): dup test names check-in: 0e8449375f user: jan.nijtmans tags: core-8-branch
08:16
Merge 8.6 check-in: 990ab54cda user: jan.nijtmans tags: core-8-branch
2024-04-16
17:30
Merge 8.6 check-in: d157a6b3ef user: jan.nijtmans tags: core-8-branch
2024-04-15
17:51
Merge-mark check-in: d7e14bf8b0 user: jan.nijtmans tags: core-8-branch
2024-04-14
14:31
Some int -> Tcl_Size changes check-in: 787ba0f53b user: jan.nijtmans tags: core-8-branch
2024-04-13
22:19
missing ',' check-in: 7382cc0899 user: jan.nijtmans tags: jn-tcl-clock-configure--back-from-unsupported-ns
22:05
options alphabetical check-in: d43fac373b user: jan.nijtmans tags: jn-tcl-clock-configure--back-from-unsupported-ns
21:15
Merge 8.7 check-in: 4723ca4c9f user: jan.nijtmans tags: jn-tcl-clock-configure--back-from-unsupported-ns
2024-04-12
23:03
merge 8.6 check-in: a8087863c3 user: sebres tags: core-8-branch
21:51
merge 8.6 check-in: 299f7305e2 user: sebres tags: core-8-branch
21:40
Add missing documentation for TIP 598 Tcl_WinConvertError check-in: 5f96787120 user: jan.nijtmans tags: core-8-branch
15:25
(cherry-pick): Clock not weak; clock strong! check-in: 98415018a8 user: jan.nijtmans tags: core-8-branch
15:24
Merge 8.6. Don't change ActiveCodePage on Windows (yet), that's for 9.0 check-in: 0a0fdba2f8 user: jan.nijtmans tags: core-8-branch
14:02
Fixed misleading comment check-in: b10d1c53a9 user: dkf tags: core-8-branch
13:25
More cleaning up, notably no more symbols starting with _ as they're a reserved 'namespace' check-in: bfb42faa67 user: dkf tags: core-8-branch
09:46
Fix panic "loop in ConvertLocalToUTCUsingTable", introduced by previous commit. Some further code cl... check-in: 3c341011b9 user: jan.nijtmans tags: core-8-branch
06:49
Split ClockConfigureObjCmd() in two parts check-in: 6596b236c8 user: jan.nijtmans tags: jn-tcl-clock-configure--back-from-unsupported-ns
2024-04-11
16:14
Clean up the code style of the rest of clock check-in: 5e6e644645 user: dkf tags: core-8-branch
15:19
Next stage of migrating things to follow style: clock format support check-in: 3030150049 user: dkf tags: core-8-branch
14:27
Merge 8.7 Closed-Leaf check-in: c948bba8c5 user: jan.nijtmans tags: tcl-clock-configure--back-from-unsupported-ns
13:55
No need for TCL_OBJTYPE_V0 in Tcl 8.7. Make StrIdxTreeObjType static const. Define TCL_OBJTYPE_V1/TC... check-in: a8f043eb0a user: jan.nijtmans tags: core-8-branch
13:35
A few more small changes check-in: 0f6b51b4b7 user: dkf tags: core-8-branch
13:22
(cherry-pick): Possibly a fix for [080f846fd58958ef]: When updating the interest of a channel, don'... check-in: 1cc41db97a user: jan.nijtmans tags: core-8-branch
13:19
Style cleanup, plus added comments on memory management check-in: 4b9f7f5493 user: dkf tags: core-8-branch
13:15
Merge 8.6. Use Tcl_NewBooleanObj for booleans; we should say what we mean check-in: c6d3960498 user: jan.nijtmans tags: core-8-branch
10:54
Style cleanup check-in: 7545483cf9 user: dkf tags: core-8-branch
07:59
Merge-mark check-in: 7e9249ec05 user: jan.nijtmans tags: core-8-branch
07:57
Fix [e155cedf33]: Error-handling in TclGetOpenMode(). Add O_ACCMODE fow Windows, in case it is not ... check-in: 68ff52f3c7 user: jan.nijtmans tags: core-8-branch
2024-04-10
14:47
Merge 8.6 Use TclHasInternalRep() macro in more places. check-in: d326acc1c9 user: jan.nijtmans tags: core-8-branch
13:18
[e155cedf33]: Error-handling in TclGetOpenMode() Closed-Leaf check-in: 1de2bb21a5 user: jan.nijtmans tags: bug-e155cedf33
13:01
Use standard macro for freeing the internal rep check-in: 43e279fede user: dkf tags: core-8-branch
2024-04-09
15:23
Add ability to regenerate tclOOScript.h to Win build check-in: 4f49e2b023 user: dkf tags: core-8-branch
13:31
partially revert [06b7ba18bdd9c2c3]: move ::tcl::clock::configure back from ::tcl::unsupported, leav... check-in: ba59a1523a user: sebres tags: tcl-clock-configure--back-from-unsupported-ns
12:05
TCL_MIN_SECONDS/TCL_MAX_SECONDS should use 'LL', because the constants are > LONG_MAX on 32-bit plat... check-in: 2210e67ebf user: jan.nijtmans tags: core-8-branch
2024-04-08
08:29
Fix [a6fb744b20]: missing file from distribution check-in: b0ded00b82 user: jan.nijtmans tags: core-8-branch
2024-04-06
13:48
more improvements for overflow cases (always proper message, errorCode, correct badOption value) check-in: 122184f343 user: sebres tags: core-8-branch
13:20
simple attempt to silence valgrind [167e0635db], improved error message by bad seconds (or -base), r... check-in: 9d7596c138 user: sebres tags: core-8-branch
2024-04-05
21:28
Merge-mark check-in: fed0b2c3cd user: jan.nijtmans tags: core-8-branch
2024-04-04
20:54
Fix [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFUNC. With testcase check-in: 7f3767390f user: jan.nijtmans tags: core-8-branch
20:14
Tcl_ArgvGenFuncProc: int -> Tcl_Size (twice) Closed-Leaf check-in: c3b23bf0c7 user: jan.nijtmans tags: bug-7cb7409e05
20:01
Combine with "testparseargs" command. With testcases now check-in: a1959e72b3 user: jan.nijtmans tags: bug-7cb7409e05
13:32
Merge 8.6 check-in: b7e442b293 user: jan.nijtmans tags: core-8-branch
11:44
Merge 8.6 check-in: 09cdca236b user: jan.nijtmans tags: core-8-branch
2024-04-03
22:21
Add "testparseargsobj" command. Testcases to be added check-in: 0ad800e47a user: jan.nijtmans tags: bug-7cb7409e05
22:09
Proposed fix for [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFUNC check-in: a6a8bc6ffe user: jan.nijtmans tags: bug-7cb7409e05
18:49
fixed [dc0770a2397ae0b1]: tests are timezone independent now check-in: 793f4643fa user: sebres tags: core-8-branch
2024-04-02
21:50
Merge 8.6 check-in: 67460ca2f9 user: jan.nijtmans tags: core-8-branch
11:13
Merge 8.6 check-in: 333bdb34cc user: jan.nijtmans tags: core-8-branch
2024-04-01
18:36
TIP 688: clock command revision and speedup check-in: 7137ea11e9 user: jan.nijtmans tags: core-8-branch
2024-03-30
14:48
Merge-mark check-in: e9afc777b6 user: jan.nijtmans tags: core-8-branch
2024-03-29
15:42
4 more files, which should have been removed as part of the libtommath 1.2 -> 1.3 upgrade check-in: 6a02c3b3ad user: jan.nijtmans tags: core-8-branch
14:20
Merge 8.6. Rename some (internal) libtommath stub entries (back to the same name as in Tcl 8.6) check-in: 13e8fc7158 user: jan.nijtmans tags: core-8-branch
12:26
Upgrade provided libtommath with version 1.3. Still works with external libtommath 1.2 too. check-in: a04ae84a3f user: jan.nijtmans tags: core-8-branch
2024-03-28
21:39
Merge 8.6 check-in: a358975f05 user: jan.nijtmans tags: core-8-branch
2024-03-27
20:18
fixes SF [edb4b065f49b9e51]: cherry-picked from 5d52c6d7302b320e] check-in: ac30912bcc user: sebres tags: core-8-branch
20:13
merge 8.6 (string tests, also illustrating bug [edb4b065f49b9e51]) check-in: 633a20378a user: sebres tags: core-8-branch
09:49
Add koi8-ru and koi8-t encodings check-in: f159d4c7ed user: jan.nijtmans tags: core-8-branch
2024-03-24
18:05
(cherry-pick): Change Tcl_ExternalToUtfDStringEx and Tcl_UtfToExternalDStringEx to ignore START/END ... check-in: 4f47abcc61 user: jan.nijtmans tags: core-8-branch
2024-03-23
22:06
Merge-mark check-in: 51062bf4da user: jan.nijtmans tags: core-8-branch
18:17
Backport formatting from 9.0. Revise genStubs.tcl such that dummy entries are only generated for Tcl... check-in: 36eaeafb4b user: jan.nijtmans tags: core-8-branch
13:28
Revise clock-6.10c? testcases check-in: e8589daf33 user: jan.nijtmans tags: core-8-branch
2024-03-22
13:41
Mark clock-6.10b/clock-6.10d as "knownBug": Those testcases crash with CFLAGS=-ftrapv, even with cur... check-in: 968cf29140 user: jan.nijtmans tags: core-8-branch
13:06
Add more testcases, 0-measurement of current behavior. integervalueTooLarge -> dateTooLarge. check-in: f23d81deff user: jan.nijtmans tags: core-8-branch
2024-03-21
12:57
Formatting/indenting check-in: 1dd169510a user: jan.nijtmans tags: core-8-branch
10:31
Merge 8.6 check-in: 1b7fde5700 user: jan.nijtmans tags: core-8-branch
2024-03-20
20:09
Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (thanks, Sergey!) check-in: 3186ba81a2 user: jan.nijtmans tags: core-8-branch
14:42
dup test name check-in: b77b2ef03f user: dgp tags: core-8-branch
13:14
(backport) more spacing/formatting tweaks. For now, macosx/unix/win only. check-in: dc8a99efff user: jan.nijtmans tags: core-8-branch
2024-03-19
16:12
Backport fix for [bda99f2393]: gets stdin problem when non-blocking - Windows (cherry-pick): Fix ind... check-in: 770221ff54 user: jan.nijtmans tags: core-8-branch
2024-03-18
08:46
For now, revert TIP #689 implementation, until it's accepted. check-in: 8ae0402a98 user: jan.nijtmans tags: core-8-branch
2024-03-17
23:20
More int -> Tcl_Size check-in: a52cd06a0d user: jan.nijtmans tags: core-8-branch
2024-03-15
13:42
Merge 8.6 check-in: 91f32fb100 user: jan.nijtmans tags: core-8-branch
2024-03-13
09:45
Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6 check-in: c575f9dc00 user: jan.nijtmans tags: core-8-branch
2024-03-12
23:41
Merge 8.6 check-in: da870994fd user: jan.nijtmans tags: core-8-branch
2024-03-11
22:01
Merge 8.6 check-in: d31f533f41 user: jan.nijtmans tags: core-8-branch
20:30
Merge 8.6. Upgrade bison to latest version (3.8.2) check-in: 1495c7c2b6 user: jan.nijtmans tags: core-8-branch
2024-03-10
21:12
GetMonthDay() improvements (from sebres-9-0-clock-speedup-cr2 branch). Some int -> TclWideInt or int... check-in: 5309ff9480 user: jan.nijtmans tags: core-8-branch
16:51
Merge 8.6 check-in: 76d789a445 user: jan.nijtmans tags: core-8-branch
11:27
Fix [910d67a229fe7f65]: NS-qualified invocations of command evade [namespace unknown] check-in: 1f0f766632 user: jan.nijtmans tags: core-8-branch
2024-03-09
23:47
fix testcase check-in: a7b45f89b0 user: jan.nijtmans tags: core-8-branch
22:56
(backport): Corrections to TclOO errorcodes from scripted parts check-in: ac0edc9cb5 user: jan.nijtmans tags: core-8-branch
2024-03-08
13:31
merge 8.6 check-in: 55161b04a1 user: sebres tags: core-8-branch
11:31
typo's check-in: 25dca7779a user: jan.nijtmans tags: core-8-branch
2024-03-07
22:17
Merge 8.6 check-in: 7b408742b0 user: jan.nijtmans tags: core-8-branch
11:21
fixes segfault [a9625d1f53554f9d]: elemObj used uninitialized, lindex on lseq wo args must return wh... check-in: a12bd5c50a user: sebres tags: core-8-branch
2024-03-06
15:01
Merge 8.6 check-in: f20cd0f8e0 user: jan.nijtmans tags: core-8-branch
10:04
a6 -> b1, as preparation for possible release (hopefully, one day) check-in: b54927ef9a user: jan.nijtmans tags: core-8-branch
2024-03-05
10:12
Merge 8.6 check-in: fcd6f1b54e user: jan.nijtmans tags: core-8-branch
2024-03-04
20:30
Merge 8.6 check-in: e2f5845694 user: jan.nijtmans tags: core-8-branch
14:47
Tweak error-message. Remove pre-7.5 Tcl code. check-in: 8ba11ea01f user: jan.nijtmans tags: core-8-branch
13:31
Merge 8.6 check-in: 93696922f2 user: jan.nijtmans tags: core-8-branch
2024-03-03
21:42
Merge 8.6 check-in: 2490edbb83 user: jan.nijtmans tags: core-8-branch
2024-02-28
10:00
fixes [e02798626dfbcd7b] - close regression introduced by TIP#490 causing too slow eval of mc comman... check-in: 3a4bf06425 user: sebres tags: core-8-branch
2024-02-27
20:31
Merge mark check-in: f25b96438c user: oehhar tags: core-8-branch
18:21
small amend for better readability (no RE needed, faster utf prefix compare) Closed-Leaf check-in: e81985ea8b user: sebres tags: fix-e02798626d--msgcat-regress
16:07
amend to [e02798626dfbcd7b]: speed-up ::tcl::clock::mc a little bit (uses msgcat::mcn internally ins... check-in: 9ff9eb8a25 user: sebres tags: fix-e02798626d--msgcat-regress
15:58
fixes [e02798626d]: close regression introduced by TIP#490 causing too slow eval of mc command for n... check-in: 29eaa2a82f user: sebres tags: fix-e02798626d--msgcat-regress
13:53
Some more int -> Tcl_Size check-in: fd0a1b6e28 user: jan.nijtmans tags: core-8-branch
12:10
TclWinGetPlatformId is defined twice. Re-generate tclDecls.h check-in: 0ee8752897 user: jan.nijtmans tags: core-8-branch
07:08
clock requires msgcat 1.7, not 1.6 as minimum check-in: d20012dd88 user: oehhar tags: core-8-branch
2024-02-21
17:04
Backport missing .fi from main branch in file doc/ObjectType.3 check-in: babd8ac6b2 user: oehhar tags: core-8-branch
2024-02-20
16:47
Ticket [2f4b495427]: document TIP 445 API functions. check-in: 31e8b2c9eb user: oehhar tags: core-8-branch
2024-02-19
16:29
Merge-mark check-in: 1d26884977 user: jan.nijtmans tags: core-8-branch
2024-02-16
16:59
(Cherry-pick): Derpfix... check-in: 12125d5be6 user: jan.nijtmans tags: core-8-branch
14:48
Merge 8.6 check-in: a39831380a user: jan.nijtmans tags: core-8-branch
14:43
(cherry-pick) Reduce the number of warnings on Windows: channel names generated in one place check-in: e494ede6de user: jan.nijtmans tags: core-8-branch
12:30
Merge-mark check-in: 3dfd12f7db user: jan.nijtmans tags: core-8-branch
12:05
Merge 8.6. http -> 2.10b2 check-in: 45d29e9dfc user: jan.nijtmans tags: core-8-branch
2024-02-15
20:33
Fix [578b7e273c03]: Round computed end value to match precision of given arguments check-in: d99d025a45 user: jan.nijtmans tags: core-8-branch
2024-02-14
16:06
Merge-mark check-in: 356c3455db user: jan.nijtmans tags: core-8-branch
2024-02-12
21:55
More code cleanup check-in: 9438970ff1 user: jan.nijtmans tags: core-8-branch
15:26
Code cleanup (also backported from 9.0) check-in: f9ba3cd5f6 user: jan.nijtmans tags: core-8-branch
14:43
Fix last "knownBug" in UTF-16 encoder (backported from 9.0) check-in: 00c7d938b7 user: jan.nijtmans tags: core-8-branch
2024-02-11
22:05
TIP #652 check-in: 2e1b89ace3 user: jan.nijtmans tags: core-8-branch
2024-02-08
16:25
Merge 8.6. Some int -> Tcl_Size check-in: ae7eb5c8b2 user: jan.nijtmans tags: core-8-branch
13:26
Merge 8.6 check-in: 6ba5b5effa user: jan.nijtmans tags: core-8-branch
13:21
Fix all 'ascii' testcases in encodingVectors.tcl, another try. See [1355b9a874]. check-in: 233da96789 user: jan.nijtmans tags: core-8-branch
2024-02-07
20:52
Backout [c63ef66f0d], back to the drawing table. check-in: f99067ae3e user: jan.nijtmans tags: core-8-branch
18:00
Merge mark check-in: a4762f4dab user: oehhar tags: core-8-branch
16:59
merge 8.6 check-in: b0ebc92e2f user: dgp tags: core-8-branch
13:11
Merge 8.6 check-in: f9c293ea50 user: jan.nijtmans tags: core-8-branch
10:00
Fix all 'ascii' testcases in encodingVectors.tcl check-in: c63ef66f0d user: jan.nijtmans tags: core-8-branch
08:50
(cherry-pick): Add test cases for [80d4c1c7e5] check-in: 44cc6f2c62 user: jan.nijtmans tags: core-8-branch
07:08
Merge mark check-in: a69d1ed115 user: oehhar tags: core-8-branch
2024-02-06
16:43
Merge mark check-in: 1dc61b5cb3 user: oehhar tags: core-8-branch
15:01
Merge 8.6 check-in: 28a7f41451 user: jan.nijtmans tags: core-8-branch
12:33
Minor code simplification check-in: 484524c355 user: jan.nijtmans tags: core-8-branch
09:41
Fix util-18.13/util-18.14 constraint, which masked the wrong result on 64-bit windows. Fixed that as... check-in: d1c674d649 user: jan.nijtmans tags: core-8-branch
2024-02-05
21:02
Merge 8.6 check-in: 8060f3f83d user: jan.nijtmans tags: core-8-branch
2024-02-04
01:49
Merge 8.6 check-in: ae23dc8ca9 user: jan.nijtmans tags: core-8-branch
2024-02-01
21:44
Fix [0d78177f20]: unsigned use of Tcl_ObjPrintf() doesn't work as expected. With testcases. check-in: 7abae71820 user: jan.nijtmans tags: core-8-branch
09:42
Forgot that long doubles are supported in Tcl_ObjPrintf() check-in: fd7e22c963 user: jan.nijtmans tags: core-8-branch
09:21
Merge 8.7, but update for TIP #476 check-in: e7d563a1c1 user: jan.nijtmans tags: core-8-branch
2024-01-31
21:08
More TCL_SIZE_MODIFIER usage check-in: 1c29c5082b user: jan.nijtmans tags: core-8-branch
13:57
Eliminate (now unnecessary) type-casts check-in: 01064980d8 user: jan.nijtmans tags: core-8-branch
12:42
Remove private characters from regexp control table, but add them back in [:cntrl:] class (so no cha... check-in: a642ee62d4 user: jan.nijtmans tags: core-8-branch
2024-01-29
21:04
re-build win64/zlib1.dll for UCRT check-in: 7fc3475193 user: jan.nijtmans tags: core-8-branch
15:39
small amend (type change) check-in: 7e3b66cc7c user: sebres tags: core-8-branch
15:26
merge 8.6 check-in: 902ceac239 user: sebres tags: core-8-branch
09:20
Merge 8.6 check-in: 50228ffe98 user: jan.nijtmans tags: core-8-branch
2024-01-28
21:12
Missing "const" check-in: 9bad75bcfe user: jan.nijtmans tags: core-8-branch
20:42
Backport regsub.n from 9.0 check-in: 62dc87d0c3 user: jan.nijtmans tags: core-8-branch
2024-01-27
12:09
More testcases check-in: 0ed614424d user: jan.nijtmans tags: core-8-branch
11:59
Merge 8.6 check-in: 879347fde7 user: jan.nijtmans tags: core-8-branch
2024-01-26
13:45
Merge 8.6 check-in: 052bf73b12 user: jan.nijtmans tags: core-8-branch
12:51
Improve tcl_startOfPreviousWord, so it can handle indices like "" (from Tk) and "end-1" check-in: cc86841c45 user: jan.nijtmans tags: core-8-branch
2024-01-24
20:46
Backport doc/eval.n from 9.0, and fix missing .CE check-in: 5a4898701d user: jan.nijtmans tags: core-8-branch
2024-01-23
08:36
Merge 8.6 check-in: ebc6cb8701 user: oehhar tags: core-8-branch
2024-01-22
15:08
Merge TCL8.6 check-in: c559648522 user: oehhar tags: core-8-branch
14:28
Merge TCL8.6 check-in: a87deaa418 user: oehhar tags: core-8-branch
2024-01-21
16:31
Merge 8.6 check-in: 9ebdb88b20 user: jan.nijtmans tags: core-8-branch
2024-01-20
11:23
Fix failing zipfs testcases check-in: f884ce1344 user: jan.nijtmans tags: core-8-branch
2024-01-19
14:59
Fix compiler warning check-in: b3a6ae31fd user: jan.nijtmans tags: core-8-branch
14:34
(cherry-pick): Bug [e5ca49bcfa] - zipfs glob check-in: 907af5418c user: jan.nijtmans tags: core-8-branch
2024-01-15
19:32
Merge 8.6 check-in: 85a9c05082 user: jan.nijtmans tags: core-8-branch
10:46
Bug [d63061a1ac]: "PRIVATE != CONTROL in Unicode". Leave out "Co" (private-use characters) from "str... Closed-Leaf check-in: 5219e3ff14 user: jan.nijtmans tags: bug-d63061a1ac
2024-01-14
00:29
Merge 8.6 check-in: 683de3e01d user: jan.nijtmans tags: core-8-branch
2024-01-12
11:53
Leave out Tcl_UtfNcmp/Tcl_UtfNcasecmp from -DTCL_NO_DEPRECATED builds, because it's part of the UTF1... check-in: 2d72b799ff user: jan.nijtmans tags: core-8-branch
2024-01-11
09:36
Merge 8.6 check-in: 4f9448a2cf user: oehhar tags: core-8-branch
08:07
Few minor implementation fixes (e.g. "transferable" < "true") Closed-Leaf check-in: 3457ff04da user: jan.nijtmans tags: tip-685
2024-01-10
21:01
Fix [4e38c347a4] Changed contract for Tcl_UtfN(case)cmp in Tcl 8.7 check-in: 45db2932ba user: jan.nijtmans tags: core-8-branch
12:41
TIP 685 implementation: rename "string is unicode" to "string is transferable". Also rename underlyi... check-in: 5018317bb2 user: oehhar tags: tip-685
2024-01-09
12:15
Merge 8.6 check-in: cb3bf7771b user: jan.nijtmans tags: core-8-branch
2024-01-08
13:23
Merge 8.6. Add (back) special Tcl_GetLongFromObj handling for Cygwin64 stub-table check-in: c8a34a084b user: jan.nijtmans tags: core-8-branch
2024-01-07
00:56
re-generate tclConfig.h.in as well check-in: ae1d23ad66 user: jan.nijtmans tags: core-8-branch
00:06
Upgrade to autoconf-2.72 check-in: d554444cdf user: jan.nijtmans tags: core-8-branch
2024-01-06
18:08
Merge 8.6. Some int -> Tcl_Size check-in: d3eecc8415 user: jan.nijtmans tags: core-8-branch
2024-01-05
22:56
Merge 8.6 check-in: cf016b4c54 user: jan.nijtmans tags: core-8-branch
14:20
Make the SUFX for nmake-builds the same as for Makefile builds, if TCL_VERSION > 86 check-in: 9caa76ac38 user: jan.nijtmans tags: core-8-branch
13:52
Merge 8.6 check-in: 3923327833 user: jan.nijtmans tags: core-8-branch
2024-01-04
20:33
Merge-mark check-in: 9351bc4164 user: jan.nijtmans tags: core-8-branch
17:28
Add many timeouts, add --disable-zipfs build (backported from 9.0) check-in: 1da8bbe185 user: jan.nijtmans tags: core-8-branch
16:22
Fix [https://core.tcl-lang.org/tk/info/1ca3c8d9da|1ca3c8d9da]: nmake build with OPTS=static check-in: 1ab4a209cb user: jan.nijtmans tags: core-8-branch
2023-12-31
00:06
Merge-mark check-in: d6c38edad7 user: jan.nijtmans tags: core-8-branch
2023-12-30
21:47
missing goto check-in: 4d21b646e3 user: jan.nijtmans tags: core-8-branch
21:32
(cherry-pick) Don't call getsockname(2) in Tcl_MakeFileChannel(3) unless absolutely necessary. Close... check-in: 08ffba30e8 user: jan.nijtmans tags: core-8-branch
2023-12-29
22:32
Merge 8.6 check-in: b4986cd064 user: jan.nijtmans tags: core-8-branch
12:39
Merge 8.6 check-in: b307c14710 user: jan.nijtmans tags: core-8-branch
2023-12-26
16:31
Don't use TCL_SIZE_MODIFIER "u", since Tcl_Size can be negative check-in: 18e2b3b04f user: jan.nijtmans tags: core-8-branch
2023-12-24
12:46
update to TZDATA 2023d check-in: 4ff8c3e52b user: jan.nijtmans tags: core-8-branch
2023-12-22
08:06
Document "string is unicode" check-in: bcff4c7c0e user: jan.nijtmans tags: core-8-branch
2023-12-20
19:51
spacing check-in: 020a17fcfa user: jan.nijtmans tags: core-8-branch
19:50
Convert tests/twapiTlsPlus.tcl from CRLF -> LF check-in: 78130792fa user: jan.nijtmans tags: core-8-branch
10:11
Merge bugs-http-8c3de50-bbaf69c check-in: 36fdc4f551 user: kjnash tags: core-8-branch
10:08
Merge 8.7 Closed-Leaf check-in: 3035f68b49 user: kjnash tags: bugs-http-8c3de50-bbaf69c
2023-12-19
17:26
Improve tests/http.test, tests/http11.test, tests/httpPipeline.test. Catch unimportant cleanup error... check-in: 25462a0ca7 user: kjnash tags: bugs-http-8c3de50-bbaf69c
08:33
GITHUB upload-artifact @3 -> @4 check-in: 6d9646d253 user: jan.nijtmans tags: core-8-branch
2023-12-18
17:30
Improve tests/httpProxy.test. Use constraints and print a message on their usage. Catch unimportan... check-in: 9146c1bbfa user: kjnash tags: bugs-http-8c3de50-bbaf69c
17:08
Reverse the 2.8.9- fix for an apparent bug in Thread on Windows - the "bug" vanished after a Windows... check-in: a06492d72a user: kjnash tags: bugs-http-8c3de50-bbaf69c
14:48
merge 8.6 check-in: 7d68cecdc5 user: dgp tags: core-8-branch
2023-12-16
00:20
Merge 8.6 check-in: 714f1f6466 user: jan.nijtmans tags: core-8-branch
2023-12-15
22:16
Merge 8.6 check-in: 63e1e7a9ab user: jan.nijtmans tags: core-8-branch
2023-12-13
16:29
[f6f93c3b39] Missing refcount decrement to cleanup read space on io error. check-in: eee0a9d1de user: dgp tags: core-8-branch
2023-12-12
16:00
Merge bugs-http-8c3de50-bbaf69c check-in: 7759882996 user: kjnash tags: core-8-branch
15:56
Merge 8.7 core-8-branch check-in: ed288399df user: kjnash tags: bugs-http-8c3de50-bbaf69c
15:52
When http.tcl uses Thread, require Thread 2.8.9- to avoid failure of r/w operations on 2.8.8 thread:... check-in: a659382666 user: kjnash tags: bugs-http-8c3de50-bbaf69c
2023-12-10
11:22
Merge 8.6 check-in: e33017c286 user: jan.nijtmans tags: core-8-branch
2023-12-08
15:21
Merge 8.6 check-in: a0f75b49dd user: jan.nijtmans tags: core-8-branch
11:04
Fix [31c54e6a59]: Add missing test files. Put back excluded_pages in tcltk-man2html.tcl: As long as... check-in: 39f1d0ed7d user: jan.nijtmans tags: core-8-branch
2023-12-06
17:34
merge 8.6 (fix for [db4f2843cd]) check-in: c001bf4f58 user: sebres tags: core-8-branch
13:14
Fix [0110923366]: some (wish package) is leaving a global variable "test" set check-in: f1b8716e54 user: jan.nijtmans tags: core-8-branch
09:28
typo check-in: 2edb1e2633 user: jan.nijtmans tags: core-8-branch
01:37
Rename commands http::socketForTls -> http::socketAsCallback, http::socket -> http::AltSocket. check-in: b2d0d3e37b user: kjnash tags: bugs-http-8c3de50-bbaf69c
2023-12-05
17:32
Generalise http::register etc and revise recent changes that were tls-only. check-in: 0d6108a758 user: kjnash tags: bugs-http-8c3de50-bbaf69c
11:55
Define http(usingThread) more precisely check-in: d2f8e48f2b user: kjnash tags: bugs-http-8c3de50-bbaf69c
2023-12-03
13:25
Fix for ticket [bbaf69c3dd] (test http-4.15.*). Do not rely on tk TLD. Increase timeout to 30s. M... check-in: 64459649ff user: kjnash tags: bugs-http-8c3de50-bbaf69c
12:21
Create new branch named "bugs-http-8c3de50-bbaf69c" check-in: 2ce4450981 user: kjnash tags: bugs-http-8c3de50-bbaf69c
2023-11-30
19:28
Remove 8.6 specific documentation check-in: 2b4d796d80 user: oehhar tags: core-8-branch
19:26
Merge 8.6 check-in: 910d9056e1 user: oehhar tags: core-8-branch
19:25
Merge 8.6 check-in: 2d583b1bda user: oehhar tags: core-8-branch
2023-11-27
15:59
merge 8.7 Leaf check-in: e497f19fcb user: dgp tags: dgp-zipfs-init
12:11
Merge 8.6. Remove out-of-date documentation (was skipped in documentation-generation anyway. check-in: 485ec1e499 user: jan.nijtmans tags: core-8-branch
2023-11-24
14:28
Need Tcl_Size #define a little earlier (for 8.6) check-in: 28d2363ed6 user: jan.nijtmans tags: core-8-branch
14:04
Update dde and registry (int -> Tcl_Size) check-in: 09006f0565 user: jan.nijtmans tags: core-8-branch
2023-11-23
15:15
Fix [e653408972]: autoconf warning check-in: 727f609c60 user: jan.nijtmans tags: core-8-branch
13:50
Merge 8.7 Closed-Leaf check-in: 984c02fbc5 user: jan.nijtmans tags: bug-2a0966cdc9
13:48
Remove testgetencpath/testsetencpath test commands: Testcase can use "encoding dirs" as well. (borro... check-in: 3bca0fe344 user: jan.nijtmans tags: core-8-branch
13:25
Merge 8.7 check-in: 80cc6f4ea6 user: jan.nijtmans tags: bug-2a0966cdc9
13:17
Fix [b8a30af3da]: test failures in reg.test. Now works with -DTCL_NO_DEPRECATED and without it. check-in: 879076bfea user: jan.nijtmans tags: core-8-branch
08:50
Fix regexp test failures [b8a30af3da] check-in: cf2334ffbb user: jan.nijtmans tags: core-8-branch
2023-11-22
12:13
Added missing paragraph fragment. check-in: b416425a8a user: dkf tags: core-8-branch
12:03
Fix testcases for previous commit check-in: f3b15b3ed5 user: jan.nijtmans tags: core-8-branch
2023-11-21
08:18
Fix [4ed788c618]: regexp \U not fully implemented - unclear in docs check-in: 21eaa89b6b user: jan.nijtmans tags: core-8-branch
2023-11-20
22:13
Experimental fix for [4ed788c618]: regexp \U not fully implemented - unclear in docs Closed-Leaf check-in: f31a38e350 user: jan.nijtmans tags: bug-4ed788c618
21:13
Merge-mark check-in: 0c1a777857 user: jan.nijtmans tags: core-8-branch
20:46
Merge 8.6 check-in: 6952f8b756 user: jan.nijtmans tags: core-8-branch
20:36
Undo previous commit. Add "static" keywords in various places instead. This should fix the problem t... check-in: cbdc024bd3 user: jan.nijtmans tags: core-8-branch
19:52
Add TCL_INDEX_TEMP_TABLE to avoid storing pointers to a table on the stack that will not live long e... check-in: 7d4d331e22 user: dgp tags: core-8-branch
16:54
fcopy doc: remove depreciation in tcl9, this is 8.7. check-in: e5299ca37e user: oehhar tags: core-8-branch
16:31
Ticket [a173f9229f]: fcopy man page: document encoding error behaviour. Depreciate tcl8 encoding pr... check-in: 184645bd71 user: oehhar tags: core-8-branch
14:25
merge 8.7 check-in: b1dc168e85 user: dgp tags: dgp-zipfs-init
13:36
Fix bug [a173f922]: fcopy does not write leading correct chars on later encoding error. check-in: e20a983650 user: oehhar tags: core-8-branch
13:32
Merge core-8-branch Closed-Leaf check-in: 9a7d12b797 user: oehhar tags: bug-a173f922-fcopy-tell
13:15
Bug [a173f922]: fix bug: fcopy does not write leading correct chars on later encoding error. check-in: b9f611b9a0 user: oehhar tags: bug-a173f922-fcopy-tell
2023-11-18
23:32
TIP #653: Handle consumed data of channel commands in case of encoding errors check-in: 630511c7f7 user: jan.nijtmans tags: core-8-branch
17:18
Remove currently failing test io-52.20.1 to check right file position after fcopy encoding read erro... check-in: 33eb913cce user: oehhar tags: core-8-branch
15:21
Merge 8.6 check-in: 402827d8d5 user: jan.nijtmans tags: core-8-branch
15:17
"stoponerror" == "profilestrict" (and not used anyway) check-in: 1d83514d45 user: jan.nijtmans tags: core-8-branch
2023-11-17
18:39
merge 8.7 check-in: d2b728a059 user: dgp tags: dgp-zipfs-init
15:49
test suite debugging. [removeFile] matches [makeFile] and not [writeFile]. check-in: 2742bd8530 user: dgp tags: core-8-branch
15:36
Merge-mark 8.6 check-in: 48bd1a9373 user: jan.nijtmans tags: core-8-branch
15:19
silence compiler warning check-in: 90e09ca320 user: dgp tags: core-8-branch
12:15
Add "knownBug" constraint to new testcase: io-52.20.1 check-in: 5f54b19fc0 user: jan.nijtmans tags: core-8-branch
2023-11-16
17:07
Add currently failing test io-52.20.1 to check right file position after fcopy encoding read error check-in: 12fff7206c user: oehhar tags: core-8-branch
17:04
Merge core-8-branch check-in: b1232e7d61 user: oehhar tags: bug-a173f922-fcopy-tell
2023-11-15
16:07
Fix broken tests check-in: 035e58ea0c user: dkf tags: core-8-branch
15:37
Remnants from TIP 567's implementation check-in: b9e30e7606 user: dkf tags: core-8-branch
2023-11-14
19:56
TIP #670: Simple Extra Procedures for File Access check-in: c20395db07 user: dkf tags: core-8-branch
19:04
Merge 8.7 Closed-Leaf check-in: b72ee15583 user: jan.nijtmans tags: tip-653
11:07
Add test for blocking mode check-in: 648e73b3a6 user: jan.nijtmans tags: tip-653
2023-11-13
20:24
Merge 8.7 check-in: 6a71571eeb user: jan.nijtmans tags: tip-653
20:10
remove debugs check-in: 6693d96ab0 user: dgp tags: bug-2a0966cdc9
19:52
merge 8.7 check-in: 32a46d4859 user: dgp tags: bug-2a0966cdc9
19:36
Now that the robust, early method of directing Tcl to find its script library in the zipfs archive ... check-in: 6998006485 user: dgp tags: dgp-zipfs-init
19:24
Make calls early to find the script library in zipfs archive and alert the Tcl library to its locati... check-in: 9e6bfa85f5 user: dgp tags: dgp-zipfs-init
17:38
Bug [a173f922]: fcopy encoding error file position issues: read error test (failing currently) check-in: 8d4d3146c9 user: oehhar tags: bug-a173f922-fcopy-tell
17:36
merge 8.7 check-in: f09428139a user: dgp tags: dgp-zipfs-init
15:35
Bug [c4eb46a1]: endless loop on non blocking gets with encoding error. Now, tests zlib-8.21 and zlib... check-in: 94257f6465 user: oehhar tags: core-8-branch
14:49
Blooperfix Closed-Leaf check-in: 55c5834eca user: dkf tags: tip-567-remnants
14:16
Remnants from TIP 567's implementation. The feature was done ages ago. check-in: 58705e1675 user: dkf tags: tip-567-remnants
13:46
Fix for TIP #641: If sizeof(*(boolPtr)) > sizeof(int), generate a compiler-error. Requested by @poin... check-in: b1c20cc84e user: jan.nijtmans tags: core-8-branch
12:48
Bug [c4eb46a1]: non-blocking gets fires the error on 2nd call when sequence is incomplete. Added som... Closed-Leaf check-in: dbcafe5259 user: oehhar tags: bug-c4eb46a1
12:36
Simplify TIP #656: "A revised proposal for encodings". Make TCL_ENCODING_PROFILE_??? values the same... check-in: 2e60630e80 user: jan.nijtmans tags: core-8-branch
2023-11-12
19:32
bug [c4eb46a1]: fix was effective for test sequence "A\xC3B", but not for "A\x81". So add test io-75... check-in: 90ac5ff8f7 user: oehhar tags: bug-c4eb46a1
18:55
Bug [c4eb46a1]: endless loop on gets, non blocking, profile strict, encoding error: remove non-block... check-in: 831c9a8797 user: oehhar tags: bug-c4eb46a1
2023-11-10
14:23
Merge 8.6 check-in: c39bb9dd20 user: jan.nijtmans tags: core-8-branch
13:59
Merge 8.6 check-in: f0e7ac4f47 user: jan.nijtmans tags: core-8-branch
11:00
exec.n documentation: add chapter about MS-Windows quoting. check-in: 3f864e4b5e user: oehhar tags: core-8-branch
08:55
Merge 8.6 check-in: ec8470e931 user: jan.nijtmans tags: core-8-branch
08:55
Recommend Tcl_CreateObjCommand over Tcl_CreateCommand check-in: ea35084b4c user: jan.nijtmans tags: core-8-branch
2023-11-09
08:27
Wrong type-cast check-in: 2c661c0190 user: jan.nijtmans tags: core-8-branch
2023-11-08
22:33
Fix [18f2432b0db2bc08]: Tcl_FSSplitPath compiler warning about macros check-in: ba07d0573a user: jan.nijtmans tags: core-8-branch
21:46
In the zipfs archive initialization, use Tcl_SetPreInitScript() to equip the creation of every inte... check-in: c73c396406 user: dgp tags: dgp-zipfs-init
15:50
merge 8.7 check-in: 917b3048c6 user: dgp tags: bug-2a0966cdc9
12:11
Remove version number from stub library, for Tk 9.0 check-in: 196db65dee user: jan.nijtmans tags: core-8-branch
2023-11-07
12:45
Merge mark, no changes check-in: 4fc595770a user: oehhar tags: tip-653
12:44
Correct some test numbers and descriptions check-in: e48f4a51e1 user: oehhar tags: core-8-branch
12:42
TIP 653: adopted implementation to new text to only return "-data" if potential data loss. Check for... check-in: 9a94125824 user: oehhar tags: tip-653
2023-11-06
15:47
Document tip-653 changes on read: Key "-data" for already decoded data on encoding error check-in: d7fce1ea20 user: oehhar tags: tip-653
15:24
Merge core-8-branch check-in: 03055d3594 user: oehhar tags: tip-653
15:15
Document read/gets/puts behaviour when throwing encoding errors check-in: e2fc3c909f user: oehhar tags: core-8-branch
15:10
Refine read and gets documentation for encoding error case Closed-Leaf check-in: c66ac87da9 user: oehhar tags: man-chanel-encoding-errors
2023-11-05
17:59
Mixed-up -blocking 0/1 check-in: 28d435e8a3 user: oehhar tags: man-chanel-encoding-errors
17:56
Worked on examples for read and gets check-in: 5821e97576 user: oehhar tags: man-chanel-encoding-errors
2023-11-04
12:43
Add read example check-in: 09aeea0f0a user: oehhar tags: man-chanel-encoding-errors
2023-11-03
21:27
Rename test io-75.9. Current name seams to be a left-over check-in: e760442f2c user: oehhar tags: core-8-branch
21:24
Close fork check-in: 482014e6c5 user: oehhar tags: core-8-branch
20:19
Add encoding error chapters to the man apge of gets, read and puts. C library still pending. Review ... check-in: b1ca02139e user: oehhar tags: man-chanel-encoding-errors
19:15
Add unbalances .RS in doc/filename.n check-in: fe15f3e25f user: oehhar tags: core-8-branch
18:35
merge 8.7 check-in: 4e7eb16cda user: dgp tags: bug-2a0966cdc9
16:53
Missing test constraints check-in: c7cb5dda7d user: dgp tags: core-8-branch
13:23
merge 8.7 check-in: 0c157472c1 user: dgp tags: core-8-branch
12:53
merge 8.7 check-in: 8819ddcacf user: dgp tags: bug-2a0966cdc9
2023-11-02
17:00
Merge core-8-branch check-in: c0fc62c785 user: oehhar tags: tip-653
2023-11-01
20:21
When there is a zipfs archive in use to house the script library and TclZipfs_TclLibrary() is called... check-in: 450d12dac5 user: dgp tags: core-8-branch
2023-10-30
19:32
Testing commands [test(g|s)etencpath] have evolved themselves into functional duplicates of [encodin... check-in: a50acbf869 user: dgp tags: bug-2a0966cdc9
19:06
merge 8.7 check-in: c900fd1445 user: dgp tags: bug-2a0966cdc9
2023-10-29
22:02
Merge 8.6 check-in: 64a951e3dc user: jan.nijtmans tags: core-8-branch
2023-10-27
17:13
[26870862f0] follow-up: of course it was not complete yet check-in: d2309f150a user: jan.nijtmans tags: core-8-branch
15:03
More C++-sentinel-related fixes (hopefully, those are the last ones) check-in: 84fdaf1d56 user: jan.nijtmans tags: core-8-branch
2023-10-26
20:08
Final fix for [8ab8a138c9]: functions passed to Tcl_EventuallyFree() must be declared/defined as Tcl... check-in: 91e8692bdf user: jan.nijtmans tags: core-8-branch
2023-10-25
19:27
merge 8.7 check-in: 3c073e5a4d user: dgp tags: bug-2a0966cdc9
19:27
merge 8.6 check-in: eb92b24414 user: dgp tags: core-8-branch
17:57
Since TIP 258 (2005) and development efforts leading up to it (2004), the Tcltest package has not be... check-in: d19f98cb7d user: dgp tags: bug-2a0966cdc9
2023-10-24
13:53
Fix build-info for 64-bit Windows: This is not an "ilp32" platform check-in: 6f8438f5e5 user: jan.nijtmans tags: core-8-branch
2023-10-23
12:43
merge 8.7 Closed-Leaf check-in: 27a3193dc6 user: dgp tags: core-8-7-b1-rc
2023-10-21
14:13
Bug [31fc36fe47] - socket crash with multiple threads. check-in: a387cc9310 user: apnadkarni tags: core-8-branch
13:00
Proposed fix Closed-Leaf check-in: a88829719d user: apnadkarni tags: bug-31fc36fe47
11:29
Test for Windows socket crash check-in: 631917fa95 user: apnadkarni tags: bug-31fc36fe47
05:48
Bug [33b2486199] - thread create/release unmounts zipfs check-in: 7eaba2ba2f user: apnadkarni tags: core-8-branch
04:14
Move zipfs finalization to TclFinalizeFilesystem Closed-Leaf check-in: e0c1a7b07f user: apnadkarni tags: bug-33b2486199
2023-10-20
17:01
Potential fix check-in: fd3eadc252 user: apnadkarni tags: bug-33b2486199
16:53
Add test to trigger bug 33b2486199 check-in: 0b88c1208a user: apnadkarni tags: bug-33b2486199
09:36
Merge 8.6 check-in: 12946b5cac user: jan.nijtmans tags: core-8-branch
08:26
Merge 8.6 check-in: b2db831cad user: jan.nijtmans tags: core-8-branch
2023-10-19
18:25
(cherry-pick): document available TCL_TCPSERVER_* flags check-in: 25c944b9df user: jan.nijtmans tags: core-8-branch
18:09
Fix [26870862f0]: Wrong sentinel in Tcl_SetErrorCode usage; Handle any C++-compiler as well check-in: 234ff497c4 user: jan.nijtmans tags: core-8-branch
2023-10-17
06:02
Handle sentinels for any C++ compiler Closed-Leaf check-in: 6876d1f99a user: jan.nijtmans tags: bug-26870862f0
2023-10-16
20:54
merge 8.6 check-in: 1893b433d0 user: dgp tags: core-8-branch
18:18
test hygiene check-in: 3128a16930 user: dgp tags: core-8-branch
04:03
Add missing zipfs test zip check-in: 5a18d46478 user: apnadkarni tags: core-8-branch
2023-10-15
21:47
C++ doesn't accept "register" keyword check-in: eec7e1dad0 user: jan.nijtmans tags: core-8-branch
17:54
Merge 8.6. Use (void *)NULL in stead of NULL for C++ check-in: 42c0076a8d user: jan.nijtmans tags: core-8-branch
14:38
Fix broken nmake static install check-in: 26b3274623 user: apnadkarni tags: core-8-branch
11:45
Refactor mount_data api as to not duplicate mount command functionality. Needs revisiting as mount_d... check-in: 7430c0b1e3 user: apnadkarni tags: core-8-branch
11:25
Comment correction check-in: d9391d98fd user: oehhar tags: core-8-branch
10:33
Fix memory leak [9525f4c8bc] and zipfs path handling [c3364db38a] and others check-in: 492fb812e9 user: apnadkarni tags: core-8-branch
10:12
Fix zipfs long path memory leaks [9525f4c8bc] Closed-Leaf check-in: 2cd497c822 user: apnadkarni tags: apn-zipfs-paths
06:32
More fixes, update docs check-in: 87cad788af user: apnadkarni tags: apn-zipfs-paths
2023-10-14
21:26
Merge-mark check-in: 92d5b2a45e user: jan.nijtmans tags: core-8-branch
17:07
Eliminate CanonicalPath - obsolete check-in: 1fd5a8fba4 user: apnadkarni tags: apn-zipfs-paths
15:51
Redo zipfs path handling check-in: 12b8aa570c user: apnadkarni tags: apn-zipfs-paths
15:36
Create new branch named "apn-zipfs-paths" check-in: 773db24dc3 user: apnadkarni tags: apn-zipfs-paths
2023-10-13
21:37
Fix C++ errors, e.g: "generic/tclZipfs.c:5598:6: error: cannot jump from this goto statement to its ... check-in: 1fe6692c22 user: jan.nijtmans tags: core-8-branch
15:28
Merge 8.6 check-in: fa816ce4e4 user: jan.nijtmans tags: core-8-branch
14:06
Merge-mark check-in: 244cd61b35 user: jan.nijtmans tags: core-8-branch
2023-10-12
15:20
Merge 8.7 check-in: efd27f19a9 user: jan.nijtmans tags: core-8-branch
14:40
Merge 8.6 check-in: a715725d9f user: jan.nijtmans tags: core-8-branch
2023-10-11
17:19
Minor source readability and delete obsolete code check-in: f2b93e95e4 user: apnadkarni tags: core-8-branch
10:05
Merge 8.6 check-in: 56cb488cc3 user: jan.nijtmans tags: core-8-branch
04:53
Minor nmake tweaks, remove obsolete target check-in: 927aa4937c user: apnadkarni tags: core-8-branch
03:57
Bug [894e11d7f7] - fix broken test configuration for zipfs builds - nmake version check-in: ef07c271ad user: apnadkarni tags: core-8-branch
2023-10-10
19:27
More int -> Tcl_Size (backported from 9.0) check-in: e94d0fede9 user: jan.nijtmans tags: core-8-branch
15:01
Bug [894e11d7f7] - fix broken test configuration for zipfs builds - nmake version Closed-Leaf check-in: 843fa79403 user: apnadkarni tags: bug-894e11d7f7-nmake
14:58
Create new branch named "bug-894e11d7f7-nmake" check-in: 600c135fb7 user: apnadkarni tags: bug-894e11d7f7-nmake
2023-10-09
20:42
Merge 8.6 check-in: b5ab3fa9da user: jan.nijtmans tags: core-8-branch
18:26
Re-generate "configure" with autoconf-2.71 check-in: 976bdc31fb user: jan.nijtmans tags: core-8-branch
11:32
Bug [894e11d7f7]. Fix Unix test runs to use embedded Tcl zipfs scripts and not external ones from th... check-in: effd49d19f user: apnadkarni tags: core-8-branch
10:43
No need to fake embedded zip now that tcltest build is fixed Closed-Leaf check-in: 6a4f659b03 user: apnadkarni tags: bug-894e11d7f7
10:33
Fix test targets in mingw builds to not set TCL_LIBRARY when zipfs enabled check-in: bae47e56ee user: apnadkarni tags: bug-894e11d7f7
2023-10-08
16:32
Rework to use configure as prior solution presumed Gnu make check-in: abd833af66 user: apnadkarni tags: bug-894e11d7f7
13:44
Start on fixing Unix testing of zipfs configs check-in: 957693ea58 user: apnadkarni tags: bug-894e11d7f7
03:03
Have zipfs claim all paths under zipfs root. See [93eb73784a]. check-in: 1a5b7fb09d user: apnadkarni tags: core-8-branch
02:35
Merge 8.7 Closed-Leaf check-in: 324936737c user: apnadkarni tags: apn-zipfs-pathclaim
2023-10-06
08:29
Mark (internal) symbols which are going to be removed in 9.0 with "deprecated" check-in: 72c82ef005 user: jan.nijtmans tags: core-8-branch
2023-10-05
15:39
Claim all paths under //zipfs:/ as zipfs paths check-in: 2e7df7cfd0 user: apnadkarni tags: apn-zipfs-pathclaim
11:22
Merge 8.6 check-in: 73c79c7378 user: jan.nijtmans tags: core-8-branch
10:43
zipfs file write - remove size limit, do not preallocate check-in: 7286b40cd8 user: apnadkarni tags: core-8-branch
2023-10-04
20:54
Merge 8.6 check-in: a85db436db user: jan.nijtmans tags: core-8-branch
15:17
Move some (internal) stub entries to lower numbers check-in: b2a4eb8a7f user: jan.nijtmans tags: core-8-branch
13:54
merge 8.7 check-in: 4a607e8407 user: dgp tags: core-8-7-b1-rc
13:53
test suite hygiene check-in: 737cb49386 user: dgp tags: core-8-branch
13:19
Fix [5d308081e4] zipfs append mode. check-in: 5cbd6b1990 user: apnadkarni tags: core-8-branch
12:57
Update tests for zipfs append. Closed-Leaf check-in: 8251651109 user: apnadkarni tags: bug-5d308081e4
11:49
Start on zipfs append mode check-in: cb37aeb8ec user: apnadkarni tags: bug-5d308081e4
10:00
Misc fixes in zipfs manpage check-in: 303053af53 user: apnadkarni tags: core-8-branch
09:02
Fix [9e039ee0b9], [57f144c799] and other zipfs glob issues. check-in: 5c39466de8 user: apnadkarni tags: core-8-branch
07:34
Done with glob tests Closed-Leaf check-in: 92a555c54a user: apnadkarni tags: bug-9e039ee0b9
06:48
Fix gcc unused var warning check-in: 737985618c user: apnadkarni tags: bug-9e039ee0b9
2023-10-03
16:39
Some fixes, some tests check-in: 743998c14c user: apnadkarni tags: bug-9e039ee0b9
06:55
Merge 8.7 check-in: f464c62c08 user: apnadkarni tags: bug-9e039ee0b9
06:38
Backport locking patch from chw check-in: 8f4663d79d user: apnadkarni tags: core-8-branch
05:00
Fix [8259d74a64] fix check-in: e232836cee user: apnadkarni tags: core-8-branch
03:28
Fix [8259d74a64] fix Closed-Leaf check-in: 0824f03e05 user: apnadkarni tags: apn-memory-fix
2023-10-02
16:31
Start on zipfs glob/find bugs check-in: 1a0414b73f user: apnadkarni tags: bug-9e039ee0b9
06:44
Fix [02acab5aea], [d8a354f7d9], [62e5508ee], [4af110a6a1], [02acab5aea] - file ensemble bugs for zip... check-in: 735e596737 user: apnadkarni tags: core-8-branch
06:17
More relatively minor fixes for file ensemble on zipfs Closed-Leaf check-in: 1380fdb0cb user: apnadkarni tags: apn-zipfs-filecommands
2023-10-01
19:41
Merge 8.6 check-in: e0ad6a7e01 user: jan.nijtmans tags: core-8-branch
16:58
More file ensemble tests for zipfs check-in: 1704dba4ab user: apnadkarni tags: apn-zipfs-filecommands
2023-09-30
16:17
Start on tests and fixes for file commands for zipfs check-in: 507d0337cc user: apnadkarni tags: apn-zipfs-filecommands
03:23
Fix [8259d74a64] - panic on exit check-in: a6562fe64a user: apnadkarni tags: core-8-branch
02:58
Remove obsolete code Closed-Leaf check-in: 24efcf8305 user: apnadkarni tags: bug-8259d74a64
2023-09-29
17:17
Add test for crash check-in: 49d814e62e user: apnadkarni tags: bug-8259d74a64
17:05
Merge 8.7 check-in: b6c8d1101f user: apnadkarni tags: bug-8259d74a64
16:39
Refactor zipfs finalization check-in: b18fa0f371 user: apnadkarni tags: bug-8259d74a64
13:17
merge 8.7 Leaf check-in: 7a439315e6 user: dgp tags: dgp-tcl-code
12:58
merge 8.7 check-in: a99749a831 user: dgp tags: core-8-7-b1-rc
12:48
dup test names check-in: b3c4b1cf90 user: dgp tags: core-8-branch
12:32
merge 8.7 check-in: f8e75dcd9a user: dgp tags: core-8-7-b1-rc
11:42
Disable password based zipfs tests on MacOS check-in: 8a0288ebec user: apnadkarni tags: core-8-branch
11:19
Start on zipfs finalization panic check-in: ab52b09c47 user: apnadkarni tags: bug-8259d74a64
03:09
Fix [6d2ef441cc], [c315de9e44] - zipfs password bugs check-in: 9c204498a8 user: apnadkarni tags: core-8-branch
02:41
Merge 8.7" Closed-Leaf check-in: 2c945c354a user: apnadkarni tags: apn-zipfs-password
02:40
Minor edit check-in: 04fa87a6aa user: apnadkarni tags: apn-zipfs-password
2023-09-28
18:17
Fix [0df5906dd7]: Error-handling when stderr is in "strict" profile check-in: 166b00eb0c user: jan.nijtmans tags: core-8-branch
18:15
Handle ::tcl::Bgerror the same way Closed-Leaf check-in: a63a8b9af9 user: jan.nijtmans tags: bug-0df5906dd7
17:11
Progress on [6d2ef441cc] check-in: 5fd2ca4c3d user: apnadkarni tags: apn-zipfs-password
16:26
Proposed fix for [c315de9e44] check-in: ad3a393e8c user: apnadkarni tags: apn-zipfs-password
15:23
Proposed fix for [0df5906dd7] check-in: 6314825ea9 user: jan.nijtmans tags: bug-0df5906dd7
11:32
Simplify password checks. No need to persist result check-in: e4de29f57b user: apnadkarni tags: apn-zipfs-password
11:02
Start on password related zipfs bugs check-in: 375af5005c user: apnadkarni tags: apn-zipfs-password
09:53
test-case cleanup check-in: c5759c89f2 user: jan.nijtmans tags: core-8-branch
07:29
Merge 8.6 check-in: 4bc7bd58aa user: jan.nijtmans tags: core-8-branch
2023-09-27
11:11
Fix [00018ec7a0], [f91ee30d33], [23dd83ce7c] - zipfs r+, w+ modes, zero byte allocation check-in: a6c30811c9 user: apnadkarni tags: core-8-branch
10:46
Bug [00018ec7a0] - zipfs w+ not permitting read Closed-Leaf check-in: 32f7d369cf user: apnadkarni tags: apn-zipfs-writes
10:23
Merge 8.6 check-in: ef8c2217ca user: jan.nijtmans tags: core-8-branch
10:19
Re-build libtommath for win64(-arm): some symbols were not exported check-in: 0d5151af26 user: jan.nijtmans tags: core-8-branch
07:36
Add missing test file check-in: c7942b0603 user: apnadkarni tags: apn-zipfs-writes
06:57
Tests for bug [f91ee30d33] check-in: 074e370466 user: apnadkarni tags: apn-zipfs-writes
03:29
Finish up [23dd83ce7c] tests and fixes. check-in: c7f1974db7 user: apnadkarni tags: apn-zipfs-writes
2023-09-26
17:06
Fix [23dd83ce7c]. Still need to check other ckallocs for 0 length check-in: f0558adee8 user: apnadkarni tags: apn-zipfs-writes
09:21
Re-build libtommath v1.2.1 for Win64 and Win64-arm check-in: f070161b82 user: jan.nijtmans tags: core-8-branch
05:22
Bug [d5d03207ca] - Tcl hang on zipfs writes greater than buffer size check-in: ce5cd01e47 user: apnadkarni tags: core-8-branch
05:03
Add tests Closed-Leaf check-in: 5253501f2d user: apnadkarni tags: bug-d5d03207ca
2023-09-25
19:45
Start on [d5d03207ca] check-in: 9d0ee9d6ca user: apnadkarni tags: bug-d5d03207ca
18:44
Fix (actually benign) gcc warning below about writing past array bound. D:/src/tcltk/wip/tcl/generi... check-in: 22a57ef1dd user: apnadkarni tags: core-8-branch
18:42
Fix fileSystem-1.38 to not assume all volumes are drives check-in: 820b44d027 user: apnadkarni tags: core-8-branch
18:24
Make last argument of Tcl_GetByteArrayFromObj() "Tcl_Size *" in stead of "int". Is exactly the same... check-in: 50791c1b1d user: jan.nijtmans tags: core-8-branch
17:28
Fix gcc warning. Add knownBug constraint to zipfs list (only showed in non-embedded config) check-in: 60ac458c51 user: apnadkarni tags: core-8-branch
16:23
Bug [02acab5aea] - zipfs file exists and stat fixes check-in: 16746b4a5c user: apnadkarni tags: core-8-branch
15:55
Re-build libtommath v1.2.1 for i686 check-in: 541cb1ffdf user: jan.nijtmans tags: core-8-branch
15:52
Merge 8.7 Closed-Leaf check-in: b66e8fa141 user: apnadkarni tags: apn-zipfs-pathfixes
15:37
Fix file exist for zipfs check-in: 2355df8b21 user: apnadkarni tags: apn-zipfs-pathfixes
15:17
zipfs attribute tests check-in: 9c74c13d8c user: apnadkarni tags: core-8-branch
13:51
some more int -> Tcl_Size check-in: 5dc98a5c8d user: jan.nijtmans tags: core-8-branch
08:51
Move CHANNEL_*BUFFERED (internal) flags to higher bits: prevent any possibility for conflicts with p... check-in: f14a94a19b user: jan.nijtmans tags: core-8-branch
02:36
Merge 8.7 check-in: 49201deb23 user: apnadkarni tags: apn-zipfs-pathfixes
2023-09-24
18:30
msgcat reverse lookup as provided by Alexandru Dadalau on the core list 2023-09-23 Leaf check-in: 05d6475467 user: oehhar tags: msgcat-reverse-lookup
16:35
More tests for zipfs check-in: 50094c52ca user: apnadkarni tags: core-8-branch
2023-09-23
13:36
Bug [4645658689] - zipfs file truncation with open r+ check-in: 6137ca45c5 user: apnadkarni tags: core-8-branch
2023-09-22
15:01
Fix test contraint "bbe7c6ff9e" check-in: 4c9f1df290 user: jan.nijtmans tags: core-8-branch
13:58
Merge 8.6 - Bug [0aaeb9c380] check-in: cc0cf03b3b user: apnadkarni tags: core-8-branch
02:51
Minor refactor for globbing zipfs check-in: 9e62ec357c user: apnadkarni tags: apn-zipfs-pathfixes
2023-09-21
16:18
Fix file stat,exists for zipfs intermediate paths check-in: 70b419ce84 user: apnadkarni tags: apn-zipfs-pathfixes
12:20
Merge 8.6 check-in: f56f778852 user: jan.nijtmans tags: core-8-branch
11:12
Merge 8.6 check-in: f17be91312 user: jan.nijtmans tags: core-8-branch
10:59
Disable zipfs password tests for macos. Unix, Windows pass. See [bbe7c6ff9e] check-in: 8f423488d7 user: apnadkarni tags: core-8-branch
08:51
Start on various bugs related to zipfs paths. check-in: bfb4a34224 user: apnadkarni tags: apn-zipfs-pathfixes
2023-09-20
15:27
Eliminate utf16 test-constraint. Add some testcases (backported/adapted from 9.0) check-in: 0c471c163d user: jan.nijtmans tags: core-8-branch
12:38
merge 8.7 check-in: 43e3748f9c user: dgp tags: dgp-tcl-code
12:17
merge 8.7 check-in: 38a28cb418 user: dgp tags: core-8-7-b1-rc
12:11
Handle TCL_TRACE_OLD_STYLE being deprecated check-in: c013bc5a51 user: jan.nijtmans tags: core-8-branch
10:59
Constrain tests to account for difference between Unix, MingW and MacOs build configuration for --di... check-in: 786b273cb7 user: apnadkarni tags: core-8-branch
08:17
Eliminate "tip389" constraint. Mark 3 test-cases knownBug [e262613233] check-in: 7360740bcc user: jan.nijtmans tags: core-8-branch
07:25
eliminate use of "utf32" constraint: no longer necessary check-in: 311bb2391e user: jan.nijtmans tags: core-8-branch
07:23
Fix compilation with CFLAGS=-DTCL_NO_DEPRECATED check-in: c0fd9e3418 user: jan.nijtmans tags: core-8-branch
06:32
Bug [a288e2003b] - file normalize broken for zipfs. check-in: 3e93461bd9 user: apnadkarni tags: core-8-branch
2023-09-19
11:41
Bugs [14db54d81e], [6183f535c89]. Glob and find on zipfs root check-in: 65474fdc06 user: apnadkarni tags: core-8-branch
07:09
Fix gcc warning check-in: f13d0cd6e2 user: jan.nijtmans tags: core-8-branch
05:41
Bug [4c686f1f0a] - zipfs mount on / check-in: 14c7ed3ab2 user: apnadkarni tags: core-8-branch
2023-09-18
16:59
Bug [d056ee6d30] - zipfs list returns invalid paths check-in: 7c1d2b3dcc user: apnadkarni tags: core-8-branch
15:50
Allow larger values for "binary encode base64 -maxlen". Add some more testcases check-in: 224417e462 user: jan.nijtmans tags: core-8-branch
15:47
Directory depth calculation assumed zipfs root at /, not //zipfs:/ Closed-Leaf check-in: e1f0d4e46a user: apnadkarni tags: bug-d056ee6d30
14:56
Create new branch named "bug-d056ee6d30" check-in: 44d08ca2eb user: apnadkarni tags: bug-d056ee6d30
14:39
merge 8.7 check-in: 168b346fa6 user: dgp tags: dgp-tcl-code
14:37
merge 8.7 check-in: 2aeb7d6fc6 user: dgp tags: core-8-7-b1-rc
14:37
silence compiler warning about uninitialized variable check-in: c3171a4b62 user: dgp tags: core-8-branch
14:15
merge 8.7 check-in: a3a3629119 user: dgp tags: core-8-7-b1-rc
14:11
int -> Tcl_Size (where appropriate). Make TclStringCmpOpts() static check-in: ed3800d997 user: jan.nijtmans tags: core-8-branch
10:27
int -> Tcl_Size (where appropriate) check-in: 1e6ccfd68f user: jan.nijtmans tags: core-8-branch
06:51
Fix [3d3124d01d]: failures with -ftrapv compiler option check-in: 2283094106 user: jan.nijtmans tags: core-8-branch
06:30
Backport [891a74b941]: format %#d not consistent with other radix prefixes or TIP 472 description check-in: 4eec7c7f53 user: jan.nijtmans tags: core-8-branch
2023-09-17
15:16
Remove test constraint bug-b3c7429255 check-in: e59111ed12 user: apnadkarni tags: core-8-branch
04:01
Fix [3f9f494cc1] zipfs timezone tests. check-in: c826ea98fa user: apnadkarni tags: core-8-branch
03:38
Use local time in tests for zip timestamps Closed-Leaf check-in: 56e40c1603 user: apnadkarni tags: bug-3f9f494cc1
2023-09-16
19:06
merge-mark check-in: c3f165b8fa user: jan.nijtmans tags: core-8-branch
15:37
Bug [b6f7cee65c] - nmake not testing zip based tcl library check-in: 5c1ec14560 user: apnadkarni tags: core-8-branch
15:03
Bug [2696dfe3f5] - raise exception on CRC errors check-in: 8920c7c72e user: apnadkarni tags: core-8-branch
14:51
Clean up buffers on CRC failure Closed-Leaf check-in: 919b1038d9 user: apnadkarni tags: bug-2696dfe3f5
14:38
Add test file for CRC check-in: 9ebb8f29ba user: apnadkarni tags: bug-2696dfe3f5
13:03
Merge check-in: 565ee5e860 user: apnadkarni tags: bug-2696dfe3f5
10:52
Bug [943258f361] - valgrind - cmdInfo test uninitialized memory access check-in: 22d2c460ad user: apnadkarni tags: core-8-branch
07:48
Bug [d7849f7721]. zipfs memory leak. check-in: 96a4c5ad17 user: apnadkarni tags: core-8-branch
06:41
Mainly comments, more minor refactoring Closed-Leaf check-in: bbd54629ff user: apnadkarni tags: bug-d7849f7721
06:03
Minor refactoring check-in: 7e8f5f2821 user: apnadkarni tags: bug-d7849f7721
05:02
Fix ZipChannel.ubuf memory management check-in: f7b908e3c1 user: apnadkarni tags: bug-d7849f7721
02:46
Partial fix for leak check-in: f5fceee4c2 user: apnadkarni tags: bug-d7849f7721
2023-09-15
17:05
Disable two tests. Works on my Windows and Ubuntu but apparently not everywhere - [3f9f494cc1] check-in: ca1905b02c user: apnadkarni tags: core-8-branch
16:39
Add false positive tests for CRC checking check-in: 2cc147e7b9 user: apnadkarni tags: bug-2696dfe3f5
16:05
Test hygiene for supporting -singleproc 1 and -debug 1 check-in: 806f8d1b42 user: dgp tags: core-8-branch
15:37
CRC validation check-in: 8b28ca54fc user: apnadkarni tags: bug-2696dfe3f5
10:32
3 more places where -wtrapv errors are triggered running the test-suite Closed-Leaf check-in: 237894f65a user: jan.nijtmans tags: bug-3d3124d01d
08:00
Expand zipfs tests. Fix [9a80630571], [6ed3447a7e], [01d8f30342] and manpages. check-in: 2fd1277ae3 user: apnadkarni tags: core-8-branch
06:27
Merge 8.6 check-in: 3ccdecf613 user: jan.nijtmans tags: core-8-branch
2023-09-14
16:30
Fix more arg count tests. Adapt stat dict for non-windows check-in: 3c6a604c29 user: apnadkarni tags: apn-zipfs-tests
14:52
More tests and fix one more case triggering bug [01d8f30342] check-in: 7b81ff8bc4 user: apnadkarni tags: apn-zipfs-tests
14:49
Added test files for zipfs check-in: 5a79175b83 user: apnadkarni tags: apn-zipfs-tests
2023-09-13
16:45
Bug [01d8f30342]. zipfs canonical produces garbage. check-in: 626ffd4fea user: apnadkarni tags: apn-zipfs-tests
16:18
Merge 8.7 check-in: 8bf48a5b90 user: apnadkarni tags: apn-zipfs-tests
15:33
Couple of more special cases for zipfs mount check-in: a2c462d697 user: apnadkarni tags: apn-zipfs-tests
15:23
Merge-mark check-in: 5599ee3ce8 user: jan.nijtmans tags: core-8-branch
13:47
Merge-mark check-in: 05aaea9903 user: jan.nijtmans tags: core-8-branch
06:42
Add !zipfslib constraint for tests that should only run without an attached Tcl lib vfs check-in: 7be1329b6c user: apnadkarni tags: apn-zipfs-tests
06:20
Bug [9a80630571] - zipfs directory consistency checks check-in: e1d5bdad6d user: apnadkarni tags: apn-zipfs-tests
2023-09-12
19:21
merge 8.7 check-in: d6a65b9df0 user: dgp tags: dgp-tcl-code
19:10
Make use of the CompileProc typedef. check-in: bfbab2b0e9 user: dgp tags: core-8-branch
18:32
merge 8.6 check-in: 32289fd84e user: dgp tags: core-8-branch
18:31
More WIP check-in: 2e779e1e21 user: dgp tags: dgp-tcl-code
16:57
In 2020, internal routine TclParseHex() was converted to a static routine but the declaration was no... check-in: 53fc6e606b user: dgp tags: core-8-branch
16:36
Use a static declaration when possible and when it matches the name. check-in: d32838e62a user: dgp tags: core-8-branch
16:22
A housekeeping commit in 2019 added a declaration for TclIsDigitProc(). There is no implementation o... check-in: af55a8dbf8 user: dgp tags: core-8-branch
14:57
Fix zipfs root arg count checks check-in: baacbc7c02 user: apnadkarni tags: apn-zipfs-tests
11:42
Fix test-case failure with --enable-symbols=mem. Slipped in with TIP #666 implementation check-in: 10679ee0c8 user: jan.nijtmans tags: core-8-branch
07:45
TIP #665: Remove support for internal utf-16 for Tcl 8.7 (and 9.0) check-in: f28f0f4b68 user: jan.nijtmans tags: core-8-branch
2023-09-11
19:11
Opening step in introduction of a Tcl_Code typedef. check-in: 582cc70c1a user: dgp tags: dgp-tcl-code
16:49
More tests and some manpage corrections check-in: 5a3c9363dc user: apnadkarni tags: apn-zipfs-tests
14:43
TIP #666 implementation: Change ptrdiff_t → Tcl_Size in Tcl 8.7 (and 9.0) check-in: 989de6a72a user: jan.nijtmans tags: core-8-branch
13:27
merge 8.7 check-in: b1e4d08cad user: dgp tags: core-8-7-b1-rc
2023-09-10
09:58
Oops. Inadvertent check-in. check-in: 72fb2eca74 user: apnadkarni tags: apn-zipfs-tests
09:49
Merge 8.7 (change in order of mount args) check-in: 49b93d7b74 user: apnadkarni tags: apn-zipfs-tests
08:15
Bug [78cd4f9ad3] - regression in zipfs mount check-in: 99b770ebbf user: apnadkarni tags: core-8-branch
2023-09-09
18:11
Improve test coverage for zipfs mount/unmount check-in: f7976eb58c user: apnadkarni tags: apn-zipfs-tests
07:51
Bug [6ed3447a7e]. Fix crash. Add length checks. check-in: 24a4584045 user: apnadkarni tags: apn-zipfs-tests
2023-09-08
16:51
merge 8.7 check-in: 1e56b48595 user: dgp tags: core-8-7-b1-rc
14:25
Merge 8.6 check-in: 12ea84ac22 user: jan.nijtmans tags: core-8-branch
13:50
Adapt data tables to Unicode 15.1 (final) Closed-Leaf check-in: 3b43c3cd51 user: jan.nijtmans tags: unicode-15.1
11:49
Merge 8.7 Leaf check-in: 21b725eed8 user: jan.nijtmans tags: bug-93eb73784a
11:46
Testcase improvements check-in: cf655cdd49 user: jan.nijtmans tags: core-8-branch
11:26
Incorrect use of $mountpoint variable check-in: ed34790af5 user: jan.nijtmans tags: core-8-branch
10:45
[93eb73784a] follow-up: It looks like the "zipfs exists" change is necessary to make tcl_findLibrary... check-in: 43c9904371 user: jan.nijtmans tags: core-8-branch
08:48
Merge 8.7 check-in: 987fdb8336 user: jan.nijtmans tags: bug-93eb73784a
08:16
Fix [93eb73784a]: zipfs interaction with tcl_findLibrary causes slow loading check-in: 942e24c407 user: jan.nijtmans tags: core-8-branch
2023-09-07
14:53
More patches from juliannoble2. Thanks! check-in: b62c1b7859 user: jan.nijtmans tags: bug-93eb73784a
14:34
Exchange TclZipfs_MountBuffer/"zipfs mount_data" arguments as well check-in: eda5950bcb user: jan.nijtmans tags: bug-93eb73784a
13:40
Merge 8.7. Exchange "zipfs mount"/TclZipfs_Mount arguments: archive <-> mountpoint check-in: c0980728b5 user: jan.nijtmans tags: bug-93eb73784a
11:02
Fix examples (which don't output ".utf16" any more) check-in: 5b52204ad9 user: jan.nijtmans tags: core-8-branch
10:46
Experiment: What if we changed "//zipfs:/" to "/zipfs:/", which doesn't look like an UNC path any mo... check-in: e7567c469b user: jan.nijtmans tags: bug-93eb73784a
10:36
Fix zipfs-related documentation check-in: 1cac59f1ea user: jan.nijtmans tags: core-8-branch
2023-09-06
19:26
merge 8.7 check-in: 11cab2c858 user: dgp tags: core-8-7-b1-rc
18:40
[fc87e3bddd] Complete repair of flawed test. check-in: dec5990363 user: dgp tags: core-8-branch
18:33
Same issue in zlib.test check-in: d5d776655f user: dgp tags: core-8-branch
18:29
Be sure to define the "deprecated" constraint in order to use it. check-in: 2ed3d21a48 user: dgp tags: core-8-branch
18:28
Proposed fix for [fc87e3bddd]: get-3.4.1 fails in -singleproc testing Closed-Leaf check-in: 377c5b39c7 user: jan.nijtmans tags: bug-fc87e3bddd
16:44
Create new branch named "apn-zipfs-tests" check-in: 866262953d user: apnadkarni tags: apn-zipfs-tests
13:31
silence compiler warning check-in: 3c81faf0fe user: dgp tags: core-8-branch
09:52
Merge 8.7 check-in: cb8cc32cea user: jan.nijtmans tags: core-8-branch
2023-09-05
14:27
Merge 8.6 check-in: f13bac244d user: jan.nijtmans tags: core-8-branch
08:37
Merge 8.6 check-in: 6e3cb68301 user: jan.nijtmans tags: core-8-branch
06:42
Merge 8.6 - Fix [b5ac3e3786] - Tcl_GetUniChar oob read check-in: fed73e58ba user: apnadkarni tags: core-8-branch
2023-09-04
20:42
Merge 8.6 check-in: 4724e036f7 user: jan.nijtmans tags: core-8-branch
2023-09-02
22:00
backport numeric white-space bug fix from 9.0 check-in: b9bb2ce39c user: griffin tags: core-8-branch
2023-08-31
14:46
Rebase to 8.7 Closed-Leaf check-in: e580bbb75c user: jan.nijtmans tags: tip-665
14:45
Rebase to 8.7 Closed-Leaf check-in: 11af79f7e2 user: jan.nijtmans tags: tip-666
13:47
Rebase to 8.7 check-in: d67705af8d user: jan.nijtmans tags: tip-653
11:17
Backport some test improvements from 9.0 check-in: 7ba77326d4 user: jan.nijtmans tags: core-8-branch
08:06
Make Tcl_GetBytesFromObj signature match documentation (not really a change since Tcl_Size == int). ... check-in: 0d567acda3 user: jan.nijtmans tags: tip-666
2023-08-30
15:24
merge 8.7 check-in: 753cbd8830 user: dgp tags: core-8-7-b1-rc
14:42
Rebase to 8.7 check-in: 19aa3a165e user: jan.nijtmans tags: tip-666
14:38
Rebase to 8.7 check-in: 6dcc5a1ff0 user: jan.nijtmans tags: tip-665
10:37
Merge 8.6 check-in: 02ecc768a8 user: jan.nijtmans tags: core-8-branch
2023-08-29
13:37
Merge 8.6 check-in: ca098487c5 user: jan.nijtmans tags: core-8-branch
2023-08-28
15:50
merge 8.7 check-in: 6b5aea4fa3 user: dgp tags: core-8-7-b1-rc
2023-08-27
16:46
Fix [64165953a0]: Compilation error of C extensions due to TCL_SIZE_MAX definition check-in: f9875fd78b user: jan.nijtmans tags: core-8-branch
2023-08-25
20:34
Fix [920e393634]: expr {7244019458077122840 << 1}. Some more long -> Tcl_WideInt fixes in comments check-in: 2ed2ec021b user: jan.nijtmans tags: core-8-branch
15:18
[84a5355235]: two more cases of sizeof(long) -> sizeof(Tcl_WideInt), since that's the unit we are do... check-in: 6a9a8809f2 user: jan.nijtmans tags: core-8-branch
15:14
Merge "revert-dup-pure" branch: get rid of TclDuplicatePureObj() check-in: 21b170befe user: jan.nijtmans tags: core-8-branch
14:39
merge 8.7 check-in: c1eb96946b user: dgp tags: core-8-7-b1-rc
14:38
Merge 8.7. Time to merge this branch? Closed-Leaf check-in: 29f443d1c5 user: dgp tags: revert-dup-pure
2023-08-23
16:56
Merge 8.6 check-in: e98c01d752 user: jan.nijtmans tags: core-8-branch
2023-08-22
19:53
Thanks for cherrypicking this change for 8.7. 'Someone versed in the ArithSeries work' has fixed the... check-in: 8d3617f2db user: griffin tags: revert-dup-pure
2023-08-21
18:07
The experiment deployment of TclDuplicatePureObj() has been reverted from the trunk. This branch at... check-in: c66c2fd74d user: dgp tags: revert-dup-pure
2023-08-18
14:11
merge 8.7 check-in: 68e037cee3 user: dgp tags: core-8-7-b1-rc
06:57
Fix UtfToUtf16Proc and UtfToUCS2Proc to not assume sizeof(Tcl_UniChar) is size of UTF16 / UCS2 code ... check-in: c9ed6c9e02 user: apnadkarni tags: core-8-branch
2023-08-04
19:06
Merge 8.7 check-in: f5f79c0e63 user: jan.nijtmans tags: tip-666
2023-08-03
15:40
merge 8.7 check-in: 15caddb8b7 user: dgp tags: core-8-7-b1-rc
11:26
Merge 8.7 check-in: 93c7430bce user: jan.nijtmans tags: core-8-branch
2023-08-02
19:34
Merge 8.6 check-in: edeef9d8e1 user: jan.nijtmans tags: core-8-branch
08:02
Rebase to 8.7 check-in: 0e48cdd4c2 user: jan.nijtmans tags: tip-653
2023-08-01
16:09
Make sure that zdll.lib and tommath.lib are installed in windows, for possible use by extensions. check-in: ba7fa0c8e3 user: jan.nijtmans tags: core-8-branch
15:42
Merge 8.6 check-in: d0a4f77020 user: jan.nijtmans tags: core-8-branch
13:19
testcase cleanup check-in: 729bd46f35 user: jan.nijtmans tags: core-8-branch
11:10
Rebase to 8.7. Adapt "gets" the same way as "read" check-in: 9b9fdfbe2a user: jan.nijtmans tags: tip-653
06:52
merge-mark check-in: d3993db7ab user: jan.nijtmans tags: core-8-branch
06:39
Some more int -> Tcl_Size (backported from 9.0) check-in: 74d5501caf user: jan.nijtmans tags: core-8-branch
2023-07-31
15:33
merge 8.7 check-in: 16c21b58e1 user: dgp tags: core-8-7-b1-rc
2023-07-29
05:56
Add tests for out of bounds Tcl_ListObjIndex check-in: ec7251d0db user: apnadkarni tags: core-8-branch
2023-07-28
07:50
"utf-8" is the new "identity": make it available always check-in: 5ba0bfea71 user: jan.nijtmans tags: core-8-branch
05:02
Fix transposing of TCL_OK, TCL_ERROR in Encoding docs check-in: 1848bfc4c7 user: apnadkarni tags: core-8-branch
2023-07-27
07:22
int -> Tcl_Size in Tcl_MacOSXOpen*BundleResources check-in: 3bd4368b36 user: jan.nijtmans tags: core-8-branch
2023-07-26
15:18
merge-mark check-in: 29d70f6bd4 user: jan.nijtmans tags: core-8-branch
11:29
Rebase to 8.7 check-in: 6ed8dddae4 user: jan.nijtmans tags: tip-666
10:32
Rebase to 8.7 check-in: b9c1614a3d user: jan.nijtmans tags: tip-665
08:03
Merge 8.6 check-in: 7631c10d41 user: jan.nijtmans tags: core-8-branch
2023-07-24
16:07
merge 8.7 check-in: ecfb784c4c user: dgp tags: core-8-7-b1-rc
15:13
Merge 8.6 check-in: 41d628160e user: jan.nijtmans tags: core-8-branch
11:13
Merge 8.6 check-in: 1fb6672995 user: jan.nijtmans tags: core-8-branch
2023-07-21
14:56
merge 8.7 check-in: 8dde70fd43 user: dgp tags: core-8-7-b1-rc
11:37
simplify tenviron2utfdstr/utf2tenvirondstr macro's, since 2nd argument is always -1 Improve error-ha... check-in: 1819fd1592 user: jan.nijtmans tags: core-8-branch
10:02
Merge 8.7 check-in: f1a0068336 user: jan.nijtmans tags: tip-653
2023-07-20
20:52
Fix handling of pre-built libtommath.dll on win64-arm check-in: c28f7fef78 user: jan.nijtmans tags: core-8-branch
2023-07-19
14:23
Improve error-reporting possibilities for Tcl_ExternalToUtfDStringEx/Tcl_UtfToExternalDStringEx in c... check-in: 2d94a8c808 user: jan.nijtmans tags: core-8-branch
13:04
Bugfix for escape-encoding, 'stolen' from TIP #671 branch check-in: 9e4bc60200 user: jan.nijtmans tags: core-8-branch
2023-07-17
16:36
Fix: tommath.lib needs to be installed to permit extensions to link when using the tommath C API check-in: 71159c8df9 user: apnadkarni tags: core-8-branch
13:54
merge 8.7 check-in: b6492fe614 user: dgp tags: core-8-7-b1-rc
06:19
Fix missing TIP 548 function docs. Some copy editing of doc prototypes for clarity (sez he). check-in: c535758822 user: apnadkarni tags: core-8-branch
2023-07-16
06:15
Bug [a366c6efee] check-in: 3b31b4f4a9 user: apnadkarni tags: core-8-branch
2023-07-13
19:15
merge 8.7 check-in: cc2236d5e1 user: dgp tags: core-8-7-b1-rc
17:19
Correct wording in Comment check-in: 7136462c76 user: oehhar tags: core-8-branch
15:42
Backport changes in tclListObj.c from Tcl 9.0 check-in: 24daba8fd2 user: jan.nijtmans tags: core-8-branch
2023-07-12
19:11
(partial) fix for [c1691dc608]: 32-bit Linux regressions. Eliminate compiler warning check-in: 2ab20ce108 user: jan.nijtmans tags: core-8-branch
15:09
Fix special-case in SetDuplicatePureObj(): Since typePtr is always &tclListType (ALL current calls t... check-in: 13d7e0fc55 user: jan.nijtmans tags: core-8-branch
11:38
Consider 3 more types as special in TclDuplicatePureObj(). Updated comment for the reason why. check-in: 3f04a9222b user: jan.nijtmans tags: core-8-branch
06:39
Fix [54329e39c7] check-in: 95cab70fe8 user: apnadkarni tags: core-8-branch
2023-07-11
09:20
Fix [5916e48806]: tcl.pc: hardcoded depedencies, missing build flags check-in: 4b11db28e6 user: jan.nijtmans tags: core-8-branch
2023-07-10
15:57
Code cleanup for arithSeries, all backported from 9.0 check-in: f93176d784 user: jan.nijtmans tags: core-8-branch
2023-07-09
12:54
missed a few check-in: 6fb182d222 user: jan.nijtmans tags: tip-665
12:41
Rebase to 8.7 check-in: 7bf8d24ff3 user: jan.nijtmans tags: tip-665
2023-07-08
20:25
Fix [c5bcbf3494]: Output of surrogates seems to repeat following character check-in: 07e42778fc user: jan.nijtmans tags: core-8-branch
2023-07-06
16:13
off-by-one. Minor optimization Closed-Leaf check-in: 627b07acdd user: jan.nijtmans tags: bug-c5bcbf3494
15:07
Proposed fix for [c5bcbf3494]: Output of surrogates seems to repeat following character. Also use mo... check-in: ef717df5a5 user: jan.nijtmans tags: bug-c5bcbf3494
2023-07-05
15:08
Merge 8.6 check-in: be96f35be2 user: jan.nijtmans tags: core-8-branch
05:08
Bug [5be203d6ca] - io-7.3 failure check-in: 7a68ac2af7 user: apnadkarni tags: core-8-branch
03:23
Bug [5be203d6ca] - better fix and add test Closed-Leaf check-in: b88bf9d6bd user: apnadkarni tags: bug-5be203d6ca-apn
2023-07-04
14:52
Use more uppercase hex in documentation and test-cases (for consistancy) check-in: d26adb0a76 user: jan.nijtmans tags: core-8-branch
11:18
Use "tcltest::Asciify" in stead of "printable" check-in: b3fc72ba83 user: jan.nijtmans tags: core-8-branch
06:47
Correctly compute consumed bytes in case of truncated byte sequence at end. check-in: 457d38e405 user: apnadkarni tags: bug-5be203d6ca-apn
2023-07-03
14:16
Branch meant for bug-fixing [5be203d6ca]: io-7.3 and chanio-7.3 fail in debug mode Closed-Leaf check-in: d70f500674 user: jan.nijtmans tags: bug-5be203d6ca
14:09
Adapt tcltest::Asciify, so it's usable for Tcl 8.5 and 8.6 too check-in: 978b4c8a0a user: jan.nijtmans tags: core-8-branch
14:08
Fix testcase (broken by previous commit) check-in: 0b4d0dadb5 user: jan.nijtmans tags: core-8-branch
13:51
Fix comment (missing ticket ID) check-in: 5b13bdb4a2 user: jan.nijtmans tags: core-8-branch
13:46
Temporary disable tests io-7.3 and chanio-7.3, which fail in debug mode. Ticket [5be203d6ca] created... check-in: 6b6caba07a user: jan.nijtmans tags: core-8-branch
2023-07-02
12:02
Merge 8.6 check-in: 9543fe6f4e user: jan.nijtmans tags: core-8-branch
09:26
merge core-8-6-branch (no change) check-in: 2c12a2608a user: fvogel tags: core-8-branch
08:20
We definitely need to build core-8-6-branch of Tcl IMHO. check-in: 4134fd3788 user: fvogel tags: core-8-branch
04:55
Backport fix [66ffafd309]. DBCS infinite loop on invalid encoding check-in: 4d10e2c128 user: apnadkarni tags: core-8-branch
2023-06-30
20:34
Test update for bug [63530267aa]. check-in: 7ae73656d0 user: griffin tags: core-8-branch
13:28
Merge 8.6 check-in: 028df23975 user: jan.nijtmans tags: core-8-branch
2023-06-29
15:42
Fix uninitialized variable. check-in: aff311df30 user: griffin tags: core-8-branch
11:09
Bug [6a3e2cb0f0] - invalid bytes in escape encodings check-in: 398de572ab user: apnadkarni tags: core-8-branch
2023-06-28
19:36
Fix ticket [63530267aa] by implementing ticket [e5f06285de] and making additional corrections. check-in: 09fe59bbbd user: griffin tags: core-8-branch
13:15
merge 8.7 check-in: efd33eddbf user: dgp tags: core-8-7-b1-rc
07:20
Fix [26960060d7]: lseq-3.14 triggers use-after-free check-in: 68c0bd3f02 user: jan.nijtmans tags: core-8-branch
07:15
Fix [78b9b6860c]: Please sync tclOOScript.h check-in: 36a137b7ae user: jan.nijtmans tags: core-8-branch
2023-06-27
15:25
merge 8.7 check-in: 444fe58834 user: dgp tags: core-8-7-b1-rc
06:42
Remove compat/dirent*.h and some other compat/*.c files: Modern C-compilers all have those now check-in: e275c72695 user: jan.nijtmans tags: core-8-branch
2023-06-26
09:52
Remove compat/stdint.h and compat/stdlib.h: All C-compilers nowadays have it. check-in: cdd211a557 user: jan.nijtmans tags: core-8-branch
2023-06-23
12:26
merge 8.7 check-in: 711525a54e user: dgp tags: core-8-7-b1-rc
2023-06-22
19:00
Fix [44452e2c55]: indexObj.test failures on i386 check-in: fbba7df295 user: jan.nijtmans tags: core-8-branch
13:40
Merge-mark check-in: b4712d2e1f user: jan.nijtmans tags: core-8-branch
11:59
Proposed fix for [44452e2c55]: indexObj.test failures on i386 Closed-Leaf check-in: 05df422a98 user: jan.nijtmans tags: bug-44452e2c55
2023-06-21
22:38
(partial) fix for [https://core.tcl-lang.org/tk/tktview/a9929f112a|a9929f112a]: Bugs in the implemen... check-in: af0ec25f4d user: jan.nijtmans tags: core-8-branch
21:30
Fix 3 "lset" testcases Closed-Leaf check-in: 8d300901a0 user: jan.nijtmans tags: bug-a9929f112a
15:52
merge 8.7 check-in: 773f4f098c user: dgp tags: core-8-7-b1-rc
14:52
(partial) fix for [https://core.tcl-lang.org/tk/tktview/a9929f112a|a9929f112a]. Tk needs some change... check-in: c7e6b7e8eb user: jan.nijtmans tags: bug-a9929f112a
13:08
RE syntax documentation describes some features as deprecated. Open branch to examine their removal. check-in: fa5748b035 user: dgp tags: dgp-disable-deprecated-resyntax
07:13
"trace variable" -> "trace add variable" in testcases (and documentation) check-in: 8dd5496bd1 user: jan.nijtmans tags: core-8-branch
2023-06-20
06:51
Move VarHashGetKey() to tclInt.h. More int -> Tcl_Size check-in: dd25e7e253 user: jan.nijtmans tags: core-8-branch
2023-06-19
13:21
Merge 8.6 - fix tests - hardcoded port and wsl. check-in: 6e88d47b21 user: apnadkarni tags: core-8-branch
11:47
Some more Tcl_Size usage check-in: 6808bdda06 user: jan.nijtmans tags: core-8-branch
2023-06-15
15:44
TIP #653 implementation (with a lot of corrections compared to the py-b8f575aa23 or the other tip-65... check-in: 85cf4c4682 user: jan.nijtmans tags: tip-653
2023-06-13
06:05
Specify implicit "-profile tcl8" in encoding-24.4 testcase check-in: 6a06db323e user: jan.nijtmans tags: core-8-branch
2023-06-08
12:39
Merge 8.6 check-in: 26d2fb8e85 user: jan.nijtmans tags: core-8-branch
2023-06-05
14:35
merge 8.7 check-in: fcdde7c54b user: dgp tags: core-8-7-b1-rc
11:12
Added note about how some commands are mainly for Tk check-in: 7355a2baf1 user: dkf tags: core-8-branch
2023-06-04
22:56
Merge 8.6 check-in: 40e3b7572e user: pointsman tags: core-8-branch
2023-06-03
19:59
Merge 8.6 check-in: d051ad23c5 user: jan.nijtmans tags: core-8-branch
2023-06-02
22:05
In TclAttemptInitStringRep(): Don't do a memcpy if attemptckalloc() fails check-in: 1ec25a729b user: jan.nijtmans tags: core-8-branch
15:12
More library(n) docs check-in: 4c19535a09 user: dkf tags: core-8-branch
13:54
merge 8.7 check-in: bab3557724 user: dgp tags: core-8-7-b1-rc
13:46
silence compiler warning check-in: bbd80e2402 user: dgp tags: core-8-branch
12:00
New (internal) macro TclAttemptInitStringRep() check-in: b0b7c9d7b6 user: jan.nijtmans tags: core-8-branch
2023-06-01
20:58
Fix [9921778646]: something is wrong in core-8-branch check-in: 293f2741f8 user: jan.nijtmans tags: core-8-branch
14:37
Added some examples to library(n) check-in: 10f1287b11 user: dkf tags: core-8-branch
2023-05-31
14:12
Use TclDuplicatePureObj() in stead of TclListObjCopy() where appropriate. Backported from 9.0 check-in: 97cc33cd20 user: jan.nijtmans tags: core-8-branch
10:39
swap foreachLine argument order in tests Closed-Leaf check-in: 5fda57d1a0 user: dkf tags: tip-670
10:33
Swapped foreachLine arg order, improved docs check-in: 9ff79be410 user: dkf tags: tip-670
07:45
Document hoe Tcl_ReadChars() behaves in "-profile strict" mode when an encoding error happens. check-in: 3f2c42e160 user: jan.nijtmans tags: core-8-branch
07:16
Fix [c243e7a85e]: TIP #603 implementation broken on Windows check-in: 4bc6a277f4 user: jan.nijtmans tags: core-8-branch
2023-05-30
21:31
Let's see if this helps Closed-Leaf check-in: 64a1c24acb user: jan.nijtmans tags: bug-c243e7a85e
14:25
merge 8.7 check-in: 50db9c5d99 user: dgp tags: core-8-7-b1-rc
13:57
More typo fixes check-in: 7dc71b0c3b user: dkf tags: core-8-branch
13:48
Get return stack correct when doing [return -code error] in the body check-in: 6527e15f1a user: dkf tags: tip-670
12:41
fix whitespace check-in: b4141634c4 user: dkf tags: tip-670
11:59
start of test cases check-in: 74e1a6805f user: dkf tags: tip-670
11:25
Backport IO-related changes from Tcl 9.0. Needed for preparation of TIP #653 check-in: 6165bc074f user: jan.nijtmans tags: core-8-branch
08:39
Added docs check-in: 1a81b5fd1e user: dkf tags: tip-670
2023-05-29
16:27
int -> Tcl_Size, for full Tcl 9 support check-in: e9e36d8d3c user: jan.nijtmans tags: core-8-branch
12:11
Basic implementation of TIP 670 check-in: 3300680ebd user: dkf tags: tip-670
10:49
Fix typo and outdated comment check-in: bf12ac1702 user: dkf tags: core-8-branch
2023-05-28
10:38
Fix errors when building the html man page for configurable.n (TIP #558) check-in: 9ae501484b user: fvogel tags: core-8-branch
10:37
Fix errors when building the html man page for configurable.n Closed-Leaf check-in: 03521b234c user: fvogel tags: tip-558
2023-05-25
16:12
Adapt data tables to Unicode 15.1 (beta) check-in: 19d43511ac user: jan.nijtmans tags: unicode-15.1
2023-05-24
16:04
TIP 603: Get 'stat' Information of Open Files check-in: 3b28244cfa user: dkf tags: core-8-branch
16:02
merge core-8-branch Closed-Leaf check-in: 284bf626d7 user: dkf tags: tip-603
15:22
Fix regular expression in previous commit check-in: 0ce8e13e17 user: jan.nijtmans tags: core-8-branch
15:18
Enhance html generation, so it can handle the "©" copy-sign as well check-in: 2769aa3e66 user: jan.nijtmans tags: core-8-branch
15:16
More size protection for winDde check-in: 145e4170a1 user: jan.nijtmans tags: core-8-branch
2023-05-23
16:03
Give Tcl_CreateThread a TCL_HASH_TYPE (unsigned) stackSize parameter check-in: 232fb6c5c5 user: jan.nijtmans tags: core-8-branch
2023-05-22
07:48
Small documentation corrections check-in: 5c995d1809 user: dkf tags: core-8-branch
2023-05-21
21:19
Unbreak windows symbols build. More int -> Tcl_Size backported from 9.0 check-in: ba731752d3 user: jan.nijtmans tags: core-8-branch
2023-05-20
10:07
More int/Tcl_Size backport check-in: e69534b7e5 user: jan.nijtmans tags: core-8-branch
2023-05-19
19:47
int -> Tcl_Size and other (internal) signature improvements. Most of them backported from 9.0 check-in: 657c601af7 user: jan.nijtmans tags: core-8-branch
14:15
Improve the synopsis of the transchan manpage so it helps users a bit check-in: ed881099f4 user: dkf tags: core-8-branch
13:35
Improve the synopsis of the refchan manpage so it helps users a bit check-in: 230a91cee1 user: dkf tags: core-8-branch
12:06
TIP 558: Basic Configure Support for TclOO check-in: 49b856bfa8 user: dkf tags: core-8-branch
12:02
merge core-8-branch check-in: 08ddd0482b user: dkf tags: tip-558
2023-05-16
16:31
Merge 8.6 check-in: 3a9f39d2ee user: jan.nijtmans tags: core-8-branch
10:26
Merge 8.6 check-in: 228ba10871 user: jan.nijtmans tags: core-8-branch
06:07
Remove some more references to removed ChangeLog check-in: 192b0d7f7b user: jan.nijtmans tags: core-8-branch
06:05
More int -> Tcl_Size (in tclInt.h) check-in: c9baf40479 user: jan.nijtmans tags: core-8-branch
2023-05-15
17:34
merge 8.7 check-in: 71afb9ba1c user: dgp tags: core-8-7-b1-rc
17:17
TIP 663 implementation check-in: e9e65f6f98 user: dgp tags: core-8-branch
15:45
Backport test improvements from 9.0 check-in: 912b1c7001 user: jan.nijtmans tags: core-8-branch
15:44
No need to init string rep, if we throw away the object immediately check-in: 870167a6e5 user: jan.nijtmans tags: core-8-branch
13:19
merge 8.7 check-in: a7cd4b6540 user: dgp tags: core-8-7-b1-rc
11:45
Merge 8.6 check-in: 3614205c25 user: jan.nijtmans tags: core-8-branch
2023-05-12
11:59
merge trunk check-in: cb277b7f78 user: dgp tags: core-8-7-b1-rc
2023-05-11
22:20
Use 'attempt'-functions for libtommath, when built into Tcl check-in: 2be637e883 user: jan.nijtmans tags: core-8-branch
06:23
Merge 8.7 check-in: bf8de67eaf user: jan.nijtmans tags: tip-666
2023-05-10
19:39
Backport various changes from 9.0 branch check-in: 3121b3a0b0 user: jan.nijtmans tags: core-8-branch
18:28
TIP 663 implementation Closed-Leaf check-in: f50a0cfb9c user: dgp tags: tip-663
15:37
Rebase to latest 8.7 check-in: 11d97e377e user: jan.nijtmans tags: tip-666
12:47
merge 8.7 check-in: e9e50e774d user: dgp tags: core-8-7-b1-rc
12:28
Merge 8.6 check-in: eb8844eaee user: jan.nijtmans tags: core-8-branch
2023-05-09
13:06
Remove useless type-casts. Backport some changes from 9.0 check-in: a2e98ff84d user: jan.nijtmans tags: core-8-branch
12:54
merge 8.7 check-in: d4fbae1b9a user: dgp tags: core-8-7-b1-rc
2023-05-08
14:19
Fix [96551aca55]: Avoid pointer arithmetic with NULL in FOREACH_STRUCT(). Some typo's check-in: 5be2687f62 user: jan.nijtmans tags: core-8-branch
13:43
Better version, keeping the (undocumented) behavior of 'i' initialization Closed-Leaf check-in: 72b13bcbe8 user: jan.nijtmans tags: bug-96551aca55
09:35
Proposed fix for [96551aca55]: Avoid pointer arithmetic with NULL in FOREACH_STRUCT() check-in: 0a39ff2784 user: jan.nijtmans tags: bug-96551aca55
2023-05-07
20:10
Merge 8.7 check-in: f875039322 user: jan.nijtmans tags: core-8-branch
2023-05-05
22:22
Merge 8.7 check-in: c7bb4073e4 user: jan.nijtmans tags: tip-666
21:16
Merge 8.6 check-in: a7d6392d25 user: jan.nijtmans tags: core-8-branch
12:34
Minor fixes for perf tests check-in: 329a85db9e user: apnadkarni tags: core-8-branch
2023-05-04
18:21
merge 8.6 check-in: ad4091c60a user: dgp tags: core-8-branch