--- Convert-UUlib/Changes 2009/08/24 04:38:23 1.44 +++ Convert-UUlib/Changes 2009/08/24 06:15:00 1.45 @@ -1,11 +1,15 @@ 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. + call after every loadfile, majorly speeds up large decodes + (easily by a factor of 10..100). + - allow "Smerge -1" to call UUCheckGlobalList. + - majorly speed up part insertion (still O(n), but much faster). + - allow for 1023 octet headers instead of the standard + 255 octet ones. + - support strcasestr, strcasecmp, strncasecmp for added speed. 1.12 Mon Oct 13 14:11:01 CEST 2008 - use the yencode filesize as additional matching criterium