STABLE-BRANCH-1-2 gnupg/g10 (6 files)

cvs user werner cvs@cvs.gnupg.org
Mon, 21 Oct 2002 18:31:38 +0200


    Date: Monday, October 21, 2002 @ 18:31:38
  Author: werner
    Path: /cvs/gnupg/gnupg/g10
     Tag: STABLE-BRANCH-1-2

Modified: ChangeLog exec.c g10.c gpgv.c passphrase.c tdbio.c

* exec.c [__CYGWIN32__]: Keep cygwin separate from Mingw32;
we don't need it here as it behaves more like a Posix system.
* passphrase.c (agent_get_passphrase): Ditto.
* tdbio.c (MY_O_BINARY): Need binary mode with Cygwin.

* g10.c, gpgv.c (main) [__CYGWIN32__]: Don't get the homedir from
the registry. 


--------------+
 ChangeLog    |   10 ++++++++++
 exec.c       |    8 ++++----
 g10.c        |    2 +-
 gpgv.c       |    6 +++---
 passphrase.c |   14 +++++++-------
 tdbio.c      |    4 ++--
 6 files changed, 27 insertions(+), 17 deletions(-)