Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins that include changes to files matching 'modules/base64/*'
2024-10-17
| ||
22:03 | Merge trunk and resolve conflicts. Some mime tests fail. check-in: aed2b8c04b user: pooryorick tags: mime | |
2024-09-27
| ||
10:44 | Merge trunk. check-in: 3242d066e4 user: pooryorick tags: module-aes | |
2024-09-18
| ||
20:13 | base32 - base32 - fix missing version bump (code) stringprep - unicode - fix missing version bump (code) calendar - fix missing version bump (code) base53 - ascii85 - fix missing version bump (doc) base64 - yyencode - fix missing version bump (doc) doctools2base - fix missing version bump (doc) doctools2idx - fix missing version bump (doc) crc - crc32 - tests - remove leftover tracing output regenerated documentation check-in: 5f1db81b03 user: aku tags: trunk | |
2024-09-13
| ||
18:51 | ascii85 - B - Tcl 9 portability fixes. Bumped to 1.1.1 base64 - B - Tcl 9 portability fixes. Bumped to 2.6.1 check-in: 2de9431e2d user: aku tags: trunk | |
2024-05-12
| ||
10:15 | Merge trunk. check-in: 07889faed0 user: pooryorick tags: module-aes | |
2024-01-21
| ||
14:37 | general tcl 9 compatibility work - I - accelerators Fixed issues with crc (Tcl_GetByteArrayFromObj -> Tcl_GetBytesFromObj). Reworked all other places using T_GBAFO as well (base32, base64, md4, md5, md5crypt, rc4, sha1, sha256) Generally put in the expected `OK tcl9` marker everywhere. __BEWARE__: building now requires critcl commit [https://github.com/andreas-kupries/critcl/commit/3499639a8b2a24cd739db400bb215f821c81e387] or later. check-in: fcfab48e29 user: aku tags: trunk | |
2024-01-10
| ||
19:37 | general tcl 9 compatibility work - I - accelerators updates all but two C accelerators for work with 8.6 and 9. __BEWARE__: building now requires critcl commit [https://github.com/andreas-kupries/critcl/commit/e7408b59fcbe505379e3feec8f37b8208f72b28a] or later. The accelerators excluded from this commit are `crcc` and `ptc`. While their changes build successfully, they crash in the testsuite, indicating unresolved issues. check-in: e02cf17c2d user: aku tags: trunk | |
2024-01-06
| ||
00:54 | Fix for [dc1e1ba10ec78]. check-in: 648ae400f9 user: pointsman tags: trunk | |
2023-11-14
| ||
08:20 | Integrated Rolf's work to make Tcllib ready for Tcl 9+ into the trunk. Thank you very much. check-in: 758418619e user: aku tags: trunk | |
2023-09-29
| ||
01:16 | To be able to say "I want a package version which explicitely claims to run with Tcl 9" every package version in tcllib has to be bumped. Started this. Done so far: check-in: 2f2380cd65 user: rolf tags: tcl9-testarea-rde | |
2023-08-27
| ||
23:27 | More work on minimum Tcl version requirement, package vsatisfies and removing code for older versions. check-in: c3860e3eaf user: pointsman tags: tcl9-testarea-rde | |
2023-08-22
| ||
06:38 | Housekeeping: Bumped all the testsNeedTcl to at least 8.5. check-in: 424b8a1033 user: rolf tags: tcl9-testarea-rde | |
06:35 | Done. Closed-Leaf check-in: 9ff0491b2b user: rolf tags: rde-wip | |
2023-08-19
| ||
13:08 | wip check-in: 26c5b661b6 user: rolf tags: rde-wip | |
2023-08-16
| ||
00:32 | More [package require Tcl] work and cleanup, including documentation. Regenerated embedded documentation. check-in: 57962d728c user: rolf tags: tcl9-testarea-rde | |
2023-08-11
| ||
23:52 | More adaption to the package require Tcl commands, following what was discussed at the montly meeting 2023/08. More work and changes to come. check-in: 46ab6ea7c8 user: rolf tags: tcl9-testarea-rde | |
2023-07-30
| ||
16:56 | Reverted this octal changes - this is in critcl C code. check-in: 6acc690b87 user: pointsman tags: tcl9-testarea-rde | |
2023-07-01
| ||
01:35 | Ported modules aes: mainly octal is dead- check-in: 1107c7d63d user: rolf tags: tcl9-testarea-rde | |
2023-06-23
| ||
10:22 | Pointsman testbed. check-in: a5532890a4 user: rolf tags: tcl9-testarea-rde | |
2021-07-28
| ||
23:28 | Merge trunk. Closed-Leaf check-in: e3b25903c8 user: pooryorick tags: pooryorick | |
22:50 | Merge trunk and fix smtp.tcl. check-in: db119d511f user: pooryorick tags: mime | |
12:26 | Update base64 test to reflect more recent Tcl error messages. check-in: 6e3f27399e user: pooryorick tags: trunk | |
2021-05-01
| ||
12:01 | As prescribed in [7dfe60d7f4], updated all test files where the value of testsNeedTcl was less than 8.5. Update some tests in ncgi. check-in: 108bdfc111 user: pooryorick tags: mime | |
2021-04-30
| ||
12:12 | Merge trunk. check-in: e535000f3e user: pooryorick tags: pooryorick | |
2021-03-24
| ||
11:00 | base64 / base64 - EF - Make use of Tcl 8.6+ builtins Bumped version to 2.5 Added sections to the documentation elaborating on the behavioral differences of Tcllib versus the builtins of 8.6+. check-in: 1124521762 user: aku tags: trunk | |
10:07 | base64 / base64 - Fix handling of incomplete data at end of input Brought more in line with Trf's behaviour, except for the error message. Before the fix the Tcl implementation errored on incomplete input at the end only if there was a terminator present as well. Bumped version to 2.4.3 Extended the tests in this area Cleaned trailing whitespace check-in: c11f95893f user: aku tags: trunk | |
2020-06-15
| ||
05:52 | base32 - Split base32c, base32c::hex into separate modules. base64 - Split base64c placeholder into separate module. crc - Split crcc placeholder into separate module. json - Split jsonc into separate module md4 - Split md4c into separate module md5 - Split md5c into separate module md5crypt - Split md5cryptc into separate module rc4 - Split rc4 into separate module base32, json - Bumped to look for the separate accelerator too, not just the shared tcllibc. Bumped version. md5crypt - Attention: For the tcllibc we cannot use the duplicated `md5.c` on pain of getting linker errors for the duplicated symbols. On the other side, that same file is required when installing md5cryptc as its own package to be compiled on the fly when used. To handle both cases the relevant code is disabled by default and fixed up during installation, see action `_md5`. The C accelerator packages are now installed separately from the Tcl code. Headers and C sources included. Should be possible to package require this, invoking critcl compilation on the fly. Leaf check-in: a84629e424 user: aku tags: sha-c-split | |
2019-11-24
| ||
21:25 | Merge amg-argparse Leaf check-in: b8b70870c9 user: andy tags: amg-argparse-validation | |
21:24 | Merge trunk Leaf check-in: e7b61937e1 user: andy tags: amg-pipeline | |
21:24 | Merge trunk Leaf check-in: eccc25a0c4 user: andy tags: amg-argparse | |
2019-06-05
| ||
05:02 | Integrated testsuite fixups Merged latest work from trunk Regenerated documentation. - Fixed outdated references to feedback.inc Use `modules/common-text/feedback.inc` now. check-in: e3ae2af3f4 user: aku tags: hypnotoad | |
2019-05-07
| ||
01:21 | Integrated the doc overhaul work into the trunk. This makes the various guides official. check-in: 6612c2b8a8 user: aku tags: trunk | |
2019-04-18
| ||
23:17 | Moved text block for general feedback out of `doctools2base` module to directory `common-text`. Updated all doc references. check-in: 8b098b25f7 user: aku tags: doc-overhaul | |
2018-12-06
| ||
03:00 | Pulling changes from trunk check-in: ed4cd1b325 user: hypnotoad tags: hypnotoad | |
2018-12-04
| ||
13:27 | As prescribed in [7dfe60d7f4], updated all test files where the value of testsNeedTcl was less than 8.5. Update some tests in ncgi. check-in: ee22fc9f56 user: pooryorick tags: pooryorick | |
2016-01-24
| ||
13:18 | Merged with trunk. Tweaked manpage metadata. Leaf check-in: e958f2695b user: lars_h tags: numtheory | |
2015-06-10
| ||
19:25 | Keep up to date with trunk check-in: 04739b8a9f user: aku tags: huddle-a753cade83 | |
17:45 | Updated to trunk. Closed-Leaf check-in: 2a77eead81 user: aku tags: tkt-4a4e443ce9-pt-oo-fail | |
2015-06-08
| ||
20:26 | Update to trunk Closed-Leaf check-in: 917237676c user: aku tags: tkt-ced089d5fe-multiplexer | |
20:25 | Update to trunk Leaf check-in: 2da77f541a user: aku tags: tkt-785d2954d4-jsonc | |
19:46 | Per ticket [266d1474a5], modified calls for info command to info commands (to better match the Tcl docs) The following packages were modified: base64/uuencode, base64/yencode, crc/crc32, crc/sum, dns/spf, ftp/ftp_geturl, ftpd/ftpd, md4/md4, md5/md5x, nettool/nettool, nettool/platform_windows, processman/processman, ripemd/ripemd128, ripemd/ripemd160, sha1/sha1, sha1/sha1v1, sha1/sha256, textutil/expander, uuid/uuid Per ticket [91d3bd90fd], modified the package name for odie::processman to processman. The processman.tcl file now provides two packages: odie::processman and processman. At some point after users have transitioned, we will yank the old package name. check-in: 272b6e8ee1 user: hypnotoad tags: trunk | |
14:11 | Merging in upstream changes check-in: ac6400bd0b user: hypnotoad tags: odie | |
13:58 | Fixed cases where calls to info commands were expressed as info command. Ticket [266d1474a5] Renamed the odie::processman package to processman, as it no longer depends on odie. Ticket [91d3bd90fd] check-in: 1b6fa7e91f user: hypnotoad tags: ticket-266d1474a5 | |
2014-10-28
| ||
01:29 | Merging in changes from trunk. Made the variables exposed by ftpd a little less generic. check-in: a89cbc3b68 user: hypnotoad tags: odie | |
2014-10-21
| ||
00:41 | Updated a few more C pieces. check-in: 7d5828af4e user: andreask tags: update-to-critcl3 | |
2014-10-20
| ||
23:45 | Merged trunk into the long-dormant branch for updating the C pieces to critcl 3. check-in: 3a72abc855 user: andreask tags: update-to-critcl3 | |
20:53 | Merged version cleanup. check-in: a989287225 user: aku tags: trunk | |
2014-10-17
| ||
22:01 | Completed. Still to be tested. check-in: 83d8fe88bd user: andreask tags: version-cleanup | |
2013-06-05
| ||
20:52 | Merge trunk changes, reminder that this issue is still open. check-in: 4c1ee14d54 user: andreask tags: ooutil-bug-3609183 | |
2013-06-04
| ||
05:29 | Merged documentation changes re-routing tracker references. check-in: 8c4bf4f087 user: aku tags: trunk | |