--- Convert-UUlib/Changes 2022/09/24 17:40:45 1.94 +++ Convert-UUlib/Changes 2022/11/29 05:21:02 1.95 @@ -1,20 +1,21 @@ Revision history for Perl extension Convert::UUlib. TODO: biggest timesinks: FP_fgets/getc_unlocked overall, UUInsertPartToList dominates large loads due to O(n**2) search +TODO: UUGetFilename should understand yenc subject lines - when parsing yenc encoded files, file size and some other data was converted using atoi, confusing the decoder for files >2G. - - trust filenames from yenc headers and do not extract then from the subject. + - trust filenames from yenc headers if long enough and do not extract then from the subject. - UUEncodePartial was broken because it missed the ("newly" added) crc parameter. - remove some pre-c99 support. - call abort in some code that should not be reached. - exported extensions used by the perl interface in uudeview.h, so it no longer includes uuint.h. - - compile whole uulib als single .c file. + - compile whole uulib as single .c file. - take advantage of single file compiles and declare internal functions static. - - remove debug message file cvs id's, which didn't work anymore, replace UUMessage + - remove debug message file cvs ids, which didn't work anymore, replace UUMessage by a macro and remove file and line numbers from callers. - - mark some more fuinctions as static. + - mark some more functions as static. 1.8 Thu Dec 17 02:23:53 CET 2020 - no bugfixes in this release due to lack of known bugs, but the major changes