Historia zmian

Autor SHA1 Wiadomość Data
  Bernhard Reutner-Fischer febe3c4211 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" 17 lat temu
  Bernhard Reutner-Fischer 3e816c1252 - fold recurse, depthFirst and dereference params into one param flags. 17 lat temu
  Denis Vlasenko f8ea0f3a66 grep: "implement" -a and -I by ignoring them 18 lat temu
  Denis Vlasenko 385304d449 grep: implement -w 18 lat temu
  Denis Vlasenko 4222ae440a ash: replace xstrdup (shell shall not die) 18 lat temu
  Denis Vlasenko 06af216528 suppress warnings about easch <applet>_main() having 18 lat temu
  Denis Vlasenko 4cccc03768 remove useless casts (type*) xzalloc(...) 18 lat temu
  Denis Vlasenko 8c35d65c43 recursive_action: add depth param 18 lat temu
  Denis Vlasenko ddec5af6b0 rename functions to more understandable names 18 lat temu
  Denis Vlasenko 2295b49169 grep: "grep -h pattern file1 file2" ignored -h 18 lat temu
  Denis Vlasenko bf39216cc4 grep: -r didn't close files, producing "Too many open files" 18 lat temu
  Denis Vlasenko 3544ae6004 grep: fix combination of -r and -h 18 lat temu
  Denis Vlasenko 3a6755f56f grep: add support for -r 18 lat temu
  Denis Vlasenko 2d5ca60bfb bb_get_[chomped]line_from_file wasn't descriptive enough. 18 lat temu
  Denis Vlasenko 8f8f268cfd bb_applet_name -> applet_name 18 lat temu
  Denis Vlasenko 67b23e6043 getopt_ulflags -> getopt32. 18 lat temu
  Denis Vlasenko 9275814a9e lots of silly indent fixes 18 lat temu
  Denis Vlasenko 6c30db8bd3 grep: add help text; fix style 18 lat temu
  Denis Vlasenko 51937534fb grep: implement -o option. Patch by Jac Goudsmit. 18 lat temu
  Eric Andersen 3312c989e6 fix 'grep -C' which requires an argument 18 lat temu
  Bernhard Reutner-Fischer 7fee0c4357 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. 18 lat temu
  Rob Landley 081e38483e Remove xcalloc() and convert its callers to xzalloc(). About half of them 18 lat temu
  Rob Landley d921b2ecc0 Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate 18 lat temu
  Bernhard Reutner-Fischer 19008b8373 - reuse strings and messages. Saves about 600B 18 lat temu
  Bernhard Reutner-Fischer e15d7573a1 - move #include busybox.h to the very top so we pull in the config 18 lat temu
  Rob Landley 8bb50782a5 Change llist_add_* to take the address of the list rather than returning the new 18 lat temu
  Rob Landley dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function 19 lat temu
  "Vladimir N. Oleynik" 716bbe96d4 make grep faster (close bug 758), reduce small memory leak in CONFIG_FEATURE_CLEANUP mode 19 lat temu
  "Vladimir N. Oleynik" f704b27b5b 19 lat temu
  Bernhard Reutner-Fischer aaf0e23330 - replace variables by defines to save space 19 lat temu