summaryrefslogtreecommitdiffstats
path: root/src/core/parseopt.c
Commit message (Expand)AuthorAgeFilesLines
* [parseopt] Disambiguate the various EINVAL errorsMichael Brown2011-05-181-2/+16
* [parseopt] Allow for pre-initialised option setsMichael Brown2011-04-241-7/+22
* [parseopt] Add support for boolean optionsMichael Brown2011-03-271-0/+15
* [parseopt] Refer to online documentation for command helpMichael Brown2011-03-041-1/+2
* [parseopt] Allow "0x"-prefixed hexadecimal values in integer-valued optionsMichael Brown2010-11-291-1/+1
* [parseopt] Add generic option-parsing libraryMichael Brown2010-11-211-0/+219