Trying to commit Changelog and TODO. cvs is being weird :/

This commit is contained in:
Aaron Lehmann 2001-12-06 03:32:12 +00:00
parent 2dd2d7a37d
commit ebd8065f38
2 changed files with 6 additions and 1 deletions

View File

@ -15,7 +15,7 @@
-- a whole bunch of ash size optimizations
-- Fix for ash leading redirections (i.e. '2>/dev/null ls rubbish')
* Rodney Brown <RDBrown@mira.net>
-- Optimized gzip.c, shrinking it be ~1.5k
-- Optimized gzip.c, shrinking it by ~1.5k
* Matt Kraai
-- Fix sed s/[/]// handling (closes: #1208).
-- Fix `-/bin/sh' invocation (closes: #1209).

5
TODO
View File

@ -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 .