Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
b94669543df39440415d734ad2932a83651471e9
/
archival
/
bunzip2.c
70060d2
s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g
by Eric Andersen
· 21 years ago
6cb3bc0
Use bb_getopt_ulflags, simplify some logic, saves some bytes.
by Glenn L McGrath
· 21 years ago
f235d05
Use the return value from uncompress_bunzip, fix some typo
by Glenn L McGrath
· 21 years ago
debb21e
Fix a logic error, the old bunzip code returned non-zero for success,
by Glenn L McGrath
· 21 years ago
cad5364
Major coreutils update.
by Manuel Novoa III
· 22 years ago
237ae42
Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j
by Glenn L McGrath
· 22 years ago
60bce49
Move bunzip2 idecompression code to libunarchive
by Glenn L McGrath
· 22 years ago
9031481
inline many functions that are only called once. saves about 300 bytes
by Aaron Lehmann
· 22 years ago
8c26fbe
remove cleanUpAndFail, and replace it with exit(). because that's what
by Aaron Lehmann
· 22 years ago
9f92d5f
Major revamp. I've been trying to clean up the code. the bzerror stuff
by Aaron Lehmann
· 22 years ago
a078268
* archival/bunzip2.c (bunzip2_main): Do not remove files if writing to standard
by Matt Kraai
· 23 years ago
cf32ac5
* archival/bunzip2.c (bunzip2_main): Remove compressed file.
by Matt Kraai
· 23 years ago
9cdb060
* archival/bunzip2.c: Include <unistd.h>.
by Matt Kraai
· 23 years ago
1f0c436
Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.
by Matt Kraai
· 23 years ago
b9df470
Commit my improvement on Rodney Brown's patch to g(un)zip, decreasing
by Aaron Lehmann
· 23 years ago
fff11f1
bzcat and bunzip -c support from Thomas Lundquist
by Glenn L McGrath
· 23 years ago
c822763
Change strdup calls to xstrdup (patch from Steve Merrifield).
by Matt Kraai
· 23 years ago
24e2833
Initial support for for bunzip2....
by Glenn L McGrath
· 23 years ago