Tcl Library Source Code

Timeline
Login

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

50 check-ins occurring around a5cab9fbf702a7d4.

2013-02-15
20:34
Module integration into overall Tcllib Closed-Leaf check-in: c975000d03 user: andreask tags: new-module-string
20:08
Documentation for shell tokenization, fixed errors in unquoted word definition, extended testsuite check-in: 01e0367f9c user: andreask tags: new-module-string
20:06
Documentation for core token, better end-of-string handling. check-in: 489c1f8e2f user: andreask tags: new-module-string
07:31
Lots of bugfixes, completed testsuite. First functional state. Still missing documentation. check-in: 5676beeef6 user: aku tags: new-module-string
01:38
New module, string/text utilities, 8.5+, string namespace/ensemble check-in: 2b763d88de user: andreask tags: new-module-string
2013-02-14
18:48
The packages fileutil::decode and zipfile::*, while residing in the AS/perforce had versions 0.1 and 0.2, with the change number attached later on installation, making them actually version 0.1.nnn, etc. During the move of the sources to Tcllib the numbers should have been incremented to properly distinguish the code in the new location from these old revisions. This did not happen, making the tcllib variant look like older/lesser revisions. This change fixes the issue now and bumps the version numbers, giving the Tcllib sources precedence. check-in: d2ffcb187b user: andreask tags: trunk
03:34
[Bug 3604129] Accepted patch by Gerhard Reithofer. Missing chan parameter added to all imaptotcl* procs. Bumped version to 0.5.1. check-in: b3a3d726b1 user: aku tags: trunk
2013-02-12
21:24
[Bug 3604129] Applied contribution by Magnatune. Additional command (copy). Bumped version to 0.5. check-in: 343787b53a user: andreask tags: trunk
2013-02-08
23:41
Made the doc work official. We now have embedded docs, reachable in the fossil-integrated website of the project. check-in: 507de10864 user: andreask tags: trunk
23:30
localdoc tweaks: More link mapping for the external toc. Updated docs. Closed-Leaf check-in: 74232072a9 user: andreask tags: embedded-doc-work
23:15
localdoc tweaks: Remap the links in the supplied toc, different link to repo homepage. Updated docs. check-in: 02bbef2911 user: andreask tags: embedded-doc-work
21:54
Docs: keyword and categorization fixes. check-in: edff949a3f user: andreask tags: embedded-doc-work
21:40
Final: Added generated embedded documentation. check-in: 5a0759afd3 user: andreask tags: embedded-doc-work
21:39
localdoc tweaks: Reindex toc/kwic before generation, and override dtplite with the extended TOC. check-in: 36d6ef28ef user: andreask tags: embedded-doc-work
21:30
dtplite: Fix toc/idx sorting. New option -toc for external toc instead of generated check-in: 0ba0c6ef37 user: andreask tags: embedded-doc-work
21:25
Docs: Fixed bad leading namespace qualifier. check-in: ec322c21f8 user: andreask tags: embedded-doc-work
20:26
Docs: Fixed missing titledesc string in various packages check-in: 8f1cd24a29 user: andreask tags: embedded-doc-work
20:08
Updated the doc derived files check-in: 071d01a696 user: andreask tags: embedded-doc-work
20:00
Updated doc generator to exclude test cases and internals. Added navigation to outside. check-in: fa927a3e96 user: andreask tags: embedded-doc-work
19:56
apps/dtplite: Documented -exclude option in the code. check-in: e993b2347e user: andreask tags: embedded-doc-work
19:20
[Bug 3603702]: Fixed TZ-dependent test case. check-in: d0eec3f8aa user: andreask tags: trunk
19:14
(::ncgi::DecodeHex): [Bug 3603593]: Fixed bad scoping of DecodeHex, now in the ncgi namespace instead of polluting the global. Bumped version to 1.4.2. check-in: 01dcbc7b4f user: andreask tags: trunk
2013-02-07
04:43
Merge review work to doc work check-in: c422c0c2ec user: aku tags: embedded-doc-work
04:40
Merged sak review helper command (for release manager). check-in: 309ead7ea9 user: aku tags: trunk
04:37
Removed sak commands vcompare, rstatus, and note. Completely replaced by "review" and "readme" now. Tweaked "review" help reorganization dropped clear+next next - now skips to next un-reviewed package step is old next, single-step. Closed-Leaf check-in: a87b318066 user: aku tags: sak-work-review
02:15
Rewrite of the review functionality ... Integrated scan, separate from readme. check-in: a5cab9fbf7 user: andreask tags: sak-work-review
2013-02-06
20:13
Merged release changes into the doc work. check-in: 8f4aa52040 user: andreask tags: embedded-doc-work
19:32
Start on getting embedded doc into the repository, and nice commands for maintaining it. check-in: 7eba32ada7 user: andreask tags: embedded-doc-work
05:46
Tcllib 1.15 Release check-in: 411c419016 user: aku tags: trunk, tcllib-1-15, release
05:16
Merged the clock fixes into the release. Closed-Leaf check-in: 472c75a7bc user: aku tags: tcllib-1-15-rc
05:16
Implemented the YYYY-Www and YYYYWww formats, with test cases. Closed-Leaf check-in: 730be11a05 user: aku tags: new-module-clock
2013-02-04
21:35
Tweaked review display, removed terminal graphics. check-in: 0639daa826 user: andreask tags: sak-work-review
20:44
Completed the review command, required extension of doctools::changelog. Needs linenoise for the REPL. Now we need a test run. check-in: 1d6a8480cd user: andreask tags: sak-work-review
2013-02-03
20:55
Fixing problems in the ISO parsing, and testsuite ... (1) The [clock scan] heuristics for handling a missing month and/or day are in conflict with the ISO specification. When encountering such a pattern we now rewrite pattern and input to force the ISO defaults. (2) Fixed the regular expression for the time information in a full timestamp as it did not handle that : in a TZ offset is optional, nor that minutes and seconds are optional (The code after the MatchTime was prepared for such missing fields however). (2a) Again missing HMS fields got the wrong defaults. We are now rewriting the pattern and input to force the proper ISO defaults (start of day, hour, minute). (3) Fixed the tests which thought that 199707 is YYYYMM. ISO (Wikipedia) explicitly says that this is YYMMDD instead. (3a) Added missing patterns for YYYY-MM and YYYY. (4) Fixed the test numbering, had some duplicates. (5) Fixed one test with wrong results, expected 11:20 for input specifying 11:00. check-in: 7e70b9d4a7 user: aku tags: new-module-clock
2013-02-02
03:25
Added test for various ISO formats. check-in: d6cc1fe035 user: gerald tags: new-module-clock
01:54
Helper stuff for rel.mgr, interactive m/p review. check-in: c6bf264826 user: andreask tags: sak-work-review
2013-02-01
19:14
Tcllib 1.15 Release Candidate 1 check-in: 3f8bd0ca3d user: andreask tags: tcllib-1-15-rc-1, tcllib-1-15-rc
19:04
Merged new module "clock" and its packages. Updated README, installer. check-in: cd800dd45a user: andreask tags: tcllib-1-15-rc
19:00
Module "clock", first true test cases. Fixed copyright date of test suites check-in: 2f98801dfb user: andreask tags: new-module-clock
08:14
Merged json::write changes to release. Updated README. check-in: a9514707b9 user: aku tags: tcllib-1-15-rc
08:10
json, writing: Dropping the quoting of / as \/. check-in: 728f8dc82c user: aku tags: trunk
07:52
Fixed various oopses, and added extremely basic test suites. check-in: e10fcf124a user: aku tags: new-module-clock
2013-01-30
23:34
Merged ooutil extension from trunk to release check-in: cf48e946a9 user: andreask tags: tcllib-1-15-rc
23:28
Added more utilities to support class variables, class methods, and singleton classes. Packed version bumped to 1.1 for all these new features. check-in: 4eec538864 user: andreask tags: trunk
20:11
Merged ncgi fixes (bug 3601995 branch) into release. Updated README. check-in: 66adc26a8b user: andreask tags: tcllib-1-15-rc
20:07
[Bug 3601995]: Accepted [decode] changes by <[email protected]>. Fixed both missing acceptance of various utf-8 sequences, and missing rejection of various bad sequences. Test cases added. Bumped to version 1.4.1. Closed-Leaf check-in: b6632970f6 user: andreask tags: bug-3601995-ncgi
2013-01-29
18:58
Merged doctools fixes (bug 3601370 branch) into release. Updated README. check-in: 513786f1e5 user: andreask tags: tcllib-1-15-rc
18:40
Proposed fix to the decode regexes to cover missing characters, and exclude illegal sequences. check-in: 59ab122987 user: andreask tags: bug-3601995-ncgi
2013-01-28
23:18
Merged trunk into release work, new zipfile de- and encoder packages. Updated README. check-in: 8472e0d257 user: andreask tags: tcllib-1-15-rc
23:14
New module for zipfile de- and encoding. Plus support new package in fileutil. check-in: ca44329bef user: andreask tags: trunk