--- Convert-UUlib/Changes 2008/10/10 20:23:33 1.42 +++ Convert-UUlib/Changes 2009/09/16 07:05:22 1.49 @@ -1,8 +1,32 @@ Revision history for Perl extension Convert::UUlib. +1.31 Wed Sep 16 09:04:30 CEST 2009 + - do not use system-replacements for case-insensitive string + functions when found, as they are broken on too many systems + (mostly bsds, as usual, but at least some versions of GNU/Linux + disagree with themselves apparently). Analyzed by Anton Berezin. + +1.3 Sat Aug 29 01:24:35 CEST 2009 + - major changes, new bugs and changes in decoding behaviour are + expected (but not intended). + - major scanning and decoding speed-up (by a factor of 4), + by replacing ultra-slow _FP_gets and improving IsKnownHeader + (but fgets is *still* responsible for >50% if the time). + - new option OPT_AUTOCHECK to disable O(n) UUCheckGlobalList + 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 to avoid false matches. - made the example decoder more verbose w.r.t. error handling. + - removed potentially confusing decide_temp calls from + example decoder. 1.11 Fri Jun 13 15:32:30 CEST 2008 - don't ask.