aboutsummaryrefslogtreecommitdiff
path: root/lib/args.c
AgeCommit message (Expand)Author
2012-12-29Ashwini Sharma pointed out that my previous tweak to [!abc] groups still didn...Rob Landley
2012-12-27Fix option grouping.Rob Landley
2012-11-25Fix typo.Rob Landley
2012-11-19Teach option parsing about [groups] of related options.Rob Landley
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked r...Rob Landley
2012-11-02Use stridx.Rob Landley
2012-07-15Genericize llist code a bit: rename llist_free() to llist_traverse(), and no ...Rob Landley
2012-03-12Redo tail to use optargs and optionally support lseek. Add support to optargs...Rob Landley
2012-02-28Add "-" type to optargs and teach tail.c to use it. Tighten up help text, us...Rob Landley
2012-02-26Teach lib/args.c that " " this option must take a _separate_ argument, so "ki...Rob Landley
2012-02-18Nathan McSween convinced me compilers that inline memset() can optimize the b...Rob Landley
2012-02-03Removing unecessary allocation.Luis Felipe Strano Moraes
2012-01-29Add <>= to lib/args.c, with documentation.Rob Landley
2011-11-30Split out parse_optflaglist(), and move local variables to optflagstate.Rob Landley
2011-11-28Fix "tar cvjfC file dir", make @ not eat an argument, add debug check for (as...Rob Landley
2008-07-03Teach option parsing logic that ^ means stop parsing after this option.Rob Landley
2008-06-26Option parsing: stopearly is now a ^ prefix (not +), and an option string withRob Landley
2008-06-16Assemble '*' repeated argument list in order. Also implement '@' counter.Rob Landley
2008-05-17Fix command line option parsing so "echo -xen" actually prints "-xen". AddRob Landley
2008-05-04Fluffier error message.Rob Landley
2008-03-24Enabling debugging should not change behavior. Oops.Rob Landley
2008-02-18Add enable/disable/exclude logic, update docs.Rob Landley
2008-02-12Add toys.optc, an argv-style count for toys.optargs.Rob Landley
2008-01-20Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS()Rob Landley
2007-11-27Patch from Charlie Shepherd: remove extra \n from error_exit() arguments.Rob Landley
2007-11-15Remove trailing whitespace (thanks to Charlie Shepherd), and a couple commentRob Landley
2007-10-11Promote help to global config option, teach error_exit() to output usage mess...Rob Landley
2007-06-18Fix "Need 1 arguments".Rob Landley
2007-02-16Add atolx() which understands extensions for kilobytes and megabytes and such.Rob Landley
2007-01-31Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_.Rob Landley
2007-01-25Update args.c to implement numeric arguments.Rob Landley
2007-01-07xopen() wants 2 arguments unless you're creating a file, in which case youRob Landley
2006-11-25More work on option parsing. "df -t tmpfs" actually seems to work now.Rob Landley
2006-11-24Fix a half-dozen bugs in argument parsing. More seems to work than not now.Rob Landley
2006-11-19Allocate a more sane amount of memory.Rob Landley
2006-11-19Add one if() that has lots of whitespace fallout.Rob Landley
2006-11-19New option parsing infrastructure (doesn't use getopt). Hook it up toRob Landley