Commit History

Author SHA1 Message Date
  Denis Vlasenko b6adbf1be2 usage.c: remove reference to busybox.h 17 years ago
  Denis Vlasenko 06af216528 suppress warnings about easch <applet>_main() having 18 years ago
  Denis Vlasenko a597aaddfa s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g 18 years ago
  Denis Vlasenko e1a0d486e4 message string changes, mostly for consistency, also -32 bytes in .rodata 18 years ago
  Denis Vlasenko 67b23e6043 getopt_ulflags -> getopt32. 18 years ago
  Denis Vlasenko ce97960a6e usage.h: remove ugly tricks. We have USE_FEATURE_xxx now. 18 years ago
  Rob Landley d921b2ecc0 Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate 18 years ago
  Rob Landley 534374755d Cleaup read() and write() variants, plus a couple of new functions like 18 years ago
  "Robert P. J. Day" 801ab14013 Add one-line GPL boilerplate to numerous (but not all yet) source files. 18 years ago
  Rob Landley 8bb50782a5 Change llist_add_* to take the address of the list rather than returning the new 18 years ago
  Rob Landley dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function 19 years ago
  Tim Riker c1ef7bdd8d just whitespace 19 years ago
  "Vladimir N. Oleynik" f704b27b5b 19 years ago
  "Vladimir N. Oleynik" f1ab127077 Prepend '-' to the first argument if required, more const, indent 19 years ago
  "Vladimir N. Oleynik" 064f04e7e2 19 years ago
  Rob Landley b7128c6236 Cleanup patch by Bernhard Fischer, removing unnecessary includes of 19 years ago
  "Vladimir N. Oleynik" 27421a1878 1) bb_opt_complementaly -> bb_opt_complementally 19 years ago
  Mike Frysinger 348e84c202 change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) 19 years ago
  Mike Frysinger ae38d65e95 abort if user passes -r or if they dont pass anything 19 years ago
  Eric Andersen d952ee2e9e Make it more apparent that archive creation is not supported 20 years ago
  Glenn L McGrath c6992feee3 Update my email address, document some of my tasks in the AUTHORS file 20 years ago
  Eric Andersen c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 21 years ago
  Glenn L McGrath 930453bdcf Use bb_getopt_ulflags, saves some space, better argument checking. 21 years ago
  Glenn L McGrath 142abc18ce Fix a compile error when only using ar, patch by Paul van Gool 21 years ago
  Glenn L McGrath 7ffe133864 As we no longer use function pointers for read in common archiving code 21 years ago
  Manuel Novoa III cad5364599 Major coreutils update. 22 years ago
  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 years ago
  Glenn L McGrath 237ae42fc9 Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j 22 years ago
  Glenn L McGrath a47a3eada6 Fix simple define problem 22 years ago
  Glenn L McGrath 7ca04f328e New common unarchive code. 22 years ago