gpgme/assuan
Werner Koch 2262d604c2 (struct assuan_io): Renamed elements READ and
WRITE to READFNC and WRITEFNC to avoid problems with read defined
as macro.  Changed callers.  Noted by Ville Skytt��.
2005-03-22 09:10:36 +00:00
..
assuan-buffer.c (struct assuan_io): Renamed elements READ and 2005-03-22 09:10:36 +00:00
assuan-client.c 2003-02-01 Marcus Brinkmann <marcus@g10code.de> 2003-02-01 18:53:06 +00:00
assuan-connect.c 2004-12-16 Marcus Brinkmann <marcus@g10code.de> 2004-12-21 08:42:31 +00:00
assuan-defs.h (struct assuan_io): Renamed elements READ and 2005-03-22 09:10:36 +00:00
assuan-domain-connect.c 2004-06-23 Marcus Brinkmann <marcus@g10code.de> 2004-06-23 14:11:47 +00:00
assuan-domain-server.c 2003-08-18 Marcus Brinkmann <marcus@g10code.de> 2003-08-18 19:17:08 +00:00
assuan-handler.c 2004-06-23 Marcus Brinkmann <marcus@g10code.de> 2004-06-23 13:52:17 +00:00
assuan-inquire.c 2003-08-18 Marcus Brinkmann <marcus@g10code.de> 2003-08-18 19:17:08 +00:00
assuan-io.c 2003-08-18 Marcus Brinkmann <marcus@g10code.de> 2003-08-20 20:20:46 +00:00
assuan-listen.c 2003-08-18 Marcus Brinkmann <marcus@g10code.de> 2003-08-18 19:17:08 +00:00
assuan-logging.c 2003-08-18 Marcus Brinkmann <marcus@g10code.de> 2003-08-18 19:17:08 +00:00
assuan-pipe-connect.c 2004-12-16 Marcus Brinkmann <marcus@g10code.de> 2004-12-21 08:42:31 +00:00
assuan-pipe-server.c 2003-08-18 Marcus Brinkmann <marcus@g10code.de> 2003-08-18 19:17:08 +00:00
assuan-socket-connect.c * assuan-socket-connect.c: Include sys/types.h 2004-04-19 14:24:57 +00:00
assuan-socket-server.c * assuan-socket-connect.c: Include sys/types.h 2004-04-19 14:24:57 +00:00
assuan-util.c 2003-08-18 Marcus Brinkmann <marcus@g10code.de> 2003-08-18 19:17:08 +00:00
assuan.h 2003-08-18 Marcus Brinkmann <marcus@g10code.de> 2003-08-20 20:20:46 +00:00
ChangeLog (struct assuan_io): Renamed elements READ and 2005-03-22 09:10:36 +00:00
Makefile.am 2003-08-18 Marcus Brinkmann <marcus@g10code.de> 2003-08-20 20:20:46 +00:00
mkerrors 2003-08-18 Marcus Brinkmann <marcus@g10code.de> 2003-08-18 19:17:08 +00:00
README.1st 2004-12-07 Marcus Brinkmann <marcus@g10code.de> 2004-12-07 21:13:39 +00:00

This is a modified copy of the libassuan library.  Don't modify it,
but instead modify the original Assuan library and merge the changes
back into this copy.

The changes to the original libassuan, that have to preserved when
updating this directory, are:

* Makefile.am
** Build the library with libtool as a convenience library, which can
   be linked into the shared library GPGME.
** Do not install the library or the header file.
** Define -D_ASSUAN_IN_GPGME_BUILD_ASSUAN to wrap some POSIX functions
   with ATH replacements.

* assuan.h
** Define _ASSUAN_IN_GPGME to enable GPGME specific code.
** Put all exported Assuan functions in the _gpgme namespace.
** Also wrap all system functions that are wrapped by GNU Pth to
   _gpgme wrappers.

* assuan-io.c
** Don't try to support GNU Pth here.

* assuan-pipe-connect.c
** Do not install SIGPIPE signal handler here.


 Copyright 2004 g10 Code GmbH

 This file is free software; as a special exception the author gives
 unlimited permission to copy and/or distribute it, with or without
 modifications, as long as this notice is preserved.

 This file is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.