ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/Changes
(Generate patch)

Comparing Convert-UUlib/Changes (file contents):
Revision 1.80 by root, Sat Dec 12 03:54:59 2020 UTC vs.
Revision 1.81 by root, Sat Dec 12 10:48:39 2020 UTC

906:51:00 <schmorp> kentnl: well, hmm, but change it to what, it still is an interface to "a" uulib library at 906:51:00 <schmorp> kentnl: well, hmm, but change it to what, it still is an interface to "a" uulib library at
10 least 10 least
1106:52:26 <kentnl> Maybe "Convert to/from uuencoded data in C" or something like that. 1106:52:26 <kentnl> Maybe "Convert to/from uuencoded data in C" or something like that.
12 12
13 - update large decoder example to disable OPT_AUTOCHK dn use Smerge -1. 13 - update large decoder example to disable OPT_AUTOCHK dn use Smerge -1.
14 - relatively minor speed increasses. 14 - many micro-optimisations.
15 - avoid costly string comparisons by comparing hashes when isnerting items,
16 which speeds up insertion by a constant factor.
17 - improve uulist structure layout.
15 - reverse the order of file list items, which heuristically improves 18 - reverse the order of file list items, which heuristically improves
16 match speed with large usenet file lists. 19 match speed with large usenet file lists.
17 - use getc instead of fgetc. 20 - use getc instead of fgetc.
18 - clean up FP _symbol names. 21 - clean up FP _symbol names.
19 - use feof_unlocked and ferror_unlocked. 22 - use feof_unlocked and ferror_unlocked.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines