Tcl Library Source Code

Timeline
Login

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

50 most recent check-ins that include changes to files matching 'modules/*'

2026-09-07
18:06
fix some Windows and MacOS compiler warnings leaf check-in: 54cad5ec63 user: pbrooks tags: trunk, main
2026-09-04
22:02
Fix for bug f6624cf52ba4 leaf check-in: f8ed54f73b user: emiliano tags: bug-f6624cf52ba4
2026-09-01
17:47
take care of some MacOS warnings closed check-in: 28c70dce94 user: pbrooks tags: pbrooks-2026-08-warning-removal
17:03
fix some 8.6 specific compiler warnings check-in: 18e970a046 user: pbrooks tags: pbrooks-2026-08-warning-removal
2026-08-28
19:31
Add a coroutine enabled version of the exec command that doesn't block. leaf check-in: 27cc3e4e70 user: sbron tags: coroutine-exec
2026-08-25
23:14
Fix some warnings coming from the MSVC 2026 compiler check-in: f95ae8f363 user: pbrooks tags: pbrooks-2026-08-warning-removal
2026-08-14
13:25
Added save and restore of ::http::configure options. Enhanced test suite to validate restore of those options. leaf check-in: 8f76a220c4 user: gwlester tags: gwl-objects
2026-08-09
23:40
Apparently working object wrapper for Tcl's http::geturl check-in: 388414c595 user: gwlester tags: gwl-objects
20:40
Initial cut wrapping the http legacy packages as a calss/object check-in: f5ad27290f user: gwlester tags: gwl-objects
2026-08-07
19:17
Loading the sha256 package in Tcl 8.6 spits out a compilation error on stderr when the available critcl version is too low. Fix it to silently fall back to the script-only implementation. check-in: 58c1cee1ea user: sbron tags: trunk, main
2026-08-04
06:16
Integrated pbrooks-2026-08-critcl-fixes check-in: cc4d362b78 user: aku tags: trunk, main
2026-08-03
05:38
modules/map/c/common.tcl change unsigned ints to ints to resolve signed vs. unsigned compare warnings modules/md4/md4.c change unsigned ints to Tcl_Size to handle sizes modules/sha1/sha256.h remove inconsistent declarations for SHA256Init, SHA256Context, and SHA256Final in favor of the ones in sha256cDecls.h modules/struct/graph/arcshimmer.c remove unused variable declarations modules/struct/graph/graph.c, methods.c, node.c remove unused variable declarations and change pointer containing integers from long to uintptr_t closed check-in: d69b5f3fd3 user: pbrooks tags: pbrooks-2026-08-critcl-fixes
2026-07-31
11:24
Tiny bit more doc progress on matrix package. check-in: 442a18f5b2 user: mark tags: trunk, main
2026-07-30
09:29
Started editing Matrix docs check-in: cc90f38d5b user: mark tags: trunk, main
2026-06-30
14:36
Fix order of arguments to fileevent Add support for setting the blocking mode Bump version to 1.2 check-in: c784f6fda4 user: max tags: trunk, main
2026-06-27
11:11
Merge trunk leaf check-in: cac4071265 user: apnadkarni tags: apn-vc-fixes
2026-06-25
16:46
Fix [7778a629] - validate_cert aborts on id-ce-basicConstraints check-in: 71ee2640ea user: apnadkarni tags: trunk, main
2026-06-03
11:17
Tiny bit more progress on docs for struct::graph::op check-in: fd04f33bd5 user: mark tags: trunk, main
2026-05-22
11:06
Improved docs for a few more struct::graph::op functions. check-in: f66c02ab2a user: mark tags: trunk, main
2026-05-21
09:11
More progress on struct::graph::op docs. check-in: faab7ecc5b user: mark tags: trunk, main
2026-05-20
10:56
Tiny bit more progress improving struct::graph::op docs. check-in: f1f28a3458 user: mark tags: trunk, main
2026-05-19
08:24
Started doc improvements for struct::graph::op check-in: bb86fabcb3 user: mark tags: trunk, main
07:47
Replaced graph eg with a better one. check-in: 7ea3f551a9 user: mark tags: trunk, main
2026-05-18
12:02
Added xref to struct::graph::op; now finished graph docs. check-in: dfdb18113d user: mark tags: trunk, main
11:57
Added a simple eg for the graph pkg. check-in: 90f4ee4185 user: mark tags: trunk, main
09:06
Completed doc improvements for the graph package. (This is still incomplete since I haven't added any egs yet.) check-in: 38f6209f3f user: mark tags: trunk, main
2026-05-15
08:09
A tiny bit more progress improving the graph docs. check-in: 0f3383f28d user: mark tags: trunk, main
2026-04-21
10:19
[e15c2a7c]: add commands for boolean and null. leaf check-in: d6d4f017f5 user: oehhar tags: e15c2a7c-json-write-hao
09:22
[e15c2a7c] accept tdom json write format check-in: dc6ccf0426 user: oehhar tags: e15c2a7c-json-write-hao
08:48
[2bf36b2e] picoirc: fix relative namespace. Bump to version 0.14.1 check-in: 8cac4e889e user: oehhar tags: trunk, main
2026-04-13
11:51
More doc improvements for the graph module. check-in: 6fb75a5c1f user: mark tags: trunk, main
2026-03-30
09:58
More graph package doc improvements. check-in: b9c1da6d5a user: mark tags: trunk, main
2026-03-25
15:02
fix for bug [4dd68ce4e76841f] leaf check-in: 02df8c0ed9 user: Torsten tags: tkt-4dd68ce4e76841f
2026-03-24
10:44
More doc improvements for struct::graph. check-in: 30caa672e0 user: mark tags: trunk, main
2026-03-14
16:56
Amend comment header of fumagic Tcl files to update origin of magic data and show contributors consistently. check-in: 886f13b91e user: kjnash tags: trunk, main
16:43
Bugfix the command "fileutil::magic::cfront::install" so it is adapted to the arguments expected by command "generate" rather than those expected by the former command "procdef". Sync documentation modules/fumagic/cfront.man and bump package fileutil::magic::cfront to version 1.3.3 check-in: e4d2309473 user: kjnash tags: trunk, main
16:03
Sync documentation modules/fumagic/cfront.man with the replacement of command "procdef" with command "generate", [b0158a7951] 2016-06-12. check-in: cf0f81779d user: kjnash tags: trunk, main
13:58
Add test to fileutil for GNU tar files, bump package fileutil to 1.16.4 check-in: 807dfe8a9c user: kjnash tags: trunk, main
11:59
Bugfix from Paul Obermeier for package fileutil to recognise GNU tar files. Fixes ticket [941c0d2b60]. check-in: bf3824ee74 user: kjnash tags: trunk, main
2026-03-08
21:46
Bugfixes from Paul Obermeier for package tar, tickets 47ef6dc0c5 and cc1e1bc658. Bump version to 0.15. check-in: cccbb3bf70 user: kjnash tags: trunk, main
21:03
Add Paul Obermeier's code for zipfile::decode::filetime, resolving ticket 4a404d7bdd. Add documentation and tests. Bump package zipfile::decode to 0.11.0. check-in: 2cc81cbde7 user: kjnash tags: trunk, main
20:40
Bump package zipfile::encode to 0.5.2 for 2026-03-07 commits. check-in: bfb1dd915e user: kjnash tags: trunk, main
2026-03-07
01:27
Revise doc for zipfile::encode to state that Trf is not needed for Tcl >= 8.6, and to correct an inaccuracy in the description of the constructor check-in: 2011afcf44 user: kjnash tags: trunk, main
00:57
Edit modules/zip/encode.tcl to use native zip facilities instead of Trf for Tcl >= 8.6 check-in: f0c49af5b7 user: kjnash tags: trunk, main
00:42
Bugfix modules/zip/encode.tcl - rename variable sock to ch in proc str. Add test file modules/zip/encode.test. check-in: 7857aa3960 user: kjnash tags: trunk, main
2026-03-06
11:27
Tiny bit more graph doc improvement. check-in: ecfc16782c user: mark tags: trunk, main
2026-03-05
13:28
Tiny bit of doc progress on the graph pkg. check-in: 8c63bb6382 user: mark tags: trunk, main
2026-02-26
12:22
Made deprecated doctool commands more visible; started updating the graph docs. check-in: ec599d410d user: mark tags: trunk, main
2026-02-25
10:00
Tiny update to disjointset; doc policy update: keep Unicode chars in BMP (<= 4 hex digits) in case some of the doc toolchain can't cope with Unicode outside that range. check-in: 81a0a6decd user: mark tags: trunk, main
2026-02-24
11:40
Improvements to my improvements; now finished with disjointset. check-in: e93e6a6f0a user: mark tags: trunk, main