--- Convert-UUlib/Changes 2020/02/27 16:17:16 1.68 +++ Convert-UUlib/Changes 2020/02/28 06:57:25 1.69 @@ -2,6 +2,7 @@ _FP_gets still 70% of scan time. decode time: 24% _FP_gets, uulib_crc32 23%, UUValidData 11% + - experimental perlmulticore support (see manpage). - include ecb.h to deal with compiler builtins and endianness. - some further ยต-optimisations in hot code, especially for yEnc. - replace crc32 function by slice-by-16 version by Stephan Brumme, @@ -10,7 +11,8 @@ the part crcs together to form the file crc. - yEnc: allow pcrc= in addition to pcrc32= for yenc trailers, as some draft mentions both and it is actually in active use. - - yEnc: ignore crc32= on multiparts, except on the last part. + - yEnc: ignore crc32= on multiparts, except on the last part, + which avoids spurious corruption warnings. - be more precise in documenting code licenses in COPYING. 1.62 Mon Feb 17 23:19:42 CET 2020