Commit History

Author SHA1 Message Date
  Denis Vlasenko 7fd00cbff7 dpkg: fix segfault on "dpkg -i" 18 years ago
  Denis Vlasenko 06af216528 suppress warnings about easch <applet>_main() having 18 years ago
  Denis Vlasenko b6aae0f381 preparatory patch for -Wwrite-strings #2 18 years ago
  Denis Vlasenko 4cccc03768 remove useless casts (type*) xzalloc(...) 18 years ago
  Denis Vlasenko a6df5907d2 dpkg: getopt32-ification etc, -100 bytes 18 years ago
  Denis Vlasenko b95636c52f remove casts from xmalloc() 18 years ago
  Denis Vlasenko 5af906e7c8 rename: compare_string_array -> index_in_str_array 18 years ago
  Denis Vlasenko ddec5af6b0 rename functions to more understandable names 18 years ago
  Denis Vlasenko e1a0d486e4 message string changes, mostly for consistency, also -32 bytes in .rodata 18 years ago
  Denis Vlasenko 2d5ca60bfb bb_get_[chomped]line_from_file wasn't descriptive enough. 18 years ago
  Denis Vlasenko a6dbb08a48 small style fixes 18 years ago
  Denis Vlasenko aecabffb8b dpkg: fix use-after-free (bug 939) 18 years ago
  Denis Vlasenko 5492884311 dpkg: style fixes; short -> int (generated code is smaller) 18 years ago
  Denis Vlasenko 57308afb5b dpkg: reduce bss usage by ~130 kbytes (yes, kilobytes!) 18 years ago
  Denis Vlasenko c16bd212e3 silly switch style fix 18 years ago
  Denis Vlasenko 9213a9e0f2 whitespace cleanup 18 years ago
  Denis Vlasenko 6d655be5df removed a lot of trailing \n in bb_msg() calls. It is added 18 years ago
  Rob Landley 02496aa69e The bb_ prefixes were removed from xasprintf() and xopen() a month ago (in 18 years ago
  Denis Vlasenko 1da6a21666 dpkg: fix buffer overflow (bug 983) 18 years ago
  Rob Landley d921b2ecc0 Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate 18 years ago
  "Robert P. J. Day" 63fc1a9e08 Standardize on the vi editing directives being on the first line. 18 years ago
  "Robert P. J. Day" edd9ca5743 More removal of "#if 0" content. 18 years ago
  Bernhard Reutner-Fischer d2c306e862 - ls: remove unused variable 18 years ago
  Rob Landley 1ec5b29054 More size shrinkage. 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 a389651115 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes 18 years ago
  Rob Landley e7c43b66d7 Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) 19 years ago
  Rob Landley 0a7c8ef6e2 Patch from Denis Vlasenko to constify things and fix a few typos. 19 years ago
  Tim Riker c1ef7bdd8d just whitespace 19 years ago
  Mike Frysinger 1eef0c4571 Bernhard Fischer says: use xmalloc() instead of malloc() 19 years ago