Tcl Library Source Code

Changes On Branch ticket-266d1474a5
Login

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

Changes In Branch ticket-266d1474a5 Excluding Merge-Ins

This is equivalent to a diff from fe05de3454 to 9ec8eebe58

2015-06-08
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:45
Added a backward compatible alias to odie::processman from processman.tcl Closed-Leaf check-in: 9ec8eebe58 user: hypnotoad tags: ticket-266d1474a5
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
2015-06-04
21:14
pt - Ticket [4a4e443ce9]. Created investigation branch. Putting example into the testsuite. check-in: 9034b39a70 user: andreask tags: tkt-4a4e443ce9-pt-oo-fail
07:05
Updated to trunk check-in: 9c08dc083b user: aku tags: tkt-785d2954d4-jsonc
07:02
Ticket [14e3acd8d7] - Modified sak.tcl's "critcl" command to use an explicit cache directory, ".critcl" under the build directory (CWD), for building Tcllib's critcl parts. check-in: fe05de3454 user: aku tags: trunk
2015-06-02
00:55
fileutil - Ticket [acd8c27943] - Fixed file-type detection for PDF files, While most are "binary", they can be "text", Version bumped to 1.14.11. Extended testsuite. check-in: 2b866cf322 user: aku tags: trunk

Changes to modules/base64/uuencode.tcl.

Changes to modules/base64/yencode.tcl.

Changes to modules/crc/crc32.tcl.

Changes to modules/crc/sum.tcl.

Changes to modules/crc/sum.test.

Changes to modules/dns/spf.tcl.

Changes to modules/ftp/ftp_geturl.tcl.

Changes to modules/ftpd/ftpd.tcl.

Changes to modules/md4/md4.tcl.

Changes to modules/md5/md5x.tcl.

Changes to modules/md5crypt/md5crypt.test.

Changes to modules/nettool/nettool.tcl.

Changes to modules/nettool/platform_windows.tcl.

Changes to modules/processman/pkgIndex.tcl.

Changes to modules/processman/processman.tcl.

Changes to modules/ripemd/ripemd128.tcl.

Changes to modules/ripemd/ripemd160.tcl.

Changes to modules/sha1/sha1.tcl.

Changes to modules/sha1/sha1v1.tcl.

Changes to modules/sha1/sha256.tcl.

Changes to modules/snit/snit.test.

Changes to modules/textutil/expander.tcl.

Changes to modules/uuid/uuid.tcl.