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 | |
| parent | 2dd2d7a37da0f292ede2f9bfe1575280a49a5106 (diff) | |
| download | busybox-w32-ebd8065f387e24f9a9562377dcabbf7eb0165c79.tar.gz busybox-w32-ebd8065f387e24f9a9562377dcabbf7eb0165c79.tar.bz2 busybox-w32-ebd8065f387e24f9a9562377dcabbf7eb0165c79.zip | |
Trying to commit Changelog and TODO. cvs is being weird :/
| -rw-r--r-- | Changelog | 2 | ||||
| -rw-r--r-- | TODO | 5 |
2 files changed, 6 insertions, 1 deletions
| @@ -15,7 +15,7 @@ | |||
| 15 | -- a whole bunch of ash size optimizations | 15 | -- a whole bunch of ash size optimizations |
| 16 | -- Fix for ash leading redirections (i.e. '2>/dev/null ls rubbish') | 16 | -- Fix for ash leading redirections (i.e. '2>/dev/null ls rubbish') |
| 17 | * Rodney Brown <RDBrown@mira.net> | 17 | * Rodney Brown <RDBrown@mira.net> |
| 18 | -- Optimized gzip.c, shrinking it be ~1.5k | 18 | -- Optimized gzip.c, shrinking it by ~1.5k |
| 19 | * Matt Kraai | 19 | * Matt Kraai |
| 20 | -- Fix sed s/[/]// handling (closes: #1208). | 20 | -- Fix sed s/[/]// handling (closes: #1208). |
| 21 | -- Fix `-/bin/sh' invocation (closes: #1209). | 21 | -- Fix `-/bin/sh' invocation (closes: #1209). |
| @@ -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 . | ||
