Tcl Source Code

Timeline
Login

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

50 most recent check-ins

2024-03-28
21:46
Eliminate tcltest::fileEncoding, not a good idea Leaf check-in: 706b8f486c user: jan.nijtmans tags: trunk, main
21:39
Merge 8.6 Leaf check-in: a358975f05 user: jan.nijtmans tags: core-8-branch
21:12
Asciify string.test. tcltest::fileEncoding is thus no longer necessary (which would have performance... Leaf check-in: 03cf62003a user: jan.nijtmans tags: core-8-6-branch
15:52
Fix windows build Leaf check-in: d409db8270 user: jan.nijtmans tags: core-libtommath-1.3, libtommath-1.3
14:16
Take care of the deprecation of mp_expt_u32 check-in: b563346181 user: jan.nijtmans tags: libtommath-1.3
12:51
C++ improvements/typo's check-in: c80242d794 user: jan.nijtmans tags: libtommath-1.3
09:50
Re-build libtommath.dll for x86. Re-build tommath.lib for all platforms (since libtommath 1.3 has mo... check-in: bf19b01ee3 user: jan.nijtmans tags: libtommath-1.3
2024-03-27
20:54
Libtommath 1.3 check-in: 75cd1c302b user: jan.nijtmans tags: libtommath-1.3
20:43
merge 8.7 (conflicts solved, merge point) check-in: 692ac81a3a user: sebres tags: trunk, main
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
20:09
tests renumeration check-in: 29223eb238 user: sebres tags: core-8-6-branch
19:59
tests/string.test: cherry-pick several string-tests from trunk to 8.6, added encoding mark (utf-8), ... check-in: 1e149c4008 user: sebres tags: core-8-6-branch
19:52
tcltest: detect encoding of test-file (BOM or coding in header) and supply it to source/shell, so al... check-in: a55120e64e user: sebres tags: core-8-6-branch
17:41
Fix [edb4b065f4] - crash on string compare check-in: 5d52c6d730 user: apnadkarni tags: trunk, main
16:14
Proposed fix for [edb4b065f4] Closed-Leaf check-in: f5f42a6211 user: apnadkarni tags: bug-edb4b065f4
15:46
Tests for [edb4b065f49] crash. check-in: 5497a1412b user: apnadkarni tags: bug-edb4b065f4
09:55
Add koi8-ru and koi8-t encodings check-in: 8de7eef0f9 user: jan.nijtmans tags: trunk, main
09:49
Add koi8-ru and koi8-t encodings check-in: f159d4c7ed user: jan.nijtmans tags: core-8-branch
2024-03-26
17:46
experimental: illustration for lazy clock initialization and auto-load on demand. Leaf check-in: b5c0377c7b user: sebres tags: sebres-experimental-tip-688-auto-load
17:37
added missing test coverage for clock ensemble in safe-interpreter (shared from parent interpreter) Leaf check-in: 12d00c9a0b user: sebres tags: core-tip-688-candidate, tip-688
13:06
Add koi8-ru and koi8-t encodings, completing the 4 "koi8" encodings available in iconv. check-in: 7ec1b7cfbf user: jan.nijtmans tags: core-8-6-branch
2024-03-25
20:22
fixes mem-leak introduced in [06b7ba18bdd9c2c3] (move of configure to unsupported) check-in: c151959ad5 user: sebres tags: tip-688
18:21
open release branch Leaf check-in: 8e1d90247a user: dgp tags: core-9-0-b2-rc
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
17:55
Merge 9.0. Please don't use "register" keyword check-in: 02e9f2e438 user: jan.nijtmans tags: tip-688
17:01
TCL_MEM_DEBUG build: disable cache/storage-GC for released clock scan/format objects check-in: c0566e020d user: sebres tags: tip-688
16:54
review and more optimizations (cherry-pick from tclclockmod) check-in: 7fdced5cfe user: sebres tags: tip-688
16:37
still one fix for [1f40aa83c552f597], now for freescan (overflow in tests clock-6.10e/clock-6.10f): ... check-in: 5696b3f72c user: sebres tags: tip-688
16:27
Change Tcl_ExternalToUtfDStringEx and Tcl_UtfToExternalDStringEx to ignore START/END flags as stated... check-in: 4afcab0cc2 user: apnadkarni tags: trunk, main
00:05
A new test constraint, "bigmem", configurable via the environment variable TCL_TESTCONSTRAINT_BIGMEM... check-in: d9cb25195d user: pooryorick tags: trunk, main
2024-03-23
23:34
A new test constraint, "bigmem", configurable via the environment variable TCL_TESTCONSTRAINT_BIGMEM... Leaf check-in: 6c9845f46a user: pooryorick tags: testconstraint-bigmem
22:32
Merge 8.7 check-in: 86f7c77cc1 user: jan.nijtmans tags: trunk, main
22:06
Merge-mark check-in: 51062bf4da user: jan.nijtmans tags: core-8-branch
22:01
Update genStubs.tcl, making it usable for Tcl 9 as well check-in: 89038fd587 user: jan.nijtmans tags: core-8-6-branch
20:26
Use TclStaticLibrary() to load the C parts of [clock]. Leaf check-in: f8dbb4feee user: pooryorick tags: tip-689-proof-for-nathan-solved2
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
23:40
A more simple solution to the challenge posed in the tip-689-proof-for-nathan branch, where the goal... check-in: 5c8e11b5b7 user: pooryorick tags: tip-689-proof-for-nathan-solved2
23:09
A more simple solution to the challenge posed in the tip-689-proof-for-nathan branch, where the goal... Leaf check-in: ed50d4c0b3 user: pooryorick tags: tip-689-proof-for-nathan-solved
22:35
Generalize the [namespace ensemble configure ... -unknown] approach a little more for the purpose of... check-in: 332ef3ab83 user: pooryorick tags: tip-689-proof-for-nathan-solved
21:05
Merge 9.0 Leaf check-in: 66dedd5931 user: jan.nijtmans tags: tip-691
20:53
Appears to work better now check-in: cbb3889233 user: jan.nijtmans tags: tip-691
20:07
small amend (unsaved change) check-in: 8b7da667e5 user: sebres tags: tip-688
19:15
fix for [1f40aa83c552f597]: the overflow check could mistakenly pass in some cases (so basically exp... check-in: 4fa26c98f2 user: sebres tags: tip-688
14:19
There are no testcases showing overflow in _str2int() check-in: 960b6b1923 user: jan.nijtmans tags: tip-688
14:07
Merge 9.0 check-in: afdb8a4803 user: jan.nijtmans tags: tip-688
13:42
Merge 8.7 check-in: 2799f58ca1 user: jan.nijtmans tags: trunk, main
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