Commit History

Author SHA1 Message Date
  Eric Andersen 14f5c8d764 Patch from Bernhard Fischer to make a bunch of symbols static 19 years ago
  Mike Frysinger 4e5936ef95 In Bug 208, bernhardf writes: 19 years ago
  Eric Andersen aff114c33d Larry Doolittle writes: 20 years ago
  Eric Andersen c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
  Glenn L McGrath b8c3a54531 Patch from Ian Campbell, fix or'ed dependencies and handle virtual 21 years ago
  Glenn L McGrath fea4b446df Important bugfixes from Ian Campbell. 21 years ago
  Eric Andersen 1393a39df4 Do not shadow the global name 'accept' 21 years ago
  Manuel Novoa III cad5364599 Major coreutils update. 22 years ago
  Glenn L McGrath b323162aab Use libbb/get_line_from_file instead of getline 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 b963875a3e Move compare_string_array to libbb 22 years ago
  Aaron Lehmann a170e1c858 Change if(x)free(x); to free(x); 22 years ago
  Glenn L McGrath 62d28828d6 Use a switch instead of successive if (strcmp()) statments. 22 years ago
  Glenn L McGrath 747381c602 Split deb_extract() into more generic functions 22 years ago
  Glenn L McGrath d8d1191505 Support for bziped debs, i.e. use .tar.bz2 instead .tar.gz internally 22 years ago
  Glenn L McGrath 6ab32eb34c Move data_extract_all_prefix to dpkg, its only used there. 22 years ago
  Glenn L McGrath 61b7904afd Update dpkg to use new unarchive code 22 years ago
  Glenn L McGrath a94a06a38e Patch from Randolfe Averty to fixup package conflict checks, cleanup some memory leaks and reorganise dependency checking. 22 years ago
  Matt Kraai 39fcb5a750 * archival/dpkg.c (create_list): Use chomp. 23 years ago
  Matt Kraai 1f0c43668a Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. 23 years ago
  Glenn L McGrath aad44fb37a Fix some fegfaults and picket fence 23 years ago
  Glenn L McGrath 1dbbd2fe34 Fail gracefully if package depends on a virtual package. 23 years ago
  Matt Kraai efd7f03657 Fix opt type in dpkg (closes: #118975). 23 years ago
  Glenn L McGrath 0a25b35c66 Fix create list segfault 23 years ago
  Glenn L McGrath ef0eab514d Recovering from my previous commit 23 years ago
  Glenn L McGrath 0d2fb76c11 Modify applets to use libunarchive 23 years ago
  Glenn L McGrath 6ccdd8c122 Abort if scripts return value != 0 23 years ago
  Matt Kraai a7512d74fa Process extra empty lines correctly. 23 years ago
  Matt Kraai 3dd4f5ed69 Remove xmalloc calls. 23 years ago
  Glenn L McGrath 30f68908ef Another part of Stafan's latest patch, when replacing a pre-existing package set its status correctly. 23 years ago