--- Convert-UUlib/Changes 2008/10/13 12:12:56 1.43 +++ Convert-UUlib/Changes 2009/08/24 04:38:23 1.44 @@ -1,5 +1,12 @@ Revision history for Perl extension Convert::UUlib. + - allow for 1023 octet headers instead of the standard + 255 octet ones. + - major scanning and decoding speed-up (by a factor of 3), + by replacing ultra-slow _FP_gets and improving IsKnownHeader. + - new option OPT_AUTOCHECK to disable O(n) UUCheckGlobalList + call after every loadfile, majorly speeds up large decodes. + 1.12 Mon Oct 13 14:11:01 CEST 2008 - use the yencode filesize as additional matching criterium to avoid false matches.