Bernhard Reutner-Fischer
|
64d7e93081
- convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen defaults to 0777 on it's own, so we don't need to xopen3(,,0777).
|
18 years ago |
Denis Vlasenko
|
9cac521f07
using [xa]sprintf for string concatenation is neat and saves
|
18 years ago |
Bernhard Reutner-Fischer
|
d591a360d3
- merge -r15463:15564 from busybox_scratch branch through these changesets:
|
18 years ago |
Rob Landley
|
86b4d64aa3
These should have been part of 15767 too.
|
18 years ago |
"Robert P. J. Day"
|
edd9ca5743
More removal of "#if 0" content.
|
18 years ago |
"Robert P. J. Day"
|
68229837ff
Remove all usage of the "register" storage class specifier.
|
18 years ago |
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 |