Историја ревизија

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