summaryrefslogtreecommitdiff
path: root/isl_arg.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-26isl_arg_parse: support footerSven Verdoolaege1-13/+28
2010-11-26isl_arg_parse: avoid duplicate newline in help outputSven Verdoolaege1-1/+11
2010-11-26isl_arg_parse: support grouping of options within the same structureSven Verdoolaege1-13/+34
2010-11-26isl_arg_parse: support int optionsSven Verdoolaege1-0/+55
2010-11-26isl_arg_parse: support ISL_ARG_HIDDEN flagSven Verdoolaege1-0/+4
2010-11-26isl_arg_parse: support ISL_ARG_BOOL_ARG flagSven Verdoolaege1-14/+26
2010-11-26isl_arg_parse: support ISL_ARG_SINGLE_DASH flagSven Verdoolaege1-7/+21
2010-11-26isl_arg_parse: support aliasesSven Verdoolaege1-3/+29
2010-11-26isl_arg_parse: always print help optionSven Verdoolaege1-3/+8
2010-11-26isl_arg_parse: support phantom boolean optionsSven Verdoolaege1-3/+14
2010-11-26isl_arg_parse: free string arguments before overwriting themSven Verdoolaege1-2/+5
2010-11-26isl_arg_parse: allow options after argumentsSven Verdoolaege1-14/+28
2010-11-26isl_arg_parse: only print --version option onceSven Verdoolaege1-22/+24
2010-11-26isl_arg_parse: print string option defaultSven Verdoolaege1-1/+3
2010-11-24isl_arg_parse: delimit string option argument by angle bracketsSven Verdoolaege1-2/+7
2010-11-24isl_arg_parse: allow options without long nameSven Verdoolaege1-0/+5
2010-11-20Rename headers from isl_header.h to isl/header.hSven Verdoolaege1-2/+2
2010-11-12isl_options_parse: print default on boolean optionsSven Verdoolaege1-10/+19
2010-11-12isl_options_parse: accept prefix before or after "no" on boolean optionsSven Verdoolaege1-2/+15
2010-08-26argument parsing: add ISL_ARG_USER_OPT_CHOICESven Verdoolaege1-4/+12
2010-05-30improved argument parsingSven Verdoolaege1-40/+582
2010-05-15isl_options_parse: print help messageSven Verdoolaege1-5/+96
2010-04-10isl_options_parse: only parse known options by defaultSven Verdoolaege1-3/+6
2009-12-16add copyright statementsSven Verdoolaege1-0/+9
2009-10-21add rudimentary argument parsing facilitySven Verdoolaege1-0/+232