diff options
author | aaronl <aaronl@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-12-06 03:32:12 +0000 |
---|---|---|
committer | aaronl <aaronl@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-12-06 03:32:12 +0000 |
commit | cfe455e1757103c0477ca8386b54a078bdc9e369 (patch) | |
tree | 8330a6504eb99ccec85eff6283efa9c525acebc1 /TODO | |
parent | 5df520abab401faacf52e43c1a60e6783f7ed7e2 (diff) | |
download | busybox-w32-cfe455e1757103c0477ca8386b54a078bdc9e369.tar.gz busybox-w32-cfe455e1757103c0477ca8386b54a078bdc9e369.tar.bz2 busybox-w32-cfe455e1757103c0477ca8386b54a078bdc9e369.zip |
Trying to commit Changelog and TODO. cvs is being weird :/
git-svn-id: svn://busybox.net/trunk/busybox@3833 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 . | ||