gnupg/g10 (6 files)

cvs user dshaw cvs@cvs.gnupg.org
Wed, 13 Nov 2002 18:19:23 +0100


    Date: Wednesday, November 13, 2002 @ 18:19:23
  Author: dshaw
    Path: /cvs/gnupg/gnupg/g10

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. From Werner on stable
branch.

* passphrase.c (agent_get_passphrase): Ditto.  From Werner on stable
branch.

* tdbio.c (MY_O_BINARY): Need binary mode with Cygwin.  From Werner on
stable branch.

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


--------------+
 ChangeLog    |   13 +++++++++++++
 exec.c       |    8 ++++----
 g10.c        |    2 +-
 gpgv.c       |    2 +-
 passphrase.c |   14 +++++++-------
 tdbio.c      |    4 ++--
 6 files changed, 28 insertions(+), 15 deletions(-)