Denys Vlasenko
|
8a6a2f9c9c
update seamless uncompression code
|
12 years ago |
Denys Vlasenko
|
c531b9a3e4
bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. Closes 4393
|
13 years ago |
Denys Vlasenko
|
d184a728cf
rename archive.h to bb_archive.h. no code changes
|
13 years ago |
Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
13 years ago |
Pere Orga
|
1f4447b2d4
move help text from include/usage.src.h to archival/*.c
|
13 years ago |
Denys Vlasenko
|
b9f2d9f7d9
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
|
14 years ago |
Denys Vlasenko
|
833d4e7f84
rename archival/libunarchive -> archival/libarchive; move bz/ into it
|
14 years ago |
Denys Vlasenko
|
3b2acb759c
tweak help text
|
14 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Denys Vlasenko
|
9297dbc9d2
randomconfig fixes
|
14 years ago |
Denys Vlasenko
|
45f66167fe
xz compression detection: avoid the need to seek
|
14 years ago |
Denys Vlasenko
|
f0f9470061
make it possible to keep usage texts in .c files
|
14 years ago |
Denys Vlasenko
|
6c5bf0d347
make it possible to have include/applets.h-esque entries in .c files
|
14 years ago |
Denys Vlasenko
|
39a04f71ca
archival/*: shrink by reusing sufficiently similar functions
|
14 years ago |
Denys Vlasenko
|
6948f210ed
*: teach tar et. al. to understand .xz by heart
|
14 years ago |
Denys Vlasenko
|
d93f19e443
reorder parts of bbunzip.c, no code changes
|
14 years ago |
Denys Vlasenko
|
602ce69afb
unxz: new applet, complete with xzcat and xz -d aliases
|
14 years ago |
Denys Vlasenko
|
e04c867a21
rename FEATURE_LZMA_ALIAS to just LZMA
|
14 years ago |
Bernhard Reutner-Fischer
|
7bdfb7cbf0
bbunzip: silence warning about unused variable
|
14 years ago |
Denys Vlasenko
|
ccb88a689e
unlzma: add "lzma -d" alias, add -t support, rename lzmacat->lzcat
|
14 years ago |
Denys Vlasenko
|
dcbfaba264
fix improper utimes usage
|
15 years ago |
Denys Vlasenko
|
389cca4b9e
some non-gnu compilers can't have non-const struct initializers
|
15 years ago |
Bernhard Reutner-Fischer
|
cc8b6871a7
use utimes() rather than obsolescent utime()
|
15 years ago |
Denys Vlasenko
|
dcd27abcc4
unpackers: check errors from close() too
|
15 years ago |
Denis Vlasenko
|
5e34ff29bc
*: mass renaming of USE_XXXX to IF_XXXX
|
15 years ago |
Denis Vlasenko
|
1a9e9bdd93
gunzip: restore mtime. approx +80 bytes of code
|
16 years ago |
Denis Vlasenko
|
e9ad84dfd4
*: refactor handling of archived files. "tar f file.tar.lzma" now works too.
|
16 years ago |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
Denis Vlasenko
|
defc1ea340
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
|
16 years ago |
Denis Vlasenko
|
a04cc47f1c
b[un]zip2, g[un]zip: unlink destination if -f is given. Closes 3854
|
16 years ago |