aboutsummaryrefslogtreecommitdiff
path: root/src/core/parseopt.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-19[parseopt] Treat empty integer strings in user input as invalidMichael Brown1-1/+1
2017-01-26[time] Allow timer to be selected at runtimeMichael Brown1-1/+1
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2015-02-11[build] Allow command help text URI to be customised via config/branding.hMichael Brown1-1/+2
2013-11-07[cmdline] Generate command option help text automaticallyMichael Brown1-2/+19
2013-11-05[parseopt] Add parse_netdev_configurator()Michael Brown1-0/+23
2013-11-01[parseopt] Add parse_timeout()Michael Brown1-0/+22
2013-08-19[params] Add support for the general concept of a form parameter listMichael Brown1-0/+24
2013-07-22[parseopt] Add parse_setting()Michael Brown1-0/+55
2013-07-22[parseopt] Move parse_settings() to parseopt.cMichael Brown1-0/+23
2013-07-22[parseopt] Allow parsed option to be modifiedMichael Brown1-7/+7
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2012-03-29[menu] Add menu commandsMichael Brown1-0/+24
2012-03-29[parseopt] Allow "prompt" command to accept character literals for --keyMichael Brown1-1/+19
2012-03-24[image] Simplify image management commands and internal APIMichael Brown1-22/+0
2011-05-18[parseopt] Disambiguate the various EINVAL errorsMichael Brown1-2/+16
2011-04-24[parseopt] Allow for pre-initialised option setsMichael Brown1-7/+22
2011-03-27[parseopt] Add support for boolean optionsMichael Brown1-0/+15
2011-03-04[parseopt] Refer to online documentation for command helpMichael Brown1-1/+2
2010-11-29[parseopt] Allow "0x"-prefixed hexadecimal values in integer-valued optionsMichael Brown1-1/+1
2010-11-21[parseopt] Add generic option-parsing libraryMichael Brown1-0/+219