Age | Commit message (Collapse) | Author |
|
we can unzip openssh-4.3p2.tar.gz now :)
|
|
to optimize better. -480 bytes.
|
|
|
|
type safety (well, sort of ;))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix few corner cases, reduce size by 450 bytes. Update testsuite.
|
|
|
|
|
|
|
|
|
|
|
|
libbb: rename xgetcwd and xreadlink
|
|
|
|
|
|
no preceding prototype
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
run-tested pieces. Code was rather messy.
It's not a bug fix, more like code cleanup.
This is the first part.
|
|
|
|
text data bss dec hex
5256 0 108 5364 14f4 - old
4915 0 0 4915 1333 - new
|
|
|
|
fix memory leak in inflate_gunzip.
|
|
Who wrote this gem, I wonder?
n -= (e = (e = gunzip_wsize - ((d &= gunzip_wsize - 1) > w ? d : w)) > n ? n : e);
|