Commit History

作者 SHA1 備註 提交日期
  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 19 年之前
  "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. 21 年之前
  Glenn L McGrath 1f28b90a9c Use bb_getopt_ulflags, save 100 bytes and strict argument checking. 21 年之前
  Manuel Novoa III cad5364599 Major coreutils update. 22 年之前
  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 年之前
  Glenn L McGrath 7ca04f328e New common unarchive code. 22 年之前
  Glenn L McGrath ef0eab514d Recovering from my previous commit 23 年之前
  Glenn L McGrath c3fbec73fb Change read_package_field interface, and rewrite using low level functions 23 年之前
  Glenn L McGrath 2e6d3cfa82 Nore unarchive (and doc) fixes from Laurence Anderson 23 年之前
  Glenn L McGrath 8f5b63edea cpio applet, and changes to associated code 23 年之前
  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. 23 年之前
  Glenn L McGrath 9aff903603 Reorganise archive extraction code 23 年之前
  Matt Kraai 59df6f7398 Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c 23 年之前
  Glenn L McGrath 33431ebb9a dpkg improvements, use full package struct, avoid extracting to tmp dir, rename variable. 23 年之前
  Glenn L McGrath 445fb952b8 dpkg-deb -f and partial -I commands, adds 600 bytes 23 年之前