summaryrefslogtreecommitdiff
path: root/libstd/optparse.myr
AgeCommit message (Expand)Author
2015-08-26Move Myrddin libs to lib/ subdirectory.Ori Bernstein
2015-06-23Clean up output of options.Ori Bernstein
2015-06-15Add maxargs, noargs options to optparse.Ori Bernstein
2015-06-12Move fmt to fmt2.Ori Bernstein
2015-06-12Migrate to fmt2.myrOri Bernstein
2015-05-16Remove status arg from fatal.Ori Bernstein
2015-05-04Init the parsed option list.Ori Bernstein
2015-05-03Run tests from mbld.Ori Bernstein
2015-05-03Clean up option parsing a bit.Ori Bernstein
2015-05-02Add std.optusage() function.Ori Bernstein
2015-05-02needed => optional.Ori Bernstein
2015-05-01Clean up optctx init.Ori Bernstein
2015-05-01More improvements in CLI option parsing.Ori Bernstein
2015-05-01Add support for '--' to end arg parsing.Ori Bernstein
2015-04-30Rework the option parsing api a bit.Ori Bernstein
2015-03-03Make exit() exit the whole process, portably.Ori Bernstein
2014-12-14Fix next() for single char args.Ori Bernstein
2014-11-30Be stricter about negating booleans.Ori Bernstein
2014-10-06Split libstd into libstd and libsys.Ori Bernstein
2014-07-09Change syntax for tuples.Ori Bernstein
2014-01-10Fix double-next() problemOri Bernstein
2014-01-09Remove references to slappendOri Bernstein
2013-12-27Added 'strjoin' to libstdOri Bernstein
2013-10-24Add in missing spaces.Ori Bernstein
2013-08-19Return all values from optinfo.Ori Bernstein
2013-04-10Renamings.Ori Bernstein
2013-04-04Make it easier to iterate with option parsing.Ori Bernstein
2013-04-04Fix up option parsing code.Ori Bernstein
2013-04-04Shuffle and improve the command line option parser.Ori Bernstein
2013-02-20'#' is now the postfix pointer deref operator.Ori Bernstein
2013-01-21Add a license.Ori Bernstein
2013-01-16Rename the command line option parser to 'optparse'.Ori Bernstein