index
:
ori/mc.git
0.2
abi
autoexpr
autovar
bettermatch
biofunc
callee-save
closures
dependent-tags
fixtraits
freebsd-port
hashtraits
integrated
kill-sleq
libmath-merge
master
matchcomp
mbld-rebase
mbld2
mpkg
netbsd-port
peephole-opt
poller
qbe
struct-lit
threadwork
tls
trait-syntax
update-bootstrap
The Myrddin compiler.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstd
/
optparse.myr
Age
Commit message (
Expand
)
Author
2015-08-26
Move Myrddin libs to lib/ subdirectory.
Ori Bernstein
2015-06-23
Clean up output of options.
Ori Bernstein
2015-06-15
Add maxargs, noargs options to optparse.
Ori Bernstein
2015-06-12
Move fmt to fmt2.
Ori Bernstein
2015-06-12
Migrate to fmt2.myr
Ori Bernstein
2015-05-16
Remove status arg from fatal.
Ori Bernstein
2015-05-04
Init the parsed option list.
Ori Bernstein
2015-05-03
Run tests from mbld.
Ori Bernstein
2015-05-03
Clean up option parsing a bit.
Ori Bernstein
2015-05-02
Add std.optusage() function.
Ori Bernstein
2015-05-02
needed => optional.
Ori Bernstein
2015-05-01
Clean up optctx init.
Ori Bernstein
2015-05-01
More improvements in CLI option parsing.
Ori Bernstein
2015-05-01
Add support for '--' to end arg parsing.
Ori Bernstein
2015-04-30
Rework the option parsing api a bit.
Ori Bernstein
2015-03-03
Make exit() exit the whole process, portably.
Ori Bernstein
2014-12-14
Fix next() for single char args.
Ori Bernstein
2014-11-30
Be stricter about negating booleans.
Ori Bernstein
2014-10-06
Split libstd into libstd and libsys.
Ori Bernstein
2014-07-09
Change syntax for tuples.
Ori Bernstein
2014-01-10
Fix double-next() problem
Ori Bernstein
2014-01-09
Remove references to slappend
Ori Bernstein
2013-12-27
Added 'strjoin' to libstd
Ori Bernstein
2013-10-24
Add in missing spaces.
Ori Bernstein
2013-08-19
Return all values from optinfo.
Ori Bernstein
2013-04-10
Renamings.
Ori Bernstein
2013-04-04
Make it easier to iterate with option parsing.
Ori Bernstein
2013-04-04
Fix up option parsing code.
Ori Bernstein
2013-04-04
Shuffle and improve the command line option parser.
Ori Bernstein
2013-02-20
'#' is now the postfix pointer deref operator.
Ori Bernstein
2013-01-21
Add a license.
Ori Bernstein
2013-01-16
Rename the command line option parser to 'optparse'.
Ori Bernstein