aboutsummaryrefslogtreecommitdiffstats
path: root/src/argparse.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-04-08Release 1.52libgpg-error-1.52gpgrt-1.52Werner Koch1-1/+5
2025-04-07argparse: Make getreg meta command work on Unix.Werner Koch1-7/+93
2025-04-01New public API gpgrt_strlist_*Werner Koch1-31/+6
2024-04-26argparse: Fix a theoretical memory leak.Werner Koch1-3/+4
2024-04-08argparser: avoid endless loop due to a conf file read error.Werner Koch1-3/+18
2024-02-21argparse: Adjust help output for command mode.Werner Koch1-1/+7
2024-02-06argparser: Implement a command mode.Werner Koch1-42/+113
2023-05-26doc: Typo fixWerner Koch1-1/+1
2022-12-16core: Fix translations of --helpWerner Koch1-2/+7
2022-09-08Silence compiler warnings.NIIBE Yutaka1-1/+1
2022-01-25core: Fix returning of option attributes for options with args.Werner Koch1-0/+11
2021-11-03argparse: Add more system variables.Werner Koch1-4/+31
2021-10-31argparse: Add support to read values from the Windows Registry.Werner Koch1-56/+623
2021-03-04w32: Minor cleanup of w32-gettextWerner Koch1-0/+3
2020-12-21core: Yet another fix to the ignore meta command.Werner Koch1-1/+18
2020-12-18core: Fix the "ignore" meta command of the argparser.Werner Koch1-35/+54
2020-10-19New public function gpgrt_access.Werner Koch1-1/+1
2020-10-08doc: Fix typos in commentsWerner Koch1-1/+1
2020-08-21argparse: Handle a corner case of wrong ARGC.NIIBE Yutaka1-2/+1
2020-08-17Fix a current gcc's -fsanitize warning.Werner Koch1-2/+2
2020-04-03core: Improve the echo and info meta commands of the arg parserWerner Koch1-9/+74
2020-04-03core: Implement meta command [user] also for WindowsWerner Koch1-0/+1
2020-04-03core: Implement meta command [user] for the arg parser.Werner Koch1-24/+82
2020-03-06core: Tweak the printing of headers in the --help output.Werner Koch1-7/+17
2020-03-06core: Add features for pretty printing the helpWerner Koch1-4/+17
2020-03-03core: Fix allocation bug introduced with last commit.Werner Koch1-1/+3
2020-03-02core: New internal option --dump-option-table for argparser.Werner Koch1-3/+85
2020-03-02core: Replace fputs by es_fputs in argparser.Werner Koch1-1/+1
2020-03-02core: Allow returning of attributes from gpgrt_argparser.Werner Koch1-18/+49
2020-02-27core: Implement meta commands for the argparser.Werner Koch1-68/+189
2020-02-27indent: Fix indentation in an argparse.c functionWerner Koch1-85/+85
2020-02-26core: Add meta command handler stubs to argparse.c.Werner Koch1-1/+115
2020-02-26core: Prepare argparse.c to track additional info for options.Werner Koch1-105/+188
2020-02-25core: Add parser for meta commands to gpgrt_argparser.Werner Koch1-2/+71
2020-02-25core: Fold duplicated code from _gpgrt_argparse.Werner Koch1-82/+86
2020-02-25core: Improve readability of _gpgrt_argparse.Werner Koch1-41/+57
2020-02-25core: New flag ARGPARSE_FLAG_USERVERS to try versioned config files.Werner Koch1-20/+75
2020-02-25core: New pseudo option ARGPARSE_PERMISSION_ERROR.Werner Koch1-0/+4
2020-02-22core: Extend the way a config file can be specified,Werner Koch1-8/+88
2020-02-20core: Change printed license names.Werner Koch1-3/+3
2020-02-20core: Skip cmdline parsing for no or an empty argv.Werner Koch1-4/+13
2020-02-19core: More fixes for the new option/argument parser.Werner Koch1-7/+18
2020-02-19core: Some fixes for the new option/argument parserWerner Koch1-8/+29
2020-02-18core: Add a high level option/argument parser.Werner Koch1-6/+378
2018-07-05Remove leftover debug output from gpg-error.Werner Koch1-1/+1
2018-04-11core: Finalize the API for argparse.Werner Koch1-155/+193
2018-03-22core: Remove outdated comments.Werner Koch1-42/+0
2018-03-21core: Add the group of argparse functions.Werner Koch1-365/+302
2018-03-21core: Import argparse code from gnupg masterWerner Koch1-0/+1660