aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-09-13 17:45:04 +0000
committerMarcus Brinkmann <[email protected]>2003-09-13 17:45:04 +0000
commit727f0ba45d5bd5e7018514528b3a6f6612bf91af (patch)
tree67aed453302d660be2922c59d2c8faebd6290029 /TODO
parent2003-09-03 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-727f0ba45d5bd5e7018514528b3a6f6612bf91af.tar.gz
gpgme-727f0ba45d5bd5e7018514528b3a6f6612bf91af.zip
2003-09-13 Marcus Brinkmann <[email protected]>
* acinclude.m4: Remove libtool cruft, add jm_GLIBC21. * configure.ac: Add check for getenv_r, and call jm_GLIBC21. Define HAVE_THREAD_SAFE_GETENV if appropriate. gpgme/ 2003-09-13 Marcus Brinkmann <[email protected]> * get-env.c: New file. * util.h (_gpgme_getenv): Add prototype. * Makefile.am (libgpgme_real_la_SOURCES): Add get-env.c. * rungpg.c (build_argv): Use _gpgme_getenv. * debug.c (debug_init): Likewise. * engine-gpgsm.c (gpgsm_new): Likewise. (gpgsm_new): Use ttyname_r. * w32-io.c (_gpgme_io_spawn): Disable debugging for now.
Diffstat (limited to '')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 23e09bfd..28d5e23d 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,8 @@
Hey Emacs, this is -*- outline -*- mode!
* Before release:
-** currently nothing
+** set_locale for thread safe and env independent locale selection.
+** Add gpgme_strerror_r() when gpg_strerror_r() exists.
* ABI's to break:
** I/O and User Data could be made extensible. But this can be done
@@ -38,7 +39,6 @@ Hey Emacs, this is -*- outline -*- mode!
** --learn-code support
This might be integrated with import. we still need to work out how
to learn a card when gpg and gpgsm have support for smartcards.
-** set_locale for thread safe and env independent locale selection.
** How to terminate a pending operation? Something like gpgme_op_reset,
but where are you allowed to call it (think callback handlers).
Then gpgme_op_*list_end can go. Update: The only place where this