Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-06-05 | Change all quotes in strings and comments to the new GNU standard. | Werner Koch | 1 | -2/+2 | |
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. | |||||
2011-02-04 | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 1 | -21/+21 | |
We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again. | |||||
2007-09-10 | Preparing 2.0.7gnupg-2.0.7 | Werner Koch | 1 | -1/+1 | |
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2005-12-16 | Fixed importing certs created by newer versions of Mozilla. | Werner Koch | 1 | -4/+7 | |
2005-11-28 | Preparing an interim release | Werner Koch | 1 | -0/+1 | |
2005-09-06 | Changed license of this parser to LPGL. | Werner Koch | 1 | -24/+24 | |
2004-07-20 | * rfc822parse.c (rfc822parse_get_field): Add arg VALUEOFF. | Werner Koch | 1 | -3/+22 | |
2004-01-27 | Some minor bug fixes, new test utilities and started support for other | Werner Koch | 1 | -0/+1235 | |
smartcard applications. |