diff options
| author | Aaron Lehmann <aaronl@vitelius.com> | 2001-12-06 03:32:12 +0000 |
|---|---|---|
| committer | Aaron Lehmann <aaronl@vitelius.com> | 2001-12-06 03:32:12 +0000 |
| commit | ebd8065f387e24f9a9562377dcabbf7eb0165c79 (patch) | |
| tree | 8330a6504eb99ccec85eff6283efa9c525acebc1 /TODO | |
| parent | 2dd2d7a37da0f292ede2f9bfe1575280a49a5106 (diff) | |
| download | busybox-ebd8065f387e24f9a9562377dcabbf7eb0165c79.tar.gz | |
Trying to commit Changelog and TODO. cvs is being weird :/
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... xargs could use a -l option ------------------------------------------------------------------ + +libbb/unzip.c and archival/gzip.c have common constant static arrays and +code for initializing the CRC array. Both use CRC-32 and could use +common code for CRC calculation. Within archival/gzip.c, the CRC +array should be malloc-ed as it is in libbb/unzip.c . |
