Historique des commits

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