Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change all quotes in strings and comments to the new GNU standard. | Werner Koch | 2012-06-05 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | The asymmetric quotes used by GNU in the past (`...') don't render nicely on modern systems. We now use two \x27 characters ('...'). The proper solution would be to use the correct Unicode symmetric quotes here. However this has the disadvantage that the system requires Unicode support. We don't want that today. If Unicode is available a generated po file can be used to output proper quotes. A simple sed script like the one used for en@quote is sufficient to change them. The changes have been done by applying sed -i "s/\`\([^'\`]*\)'/'\1'/g" to most files and fixing obvious problems by hand. The msgid strings in the po files were fixed with a similar command. | ||||
* | Marked all unused args on non-W32 platforms. | Werner Koch | 2008-10-20 | 1 | -0/+10 |
| | |||||
* | Preparing 2.0.7gnupg-2.0.7 | Werner Koch | 2007-09-10 | 1 | -45/+79 |
| | |||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -4/+2 |
| | | | | | Removed intl/. | ||||
* | Updated FSF's address. | Werner Koch | 2006-06-20 | 1 | -1/+2 |
| | |||||
* | g10/ does build again. | Werner Koch | 2006-05-23 | 1 | -1/+5 |
| | |||||
* | Fixed importing certs created by newer versions of Mozilla. | Werner Koch | 2005-12-16 | 1 | -2/+4 |
| | |||||
* | Add support for direct pkcs#7 signatures | Werner Koch | 2005-12-14 | 1 | -10/+65 |
| | |||||
* | * configure.ac: Require libksba 0.9.3 due to another bug fix there. | Werner Koch | 2004-01-30 | 1 | -1/+1 |
| | | | | | | | | | * sign.c (add_certificate_list): Decrement N for the first cert. * Makefile.am (sbin_SCRIPTS): New, to install addgnupghome. (EXTRA_DIST): Added rfc822parse.c rfc822parse.h gpgparsemail.c which might be useful for debugging. | ||||
* | Some minor bug fixes, new test utilities and started support for other | Werner Koch | 2004-01-27 | 1 | -0/+705 |
smartcard applications. |