Bernhard Reutner-Fischer
|
1b9d7c9aa9
- use bb_msg_{read,write}_error where appropriate.
|
18 years ago |
Rob Landley
|
1ec5b29054
More size shrinkage.
|
18 years ago |
Bernhard Reutner-Fischer
|
c2cb0f32b4
- patch from Denis Vlasenko to add and use bb_xopen3()
|
18 years ago |
Bernhard Reutner-Fischer
|
dac7ff15b7
- patch from Denis Vlasenko to add and use bb_xsocket() and to use
|
18 years ago |
Rob Landley
|
c57ec37959
Patch from Rob Sullivan to consolidate crc32 table generation.
|
18 years ago |
Rob Landley
|
bc68cd14cc
Patch from Denis Vlasenko turning static const int (which gets emitted into
|
19 years ago |
Bernhard Reutner-Fischer
|
20f4000086
- add some ATTRIBUTE_UNUSED.
|
19 years ago |
Tim Riker
|
c1ef7bdd8d
just whitespace
|
19 years ago |
"Vladimir N. Oleynik"
|
083d3f49c2
|
19 years ago |
Bernhard Reutner-Fischer
|
0b42a6a8cf
- remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifconfig.c
|
19 years ago |
Mike Frysinger
|
4e5936ef95
In Bug 208, bernhardf writes:
|
19 years ago |
Manuel Novoa III
|
df7bfb433e
Bandaid to make "gzip file1 file2 ..." set the decompression lengths correctly
|
20 years ago |
Eric Andersen
|
d2fe81706c
Takeharu KATO writes:
|
20 years ago |
Rob Landley
|
ec4f3d95e7
Minor in-passing crapectomy.
|
20 years ago |
Eric Andersen
|
aff114c33d
Larry Doolittle writes:
|
20 years ago |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
21 years ago |
Eric Andersen
|
8211db5af0
Vladimir N. Oleynik (vodz) writes:
|
21 years ago |
Eric Andersen
|
cb81e6484d
Update a bunch of docs. Run a script to update my email addr.
|
21 years ago |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
22 years ago |
Aaron Lehmann
|
a170e1c858
Change if(x)free(x); to free(x);
|
22 years ago |
Glenn L McGrath
|
d211214d42
Use error_msg instead of printf(stderr
|
22 years ago |
Glenn L McGrath
|
4cc2e5e944
Remove duplicate variable definition
|
22 years ago |
Glenn L McGrath
|
d827e8b665
Run through indent
|
22 years ago |
Matt Kraai
|
ef8b112d77
* archival/gzip.c (gzip_main): Ensure that the output is a terminal and use
|
23 years ago |
Matt Kraai
|
9bd49d6a22
* archival/gzip.c (ifname, ofname): Delete.
|
23 years ago |
Matt Kraai
|
592a3e63ee
* archival/gzip.c (gzip_main): Display usage if given multiple files.
|
23 years ago |
Aaron Lehmann
|
b9df470c4d
Commit my improvement on Rodney Brown's patch to g(un)zip, decreasing
|
23 years ago |
Eric Andersen
|
bdfd0d78bc
Major rework of the directory structure and the entire build system.
|
23 years ago |
Eric Andersen
|
74400ccfd0
Scrub up some function prototypes.
|
23 years ago |
Eric Andersen
|
39eb040757
Patch from Rodney Brown <RDBrown@mira.net>, shrinking 1.5k
|
23 years ago |