aboutsummaryrefslogtreecommitdiffstats
path: root/jnlib/argparse.c (unfollow)
Commit message (Collapse)AuthorFilesLines
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
easy parsable format.
2007-08-10Implemented the chain model for X.509 validation.Werner Koch1-1/+14
2007-07-04Changed to GPLv3.Werner Koch1-7/+5
Removed intl/.
2007-07-04A bunch of minor changes for Windows.Werner Koch1-49/+57
2007-05-04UTF-8 FixesWerner Koch1-16/+33
2007-03-07The Cherry XX44 keyboard's PINpad does now work.Werner Koch1-1/+1
DINSIG and NKS card applications are now also PIN pad aware.
2006-10-02Fix for bug 537Werner Koch1-14/+14
2006-06-20Updated FSF's address.Werner Koch1-14/+16
2005-06-16gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch1-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.
2005-02-22(stream_read_string): Removed call to abort onWerner Koch1-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.
2004-01-16* argparse.c (strusage): Changed default copyright year to 2004.Werner Koch1-1/+1
2003-12-17(initialize): Replaced use of non-literal formaWerner Koch1-15/+17
args. Suggested by Florian Weimer.
2003-01-09Updated from NewPGWerner Koch1-0/+997
2002-06-29Removed files for CVS reorganizationDavid Shaw1-994/+0
2000-07-14See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner KochWerner Koch1-2/+2
2000-01-24Add files to new directory.Werner Koch1-0/+994
This is mainly stuff moved from ../util to here.