gnupg/agent
Werner Koch 096e7457ec Change all quotes in strings and comments to the new GNU standard.
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.
2012-06-05 19:29:22 +02:00
..
ChangeLog-2011 Generate the ChangeLog from commit logs. 2011-12-01 11:09:02 +01:00
Makefile.am Port to npth. 2012-01-25 14:50:47 +01:00
agent.h agent: Add pin length field to the shadowed private key format. 2012-02-07 14:17:33 +01:00
cache.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
call-pinentry.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
call-scd.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
command-ssh.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
command.c agent: Add pin length field to the shadowed private key format. 2012-02-07 14:17:33 +01:00
cvt-openpgp.c Fix size_t vs int issues. 2011-06-01 21:43:30 +02:00
cvt-openpgp.h Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
divert-scd.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
findkey.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
genkey.c Allow no protection in pinentry-mode=loopback. 2011-09-13 08:33:43 +02:00
gpg-agent.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
keyformat.txt agent: Add pin length field to the shadowed private key format. 2012-02-07 14:17:33 +01:00
learncard.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
pkdecrypt.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
pksign.c Fix ECDSA 521 bit signing. 2011-02-07 14:38:39 +01:00
preset-passphrase.c common: Add a global variable to for the default error source. 2012-02-06 20:50:47 +01:00
protect-tool.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
protect.c agent: Add pin length field to the shadowed private key format. 2012-02-07 14:17:33 +01:00
t-protect.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
trans.c Changed to GPLv3. 2007-07-04 19:49:40 +00:00
trustlist.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
w32main.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
w32main.h Changed to GPLv3. 2007-07-04 19:49:40 +00:00