Tcl Library Source Code

Timeline
Login

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

50 events occurring around 5d1a1e2063c05cd9.

2019-08-03
16:58 Ticket [6db9fe84d1] struct::graph node insert (C variant) with duplicate name crashes Tcl-shell status still Open with 3 other changes artifact: 2c7c82fa75 user: aku ... 2 similar events omitted.
2019-07-31
19:39 New ticket [e4d95d4ea0] TEPAM: using both -default and -multiple always includes default. artifact: d2c20d10b5 user: anonymous
18:13 Ticket [6db9fe84d1] struct::graph node insert (C variant) with duplicate name crashes Tcl-shell status still Open with 3 other changes artifact: eb0690c695 user: aku ... 5 similar events omitted.
2019-06-27
18:08 Closed ticket [f8e09da9dc]: pki::verify return always false if algo (hash algorithm) argument is provided plus 6 other changes artifact: aea4f76b18 user: aku
18:06
pki - Tkt [f8e09da9dc] - T, D - No version bump. - Moved all test asset files into a separate directory, and switched access to the `asset-get` helper command from the test utilities. Further moved large test results into asset files as well. - Added clarifications on the interaction between `sign` and `verify` with respect to the specification of the hash algorithm. Regenerated docs. check-in: 3f868874e7 user: andreask tags: trunk
17:13
textutil - textutil::wcswidth - I, Bumped to 35.1 Tweaked the implementation a bit, using `split`+ `foreach` now, instead of `for` + `string index`. Regenerated from the changed build script. check-in: d0dee3f3fe user: andreask tags: trunk
2019-06-26
22:06 New ticket [148eb6d849] Add a "package require tcllib" type "metapackage". artifact: 42eebe40db user: anonymous
21:21 Closed ticket [bf65cfc1c7]: Function to apply a patch in unified diff format plus 5 other changes artifact: 5c902cccca user: aku
21:21
Integrated tkt [bf65cfc1c7]. New package `patch` check-in: 8a8694814d user: aku tags: trunk
20:24 Ticket [bf65cfc1c7] Function to apply a patch in unified diff format status still Open with 4 other changes artifact: 662d78fc36 user: aku
20:21
textutil - patch - Tkt [bf65cfc1c7]. Documentation for the new package. Closed-Leaf check-in: 33e28e6068 user: andreask tags: textutil-bf65cfc1c7
19:32 Edit [5d1a1e2063c05cd9|5d1a1e2063]: Edit check-in comment. artifact: 4a7755c4cd user: aku
19:31 Closed ticket [c030b5bc75]: Pull Request: plus 6 other changes artifact: ed105f5c45 user: aku
19:30
Tkt [c030b5bc75] - Merged hypnotoad work check-in: 5625cabbd1 user: aku tags: trunk
19:28 Ticket [bf65cfc1c7] Function to apply a patch in unified diff format status still Open with 3 other changes artifact: 62b6187ffc user: aku
19:25
textutil - patch - New package. Version 0.1. Apply `diff -ruN` output to a directory tree. Handles git and fossil diff output as well. Basic tests. Documentation to come. check-in: 89be287714 user: andreask tags: textutil-bf65cfc1c7
19:17 Ticket [bf65cfc1c7] Function to apply a patch in unified diff format status still Open with 3 other changes artifact: 6d60177576 user: aku ... 1 similar event omitted.
18:34
Merged latest from trunk. check-in: 5d1a1e2063 user: aku tags: hypnotoad
18:03
Also restored the database this textutil/build script consults check-in: 52f299deb6 user: hypnotoad tags: hypnotoad
17:59
Restoring build.tcl which was lost in the Great Turmult of 2018-2019 check-in: abedb451d5 user: hypnotoad tags: hypnotoad
17:42 Ticket [f8e09da9dc] pki::verify return always false if algo (hash algorithm) argument is provided status still Open with 4 other changes artifact: f74e9176c5 user: rkeene
17:25 Add attachment unidiff-apply.tcl to ticket [bf65cfc1c7] artifact: 072dd3909e user: aku
17:10 Ticket [c030b5bc75] Pull Request: status still Open with 6 other changes artifact: 4eb04bb3dc user: aku
17:08 Ticket [f8e09da9dc] pki::verify return always false if algo (hash algorithm) argument is provided status still Open with 3 other changes artifact: c083f98291 user: aku ... 1 similar event omitted.
07:02 Closed ticket [cc77e167bf]: package simulation::random lacks triangular distribution plus 6 other changes artifact: 4a774b8ced user: arjenmarkus
05:43 Ticket [bf65cfc1c7] Function to apply a patch in unified diff format status still Open with 3 other changes artifact: 67f98657e7 user: aku ... 3 similar events omitted.
01:31 Closed ticket [baa334cfef]: struct:: record delete not clearing sub-structures - re-create fails plus 6 other changes artifact: c0b5d090b8 user: aku
01:29
Integrated fix for ticket [baa334cfef]. check-in: 978d2acbdf user: aku tags: trunk
00:33
struct - struct::record - Tkt [baa334cfef], B, I, T Version 1.2.2 Fixed broken deletion of record instances. The old code tried to perform a quick deletion by command list, and somewhere it went of the rails so that a nested instance lost the alias yet kept the field values around. The new code does it by the numbers, the reverse of creation, by iterating over the list of member and unsetting or recursively deleting each, per their definition. Additional cleanup using `upvar 0` to import state from record namespaces, reducing quoting hell. Further fixed the semi-broken implementation of `exists`. The first condition in each branch was completely broken and it somewhat worked only because of the second condition checking for (alias) commands. I suspect that this was also the cause of the issue with deletion. Replaced with much simpler code checking the relevant package state variables where this information is directly accessible. The broken conditions sort of tried that, except they missed importing the proper variable into the scope, looked at the wrong variable, and got confused in the quoting hell. Version bump to 1.2.2 (B). Closed-Leaf check-in: 3ac985da01 user: aku tags: srecord-baa334cfef
2019-06-25
21:31
struct::record - D - Clean up check-in: 4b706ae7b6 user: aku tags: srecord-baa334cfef
20:32 Ticket [baa334cfef] struct:: record delete not clearing sub-structures - re-create fails status still Open with 3 other changes artifact: 2139fcf500 user: aku ... 1 similar event omitted.
20:08 Closed ticket [a2def27cd9]: The documentation of namespacex is incomplete plus 6 other changes artifact: 491de69eff user: aku
19:20
Regen math docs. check-in: ca57dd6079 user: aku tags: trunk
19:10 Closed ticket [1146362fff]: Adding title tag on submit button plus 5 other changes artifact: 614f5f295e user: aku
19:10 Closed ticket [1076403fff]: html: suggestion for a convenience "tag wrapping" proc plus 5 other changes artifact: 1444505451 user: aku
19:10 Closed ticket [a4680273cf]: ::html::meta cannot be used for normal attributes plus 5 other changes artifact: 93c3c523ce user: aku
19:09
Fix fork check-in: b90299f2c4 user: aku tags: trunk