Histórico de Commits

Autor SHA1 Mensagem Data
  Denis Vlasenko 4cccc03768 remove useless casts (type*) xzalloc(...) há 18 anos atrás
  Denis Vlasenko 8c35d65c43 recursive_action: add depth param há 18 anos atrás
  Denis Vlasenko ddec5af6b0 rename functions to more understandable names há 18 anos atrás
  Denis Vlasenko 2295b49169 grep: "grep -h pattern file1 file2" ignored -h há 18 anos atrás
  Denis Vlasenko bf39216cc4 grep: -r didn't close files, producing "Too many open files" há 18 anos atrás
  Denis Vlasenko 3544ae6004 grep: fix combination of -r and -h há 18 anos atrás
  Denis Vlasenko 3a6755f56f grep: add support for -r há 18 anos atrás
  Denis Vlasenko 2d5ca60bfb bb_get_[chomped]line_from_file wasn't descriptive enough. há 18 anos atrás
  Denis Vlasenko 8f8f268cfd bb_applet_name -> applet_name há 18 anos atrás
  Denis Vlasenko 67b23e6043 getopt_ulflags -> getopt32. há 18 anos atrás
  Denis Vlasenko 9275814a9e lots of silly indent fixes há 18 anos atrás
  Denis Vlasenko 6c30db8bd3 grep: add help text; fix style há 18 anos atrás
  Denis Vlasenko 51937534fb grep: implement -o option. Patch by Jac Goudsmit. há 18 anos atrás
  Eric Andersen 3312c989e6 fix 'grep -C' which requires an argument há 18 anos atrás
  Bernhard Reutner-Fischer 7fee0c4357 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. há 18 anos atrás
  Rob Landley 081e38483e Remove xcalloc() and convert its callers to xzalloc(). About half of them há 18 anos atrás
  Rob Landley d921b2ecc0 Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate há 18 anos atrás
  Bernhard Reutner-Fischer 19008b8373 - reuse strings and messages. Saves about 600B há 18 anos atrás
  Bernhard Reutner-Fischer e15d7573a1 - move #include busybox.h to the very top so we pull in the config há 18 anos atrás
  Rob Landley 8bb50782a5 Change llist_add_* to take the address of the list rather than returning the new há 18 anos atrás
  Rob Landley dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás
  "Vladimir N. Oleynik" 716bbe96d4 make grep faster (close bug 758), reduce small memory leak in CONFIG_FEATURE_CLEANUP mode há 19 anos atrás
  "Vladimir N. Oleynik" f704b27b5b há 19 anos atrás
  Bernhard Reutner-Fischer aaf0e23330 - replace variables by defines to save space há 19 anos atrás
  "Vladimir N. Oleynik" bf4497406f SUSv3 -q compatibily exit status correction for grep again há 19 anos atrás
  "Vladimir N. Oleynik" c96b703ab0 SUSv3 -q compatibily exit status correction for grep há 19 anos atrás
  "Vladimir N. Oleynik" cf40d8175b grep must have exit code >1 if input file not found. Small indent correcion also. há 19 anos atrás
  "Vladimir N. Oleynik" 23f62fc6f3 split libbb: moved xregcomp separatelly for speed up recompile há 19 anos atrás
  "Vladimir N. Oleynik" b4f3cff6f5 removed strange extern void xregcomp(... from some applets, but declared from libbb.h há 19 anos atrás
  "Vladimir N. Oleynik" 27421a1878 1) bb_opt_complementaly -> bb_opt_complementally há 19 anos atrás