Tcl Library Source Code

Timeline
Login

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

50 events occurring around 2dfb59ac95f71cd5.

2019-03-02
05:02 Ticket [4c3e532500] tool::uuid_seed may raise error status still Open with 5 other changes artifact: 4749e307e8 user: aku
05:00 Ticket [e79990908f] Fix documentation status still Open with 3 other changes artifact: d416733a3c user: aku ... 1 similar event omitted.
04:58 Closed ticket [28919a4f4e]: Cannot find package xml? plus 9 other changes artifact: 252312952f user: aku
04:46 Closed ticket [48fe95c519]: Add function "getPixelDimension" to get physical pixel dimensions plus 7 other changes artifact: 09b35c6c5e user: aku
04:44 Edit [b9ccb9de72184c7f|b9ccb9de72]: Edit check-in comment. artifact: 87db42dbef user: aku
04:18
Integrated Andrew Mangogna's and Nathan Coulter's work on namespacex, with thanks. check-in: dc845d0c83 user: aku tags: trunk
04:17
namespacex - Fill in Extended testsuite to cover new commands `normalize` and `strip`. Extended testsuite to cover wrong#args for `import`. Fixed typo in documentation of `strip`. Split `strip` into public and internal forms, with the public form performing argument normalization and checking not required by the internal form (*), and documented for the public. (*) The internal form has only a minimal check asserting that the prefix namespace is given as an FQN. Closed-Leaf check-in: e993dd5c68 user: aku tags: gam-namespacex-improve
2019-03-01
07:14
namespacex - Forward porting commit [ccd9433cb2abd51c] Part 2: Bug fix. Fixed the mishandling of relative namespace arguments if they are not refering to a child of the global namespace :: The bug fix is accepted as is from the original commit, with thanks to Pooryorick (Nathan Coulter). check-in: b9ccb9de72 user: aku tags: gam-namespacex-improve
07:09
namespacex - Forward porting commit [ccd9433cb2abd51c] Part 1: Tests. Extended the testsuite to demonstrate that the current command implementations mishandle relative namespace arguments if they are not refering to a child of the global namespace :: Note, the changes made here diverge totally from the changes made in the original commit. Explicitly added new tests to cover the mishandled cases, leaving the existing coverage intact. The original commit OTOH shifted the entire testsuite over to cover relative namespace names, retracting the coverage for fully-qualified namespace names. check-in: 022a85f807 user: aku tags: gam-namespacex-improve
2019-02-26
06:10 Closed ticket [6e778502b8]: struct::list flatten, the "--" option breaks it plus 6 other changes artifact: 41679fe7d3 user: aku
06:07
Tkt [6e778502b8]. Merged fix for -- handling in `flatten`. check-in: 7963b3dbaf user: aku tags: trunk
06:06
Import trunk fixes Closed-Leaf check-in: bc477e224e user: aku tags: tkt-6e778502b8
2019-02-22
07:02
Corrected copy and paste error in test name check-in: 1aa3aa432f user: oehhar tags: trunk
04:04 New ticket [28919a4f4e] Cannot find pacakge xml?. artifact: 235cc441d8 user: wrenashe
00:54
Added Roy Keene's new package, 'lazyset' (determine a value on 1st read of a variable) check-in: 49fdc19548 user: aku tags: trunk
2019-02-21
23:58 Ticket [7554bfed30] IPv6 nameservers are not supported in UDP mode status still Open with 4 other changes artifact: e7650438ca user: aku
23:39
Import trunk fixes Tweak manpage a bit for easier version update. Tweak package index to check core version. Closed-Leaf check-in: ca21301c2a user: aku tags: add-lazyset
23:33 Closed ticket [fdf6afed94]: cache::async error when calling the clear method - Attached BugFix plus 5 other changes artifact: 9d2ed3042e user: aku
23:32
Tkt [fdf6afed94] done. Merged tkt-fdf6afed94, full tests passing. check-in: 5e257ddf79 user: aku tags: trunk
22:17 Ticket [fdf6afed94] cache::async error when calling the clear method - Attached BugFix status still Pending with 3 other changes artifact: 65efc16404 user: aku
21:30
Merged png-get-physical-dimension, full tests passing. check-in: ee79783f52 user: aku tags: trunk
20:02
Forward port of Harald Oehlmann's work on the png package: - Add "getPhysicalDimension" to png package to get physical pixel size. Closed-Leaf check-in: b430832e75 user: aku tags: png-get-physical-dimension
20:01 Edit [2313b69a8fe1b0d7|2313b69a8f]: Mark "Closed". artifact: 7af14588a6 user: aku
07:19
Forward port of Andrew Mangogna's fixup work for the namespacex package. Partial port of Pooryorick's extensions, just enough to work and pass a mostly unmodified testsuite. Still to investigate and port the larger changes for relative namespace references, in both code and tests. check-in: 2dfb59ac95 user: aku tags: gam-namespacex-improve
07:18 Edit [1d8d51de9c094735|1d8d51de9c]: Mark "Closed". artifact: 784986fa6c user: aku
2019-02-20
21:37 New ticket [4c3e532500] tool::uuid_seed may raise error. artifact: c39d674909 user: pointsman
05:39
Test fixes in assorted modules - hook: Updated to match changes in 8.6+ core error stack results. - html: Undone bad removal of some trailing whitespace. - markdown: Fixed bad name of untabify2 function, and fixed result postprocessing in tests. - math::pca is Tcl 8.6+ - string::token::shell: Updated to match result variation starting with 8.6. check-in: e6742077ec user: aku tags: trunk
2019-02-18
06:42
drop ego check-in: d7bcf888d9 user: pooryorick tags: pooryorick
2019-02-14
15:35 Add attachment dicttool.doc.patch to ticket [e79990908f] artifact: 7fd6911372 user: anonymous
15:32 New ticket [e79990908f] Fix documentation. artifact: a2aa968812 user: anonymous
2019-01-23
10:01 New ticket [f61f2e83a3] no instructions for building tcllibc. artifact: 2b26d80202 user: anonymous
2019-01-05
19:47
Fix ticket [6e778502b8]. Minor code fix. Argument parsing for the "flatten" command executed a "break" when the "--" argument was found. This caused the execution to break out of the enclosing while loop. That, in turn, means the argument set was not adjusted for the "--" argument itself. Looks like a simple case of confusing "break" behavior in Tcl with "break" behavior in "C". check-in: c02f41029b user: andrewm tags: tkt-6e778502b8
19:43 Ticket [6e778502b8] struct::list flatten, the "--" option breaks it status still Open with 5 other changes artifact: 64d9340391 user: andrewm
19:28
Create new branch named "tkt-6e778502b8" check-in: 38995cc193 user: andrewm tags: tkt-6e778502b8
2018-12-31
05:19
Experimental fix to [7554bfed30] Leaf check-in: 31f9e28d7c user: rkeene tags: fix-dns-udp-ipv6-7554bfed30
04:49
Updated to only append one name if array is not being used check-in: 3f2d995fa7 user: rkeene tags: add-lazyset
04:48
Added documentation for lazyset check-in: 63c4b82f14 user: rkeene tags: add-lazyset
03:56
Added lazyset to modules index check-in: 00eb13763b user: rkeene tags: add-lazyset
03:51
Added lazyset module check-in: 6dba867add user: rkeene tags: add-lazyset
2018-12-27
13:37 New ticket [5edaf187fa] struct::graph is inconsistent about the support of nodes starting with a dash. artifact: ca2ea7b3e9 user: anonymous
2018-12-17
12:59
Add critcl api for sha256. Remove obsolete parts in sha256.h check-in: 75a5d29cd5 user: pooryorick tags: pooryorick
2018-12-15
00:28 Pending ticket [fdf6afed94]: cache::async error when calling the clear method - Attached BugFix plus 6 other changes artifact: 9d1a5ec692 user: andrewm
00:26 Edit [e01af4e06ffd874b|e01af4e06f]: Edit check-in comment. artifact: a2f6e07ccb user: andrewm
00:18
Applied submitted patches to fix ticket [fdf6afed94]. Closed-Leaf check-in: e01af4e06f user: andrewm tags: tkt-fdf6afed94
00:08
Create new branch named "tkt-fdf6afed94" check-in: 0d40e3ac79 user: andrewm tags: tkt-fdf6afed94
2018-12-14
17:01 Ticket [fdf6afed94] cache::async error when calling the clear method - Attached BugFix status still Open with 5 other changes artifact: 2c8b56f242 user: andrewm
2018-12-13
10:52
png: added tests for physical dimension retrieval Closed-Leaf check-in: 2313b69a8f user: oehhar tags: png-get-physical-dimension
2018-12-12
19:19
Add "getPhysicalDimension" to png package to get physical pixel size. Ticket [48fe95c519] check-in: cc43ba987d user: oehhar tags: png-get-physical-dimension
19:04 Ticket [48fe95c519] Add function "getPixelDimension" to get physical pixel dimensions status still Open with 4 other changes artifact: 3ca521a1d8 user: oehhar