2007-09-27 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Thu, 27 Sep 2007 13:01:54 +0000 (13:01 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Thu, 27 Sep 2007 13:01:54 +0000 (13:01 +0000)
commit37ac53e74c6dd66c3df2ad052ef0302cf90cf4b0
treeb119cced434baf2903f87527dafcc39bed26d918
parent30df62122dc09769e124c8ac0661b16df8a38185
2007-09-27  Marcus Brinkmann  <marcus@g10code.de>

* assuan-pipe-connect.c (pipe_connect_gpgme): Do not close process
handle here.  Use this function also on Unix systems.

gpgme/
2007-09-27  Marcus Brinkmann  <marcus@g10code.de>

* w32-glib-io.c (_gpgme_io_spawn),
w32-qt-io.cpp (_gpgme_io_spawn), w32-io.c (_gpgme_io_spawn): Close
the process handle, return 0.

tests/
2007-09-27  Marcus Brinkmann  <marcus@g10code.de>

* t-engine-info.c (check_engine_info): Fix debug output.
* gpg/Makefile.am (tests_unix): New variable.
(TESTS): Use it.
* gpg/t-support.h (passphrase_cb) [HAVE_W32_SYSTEM]: Use WriteFile instead of write.
* gpg/t-wait.c [HAVE_W32_SYSTEM]: Define sleep as _sleep.
12 files changed:
ChangeLog
assuan/assuan-pipe-connect.c
gpgme/ChangeLog
gpgme/gpgme.h
gpgme/w32-glib-io.c
gpgme/w32-io.c
gpgme/w32-qt-io.cpp
tests/ChangeLog
tests/gpg/Makefile.am
tests/gpg/t-support.h
tests/gpg/t-wait.c
tests/t-engine-info.c