aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2007-04-13 11:45:05 +0000
committerWerner Koch <[email protected]>2007-04-13 11:45:05 +0000
commit6ae6e18d5fc677d72aad050fd6bb8323836dd929 (patch)
treebcb900b825a7a6f36ebb69858fd6ad8ce80ab27a /TODO
parent* parse-packet.c (parse_marker): New. Enforce that the marker (diff)
downloadgnupg-6ae6e18d5fc677d72aad050fd6bb8323836dd929.tar.gz
gnupg-6ae6e18d5fc677d72aad050fd6bb8323836dd929.zip
g10/ and sm/
* call-agent.c (start_agent): Don't use log_error when using the fallback hack to start the agent. This is bug 782. scripts/ * mail-to-translators: Copied from 1.4. and adjusted. tools/ * gpgconf-comp.c: Allow changing of --allow-mark-trusted. * gpg-connect-agent.c (main): New option --decode and commands decode and undecode. (read_and_print_response): Implement option.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index 16471f16c..8698c910f 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
-*- outline -*-
-* src/base64
+* src/base64
** Make parsing more robust
Currently we don't cope with overlong lines in the best way.
** Check that we really release the ksba reader/writer objects.
@@ -129,4 +129,7 @@
scdaemon stays as a zombie and gpg-agent does not perform any more
commands.
+* configure check
+** Update autoconf and use AC_PROG_CC_C89
+ to make sure that a compiant compiler is used