Commit Verlauf

Autor SHA1 Nachricht Datum
  Denys Vlasenko 6016181b68 hush: GETOPT_RESET() _after_ getopts too. vor 6 Jahren
  Denys Vlasenko 22542eca18 getopt32: remove opt_complementary vor 6 Jahren
  Denys Vlasenko 036585a911 getopt32: remove applet_long_options vor 6 Jahren
  Denys Vlasenko dd5a40246b getopt32: move support for "always treat first arg as option" to users (tar/ar) vor 7 Jahren
  Denys Vlasenko 727948e585 getopt32: factor out code to treat all args as options vor 7 Jahren
  Denys Vlasenko d4e4fdb5ce fixes for bugs found by make_single_applets.sh vor 7 Jahren
  Denys Vlasenko 10ad622dc2 Spelling fixes in comments, documentation, tests and examples vor 7 Jahren
  Kaarle Ritvanen 835ad3a984 libbb: GETOPT_RESET macro vor 7 Jahren
  Rostislav Skudnov 8762512fdb Replace int -> uint to avoid signed integer overflow vor 7 Jahren
  Denys Vlasenko 237bedd499 getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST vor 8 Jahren
  Denys Vlasenko b47b3ce1bd randomconfig fixes vor 13 Jahren
  Denys Vlasenko 488dd70869 fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775 vor 13 Jahren
  Alexey Fomenko ea6116ee59 libbb: remove dead code in getopt32. -7 bytes vor 13 Jahren
  Denys Vlasenko b7c9fb27cb whitespace fixes vor 13 Jahren
  Denys Vlasenko 6307357eff move nofork_save_area from libbb.h to vfork_daemon_rexec.c vor 13 Jahren
  Denys Vlasenko 29ca159133 fix misspelling in comment vor 13 Jahren
  Denys Vlasenko 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
  Denys Vlasenko 7783248eaa *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i vor 14 Jahren
  Denys Vlasenko d46c36c74e libbb/getopt32.c: clear applet_long_options and opt_complementary after use vor 14 Jahren
  Denys Vlasenko 0052882200 top: add -m ("memory") option vor 15 Jahren
  Denys Vlasenko f3b92d3856 getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS vor 15 Jahren
  Denis Vlasenko 28e67966f3 hush: make getopt32 usable in builtins. use it in unset. vor 15 Jahren
  Denis Vlasenko fd5a3d2812 gzip: fix gzip -dc case caused by using stale getopt state vor 15 Jahren
  Denis Vlasenko d1660cb9ad ash: fix a bug in standalone mode (corrupted getopt() state) vor 15 Jahren
  Denis Vlasenko ea7c9b3366 whitespace fixes vor 15 Jahren
  Denis Vlasenko e417be6697 getopt32: do not return pointer to alloca() areas vor 16 Jahren
  Denis Vlasenko 4301616b27 libbb: getopt32() should not ever touch argv[0] (even read) vor 16 Jahren
  Denis Vlasenko 1c45a505eb libbb: fix mishandling of "all argv are opts" in getopt32() vor 16 Jahren
  Denis Vlasenko defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on vor 16 Jahren
  Denis Vlasenko d50dda8c35 *: use llist_pop for traverse-and-free list operation vor 16 Jahren