1. 83e20cb getopt: code shrink by Ron Yorston · 3 years, 3 months ago
  2. 2496616 avoid using strok - eliminates use of hidden global variable by Denys Vlasenko · 4 years, 2 months ago
  3. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  4. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  5. ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  6. 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
  7. 72d725d getopt: make it NOEXEC by Denys Vlasenko · 7 years ago
  8. 5b3cbe3 config: more tweaking of help texts by Denys Vlasenko · 7 years ago
  9. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  10. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  11. 835ad3a libbb: GETOPT_RESET macro by Kaarle Ritvanen · 8 years ago
  12. bbc7bee make --help texts more uniform by Denys Vlasenko · 8 years ago
  13. 1d3a04a Code style fixes, no code changes by Denys Vlasenko · 8 years ago
  14. dd898c9 Convert all util-linux/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  15. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
  16. d60752f build system: -fno-builtin-printf by Denys Vlasenko · 9 years ago
  17. ee3bc70 getopt: improve help text; code shrink by Denys Vlasenko · 12 years ago
  18. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  19. 817c230 getopt: trim help text by Denys Vlasenko · 13 years ago
  20. 594db1e getopt: simple code shrink; expand help text by Denys Vlasenko · 13 years ago
  21. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  22. 488dd70 fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775 by Denys Vlasenko · 14 years ago
  23. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  24. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  25. f3b92d3 getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS by Denys Vlasenko · 15 years ago
  26. 7effd7a getopt: reinstate erroneously removed getopt() reset code. by Denis Vlasenko · 16 years ago
  27. d1660cb ash: fix a bug in standalone mode (corrupted getopt() state) by Denis Vlasenko · 16 years ago
  28. 2784228 libbb: make xrealloc_vector zero out the realloc'ed tail by Denis Vlasenko · 16 years ago
  29. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  30. f5d8c90 style fixes, no code changes by Denis Vlasenko · 16 years ago
  31. d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 17 years ago
  32. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
  33. 2570b2e whitespace fixes by Denis Vlasenko · 17 years ago
  34. b44c790 *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname. by Denis Vlasenko · 17 years ago
  35. 9772816 *: move getopt reset code to better place(s) by Denis Vlasenko · 17 years ago
  36. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  37. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  38. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  39. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  40. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  41. bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
  42. 0919657 libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options by Denis Vlasenko · 17 years ago
  43. 4b924f3 whitespace fixes by Denis Vlasenko · 18 years ago
  44. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  45. 80d14be Rename two config options: by Denis Vlasenko · 18 years ago
  46. 335b63d make a few struct bb_applet members conditional by Denis Vlasenko · 18 years ago
  47. 9c146a9 getopt: use getopt32 for option parsing - inspired by patch by by Denis Vlasenko · 18 years ago
  48. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
  49. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  50. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  51. c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
  52. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  53. f47ff10 getopt: fix whitespace damage by Denis Vlasenko · 18 years ago
  54. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  55. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  56. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 19 years ago
  57. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 19 years ago
  58. c1ef7bd just whitespace by Tim Riker · 19 years ago
  59. 5cf9a03 more const, attribute_noreturn saved 200 bytes by "Vladimir N. Oleynik" · 19 years ago
  60. dbaf97e Fix the warnings, and fix the following two obvious segfaults: by Rob Landley · 19 years ago
  61. d4004ee Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few extra const's also. by Glenn L McGrath · 20 years ago
  62. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  63. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  64. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
  65. d378c31 Applied vodz' patches #49 and #50 (with a small correction in runshell.c) by Robert Griebl · 22 years ago
  66. af03049 Applied patch from Larry Doolittle to remove some strlen calls, and add one by Mark Whitley · 24 years ago
  67. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 24 years ago
  68. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  69. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  70. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  71. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  72. 6050618 Put getopt_usage where it belongs and added *_usage entries in busybox.[ch] by Mark Whitley · 24 years ago
  73. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  74. a1f16bb Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org> -Erik by Eric Andersen · 24 years ago