Timeline

Not logged in
Bounty program for improvements to Tcl and certain Tcl packages.

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

19 check-ins using file critcl.tcl version d0bcade4d8

2024-01-15
09:54
added change info for upcoming v1.1 release. regenerated embedded docs check-in: c6609fd7ed user: aku tags: trunk
09:26
enable kettle for Tcl 9. bump to version 1.1 check-in: 13053f65bc user: aku tags: trunk
09:24
fix: mis-generation of directory defaults when stdlib is in attached zip file. check-in: ad791f1e1b user: aku tags: trunk
09:23
feat: generate additional benchmark results formatted for processing with `sak.tcl bench` commands. check-in: 6240aef224 user: aku tags: trunk
09:20
fix: path stripping for paths referencing locations outside of the project check-in: 56d195805a user: aku tags: trunk
2022-12-08
19:48
fix: ticket [320e183bbf], unbox the result of auto_execok to store the command path. Added details about suitability of this change in the comments before that operation check-in: 65d8a10a26 user: aku tags: trunk
17:59
fix: missing support for new `listsimple` option type introduced by [0ea140eef0] check-in: cd18c5d003 user: aku tags: trunk
17:58
fix: handling of symlinks, prevent breaking out of the project tree fix: mis-detection of test files and similar as installable packages tweak: path logging check-in: 6a61b571ea user: aku tags: trunk
17:57
fix: missing list initializations fix: handling of testfile match/exclude options, do it in kettle, not low-level check-in: 0ea140eef0 user: aku tags: trunk
17:54
refactor: docs, more general shorthands for common phrases and words check-in: a2dc735d70 user: aku tags: trunk
2021-02-06
14:12
Integrated the work adding support for markdown as doc format. check-in: 9d49965e5c user: aku tags: trunk
14:11
Tweaked the HTML and markdown generation. Code simplification, no functional change. Added files to please github. The new README links to the markdown docs. Removed trailing whitespace from the sources. Tweaked the welcome message used in the documentation. Fixed a typo. Regenerated the documentation. Closed-Leaf check-in: 4f451abec8 user: aku tags: doc-plus-markdown
2019-07-22
22:14
Work on adding markdown into the standard set of doc formats. check-in: 72fac6ef80 user: andreask tags: doc-plus-markdown
2018-09-12
23:27
Fixed test utilities - Process --notfile, --file in Kettle instead of passing into the test file. Our testmain does not use the relevant command from Tcltest where this information would be used. check-in: 9a1f50ef97 user: aku tags: trunk
2018-09-08
04:28
Extended test utilities - kt semi-local* : Search local first, then global - kt in : Change test directory context. check-in: 2416dce66e user: aku tags: trunk
2018-07-11
04:01
Extended testsuite support with --valgrind. check-in: 788e5e66a9 user: aku tags: trunk
2018-07-10
22:01
path::tcl-package-file - Tweaked the critcl rejection patterns to make matching on Tcl data less likely. check-in: a0a7bf998d user: aku tags: trunk
2018-04-18
02:28
Added ability to push test execution into a child process, via a new command `kt::sub`. This is useful when each test in a set incurs a large memory penalty. Instead of adding up in the test process each is limited to the child process, keeping the test process small. check-in: ef384673c5 user: aku tags: trunk
2018-03-27
16:34
Tests use --include-dir to redirect the build into a local directory. This means that a build which needs additional include directories cannot have any during testing, making build for test impossible. Added a --test-include option as a hack to provide such directories. check-in: e1656e5ba2 user: aku tags: trunk