summaryrefslogtreecommitdiff
path: root/src/argparse.c
Commit message (Expand)AuthorAgeFilesLines
* core: Fix translations of --helpWerner Koch2022-12-161-2/+7
* Silence compiler warnings.NIIBE Yutaka2022-09-081-1/+1
* core: Fix returning of option attributes for options with args.Werner Koch2022-01-251-0/+11
* argparse: Add more system variables.Werner Koch2021-11-031-4/+31
* argparse: Add support to read values from the Windows Registry.Werner Koch2021-10-311-56/+623
* w32: Minor cleanup of w32-gettextWerner Koch2021-03-041-0/+3
* core: Yet another fix to the ignore meta command.Werner Koch2020-12-211-1/+18
* core: Fix the "ignore" meta command of the argparser.Werner Koch2020-12-181-35/+54
* New public function gpgrt_access.Werner Koch2020-10-191-1/+1
* doc: Fix typos in commentsWerner Koch2020-10-081-1/+1
* argparse: Handle a corner case of wrong ARGC.NIIBE Yutaka2020-08-211-2/+1
* Fix a current gcc's -fsanitize warning.Werner Koch2020-08-171-2/+2
* core: Improve the echo and info meta commands of the arg parserWerner Koch2020-04-031-9/+74
* core: Implement meta command [user] also for WindowsWerner Koch2020-04-031-0/+1
* core: Implement meta command [user] for the arg parser.Werner Koch2020-04-031-24/+82
* core: Tweak the printing of headers in the --help output.Werner Koch2020-03-061-7/+17
* core: Add features for pretty printing the helpWerner Koch2020-03-061-4/+17
* core: Fix allocation bug introduced with last commit.Werner Koch2020-03-031-1/+3
* core: New internal option --dump-option-table for argparser.Werner Koch2020-03-021-3/+85
* core: Replace fputs by es_fputs in argparser.Werner Koch2020-03-021-1/+1
* core: Allow returning of attributes from gpgrt_argparser.Werner Koch2020-03-021-18/+49
* core: Implement meta commands for the argparser.Werner Koch2020-02-271-68/+189
* indent: Fix indentation in an argparse.c functionWerner Koch2020-02-271-85/+85
* core: Add meta command handler stubs to argparse.c.Werner Koch2020-02-261-1/+115
* core: Prepare argparse.c to track additional info for options.Werner Koch2020-02-261-105/+188
* core: Add parser for meta commands to gpgrt_argparser.Werner Koch2020-02-251-2/+71
* core: Fold duplicated code from _gpgrt_argparse.Werner Koch2020-02-251-82/+86
* core: Improve readability of _gpgrt_argparse.Werner Koch2020-02-251-41/+57
* core: New flag ARGPARSE_FLAG_USERVERS to try versioned config files.Werner Koch2020-02-251-20/+75
* core: New pseudo option ARGPARSE_PERMISSION_ERROR.Werner Koch2020-02-251-0/+4
* core: Extend the way a config file can be specified,Werner Koch2020-02-221-8/+88
* core: Change printed license names.Werner Koch2020-02-201-3/+3
* core: Skip cmdline parsing for no or an empty argv.Werner Koch2020-02-201-4/+13
* core: More fixes for the new option/argument parser.Werner Koch2020-02-191-7/+18
* core: Some fixes for the new option/argument parserWerner Koch2020-02-191-8/+29
* core: Add a high level option/argument parser.Werner Koch2020-02-181-6/+378
* Remove leftover debug output from gpg-error.Werner Koch2018-07-051-1/+1
* core: Finalize the API for argparse.Werner Koch2018-04-111-155/+193
* core: Remove outdated comments.Werner Koch2018-03-221-42/+0
* core: Add the group of argparse functions.Werner Koch2018-03-211-365/+302
* core: Import argparse code from gnupg masterWerner Koch2018-03-211-0/+1660