aboutsummaryrefslogtreecommitdiffstats
path: root/common/argparse.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-12Release 2.2.13gnupg-2.2.13Werner Koch1-1/+1
2018-02-22Release 2.2.5gnupg-2.2.5Werner Koch1-1/+1
2017-08-01indent: Wrap overlong lines in argparse.cWerner Koch1-5/+10
2017-07-18common: Allow abbreviations of standard options.Marcus Brinkmann1-6/+39
2017-02-24Clarify text of LGPLv2+/GPLv2+ licensed files.Werner Koch1-2/+2
2017-02-21Clean up word replication.Yuri Chornoivan1-2/+2
2017-01-23Update copyright notices for 2017.Werner Koch1-2/+2
2017-01-11common: Avoid unnecessary ambiguity in argparse.Daniel Kahn Gillmor1-1/+3
2016-12-08common: Skip the Byte Order Mark in conf files.Werner Koch1-1/+19
2016-07-01common: Annotate semi-static allocation.Justus Winter1-0/+2
2016-05-03common: Print https URLs in help messages.Werner Koch1-4/+4
2016-01-26Update copyright years.Werner Koch1-2/+2
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1
2015-09-01common: Fix regression in building argpase.c standalone.Werner Koch1-0/+7
2015-04-24common: Remove JNLIB from boiler plate (jnlib merge).Werner Koch1-3/+3
2015-04-24common: Remove libjnlib-config.h (jnlib merge).Werner Koch1-35/+30
2015-03-17common: Add feature to ease using argparse's usage().Werner Koch1-0/+20
2015-03-17common: Allow standalone build of argparse.cWerner Koch1-49/+164
2015-02-03Update copyright years.Werner Koch1-1/+1
2014-11-24Distinguish between ARGPARSE_AMBIGUOUS_{OPTION,COMMAND}Daniel Kahn Gillmor1-1/+1
2014-11-04Change a couple of files to use abbreviated copyright notes.Werner Koch1-3/+2
2014-10-29common: Check option arguments for a valid range.Werner Koch1-8/+45
2014-06-10w32: Fix build problem with dirmngr.Werner Koch1-1/+1
2014-05-08Make more use of *_NAME macros.Werner Koch1-1/+1
2014-03-07Allow marking options as ignored.Werner Koch1-13/+25
2014-02-26common: Replace all macros in strusage() returned strings.Werner Koch1-71/+5
2013-11-18Add strusage macro replacement feature.Werner Koch1-32/+71
2012-12-18common: Add meta option ignore-invalid-option.Werner Koch1-6/+153
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-3/+3
2012-03-27Print warning for arguments not considered an option.Werner Koch1-1/+2
2011-09-30Change JNLIB license to LGPLv3+ or GPLv2+.Werner Koch1-7/+18
2011-02-03Update copyright yearWerner Koch1-62/+62
2010-07-26Some work on the dirmngrWerner Koch1-1/+1
2010-05-30Print --version etc via estreamWerner Koch1-50/+135
2010-03-22More chnages to use estream. Add a way to replace the standardWerner Koch1-0/+2
2010-03-10Merged jnlib into common.Werner Koch1-0/+0
2010-01-08Add dummu option --passwd for gpg.Werner Koch1-1/+1
2009-03-03Argg again: Remove cruft from a test.Werner Koch1-1/+1
2009-03-03Add --reload command to gpgconf.Werner Koch1-1/+1
2009-01-08Update spanish translation.Werner Koch1-1/+1
2008-11-20Fix last change.Werner Koch1-3/+3
2008-11-12Made arg_parse more readable.Werner Koch1-304/+385
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-0/+5
2008-09-29Remove hacks which are not anymore needed since we now require Libgcrypt 1.4Werner Koch1-181/+252
2008-05-27Fixed segv in gpg-agent (command marktrusted).Werner Koch1-1/+6
2008-02-22Add some tests.Werner Koch1-2/+2
2007-08-29Extended the --check-program output: Error messages are now inlcued in anWerner Koch1-53/+59
2007-08-10Implemented the chain model for X.509 validation.Werner Koch1-1/+14
2007-07-04Changed to GPLv3.Werner Koch1-7/+5
2007-07-04A bunch of minor changes for Windows.Werner Koch1-49/+57