Age | Commit message (Expand) | Author |
2016-11-28 | Code style fixes, no code changes | Denys Vlasenko |
2016-11-23 | Convert all util-linux/* applets to "new style" applet definitions | Denys Vlasenko |
2016-07-06 | getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST | Denys Vlasenko |
2015-10-07 | build system: -fno-builtin-printf | Denys Vlasenko |
2013-01-24 | getopt: improve help text; code shrink | Denys Vlasenko |
2013-01-14 | whitespace cleanup. no code changes | Denys Vlasenko |
2012-02-09 | getopt: trim help text | Denys Vlasenko |
2012-02-09 | getopt: simple code shrink; expand help text | Denys Vlasenko |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-05-29 | fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775 | Denys Vlasenko |
2011-04-11 | move remaining help text from include/usage.src.h | Pere Orga |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2009-06-19 | getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS | Denys Vlasenko |
2008-10-21 | getopt: reinstate erroneously removed getopt() reset code. | Denis Vlasenko |
2008-10-20 | ash: fix a bug in standalone mode (corrupted getopt() state) | Denis Vlasenko |
2008-08-04 | libbb: make xrealloc_vector zero out the realloc'ed tail | Denis Vlasenko |
2008-07-08 | libbb: introduce and use xrealloc_vector | Denis Vlasenko |
2008-06-26 | style fixes, no code changes | Denis Vlasenko |
2008-06-15 | *: use llist_pop for traverse-and-free list operation | Denis Vlasenko |
2008-05-15 | more of -Wall fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko |
2008-03-28 | whitespace fixes | Denis Vlasenko |
2008-03-17 | *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname. | Denis Vlasenko |
2008-01-28 | *: move getopt reset code to better place(s) | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-09-27 | introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-08-12 | trylink: produce even more info about final link stage | Denis Vlasenko |
2007-07-24 | Replace index_in_[sub]str_array with index_in_[sub]strings, | Denis Vlasenko |
2007-07-23 | rework long option handling. saves ~1.2k | Denis Vlasenko |
2007-07-21 | libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options | Denis Vlasenko |
2007-05-30 | whitespace fixes | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-04-10 | Rename two config options: | Denis Vlasenko |
2007-04-10 | make a few struct bb_applet members conditional | Denis Vlasenko |
2007-04-07 | getopt: use getopt32 for option parsing - inspired by patch by | Denis Vlasenko |
2007-04-04 | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2006-11-27 | style cleanup: return(a) -> return a, part 2 | Denis Vlasenko |
2006-10-26 | silly size savings and capitalization fixes | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-09-22 | getopt: fix whitespace damage | Denis Vlasenko |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" |
2006-05-19 | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer |
2006-03-10 | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley |
2006-01-25 | just whitespace | Tim Riker |
2005-10-19 | more const, attribute_noreturn saved 200 bytes | "Vladimir N. Oleynik" |
2005-09-05 | Fix the warnings, and fix the following two obvious segfaults: | Rob Landley |
2004-09-14 | Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few ... | Glenn L McGrath |
2004-04-14 | Larry Doolittle writes: | Eric Andersen |