1. 727948e getopt32: factor out code to treat all args as options by Denys Vlasenko · 7 years ago
  2. d4e4fdb fixes for bugs found by make_single_applets.sh by Denys Vlasenko · 7 years ago
  3. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  4. 835ad3a libbb: GETOPT_RESET macro by Kaarle Ritvanen · 8 years ago
  5. 8762512 Replace int -> uint to avoid signed integer overflow by Rostislav Skudnov · 8 years ago
  6. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
  7. b47b3ce randomconfig fixes by Denys Vlasenko · 13 years ago
  8. 488dd70 fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775 by Denys Vlasenko · 14 years ago
  9. ea6116e libbb: remove dead code in getopt32. -7 bytes by Alexey Fomenko · 14 years ago
  10. b7c9fb2 whitespace fixes by Denys Vlasenko · 14 years ago
  11. 6307357 move nofork_save_area from libbb.h to vfork_daemon_rexec.c by Denys Vlasenko · 14 years ago
  12. 29ca159 fix misspelling in comment by Denys Vlasenko · 14 years ago
  13. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  14. 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
  15. d46c36c libbb/getopt32.c: clear applet_long_options and opt_complementary after use by Denys Vlasenko · 15 years ago
  16. 0052882 top: add -m ("memory") option by Denys Vlasenko · 15 years ago
  17. f3b92d3 getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS by Denys Vlasenko · 15 years ago
  18. 28e6796 hush: make getopt32 usable in builtins. use it in unset. by Denis Vlasenko · 16 years ago
  19. fd5a3d2 gzip: fix gzip -dc case caused by using stale getopt state by Denis Vlasenko · 16 years ago
  20. d1660cb ash: fix a bug in standalone mode (corrupted getopt() state) by Denis Vlasenko · 16 years ago
  21. ea7c9b3 whitespace fixes by Denis Vlasenko · 16 years ago
  22. e417be6 getopt32: do not return pointer to alloca() areas by Denis Vlasenko · 16 years ago
  23. 4301616 libbb: getopt32() should not ever touch argv[0] (even read) by Denis Vlasenko · 16 years ago
  24. 1c45a50 libbb: fix mishandling of "all argv are opts" in getopt32() by Denis Vlasenko · 16 years ago
  25. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  26. d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 17 years ago
  27. 765c1c3 getopt32: fix "tar x" case; fix memory leak by Denis Vlasenko · 17 years ago
  28. 9137341 getopt32: fix recently broken opt_complementary "--" by Denis Vlasenko · 17 years ago
  29. b12b1c8 Splitting xfuncs.c into two parts. No code chabges. by Denis Vlasenko · 17 years ago
  30. 468aea2 shells: do not frocibly enable test, echo and kill _applets_, by Denis Vlasenko · 17 years ago
  31. 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 17 years ago
  32. 62a90cd *: shrink by using [f]open_or_warn_stdin where appropriate by Denis Vlasenko · 17 years ago
  33. 5624473 whitespace fixes by Denis Vlasenko · 17 years ago
  34. 04e11c9 getpot: add support for "a+" specifier for nonnegative int parameters. by Denis Vlasenko · 17 years ago
  35. 9772816 *: move getopt reset code to better place(s) by Denis Vlasenko · 17 years ago
  36. ab8c937 more "if (p) free(p)" fixes; fix a typo in comment by Denis Vlasenko · 17 years ago
  37. 737d131 support "#!/bin/busybox"-style wrappers. Needed for SELinux. by Denis Vlasenko · 17 years ago
  38. 6666ac4 cp,mv: simpler arg[cv] handling -> smallish code savings by Denis Vlasenko · 17 years ago
  39. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  40. a0319ba hdparm: shrink rodata by ~250 bytes by Denis Vlasenko · 17 years ago
  41. 6a2f7f4 whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
  42. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  43. f4cee7a getopt32: fix getopt32 breakage (forgot to memset(0) it) -- thanks rockeychu by Denis Vlasenko · 17 years ago
  44. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  45. 5bfcb4d getopt32 must remain NOFORK-safe (no mallocs!). Using alloca and pretending by Denis Vlasenko · 17 years ago
  46. bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
  47. 0919657 libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options by Denis Vlasenko · 17 years ago
  48. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  49. ff131b9 style fixes. No code changes. by Denis Vlasenko · 18 years ago
  50. 3f3aa2a make xfunctions optionally longjump instead of exit. by Denis Vlasenko · 18 years ago
  51. 8d9f495 getopt32: fix llist_t options ordering. llist_rev is not unused. by Denis Vlasenko · 18 years ago
  52. 24af720 fix TODO: getopt32 should reset optind to 1 itself by Denis Vlasenko · 18 years ago
  53. 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 18 years ago
  54. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  55. a597aad s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g xstrtou: disallow leading '+' by Denis Vlasenko · 18 years ago
  56. d031ffa tar: sanitize option handling by Denis Vlasenko · 18 years ago
  57. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  58. c8400a2 wget: wget $'-\207' ... should not be allowed to work. ever. :) by Denis Vlasenko · 18 years ago
  59. 456fa6c readlink: do not emit errors if file doesnt not exist / not a link by Denis Vlasenko · 18 years ago
  60. c12f530 dnsd fix; option_mask32 added. dnsd needs more love. by Denis Vlasenko · 18 years ago
  61. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago[Renamed (77%) from libbb/getopt_ulflags.c]
  62. 266bc17 top: add support for -b, -n <iterations> by Denis Vlasenko · 18 years ago
  63. f0d6cc8 getopt_ulflags: fix indentation in comment (needs to be 8 _spaces_ by Denis Vlasenko · 18 years ago
  64. b02ef82 getopt_ulflags: formatting fixes by Denis Vlasenko · 18 years ago
  65. 6248a73 xargs: simplify option parsing by Denis Vlasenko · 18 years ago
  66. 6429aab bb_askpass: shorten static password buffer. 256 is way too large. by Denis Vlasenko · 18 years ago
  67. 65dbd87 zcip: getopt -> bb_getopt_ulflags by Denis Vlasenko · 18 years ago
  68. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  69. 5d8843e Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate. by "Robert P. J. Day" · 18 years ago
  70. f9437aa - make getopt_ulflags aware of CONFIG_GETOPT_LONG by Bernhard Reutner-Fischer · 19 years ago
  71. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 19 years ago
  72. f76cd96 Whitespace and documentation cleanup from Dennis Vlasenko. by Rob Landley · 19 years ago
  73. 992a58c document leading + option by Mike Frysinger · 19 years ago
  74. 57f4cb2 a few more comment touchups by Mike Frysinger · 19 years ago
  75. e17c80e translate Russian-English to just plain English by Mike Frysinger · 19 years ago
  76. 4fc9220 destroy bug 679, use getopt_ulflags with new feature: usage option. Removed two strdup by "Vladimir N. Oleynik" · 19 years ago
  77. f01e178 removed a warning about an unused pargv in bb_getopt_ulflags. Noticed by Tito by "Vladimir N. Oleynik" · 19 years ago
  78. bf968f7 reduce signedness warning by "Vladimir N. Oleynik" · 19 years ago
  79. f704b27 by "Vladimir N. Oleynik" · 19 years ago
  80. 064f04e by "Vladimir N. Oleynik" · 19 years ago
  81. 4a5ce08 another more correction for getopt_ulflags() documentation (examples) by "Vladimir N. Oleynik" · 19 years ago
  82. d1b6078 more correction for getopt_ulflags() documentation by author of this fuck logic by "Vladimir N. Oleynik" · 19 years ago
  83. 120513c - add proper separators. sorry for the noise.. by Bernhard Reutner-Fischer · 19 years ago
  84. 43fb3fc - add a bit more documentation to vodz' recent additions. by Bernhard Reutner-Fischer · 19 years ago
  85. 35939d9 by "Vladimir N. Oleynik" · 19 years ago
  86. be0ed3d use updated bb_getopt_ulflags() for ps applet by "Vladimir N. Oleynik" · 19 years ago
  87. 45a8ed8 - sync traceroute with Slackware-10.1 by "Vladimir N. Oleynik" · 19 years ago
  88. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  89. 348e84c change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) by Mike Frysinger · 20 years ago
  90. fb6d22c now that mjn3 explained it to me, add documentation for the 3rd field in long opts by Mike Frysinger · 20 years ago
  91. e5d0bde add documentation for long options and touch up the current docs now that i actually understand how to use the function myself :) by Mike Frysinger · 20 years ago
  92. 2bf88a8 In Bug 5, Tito writes: by Mike Frysinger · 20 years ago
  93. 54426d5 Vladimir N. Oleynik writes: by Eric Andersen · 21 years ago
  94. 4575bbf The variable 'complementaly' used to be allocated with calloc, which zeroed it by Eric Andersen · 21 years ago
  95. 85c5152 Vodz, last_patch_123, patch have new version getopt_ulflags. by Glenn L McGrath · 21 years ago
  96. 28c111e Allow escaped 8 bit characters in bb_opt_complementaly by Glenn L McGrath · 21 years ago
  97. 850b05f Fix a bug preventing use of escaped characters that use the signed bit by Glenn L McGrath · 21 years ago
  98. 9d1a33c Vodz last_patch_105 without his xargs patch which doenst apply cleanly by Glenn L McGrath · 21 years ago
  99. 8876fb2 last_patch89 from vodz: by Eric Andersen · 21 years ago
  100. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago