Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-06-05 | Change all quotes in strings and comments to the new GNU standard. | Werner Koch | 1 | -7/+7 | |
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. | |||||
2009-07-21 | Fix i18n bug. | Werner Koch | 1 | -1/+1 | |
2009-07-21 | Make bug reporting address easier changeable. | Werner Koch | 1 | -3/+2 | |
2008-10-20 | Marked all unused args on non-W32 platforms. | Werner Koch | 1 | -6/+5 | |
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2006-10-02 | Fix for bug 537 | Werner Koch | 1 | -4/+9 | |
2006-08-21 | Migrated more stuff to doc/ | Werner Koch | 1 | -0/+881 | |
Migrated the gpg regression tests. Some changes tp the gpg code to fix bugs and for the use in testing. make distcheck works now with gpg enabled. | |||||
2005-07-27 | Converted all m_free to xfree etc. | Werner Koch | 1 | -6/+6 | |
2005-05-31 | Updated FSF street address and preparations for a release candidate. | Werner Koch | 1 | -1/+2 | |
2004-01-12 | * convert-from-106, lspgpot: Check for gpg binary before proceeding. | David Shaw | 1 | -2/+2 | |
Don't hardcode the path to gpg. * gpgsplit.c (handle_bzip2): Remove two cut and paste typecast errors. Noted by Stefan Bellon. | |||||
2003-12-28 | cleaned up RISC OS code and removed lots of unnecessary stuff | Stefan Bellon | 1 | -8/+3 | |
2003-12-06 | * gpgsplit.c (write_part): Split off decompression code. (handle_zlib): | David Shaw | 1 | -81/+176 | |
Move it here. (handle_bzip2): Add this to handle BZIP2 compressed messages. | |||||
2002-11-09 | Fixed copyright year | Werner Koch | 1 | -1/+1 | |
2002-10-31 | added RISC OS module loading support | Stefan Bellon | 1 | -0/+7 | |
2002-10-23 | * gpgsplit.c: New options --secret-to-public and --no-split. | Werner Koch | 1 | -364/+592 | |
GNUified the indentation style. | |||||
2002-10-19 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -553/+0 | |
'GNUPG-1-9-BRANCH'. | |||||
2002-06-29 | Update head to match stable 1.0 | David Shaw | 1 | -0/+553 | |