Tcl Library Source Code

Timeline
Login

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

50 events occurring around eb9ea6260d42f2ee.

2019-06-25
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
19:08 Ticket [a4680273cf] ::html::meta cannot be used for normal attributes status still Open with 3 other changes artifact: e3ccddb612 user: aku
19:08 Ticket [1076403fff] html: suggestion for a convenience "tag wrapping" proc status still Open with 3 other changes artifact: acbe87347c user: aku
19:08 Ticket [1146362fff] Adding title tag on submit button status still Open with 3 other changes artifact: f77b6915a0 user: aku
19:06
Add procedures for triangular distributions and an estimation procedure for exponential distributions. check-in: 82cc6d4413 user: arjenmarkus tags: trunk
19:04
html - Tkt [1146362fff] EF, T, D html::submit extended to allow specification of title. - Tkt [a4680273cf] EF, T, D html::meta support extended for charset and http-equiv attributes. - Tkt [1076403fff] EF, T, D New convenience command `html::wrapTag`. Tests extended and updated. Documentation updated, regenerated. Version bump to 1.5 (EF). check-in: 6a75d04948 user: aku tags: trunk
18:03
simulation::random - Regenerated docs. check-in: d41bb0e17f user: aku tags: trunk
18:01 Ticket [cc77e167bf] package simulation::random lacks triangular distribution status still Open with 3 other changes artifact: 61ac99c2e7 user: aku ... 1 similar event omitted.
17:59 Edit [233f6a741b7ebc31|233f6a741b]: Edit check-in comment. artifact: b9d8641c87 user: aku
17:05 Ticket [a4680273cf] ::html::meta cannot be used for normal attributes status still Open with 3 other changes artifact: ae4afd30e9 user: aku
17:01 Ticket [932516ffff] html - many procedures not compatible with prodebug status still Open with 3 other changes artifact: 3957ed6ea1 user: aku
16:13
fileutil - Fixed two typos in code comment. check-in: 8524181fda user: aku tags: trunk
00:10 Ticket [f084c0dc03] memory leak in tcllib autoproxy status still Open with 3 other changes artifact: 0fb8e37819 user: aku
2019-06-24
23:53 Add attachment http.zip to ticket [f084c0dc03] artifact: b7a8339b40 user: aku
23:51 Ticket [f084c0dc03] memory leak in tcllib autoproxy status still Open with 3 other changes artifact: 833c769d62 user: aku ... 1 similar event omitted.
21:17 Closed ticket [0dd4b31bb8]: profiler::leaveHandler doesn't return result plus 6 other changes artifact: 7fc5390b54 user: aku
21:15
Integrated profiler enhancement for ticket [0dd4b31bb8]. check-in: 1e56dce90c user: aku tags: trunk
19:45
profiler - Tkt [0dd4b31bb8] EF, D bumped to 0.4 Changed profiler leaveHandler to return command result. This enables use by subsequent non-profiler trace handlers. Closed-Leaf check-in: eb9ea6260d user: andreask tags: profiler-0dd4b31bb8
19:41
profiler - Tkt [0dd4b31bb8] T More testsuite cleanup, and fix. Moved all the common setup/teardown into a helper procedure and updated all tests Further fixed the package initialization done by the helper as the original code was able to use the wrong implementation. Now explicitly sourcing the code under test. check-in: 6e55e6721e user: andreask tags: profiler-0dd4b31bb8
19:37 Ticket [f084c0dc03] memory leak in tcllib autoproxy status still Open with 4 other changes artifact: 05c5df2275 user: aku
19:34 Closed ticket [e4d5ef01e7]: TclOO: class logger mixin plus 6 other changes artifact: 4172ba896e user: aku
19:31
Integrated logger fixes for ticket [e4d5ef01e7]. check-in: 4955240acf user: aku tags: trunk
19:09
profiler - Tkt [0dd4b31bb8] T New test demonstrating the missing result from the profiler leave handler. check-in: 3cb2719df9 user: andreask tags: profiler-0dd4b31bb8
18:58
profiler - Tkt [0dd4b31bb8] T cleanup check-in: 28f62f3f32 user: andreask tags: profiler-0dd4b31bb8
18:53 Ticket [cc77e167bf] package simulation::random lacks triangular distribution status still Open with 3 other changes artifact: 043782aa2f user: arjenmarkus
18:49
Add procedures to generate random numbers that have a triangular distribution function (this is in response to ticket [cc77e167bf]). check-in: 233f6a741b user: arjenmarkus tags: trunk
18:31
log - logger::utils - Tkt [e4d5ef01e7] D regenerated Closed-Leaf check-in: c9d061ae7f user: andreask tags: logger-e4d5ef01e7
18:28 Closed ticket [1f900bdf6b]: improve ncgi's decode procedure plus 6 other changes artifact: 872acdfb04 user: aku
18:25
Integrated ncgi fixes for tkt [1f900bdf6b]. check-in: 2adb057376 user: aku tags: trunk
18:23
log - logger::utils - Tkt [e4d5ef01e7] T, B - bumped to version 1.3.1. More cleanup, plus test case for handling of %M in a TclOO context. Fixed handling of %M in TclOO context. check-in: 8f954a97c2 user: andreask tags: logger-e4d5ef01e7
17:59
log - Tkt [e4d5ef01e7] T General cleanup in testsuite for logger::utils. check-in: b1e5c4e0a8 user: andreask tags: logger-e4d5ef01e7
17:26 Closed ticket [b61793dbbc]: Merge Request: hypnotoad branch plus 6 other changes artifact: 1e4dad4006 user: aku
17:20
ncgi - Tkt [1f900bdf6b] - B, T Bumped to version 1.4.4. Regenerated docs. Applied patch to improvde handling of 1-byte encodings. This is the second of two. Thanks to https://saschaszott.github.io/ Updated test case ncgi-3.10. His explanation: In practice www-url-encoded POST params can use encodings other than UTF-8 (think of legacy Tcl applications that use one of the ISO-8859-x charsets). In this case URL parameters can contain references to 8-bit code points (in the form of `%[A-F0-9][A-F0-9]`) that are not valid UTF-8 code points. For example, `%DC` can be used as a percent encoding for the german umlaut `Ü` (if a Tcl application is based on ISO-8859-1). Currently, the `decode` procedure does not decode `%DC` as all one byte UTF-8 code points must start with `[0-7]`. This commit improves the handling of one byte percent encoded non-ASCII characters. It allows to use ncgi in application contexts that do not use UTF-8 as the base encoding. Closed-Leaf check-in: b65597a91b user: andreask tags: ncgi-1f900bdf6b
17:06
ncgi - Tkt [1f900bdf6b] - I Applied patch shortening a few regex pattern by making use of `-nocase` option for `regsub`. This is the first of two. Thanks to https://saschaszott.github.io/ check-in: 61a9c3db15 user: andreask tags: ncgi-1f900bdf6b
2019-06-21
17:09 Edit [766586de00df2e70|766586de00]: Add tag "overcome-by-other-work". artifact: ccae243173 user: aku
17:09 Edit [6a51e0b0dbb95767|6a51e0b0db]: Mark "Closed". Add tag "overcome-by-other-work". artifact: f449b2db60 user: aku
05:07
Integrated work on the test assets into trunk. check-in: 23b8d4b98e user: aku tags: trunk
05:05
sak test run - Moved table of timings to separate log file "STEM.timetable". Closed-Leaf check-in: bddd800ca6 user: aku tags: test-assets
05:05
Reworked the amazon-s3 test setup to check for and tell about the AWS authentication requirements it has. check-in: c17997785d user: aku tags: test-assets
00:04
Move many tests assets into a proper subdir of the module. check-in: af0b003dad user: andreask tags: test-assets
00:03
mime - B, T, version bumped to 1.6.2. - Fixed missing export of documented `buildmessage` command through the mime ensemble. - Shifted asset access support in tests to general utilities. check-in: a6f1dc74fe user: andreask tags: trunk
2019-06-20
22:21 Add attachment simulation_random.man.diff to ticket [cc77e167bf] artifact: 96c948a669 user: emiliano
22:20 Add attachment random.test.diff to ticket [cc77e167bf] artifact: 99df92c07e user: emiliano