--- Convert-UUlib/Changes 2020/12/13 02:55:12 1.82 +++ Convert-UUlib/Changes 2020/12/13 06:36:09 1.83 @@ -2,14 +2,8 @@ TODO: biggest timesinks: FP_fgets/getc_unlocked overall, UUInsertPartToList dominates large loads due to O(n**2) search -04:59:03 schmorp: you may want to change the description on Convert-UUlib, because your bundled copy - is now better maintained and has fewer security risks than upstreams :p -04:59:49 to the point I've been humoring the idea of cribbing its code and shipping it as a - replacement for other things currently using the original uulib -06:51:00 kentnl: well, hmm, but change it to what, it still is an interface to "a" uulib library at - least -06:52:26 Maybe "Convert to/from uuencoded data in C" or something like that. - + - no bugfixes in this release due to lack of known bugs, but the major changes + in this release might have introduced new bugs, so watch out. - update large decoder example to disable OPT_AUTOCHK dn use Smerge -1. - some micro-optimisations. - avoid costly string comparisons by comparing hashes when isnerting items, @@ -26,6 +20,9 @@ - use flockfile, if available, for a potential but small speed gain. - speed up inner yenc decoder loop. + - kentnl said that this module should no longer claim to be a simple + interface to uulib, as the bunndled copy is now better maintained + than the original upstream library. 1.71 Tue Mar 17 00:54:06 CET 2020 - backport to c89 (patch by Paul Howarth).