OSDN Git Service

Switch to toybox sendevent.
[android-x86/external-toybox.git] / lib / args.c
2016-07-08 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-07-04 Rob LandleyNow that we're using the adjusted option string, need...
2015-12-11 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2015-12-10 Rob LandleyExpand toys.optargs to 64 bits so people adding more...
2015-09-14 Elliott Hughesam b1a33391: am 0d7a388b: Merge remote-tracking branch...
2015-09-14 Elliott Hughesam 0d7a388b: Merge remote-tracking branch \'toybox...
2015-09-14 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2015-09-11 Rob LandleyReplace toys.exithelp with help_exit() in lib.
2015-08-27 Elliott Hughesam 707204ed: (-s ours) Revert "Don\'t add a symlink...
2015-08-27 Elliott Hughesam f5cef31b: (-s ours) am c96e4249: Don\'t add a symlin...
2015-08-27 Elliott Hughesam b2fcb6c8: (-s ours) am efac088b: Merge remote-tracki...
2015-08-27 Elliott Hughesam 2fc83b71: (-s ours) am 30b9035c: Merge "Redo mkstatu...
2015-08-27 Elliott Hughesam 56b81a01: (-s ours) am 3e713d86: Merge "Move the...
2015-08-27 Elliott Hughesam 2657806e: (-s ours) am 9f05d690: Merge "On testing...
2015-08-27 Elliott Hughesam 652655eb: (-s ours) am bef6d0ab: Merge "mknod: Add...
2015-08-27 Elliott Hughesam fb1ae07a: (-s ours) am e3764ccd: Regenerate generate...
2015-07-11 Elliott Hughesam f41c7e0b: Merge remote-tracking branch \'toybox...
2015-07-11 Elliott Hughesam f41c7e0b: Merge remote-tracking branch \'toybox...
2015-07-11 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2015-07-10 Rob LandleyMove comment about TOYBOX_DEBUG to start of file so...
2015-01-23 Elliott HughesMerge remote-tracking branch 'toybox/master' into stuff
2015-01-18 Rob LandleyRemove trailing whitespace.
2015-01-15 Elliott HughesMerge changes Ia8df7446,I77c8d1a7,Iaad492fd,I87fd25f2...
2015-01-01 Rob LandleyDebris from flag handling rewrite: don't allow -^A...
2014-08-15 Rob LandleyFix bug reported by Ashwini Sharma: [-abc] syntax to...
2013-09-21 Rob LandleyTweak args (yank old + that never worked, rename |...
2013-09-21 Rob LandleyFluff out option parsing documentation, add another...
2013-09-09 Rob LandleyFix [-group] argument dropping.
2013-09-06 Rob LandleyMake [-abc] exclude logic clear argument slots when...
2013-09-01 Rob LandleyImprove --longopt parsing: general bugfixes, better...
2013-07-31 Rob LandleyCleanup renice and implement '|' (required option)...
2013-06-22 Rob LandleyOption type @ counts number of occurrences, it doesn...
2013-04-30 Rob LandleyFix bare longopts to set unique optflag bits.
2013-04-15 Rob LandleyMove guts of help command into show_help() in lib/help...
2013-04-07 Rob LandleyFix argument parsing so -- doesn't include itself in...
2012-12-29 Rob LandleyAshwini Sharma pointed out that my previous tweak to...
2012-12-28 Rob LandleyFix option grouping.
2012-11-25 Rob LandleyFix typo.
2012-11-19 Rob LandleyTeach option parsing about [groups] of related options.
2012-11-13 Rob LandleyReindent to two spaces per level. Remove vi: directives...
2012-11-02 Rob LandleyUse stridx.
2012-07-15 Rob LandleyGenericize llist code a bit: rename llist_free() to...
2012-03-12 Rob LandleyRedo tail to use optargs and optionally support lseek...
2012-02-28 Rob LandleyAdd "-" type to optargs and teach tail.c to use it...
2012-02-26 Rob LandleyTeach lib/args.c that " " this option must take a _sepa...
2012-02-19 Rob LandleyNathan McSween convinced me compilers that inline memse...
2012-02-03 Luis Felipe Strano... Removing unecessary allocation.
2012-01-29 Rob LandleyAdd <>= to lib/args.c, with documentation.
2011-11-30 Rob LandleySplit out parse_optflaglist(), and move local variables...
2011-11-28 Rob LandleyFix "tar cvjfC file dir", make @ not eat an argument...
2008-07-04 Rob LandleyTeach option parsing logic that ^ means stop parsing...
2008-06-27 Rob LandleyOption parsing: stopearly is now a ^ prefix (not +...
2008-06-17 Rob LandleyAssemble '*' repeated argument list in order. Also...
2008-05-17 Rob LandleyFix command line option parsing so "echo -xen" actually...
2008-05-04 Rob LandleyFluffier error message.
2008-03-24 Rob LandleyEnabling debugging should not change behavior. Oops.
2008-02-18 Rob LandleyAdd enable/disable/exclude logic, update docs.
2008-02-12 Rob LandleyAdd toys.optc, an argv-style count for toys.optargs.
2008-01-20 Rob LandleyZap toylist.h, moving contents of global structures...
2007-11-27 Rob LandleyPatch from Charlie Shepherd: remove extra \n from error...
2007-11-16 Rob LandleyRemove trailing whitespace (thanks to Charlie Shepherd...
2007-10-11 Rob LandleyPromote help to global config option, teach error_exit...
2007-06-18 Rob LandleyFix "Need 1 arguments".
2007-02-17 Rob LandleyAdd atolx() which understands extensions for kilobytes...
2007-01-31 Rob LandleyAdd "make defconfig". Modify global options to start...
2007-01-25 Rob LandleyUpdate args.c to implement numeric arguments.
2007-01-08 Rob Landleyxopen() wants 2 arguments unless you're creating a...
2006-11-25 Rob LandleyMore work on option parsing. "df -t tmpfs" actually...
2006-11-24 Rob LandleyFix a half-dozen bugs in argument parsing. More seems...
2006-11-20 Rob LandleyAllocate a more sane amount of memory.
2006-11-19 Rob LandleyAdd one if() that has lots of whitespace fallout.
2006-11-19 Rob LandleyNew option parsing infrastructure (doesn't use getopt...