Tcl Source Code

Timeline
Login
EuroTcl/OpenACS 11 - 12 JULY 2024, VIENNA

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

200 most recent check-ins using file .settings/org.eclipse.core.runtime.prefs version 6cc9381da1

2024-06-17
18:52
Implement %z/%t/%q/%j size modifiers for 'scan'. Part of TIP #697 Leaf check-in: e33fac1cb4 user: jan.nijtmans tags: trunk, main
16:47
Remove tcl::unsupported::inject Leaf check-in: eaddc2411c user: apnadkarni tags: apn-no-inject
14:54
Implement %z/%t/%q/%j size modifiers for 'scan'. Part of TIP #697, which is suitable for 8.7 too. Leaf check-in: b1f3acf091 user: jan.nijtmans tags: core-8-branch
13:43
Change "channelId" to "channel" in documentation, error-handling and testcases Leaf check-in: 877daeddce user: jan.nijtmans tags: no-channelid
06:26
Changed "binary data" to "binary string". Thanks to Nathan for the rationale Leaf check-in: 96781584b9 user: oehhar tags: encoding-for-review-alt
2024-06-16
20:37
Merge 8.7 check-in: c34055a898 user: dkf tags: trunk, main
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-15
09:56
Merge trunk Leaf check-in: 7e32c99c4f user: apnadkarni tags: apn-experiment-chardet
2024-06-14
18:44
Fix non-standard indentation pattern check-in: 9c2a4fb37d user: dkf tags: trunk, main
15:09
Import selections of [4d6aa33b2f] (branch: encoding-for-review) and alternate wording. check-in: f5243d7263 user: oehhar tags: encoding-for-review-alt
09:52
Comments and whitespace changes. Leaf check-in: 16c46aa0ac user: pooryorick tags: unchained
08:50
Fix [78b9b6860c]: Please sync tclOOScript.h. check-in: 8839b6f394 user: pooryorick tags: unchained
08:18
Fix a9929f112a: Bugs in the implementation of TIP #577 ('Enhanced index values for Tk'). check-in: 4420d1f8dc user: pooryorick tags: unchained
07:50
Fix [24a8c16dbd]: bigdata.test: invalid command name "testbigdata" on 32-bit. check-in: d8354a2c2d user: pooryorick tags: unchained
07:42
Test the default profile selection. check-in: e2902b600a user: pooryorick tags: unchained
07:05
Fix previous errors in encoding.test. check-in: 6d39bb879a user: pooryorick tags: unchained
06:34
Remove compat/dirent*.h and some other compat/*.c files: Modern C-compilers all have those now. check-in: b979b0aadd user: pooryorick tags: unchained
06:20
Remove compat/stdint.h and compat/stdlib.h: All C-compilers nowadays have it. check-in: 713a20ea67 user: pooryorick tags: unchained
05:20
Fix [44452e2c55]: indexObj.test failures on i386. check-in: f302a6c7fa user: pooryorick tags: unchained
2024-06-13
16:13
typo in comment Leaf check-in: 8e8a5f9e28 user: sebres tags: bug-1095bf7f756f9aed
16:00
small amend cleaning var in test check-in: fdb1d51be5 user: sebres tags: bug-1095bf7f756f9aed
15:51
Remove migration utilities. Do not really belong here check-in: 639e370816 user: apnadkarni tags: apn-experiment-chardet
15:12
Rebase to trunk Leaf check-in: 4d6aa33b2f user: jan.nijtmans tags: encoding-for-review
14:39
fixes [1095bf7f756f9aed]: safe ensemble commands will be compiled now in safe interp too check-in: 0c3ecae30a user: sebres tags: bug-1095bf7f756f9aed
14:37
test illustrating [1095bf7f756f9aed]: safe ensemble commands must be compiled in safe interp check-in: 7a38400f9b user: sebres tags: bug-1095bf7f756f9aed
13:19
Change back channelName -> channelId, since this change is not a good idea. Leaf check-in: 05bb63653a user: jan.nijtmans tags: chan-for-review
13:12
Proposed fix for [53ac20f94b]: namespace(n) documentation doesn't reflect TIP#278 changes Leaf check-in: e7ea82171d user: jan.nijtmans tags: bug-53ac20f94b
12:00
Fix [1d26e580cf]: safe interp can't source files with BOM check-in: 162129dfbf user: jan.nijtmans tags: trunk, main
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
10:52
Fix [1d26e580cf]: safe interp can't source files with BOM Leaf check-in: a7efbe1965 user: jan.nijtmans tags: core-8-6-branch
09:51
Use tabs for indenting in stead of 8 spaces. Unbreak clang build check-in: 4bbba9e1f6 user: jan.nijtmans tags: trunk, main
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
08:57
Use tabs for indenting in stead of 8 spaces check-in: 0d49a7cc43 user: jan.nijtmans tags: core-8-6-branch
05:43
"trace variable" -> "trace add variable" in testcases (and documentation) check-in: 5c83a8c62b user: pooryorick tags: unchained
2024-06-12
20:24
Fix some indentation/wrapping for style check-in: 5b8a45dae9 user: dkf tags: trunk, main
20:12
merge 8.7 (several conflicts resolved) check-in: 30f3c945a6 user: sebres tags: trunk, main
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:17
merge 8.7 check-in: bb7ef31f68 user: sebres tags: trunk, main
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
14:00
Merge trunk check-in: cf8a455aeb user: apnadkarni tags: apn-experiment-chardet
13:57
Add runtime checks for tilde expansion check-in: 2ec4127aa4 user: apnadkarni tags: apn-experiment-chardet
13:40
Move BOM handling a few lines later Closed-Leaf check-in: c66a045ae3 user: jan.nijtmans tags: bug-1d26e580cf, core-bug-1d26e580cf
12:23
lseq: more tests check-in: 68af142b65 user: sebres tags: core-8-branch
12:10
Fix [1d26e580cf]: safe interp can't source files with BOM. (init.tcl has a BOM now, for testing purp... check-in: f612d4acfa user: jan.nijtmans tags: bug-1d26e580cf
11:38
Merge [4016a576d64282f7], More TCL_SIZE_MODIFIER. check-in: 5ebcd262d7 user: pooryorick tags: unchained
11:32
Modify some comments. check-in: f4a7af1027 user: pooryorick tags: unchained
11:00
Tcl_AppendResultVA() is gone in Tcl 9.0 check-in: e757855540 user: jan.nijtmans tags: trunk, main
10:52
Use "int fd" for file descriptors, like everywhere else in the code check-in: d5ef8f272b user: jan.nijtmans tags: trunk, main
10:50
Merge 8.6 check-in: d601bb912c user: jan.nijtmans tags: core-8-branch
09:59
Add METHOD headers to documentation. Other doc cleanup, backported from 8.7/9.0 check-in: 85133b3e9c user: jan.nijtmans tags: core-8-6-branch
09:51
Merge [2bedc17b74e76ed4], Hardcoded port and wsl. check-in: 86b4f982da user: pooryorick tags: unchained
09:31
use "int fd" for file descriptors, like everywhere else in the code. Mark some parameters as unused check-in: 99ed4a4c1a user: jan.nijtmans tags: core-8-6-branch
08:47
Merge [fab05e2102] (core-8-branch): More Tcl_Size. check-in: bcf6945c28 user: pooryorick tags: unchained
00:57
merge 8.7 check-in: ebafe4633f user: sebres tags: trunk, main
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:17
merge 8.7 (fix for [f05f5ef759c1f7f9]) check-in: 433888e35e user: sebres tags: trunk, main
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
22:12
channelName -> channelId, for consistancy with other *.n manpages check-in: fbffbb228e user: jan.nijtmans tags: trunk, main
20:53
Review branch for doc/chan.n changes check-in: c46b236a09 user: jan.nijtmans tags: chan-for-review
20:37
Revert [eb627bda27] from 9.0, will be put in a separate branch for review check-in: 63b3229f98 user: jan.nijtmans tags: trunk, main
14:16
No need to refer to Tcl 8.6, in some places check-in: 3a2817d512 user: jan.nijtmans tags: trunk, main
13:36
Various doc backports from 9.0 check-in: 1ae57c5cbd user: jan.nijtmans tags: core-8-branch
12:41
There are twelve functions in Tcl_ObjType now. check-in: d7c777c3d8 user: jan.nijtmans tags: trunk, main
12:38
Backported a littttttle bit too much check-in: 297e305755 user: jan.nijtmans tags: core-8-branch
12:17
Merge 8.7 check-in: 5d0ebb2c38 user: jan.nijtmans tags: trunk, main
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
10:10
Merge 9.0 check-in: 6da7c67781 user: jan.nijtmans tags: encoding-for-review
10:01
Merge 8.7. Remove "-profile strict" from examples, since it's already the default. check-in: 3e83c7c7bd user: jan.nijtmans tags: trunk, main
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:49
Add some METHOD headers check-in: 9bfd2f8c88 user: jan.nijtmans tags: core-8-6-branch
09:36
Review branch for doc/encoding.n changes check-in: a88c5767d2 user: jan.nijtmans tags: encoding-for-review
09:30
Backout [92ee031f32ea98ba]: "Make the documentation of [encoding] more concise and readable". Will b... check-in: 4178d18b52 user: jan.nijtmans tags: trunk, main
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:15
Merge-mark Leaf check-in: 552cf9328e user: jan.nijtmans tags: saveinterpstate-for-review
09:14
There are no "two triplets" any more in 9.0 check-in: ef8382c8b4 user: jan.nijtmans tags: trunk, main
09:09
Review branch for doc/SaveInterpState.3 changes check-in: 5d0443f660 user: jan.nijtmans tags: saveinterpstate-for-review
09:06
Backout [0ef72df401df2216]: "Tighten up SaveResult.3". Will be put in a separate review for 9.0 check-in: d51f727d41 user: jan.nijtmans tags: trunk, main
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:52
Merge 9.0 Leaf check-in: 121c2ead8c user: jan.nijtmans tags: tip-626
07:31
Merge-mark check-in: 7336081b39 user: jan.nijtmans tags: trunk, main
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
15:25
Make installManPage more robust against newlines. Backported from 8.7 check-in: d3890a5258 user: jan.nijtmans tags: core-8-6-branch
13:09
Merge 9.0 Leaf check-in: 61b226d13e user: jan.nijtmans tags: setresult-for-review
13:06
TIP #494 changes were not fully incorporated in the documentation, so let's correct that. check-in: 1050f25f82 user: jan.nijtmans tags: trunk, main
11:31
Review branch for doc/SetResult.3 changes check-in: 747369d2ff user: jan.nijtmans tags: setresult-for-review
11:22
Revert [8dba618fe6b6f8bb] from 9.0, will be put in a separate review for 9.0. check-in: 927bcdbb73 user: jan.nijtmans tags: trunk, main
11:08
Merge-mark check-in: cc5392ad5f user: jan.nijtmans tags: trunk, main
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:21
Merge-mark check-in: 5bee3520ce user: jan.nijtmans tags: trunk, main
10:19
Merge 8.6 check-in: b3a7838642 user: jan.nijtmans tags: core-8-branch
10:12
Missing verb in SetResult.3 check-in: b67168a3ad user: jan.nijtmans tags: core-8-6-branch
02:06
Fix decimal rep of TCL_CODE_USER_MAX Leaf check-in: 727a644138 user: apnadkarni tags: tip-696
2024-06-09
16:43
Merge trunk check-in: ea1692cd09 user: apnadkarni tags: tip-696
16:35
Update to new TIP revision check-in: 50f69baa36 user: apnadkarni tags: tip-696
16:31
Merge-mark check-in: 20afe3bf6b user: jan.nijtmans tags: trunk, main
16:19
(cherry-pick) Put ClockFmtScnStorageHashKeyType (and some more) in read-only memory check-in: e688bfbe6e user: jan.nijtmans tags: core-8-branch
14:06
Another record that ought to be read-only check-in: 5ed9e06eab user: dkf tags: trunk, main
13:56
Autoload icu check-in: 28e8feab1e user: apnadkarni tags: apn-experiment-chardet
12:13
Put ClockFmtScnStorageHashKeyType in read-only memory check-in: e9c9eb6dc6 user: dkf tags: trunk, main
10:33
Simpler commenting of Tcl_ChannelType instances; make zip channel type const check-in: 612cbe4899 user: dkf tags: trunk, main
08:34
Add source command check-in: 33fc13c429 user: apnadkarni tags: apn-experiment-chardet
2024-06-08
17:25
Add Tcl to ICU name mapping. check-in: 5ff01b9355 user: apnadkarni tags: apn-experiment-chardet
2024-06-07
17:17
Add unsupported::chardet command check-in: b0cd28760d user: apnadkarni tags: apn-experiment-chardet
12:55
Add ucsdet* ICU functions check-in: 13bc648afd user: apnadkarni tags: apn-experiment-chardet
12:20
Fix [d5b45c23f4]: file tildeexpand and file home not disabled in safe base interpLeaf chec check-in: 3aa487993f user: jan.nijtmans tags: trunk, main
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
11:31
Merge 9.0 check-in: 84ae5008cc user: jan.nijtmans tags: tip-626
11:26
Fix CFLAGS=-ftrapv build check-in: 18e368b546 user: jan.nijtmans tags: trunk, main
11:08
Copy Jan's Tk ICU interface check-in: 866acc143b user: apnadkarni tags: apn-experiment-chardet
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
10:39
Fix [57daa91ea]: Tcl_GetIntForIndex handling of n-m (m > n). With testcases. check-in: 4e384191b5 user: jan.nijtmans tags: trunk, main
10:03
Fix one int -> Tcl_Size check-in: 3559419da4 user: apnadkarni tags: trunk, main
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-05
14:12
A clearer way of writing what parity options are available check-in: ae52f61f0c user: dkf tags: trunk, main
13:10
More of the same: Space before tab is an extremely unlikely to be correct indentation pattern. check-in: 9ffd785566 user: jan.nijtmans tags: trunk, main
2024-06-04
16:39
TIP 696 #defines and docs check-in: c3971ab24d user: apnadkarni tags: tip-696
15:54
Make function definitions have right argument style check-in: e8d1ca599f user: dkf tags: trunk, main
15:35
Space before tab is an extremely unlikely to be correct indentation pattern check-in: f6c559b364 user: dkf tags: trunk, main
14:23
Put back some later changes, which were lost in the previous commit 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
11:36
Merge 9.0 Closed-Leaf check-in: 8d1785156d user: jan.nijtmans tags: backout-encoding-doc
11:03
Let's review the encoding.n changes in 8.7/trunk (which were never backported to 8.6) check-in: f033e2bffd user: jan.nijtmans tags: backout-encoding-doc
2024-06-03
20:21
Remove outdated parts of documentation check-in: 5a0f4dbe55 user: jan.nijtmans tags: trunk, main
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
12:02
Let's review the SetResult.3 changes in trunk (which were never backported to 8.6/8.7) Closed-Leaf check-in: 1a268018a7 user: jan.nijtmans tags: revert-setresult-doc
11:47
Use (char *)NULL as end sentinel in documentation (as Linux man-pages already do too, e.g. [https://... check-in: 68eea4fd1e user: jan.nijtmans tags: trunk, main
11:38
Merge 8.6 check-in: 18e7182764 user: jan.nijtmans tags: core-8-branch
11:37
Use (char *)NULL as end sentinel in documentation (as Linux man-pages already do too, e.g. [https://... check-in: 09eb0f623d user: jan.nijtmans tags: core-8-6-branch
10:05
Reduce test set in 3 ways: 1) 'll' means no trunction, which is not C99-compatible. 2) 'p' is platfo... Leaf check-in: 596ea2447c user: jan.nijtmans tags: bug-9c258a841a-tests
09:48
Some more Tcl_Size usage check-in: a9179ca92a user: pooryorick tags: unchained
2024-06-01
16:13
Some tidying up, mostly of indentation check-in: 39eee6cff8 user: dkf tags: trunk, main
2024-05-31
16:50
Rebase to TIP #697 branch, let's see how far we got check-in: 29add71ca8 user: jan.nijtmans tags: bug-9c258a841a-tests
14:39
Rebase to 9.0 Leaf check-in: 7083ff878b user: jan.nijtmans tags: tip-697
14:32
Since int() doesn't truncate any more (TIP #514), adapt the documentation accordingly check-in: 219bbcbe5e user: jan.nijtmans tags: trunk, main
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
13:21
Make last test-cases pass check-in: 387194d896 user: jan.nijtmans tags: tip-697
11:01
Merge 8.7 check-in: 0402ac0114 user: dkf tags: trunk, main
11:00
Merge 8.6 check-in: e60ddd3a61 user: dkf tags: core-8-branch
10:56
More elegant background error interception, used more widely in oo.test check-in: 607f394e85 user: dkf tags: core-8-6-branch
09:30
Make 'I', 'I32', 'I64' only available on Windows, because they serve no purpose on other platforms. Leaf check-in: 01e6a242c4 user: jan.nijtmans tags: bug-9c258a841a
09:16
Make a start with new TIP implementation, handling '%d' for 'format' and '%d'/'L'/'z'/'t'/'q'/'j' fo... check-in: 4fe0d34f53 user: jan.nijtmans tags: tip-697
08:58
[7c934f4a3d] Make sure to also trap background errors check-in: 052bc927de user: dkf tags: core-8-6-branch
2024-05-30
22:02
Fix [9c258a841a]: document %t/%z/%j/%q size field specifiers. Fix %j/%z/%t matching the C printf check-in: 3d5e024e64 user: jan.nijtmans tags: trunk, main
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 [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:38
merge 8.7 check-in: bacfccf1e2 user: sebres tags: trunk, main
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
14:28
More efficient trace introspection is possible Leaf check-in: 0481ec52fc user: dkf tags: dkf/experimental-more-list-c-funcs
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
19:14
Another round of sentinel fixes for 8.6, NULL -> (char *)NULL check-in: 4a1e38600e user: jan.nijtmans tags: core-8-6-branch
15:20
Let's [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:45
Merge-mark 8.7 check-in: 95f9e8176e user: jan.nijtmans tags: trunk, main
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
09:07
Reverted changes to refchan event generation - details below. Tx to Jan for actual revert work.

See... check-in: 1ec9927351 user: apnadkarni tags: trunk, main

08:37
Merge trunk Closed-Leaf check-in: 0258b07434 user: apnadkarni tags: bug-18f4a94d03
2024-05-28
16:14
We can do sublists the same way. check-in: b45cd26963 user: dkf tags: dkf/experimental-more-list-c-funcs
13:24
Merge 8.7 check-in: 9fa0318dcd user: jan.nijtmans tags: trunk, main
13:08
partial merge 8.7 (cherrypick of tests changes only) check-in: 5522057784 user: sebres tags: trunk, main
13:04
merge 8.6 check-in: af3c128935 user: sebres tags: core-8-branch
13:03
cmdMZ.test: more precise and fast _nrt_sleep, no failures with valgrind check-in: 8c0412dc7d user: sebres tags: core-8-6-branch
12:54
Eliminate some unnecessary type-casts. Tcl_GetString -> TclGetString where appropriate check-in: ddf52caf7a user: jan.nijtmans tags: core-8-branch
12:52
ioTrans.test: removed constraint definition - notValgrind is already part of tcltest check-in: 568c30c692 user: sebres tags: core-8-6-branch
12:38
Make TclGlob() a static function. Sentinel/indenting/comment improvements (all backported from 8.7) check-in: 5f6c7373c1 user: jan.nijtmans tags: core-8-6-branch
11:32
Fix tests - need longer timer under valgrind. Close created channels. check-in: 290787b518 user: apnadkarni tags: bug-18f4a94d03
03:02
Merge trunk check-in: 95e6bbc3b3 user: apnadkarni tags: bug-18f4a94d03
2024-05-27
21:32
Merge-mark check-in: 5e9f65e868 user: jan.nijtmans tags: trunk, main
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:15
Merge 8.7 check-in: b0caf377fc user: jan.nijtmans tags: trunk, main
21:04
Another round of sentinel improvements check-in: a688bb7213 user: jan.nijtmans tags: core-8-branch
20:23
Eliminate TclPrintByteCodeObj()'s 'interp' argument, which is not used check-in: 861da428c1 user: jan.nijtmans tags: core-8-6-branch
20:19
Some more functions for lists, a bit like the ones for dicts check-in: 80e4f71f99 user: dkf tags: dkf/experimental-more-list-c-funcs
20:19
merge 8.7 check-in: b3d08c0262 user: sebres tags: trunk, main
20:16
merge 8.6 check-in: 331d12e7b7 user: sebres tags: core-8-branch
20:09
speedup interp.test a bit: switch to 50ms-based time limits (instead of 1sec); more tests for interp... check-in: 9a6ae506c9 user: sebres tags: core-8-6-branch
19:26
fix for [e3f4a8b78dec4bdb]: don't swallow limit errors in further invocations of EvalObjvCore (e. g.... check-in: 35646a4ff2 user: sebres tags: core-8-6-branch
16:31
Improve details about attached zipfs archives in tclsh and wish. check-in: bacd652dd2 user: griffin tags: trunk, main
16:10
Merge trunk check-in: 1d96247e8b user: apnadkarni tags: bug-18f4a94d03
12:52
Missing ',' between "INDEX" and "OUTOFRANGE" check-in: a4a8fcd533 user: jan.nijtmans tags: trunk, main
11:24
Eliminate TclPrintByteCodeObj()'s 'interp' argument, which is not used. Fix some indenting. check-in: d13f391c04 user: jan.nijtmans tags: trunk, main
11:04
Eliminate TclPrintByteCodeObj()'s 'interp' argument, which is not used. check-in: 56c28e2db2 user: jan.nijtmans tags: core-8-branch
2024-05-26
19:43
Merge main Leaf check-in: 8884561af9 user: griffin tags: bug-43b7e5b511
19:21
Fix spelling errors. check-in: 1b809b21b1 user: griffin tags: bug-43b7e5b511
14:09
Merge 8.7 check-in: 735641d5cb user: dkf tags: trunk, main
13:19
merge 8.6 check-in: 9e8cd97a2b user: dkf tags: core-8-branch
10:04
More C functions for working with dicts [656fe3c816] check-in: 083c13620e user: dkf tags: core-8-6-branch