Pascal Bellard
|
c62f229d45
dpkg: add support for lzma compression
|
пре 14 година |
Denys Vlasenko
|
aa4977d8e5
libunarchive: clean up dirty hacks. code shrank as a result
|
пре 15 година |
Denis Vlasenko
|
e9ad84dfd4
*: refactor handling of archived files. "tar f file.tar.lzma" now works too.
|
пре 16 година |
Denis Vlasenko
|
0381d422d9
dpkg_deb: slight code shrink
|
пре 16 година |
Denis Vlasenko
|
e7fca5125a
*: remove superfluous "?" in option parsing
|
пре 17 година |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
пре 17 година |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
пре 17 година |
Denis Vlasenko
|
e324184c05
s/#ifdef CONFIG_/#if ENABLE_/g
|
пре 17 година |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
пре 17 година |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
пре 18 година |
Denis Vlasenko
|
b6aae0f381
preparatory patch for -Wwrite-strings #2
|
пре 18 година |
Denis Vlasenko
|
079f8afa0a
style cleanup: return(a) -> return a, part 1
|
пре 18 година |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
пре 18 година |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
пре 18 година |
Bernhard Reutner-Fischer
|
44e216f264
- use bb_xchdir instead of ignoring eventual errors of chdir
|
пре 18 година |
Rob Landley
|
8bb50782a5
Change llist_add_* to take the address of the list rather than returning the new
|
пре 18 година |
Bernhard Reutner-Fischer
|
d9cf7ac781
- patch from Denis Vlasenko to add and use bb_xchdir()
|
пре 18 година |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
пре 18 година |
"Vladimir N. Oleynik"
|
f704b27b5b
|
пре 19 година |
"Vladimir N. Oleynik"
|
064f04e7e2
|
пре 19 година |
Bernhard Reutner-Fischer
|
0b42a6a8cf
- remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifconfig.c
|
пре 19 година |
Rob Landley
|
b7128c6236
Cleanup patch by Bernhard Fischer, removing unnecessary includes of
|
пре 19 година |
"Vladimir N. Oleynik"
|
27421a1878
1) bb_opt_complementaly -> bb_opt_complementally
|
пре 19 година |
Mike Frysinger
|
348e84c202
change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR)
|
пре 19 година |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
пре 20 година |
Glenn L McGrath
|
1f28b90a9c
Use bb_getopt_ulflags, save 100 bytes and strict argument checking.
|
пре 21 година |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
пре 21 година |
Glenn L McGrath
|
66125c8065
Move add_to_list from libunarchive to libbb so it can be of more general use (eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free).
|
пре 22 година |
Glenn L McGrath
|
e356883ffb
Minor cleanups
|
пре 22 година |
Glenn L McGrath
|
18bbca18ac
enable .tar.bz2 for dpkg-deb
|
пре 22 година |