Commit Verlauf

Autor SHA1 Nachricht Datum
  Rob Landley 8bb50782a5 Change llist_add_* to take the address of the list rather than returning the new vor 18 Jahren
  Rob Landley dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function vor 19 Jahren
  Tim Riker c1ef7bdd8d just whitespace vor 19 Jahren
  "Vladimir N. Oleynik" f704b27b5b vor 19 Jahren
  "Vladimir N. Oleynik" f1ab127077 Prepend '-' to the first argument if required, more const, indent vor 19 Jahren
  "Vladimir N. Oleynik" 064f04e7e2 vor 19 Jahren
  Rob Landley b7128c6236 Cleanup patch by Bernhard Fischer, removing unnecessary includes of vor 19 Jahren
  "Vladimir N. Oleynik" 27421a1878 1) bb_opt_complementaly -> bb_opt_complementally vor 19 Jahren
  Mike Frysinger 348e84c202 change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) vor 19 Jahren
  Mike Frysinger ae38d65e95 abort if user passes -r or if they dont pass anything vor 19 Jahren
  Eric Andersen d952ee2e9e Make it more apparent that archive creation is not supported vor 20 Jahren
  Glenn L McGrath c6992feee3 Update my email address, document some of my tasks in the AUTHORS file vor 20 Jahren
  Eric Andersen c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. vor 21 Jahren
  Glenn L McGrath 930453bdcf Use bb_getopt_ulflags, saves some space, better argument checking. vor 21 Jahren
  Glenn L McGrath 142abc18ce Fix a compile error when only using ar, patch by Paul van Gool vor 21 Jahren
  Glenn L McGrath 7ffe133864 As we no longer use function pointers for read in common archiving code vor 21 Jahren
  Manuel Novoa III cad5364599 Major coreutils update. vor 22 Jahren
  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). vor 22 Jahren
  Glenn L McGrath 237ae42fc9 Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j vor 22 Jahren
  Glenn L McGrath a47a3eada6 Fix simple define problem vor 22 Jahren
  Glenn L McGrath 7ca04f328e New common unarchive code. vor 22 Jahren
  Glenn L McGrath ef0eab514d Recovering from my previous commit vor 23 Jahren
  Glenn L McGrath 4bef7b4186 unarchive function changed to support both exclude and include lists, applets that use unarchive changed to match. vor 23 Jahren
  Glenn L McGrath a868ec89e8 Allow the unarchive() extract_list variable to be NULL, meaning extract all vor 23 Jahren
  Glenn L McGrath c127008840 Allow unarchive to redirect stdout (tobe used by dpkg applet) vor 23 Jahren
  Glenn L McGrath 8f5b63edea cpio applet, and changes to associated code vor 23 Jahren
  Glenn L McGrath eb1c94078f Reorganise unarchiving functions, more code re-use, only does single pass(no more linked lists), basis for supporting a cpio (and cheaper untar) applet, but cpio applet isnt included in this. vor 23 Jahren
  Glenn L McGrath 9aff903603 Reorganise archive extraction code vor 23 Jahren
  Matt Kraai 59df6f7398 Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c vor 23 Jahren
  Glenn L McGrath 47fd219c95 Rename variable that shadows global vor 23 Jahren