aboutsummaryrefslogtreecommitdiffstats
path: root/jnlib/argparse.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged jnlib into common.Werner Koch2010-03-101-1205/+0
|
* Add dummu option --passwd for gpg.Werner Koch2010-01-081-1/+1
| | | | | Collected changes.
* Argg again: Remove cruft from a test.Werner Koch2009-03-031-1/+1
|
* Add --reload command to gpgconf.Werner Koch2009-03-031-1/+1
| | | | | | Fix a problem in exechelp.c Get ready for a release.
* Update spanish translation.Werner Koch2009-01-081-1/+1
| | | | | | Cleanups. Allow utf-8 in email addresses.
* Fix last change.Werner Koch2008-11-201-3/+3
|
* Made arg_parse more readable.Werner Koch2008-11-121-304/+385
|
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-201-0/+5
|
* Remove hacks which are not anymore needed since we now require Libgcrypt 1.4Werner Koch2008-09-291-181/+252
|
* Fixed segv in gpg-agent (command marktrusted).Werner Koch2008-05-271-1/+6
| | | | | | Replaced almost all free by xfree. Translation fixes.
* Add some tests.Werner Koch2008-02-221-2/+2
|
* Extended the --check-program output: Error messages are now inlcued in anWerner Koch2007-08-291-53/+59
| | | | | easy parsable format.
* Implemented the chain model for X.509 validation.Werner Koch2007-08-101-1/+14
|
* Changed to GPLv3.Werner Koch2007-07-041-7/+5
| | | | | Removed intl/.
* A bunch of minor changes for Windows.Werner Koch2007-07-041-49/+57
|
* UTF-8 FixesWerner Koch2007-05-041-16/+33
|
* The Cherry XX44 keyboard's PINpad does now work.Werner Koch2007-03-071-1/+1
| | | | | DINSIG and NKS card applications are now also PIN pad aware.
* Fix for bug 537Werner Koch2006-10-021-14/+14
|
* Updated FSF's address.Werner Koch2006-06-201-14/+16
|
* gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch2005-06-161-1/+1
| | | | | | | char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now.
* (stream_read_string): Removed call to abort onWerner Koch2005-02-221-1/+1
| | | | | | | memory error because the CVS version of libgcrypt makes sure that ERRNO gets always set on error even with a faulty user supplied function.
* * argparse.c (strusage): Changed default copyright year to 2004.Werner Koch2004-01-161-1/+1
|
* (initialize): Replaced use of non-literal formaWerner Koch2003-12-171-15/+17
| | | | | args. Suggested by Florian Weimer.
* Updated from NewPGWerner Koch2003-01-091-0/+997
|
* Removed files for CVS reorganizationDavid Shaw2002-06-291-994/+0
|
* See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner KochWerner Koch2000-07-141-2/+2
|
* Add files to new directory.Werner Koch2000-01-241-0/+994
This is mainly stuff moved from ../util to here.