Tcl Source Code

Timeline
Login

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

50 most recent check-ins

2024-12-22
22:17
Make a start fixing [209fd9adce]: package files documented behaviour. First remove the wrong behavio... Leaf check-in: 9af30a459f user: jan.nijtmans tags: bug-209fd9adce
17:54
clean up unused code Leaf check-in: b999132201 user: sebres tags: sebres-arith-series-rework
17:50
prohibit NaN in the arith-series, so it behaves exactly like expr-command (e. g. like expr {Inf - In... check-in: b692628bed user: sebres tags: sebres-arith-series-rework
17:10
improve numerical stability by length calculation for distance/step exceeding wide-ints bounds, use ... check-in: 014dfa4897 user: sebres tags: sebres-arith-series-rework
16:24
Rebase to 9.0 Leaf check-in: b9b7feeba9 user: jan.nijtmans tags: tip-709
14:44
more tests, cover lrange/lreverse for unshared/shared series-objects check-in: 56b534f56a user: sebres tags: sebres-arith-series-rework
14:23
amend with better test title and explaining comment check-in: 06a7dfbdcd user: sebres tags: sebres-arith-series-rework
13:53
make test platform/compiler independent: the result of the addition of Inf and -Inf may be either -N... check-in: a1b63b3ae9 user: sebres tags: sebres-arith-series-rework
13:32
silence implicit conversion warnings by clang build check-in: 02c8740696 user: sebres tags: sebres-arith-series-rework
2024-12-21
23:56
Merge 9.0. First implementation of "info locale" Leaf check-in: b5de0055d2 user: jan.nijtmans tags: tip-703
22:21
avoid implicit conversion of double length to bignum by NaN/Inf check-in: e2515f05de user: sebres tags: sebres-arith-series-rework
21:56
lseq with double args: improve numerical stability by calculation of length (use wide arithmetic ins... check-in: 0893b51f1c user: sebres tags: sebres-arith-series-rework
20:58
version -> 9.0.2 Leaf check-in: 7b65167243 user: jan.nijtmans tags: trunk, main
19:45
furnish arith-series internal representation with refCount, improve duplication check-in: f2977d6c1f user: sebres tags: sebres-arith-series-rework
19:42
arith-series doesn't need `end` (it may be incorrect, since proper value is calculated as `start + (... check-in: 81f5e95eb8 user: sebres tags: sebres-arith-series-rework
19:32
improve UpdateStringOfArithSeries (panic by overflow, no interim objects by generation of string rep... check-in: 5a622d5dd8 user: sebres tags: sebres-arith-series-rework
19:24
improve creation of arith-series object, more checks, Inf/NaN, etc check-in: fb741f410a user: sebres tags: sebres-arith-series-rework
19:11
don't swallow error message (usage) on wrong args check-in: 5366e9e566 user: sebres tags: sebres-arith-series-rework
19:10
added test cases illustrating several inconsistencies and bugs (hopefully also the result of UB [d2a... check-in: d0164dac25 user: sebres tags: sebres-arith-series-rework
18:21
lf -> crlf in vctool.bat check-in: c081dc4d04 user: jan.nijtmans tags: trunk, main
15:53
merge release check-in: aef01ab4af user: dgp tags: trunk, main
12:20
Remove excess blank lines check-in: 76c101ae7d user: dkf tags: trunk, main
2024-12-20
18:27
Simple implementation of "info timezone". Ignoring Windows registry for the moment. check-in: 23f2262e53 user: jan.nijtmans tags: tip-703
16:00
Undo change in tclInt.h. We can keep the main changes inside tclWinLoad.c check-in: fb6e036b63 user: jan.nijtmans tags: tip-709
14:53
TIP #709 implementation: MPL Licence for MemoryModule check-in: 6b43e59e8d user: jan.nijtmans tags: tip-709
2024-12-19
16:48
updated changes.md for release. Closed-Leaf check-in: 10a450bde9 user: dgp tags: rc0, core-9-0-1-rc, core-9-0-1
15:18
merge trunk check-in: a16818cc01 user: dgp tags: core-9-0-1-rc
2024-12-18
13:28
TIP #703. Start with empty "info locale" and "info timezone" check-in: d22a724365 user: jan.nijtmans tags: tip-703
13:20
Don't shorten "info locals" in testcases. check-in: 903799065b user: jan.nijtmans tags: trunk, main
12:33
Merge 8.6 Leaf check-in: 7996507bc0 user: jan.nijtmans tags: core-8-branch
12:07
Don't shorten "info locals" in testcases. Leaf check-in: fe2aead830 user: jan.nijtmans tags: core-8-6-branch
2024-12-16
17:13
Introduce a typedef for greater sanity check-in: 39e3a23b6b user: dkf tags: trunk, main
16:27
Add TIP 707 to changes.md check-in: 4582652df6 user: apnadkarni tags: trunk, main
16:02
Make access to RegDeleteKeyExW less awful with a typedef check-in: 80431aa52b user: dkf tags: trunk, main
15:55
Convert internal flags to an enum check-in: 88049df237 user: dkf tags: trunk, main
14:16
Add Tcl_InitStubs macro information. Update man page links. Leaf check-in: 15a1b2e92f user: oehhar tags: 70f3b23cad-docs-version-requirement
13:33
Merge-mark check-in: 0fea16205a user: jan.nijtmans tags: trunk, main
11:50
Ticket [70f3b23cad]: propose new doc wording for requirement strings check-in: 607aea587f user: oehhar tags: 70f3b23cad-docs-version-requirement
11:12
Remove experimental (and untested) code related to BREAK_NAMESPACE_COMPAT check-in: 78da2fa1f6 user: jan.nijtmans tags: core-8-branch
09:59
Fix [63449c0514]: [namespace children] doesn't match non-glob patterns below the global namespace. check-in: 9f26385a03 user: jan.nijtmans tags: core-8-6-branch
09:36
Remove experimental (and untested) code related to BREAK_NAMESPACE_COMPAT. Backport some layout chan... check-in: 98aa369ce5 user: jan.nijtmans tags: core-8-6-branch
2024-12-15
19:02
Merge-mark check-in: 64f92ae102 user: jan.nijtmans tags: trunk, main
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
17:57
Add explanation for fix for ticket [63449c0514] check-in: d39828737c user: oehhar tags: trunk, main
15:03
Convert collection of related constants to an enum check-in: 2e25432abf user: dkf tags: trunk, main
2024-12-14
23:38
Fix [63449c0514]: [namespace children] doesn't match non-glob patterns below the global namespace. ... check-in: b6ae5707d9 user: jan.nijtmans tags: trunk, main
2024-12-13
15:23
Turn constants into an enum check-in: 5611b61092 user: dkf tags: trunk, main
14:53
Proposed fix for [63449c0514]: [namespace children] doesn't match non-glob patterns below the global... Closed-Leaf check-in: ee821ec00f user: jan.nijtmans tags: bug-63449c0514
13:54
taming constants with enums in the zipfs code; it's still ugly but it's not so awful as it was (and ... check-in: 5a3380a837 user: dkf tags: trunk, main
10:18
Fix [c4f365470e]: Size modifiers j, q, z, t not implemented. Update changes.md check-in: 6c1255aa69 user: jan.nijtmans tags: trunk, main