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)
commit38fb7dd00b959eb0f7b017ca02af7313d9241eb4
treef20ea6c958d7a3f6584ae4952c9cc546d8738721
parentfffa9664233afcc6a87bc6abbee298a3e0051ec6
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:
trunk/ChangeLog
trunk/assuan/assuan-pipe-connect.c
trunk/gpgme/ChangeLog
trunk/gpgme/gpgme.h
trunk/gpgme/w32-glib-io.c
trunk/gpgme/w32-io.c
trunk/gpgme/w32-qt-io.cpp
trunk/tests/ChangeLog
trunk/tests/gpg/Makefile.am
trunk/tests/gpg/t-support.h
trunk/tests/gpg/t-wait.c
trunk/tests/t-engine-info.c