close name conflict if option is TYPE=''... by using lower case identifiers; bring tests up to date
update copyright message
add TAGS target
fix bug when argument has single quotes
Fix buffer overrun with large #args > 100; use g_malloc0() for consistency
Fix buffer overrun with large #args > 100
Improve building of help message
Add ARGP_PREFIX
better error messages
write filter as a generic (useful) routine
use 2 pipes to talk to child rather than temp file
c version now groks xml
quote backslashes and single quotes
update version number
wrap returned values in $'...'
comments
default to argp binary (now that it's fixed)
fix c - set & use entry->was_set; fixup use of ARGP_OPTION_SEP and entry->option_sep
fix c - compress printing of short & long names
fix c - print_short_flags wasn't skipping options with arg
fix c - print_short_flags wasn't skipping options with arg
fix c - --version
fix int & float ranges (need to allow 1-3 as well as 1:3); misc
reorganising test framework; restart work on c version
bump version number
bump version number
fix GARGP_FLOAT_RANGE_REGEX - remove superfluous *
add 'first-time' flag so that multiple array and string options clear the default value out first; upper bound in numeric range checks was not being fetched from the regex correctly
'ARGP_DELETE=quiet version' was not working
escape <,> for xml in usage
more compact output for man options with args
ShellCheck clean; more compact output for optio...
corner case of printing help for longname+arg w...
remove tabs; minor tweaks
Allow VERBOSE and QUIET to have default values ...
use sort -f instead of --ignore-case for busybox
doco improvements
allow '-' as a numeric separator; expand doco
definitely set initial value of option
Summary: fix typo in procesing of boolean
bools to flip between '' and 'set' or unless i...
Fix regex
Fix ranges to use colon 1:3; range checking & p...
--print-xml now prints out verbose and version ...
fix --print-xml to use get_opt_raw_desc
tidy up
fix array concat
add tests
fix joining of multiple string/array options wi...