2007-09-12 Andreas Kupries * * Released and tagged Tcllib 1.10 ======================== * 2007-03-23 Andreas Kupries * base32hex.tcl: Added MD hints. 2007-03-19 Andreas Kupries * base32.man: Fixed all warnings due to use of now deprecated * base32core.man: commands. Added a section about how to give * base32hex.man: feedback. 2006-10-12 Andreas Kupries * base32.test: Rewritten to make use of the new facilities for * base32.tcl: testing of multiple implementations put into the test utilities. 2006-10-03 Andreas Kupries * * Released and tagged Tcllib 1.9 ======================== * 2006-05-27 Andreas Kupries * base32_c.tcl (critcl_decode): Simplified the decoder. * base32hex_c.tcl (critcl_decode): Use ByteArray, avoids complex UniChar -> Utf8 conversion on our part. Also moves the handling of padding out of the decoder loop. 2006-05-27 Andreas Kupries * base32.bench: base32 standard encoding, extended hex * base32.man: encoding. Tcl implementation, Critcl * base32.tcl: implementation. Switch management. * base32.test: Support package for Tcl implementation. * base32.testsuite: Documentation. Benchmarks. Testsuites. * base32_c.tcl: * base32_tcl.tcl: * base32core.man: * base32core.tcl: * base32hex.bench: * base32hex.man: * base32hex.tcl: * base32hex.test: * base32hex.testsuite: * base32hex_c.tcl: * base32hex_tcl.tcl: * pkgIndex.tcl: * New module 'base32'.