Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-12-20 | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | Matt Kraai | |
2001-12-06 | Commit my improvement on Rodney Brown's patch to g(un)zip, decreasing | Aaron Lehmann | |
binary size. | |||
2001-11-18 | bzcat and bunzip -c support from Thomas Lundquist | Glenn L McGrath | |
2001-11-12 | Change strdup calls to xstrdup (patch from Steve Merrifield). | Matt Kraai | |
2001-10-05 | Initial support for for bunzip2.... | Glenn L McGrath | |
This code could be improvemed by 1) supporting more options, 2) Creating a shared crc table with gunzip, or perhaps generated on the fly. 3) Removing any remaining unneccessary code (e.g. if (noisy)) |