--- Convert-UUlib/Changes 2022/09/24 07:02:11 1.91 +++ Convert-UUlib/Changes 2022/09/24 07:35:01 1.92 @@ -3,11 +3,16 @@ TODO: biggest timesinks: FP_fgets/getc_unlocked overall, UUInsertPartToList dominates large loads due to O(n**2) search - trust filename from yenc header and do not extract it from the header. + - when parsing yenc encoded files, file size and some other data was converted + using atoi, confusing the decoder for files >4G. - remove debug message file cvs id's, which didn't work anymore, replace UUMessage by a macro and remove file and line numbers from callers. - remove some pre-c99 support. - - compile whole uulib als single .c file. - 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. + - take advantage of singkle file compiles and declare internal functions 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