--- Convert-UUlib/Changes 2020/02/09 15:06:43 1.62 +++ Convert-UUlib/Changes 2020/02/14 08:02:26 1.63 @@ -1,5 +1,11 @@ Revision history for Perl extension Convert::UUlib. +1.62 + - major performance improvement by simplifying code in _FP_gets + to not use fscanf. This might slow things down on platforms + with very slow fgetc. + +1.61 Sun Feb 9 18:38:29 CET 2020 - lint uulib: fix some format string type mismatches and some other minor issues.