Commit History

Author SHA1 Message Date
  Bernhard Reutner-Fischer 6c4dadefb6 - update my name. No obj-code changes ;) 16 years ago
  Denis Vlasenko 27842288b3 libbb: make xrealloc_vector zero out the realloc'ed tail 16 years ago
  Denis Vlasenko deeed59de0 libbb: introduce and use xrealloc_vector 16 years ago
  Denis Vlasenko a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 years ago
  Denis Vlasenko defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 years ago
  Denis Vlasenko d50dda8c35 *: use llist_pop for traverse-and-free list operation 16 years ago
  Denis Vlasenko c93b162248 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) 17 years ago
  Denis Vlasenko 68404f13d4 *: add -Wunused-parameter; fix resulting breakage 17 years ago
  Denis Vlasenko 19fb67eee4 run-parts: add --reverse 17 years ago
  Denis Vlasenko 9b49a5ed85 add -fvisibility=hidden to CC flags, mark XXX_main functions 17 years ago
  Denis Vlasenko 2a1d024333 run_parts: make it sort executables by name (required by API) 17 years ago
  Denis Vlasenko fe7cd642b0 don't pass argc in getopt32, it's superfluous 17 years ago
  Denis Vlasenko 6ca409e0e4 trylink: produce even more info about final link stage 17 years ago
  Denis Vlasenko 990d0f63ee Replace index_in_[sub]str_array with index_in_[sub]strings, 17 years ago
  Denis Vlasenko bdc88fdc68 rework long option handling. saves ~1.2k 17 years ago
  Denis Vlasenko dc757aa16c introduce and use bb_basename() 17 years ago
  Denis Vlasenko b6adbf1be2 usage.c: remove reference to busybox.h 17 years ago
  Denis Vlasenko d4728145e3 run_parts: do not check path portion of a name for "bad chars". 17 years ago
  Denis Vlasenko 8d9f495d68 getopt32: fix llist_t options ordering. llist_rev is not unused. 17 years ago
  Denis Vlasenko bbd695d801 find: fix handling of -prune 17 years ago
  Bernhard Reutner-Fischer 3e816c1252 - fold recurse, depthFirst and dereference params into one param flags. 18 years ago
  Denis Vlasenko c7d4b98cbd run_parts: I was wrong, NULL termination is already done because 18 years ago
  Denis Vlasenko 45cd089df1 run_parts: NULL-terminate list of arguments; fix perror/error usage 18 years ago
  Bernhard Reutner-Fischer b7cffd4bed - rewrite run-parts 18 years ago
  Denis Vlasenko 06af216528 suppress warnings about easch <applet>_main() having 18 years ago
  Denis Vlasenko 079f8afa0a style cleanup: return(a) -> return a, part 1 18 years ago
  Denis Vlasenko e5667c1cfe Closing bug 730. libbb run_parts is using scandir (a GNUism), 18 years ago
  Denis Vlasenko 1385899416 attempt to regularize atoi mess. 18 years ago
  Bernhard Reutner-Fischer 7fee0c4357 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. 18 years ago
  Bernhard Reutner-Fischer e15d7573a1 - move #include busybox.h to the very top so we pull in the config 18 years ago