1. 1e825ac libbb: shrink lineedit_read_key() by Denys Vlasenko · 2 years, 11 months ago
  2. b9258b8 head,tail: trim --help text by Denys Vlasenko · 3 years, 6 months ago
  3. ba9f9c2 *: --help text tweaks by Denys Vlasenko · 3 years, 8 months ago
  4. cad3fc7 libbb: introduce and use fputs_stdout by Ron Yorston · 3 years, 10 months ago
  5. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  6. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  7. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  8. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  9. af3f420 Convert all coreutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  10. c72b43c Commonalize typical [b,]k,m suffix struct by Denys Vlasenko · 11 years ago
  11. 40c6da4 head: support -n -NUM and -c -NUM by Denys Vlasenko · 12 years ago
  12. af0255f head,tail: use common suffix struct. simplify help text. by Denys Vlasenko · 12 years ago
  13. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  14. 3442538 move help text from include/usage.src.h to coreutils/*.c by Pere Orga · 14 years ago
  15. 2d1a78b Marked some more applets NOEXEC/NOFORK by Dan Fandrich · 14 years ago
  16. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  17. ea8b252 *: better string sharing by Denys Vlasenko · 15 years ago
  18. 5749328 head,tail: trim help text; make suffixes unconditional for head too by Denys Vlasenko · 15 years ago
  19. 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
  20. 0d87367 head: report file open errors with exitcode 1 (was happily returning 0) by Denis Vlasenko · 16 years ago
  21. 62a90cd *: shrink by using [f]open_or_warn_stdin where appropriate by Denis Vlasenko · 17 years ago
  22. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  23. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  24. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  25. f868963 multiplier suffixes are short, store them directly in struct suffix_mult by Denis Vlasenko · 17 years ago
  26. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  27. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  28. a41fdf3 preparatory patch for -Wwrite-strings #1 by Denis Vlasenko · 18 years ago
  29. 0849207 convert "negaite" config option into reversed (INCLUDE_SUSv2) by Denis Vlasenko · 18 years ago
  30. 459903b Provide our own isdigit macro. saves more than 400 bytes. by Denis Vlasenko · 18 years ago
  31. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  32. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  33. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  34. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  35. c16bd21 silly switch style fix by Denis Vlasenko · 18 years ago
  36. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  37. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  38. e75b41d support GNU suffixes for fancy mode: b(512), k(1024) and m(1024*1024) by "Vladimir N. Oleynik" · 19 years ago
  39. f8fd4db Move SUSv2 obsolete feature disabling to debug menu, invert meaning of by Rob Landley · 19 years ago
  40. 9a14bd0 - Stephane Billiart writes: Fix the compilation of head and tail. by Bernhard Reutner-Fischer · 19 years ago
  41. 5816ccb - wrap label GET_COUNT in #if ENABLE_FEATURE_FANCY_applet to avoid warning by Bernhard Reutner-Fischer · 19 years ago
  42. 0bd0257 Add build options to control SuS compatability, allows numeric by Glenn L McGrath · 19 years ago
  43. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  44. 53146cc Added include for isdigit(); simplified -<num> detection by Robert Griebl · 23 years ago
  45. 13c26fc SUpport old style -[::digit::] options for head and tail by Robert Griebl · 23 years ago
  46. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  47. 2338d31 Use ferror(3) to check for errors, rather than inspecting errno. Thanks to by Matt Kraai · 23 years ago
  48. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 24 years ago
  49. eba8ed7 Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup by Eric Andersen · 24 years ago
  50. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  51. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  52. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago 0_49
  53. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  54. 12f417e Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to by Matt Kraai · 24 years ago
  55. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  56. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  57. c0321f9 Rewrote head to perservere when it can't open a file, and share code with cat. by Matt Kraai · 24 years ago
  58. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  59. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  60. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  61. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
  62. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 25 years ago
  63. 61677fe Upates to include copyright 2000 to everything -Erik by Erik Andersen · 25 years ago
  64. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  65. fac10d7 A few minor updates. ;-) by Erik Andersen · 25 years ago
  66. 3fe39dc Some busybox updates. See the changelog for details if you care. -Erik by Erik Andersen · 25 years ago
  67. 5509af7 * added (and documented) "-n" option for head - by Erik Andersen · 25 years ago
  68. 10c341a Make head --version do the right thing. Update TODO list -Erik by Erik Andersen · 25 years ago
  69. 25ab653 fixed an embarrasing segfault (head w/ no args used to die (but now it lives)) by John Beppu · 25 years ago
  70. cf53687 Fixed John's email address again. by Eric Andersen · 25 years ago
  71. 3157b1f Implemented head(1). tried to mimic GNU behaviour. by John Beppu · 25 years ago