diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -56,3 +56,8 @@ and then start with the biggest things and make them smaller... | |||
56 | xargs could use a -l option | 56 | xargs could use a -l option |
57 | 57 | ||
58 | ------------------------------------------------------------------ | 58 | ------------------------------------------------------------------ |
59 | |||
60 | libbb/unzip.c and archival/gzip.c have common constant static arrays and | ||
61 | code for initializing the CRC array. Both use CRC-32 and could use | ||
62 | common code for CRC calculation. Within archival/gzip.c, the CRC | ||
63 | array should be malloc-ed as it is in libbb/unzip.c . | ||