aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgsplit.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-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-21Fix i18n bug.Werner Koch1-1/+1
2009-07-21Make bug reporting address easier changeable.Werner Koch1-3/+2
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-6/+5
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2006-10-02Fix for bug 537Werner Koch1-4/+9
2006-08-21Migrated more stuff to doc/Werner Koch1-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-27Converted all m_free to xfree etc.Werner Koch1-6/+6
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-1/+2
2004-01-12* convert-from-106, lspgpot: Check for gpg binary before proceeding.David Shaw1-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-28cleaned up RISC OS code and removed lots of unnecessary stuffStefan Bellon1-8/+3
2003-12-06* gpgsplit.c (write_part): Split off decompression code. (handle_zlib):David Shaw1-81/+176
Move it here. (handle_bzip2): Add this to handle BZIP2 compressed messages.
2002-11-09Fixed copyright yearWerner Koch1-1/+1
2002-10-31added RISC OS module loading supportStefan Bellon1-0/+7
2002-10-23* gpgsplit.c: New options --secret-to-public and --no-split.Werner Koch1-364/+592
GNUified the indentation style.
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-553/+0
'GNUPG-1-9-BRANCH'.
2002-06-29Update head to match stable 1.0David Shaw1-0/+553