--- Convert-UUlib/Changes 2022/09/24 07:35:01 1.92 +++ Convert-UUlib/Changes 2022/09/24 10:28:33 1.93 @@ -2,17 +2,17 @@ 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. + using atoi, confusing the decoder for files >2G. + - trust filenames from yenc headers and do not extract then from the subject. - 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. - - take advantage of singkle file compiles and declare internal functions static. + - 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 + by a macro and remove file and line numbers from callers. 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