--- Convert-UUlib/Changes 2020/12/17 01:24:59 1.84 +++ Convert-UUlib/Changes 2022/09/24 02:22:15 1.85 @@ -12,8 +12,9 @@ - improve uulist (and other) structure layout and size. - reverse the order of file list items, which heuristically improves match speed with large usenet file lists. - - use getc instead of fgetc, which makes no difference on gnu/linux. - - clean up _FP symbol names toi not start with an underscore. + - use getc instead of fgetc, which makes no difference on gnu/linux, + but might, elsewhere. + - clean up _FP symbol names to not start with an underscore. - use feof_unlocked and ferror_unlocked. - implement a faster ascii-only strnicmp. - misc very minor code improvements.