gnupg/common
Neal Walfield cab999130d 2002-09-04 Neal H. Walfield <neal@g10code.de>
* vasprintf.c (vasprintf) [va_copy]: Use va_copy.
	[!va_copy && __va_copy]: Use __va_copy.
	[!va_copy && !__va_copy]: Only now fall back to using memcpy.
2002-09-05 16:24:16 +00:00
..
ChangeLog 2002-09-04 Neal H. Walfield <neal@g10code.de> 2002-09-05 16:24:16 +00:00
Makefile.am Renamed an error code. 2002-08-16 14:24:12 +00:00
README Added new directory common to enable sharing of some code and error 2001-11-24 17:43:43 +00:00
cryptmiss.c * cryptmiss.c: New. 2002-04-15 10:10:59 +00:00
errors.h * errors.h: Added STATUS_IMPORT_PROBLEM. 2002-08-21 15:41:11 +00:00
fopencookie.c * fopencookie.c: Dummy function. 2002-02-12 20:42:25 +00:00
fseeko.c * fseeko.c, ftello.c: New. 2002-07-22 10:20:39 +00:00
ftello.c * fseeko.c, ftello.c: New. 2002-07-22 10:20:39 +00:00
gettime.c sm/ 2002-05-14 16:51:00 +00:00
i18n.h Added new directory common to enable sharing of some code and error 2001-11-24 17:43:43 +00:00
maperror.c Renamed an error code. 2002-08-16 14:24:12 +00:00
mkdtemp.c * mkdtemp.c: Replaced byte by unsigned char because it is no longer 2002-05-22 06:23:22 +00:00
mkerrors Added new directory common to enable sharing of some code and error 2001-11-24 17:43:43 +00:00
mkerrtok Various changes. 2002-06-12 09:56:05 +00:00
signal.c * signal.c: New. Taken from GnuPG 1.1.91. 2002-08-09 18:13:41 +00:00
sysutils.c * sysutils.c: New. This is the misc.c file from gnupg 1.0.6 with 2002-01-19 20:58:41 +00:00
sysutils.h * sysutils.c: New. This is the misc.c file from gnupg 1.0.6 with 2002-01-19 20:58:41 +00:00
util.h * signal.c: New. Taken from GnuPG 1.1.91. 2002-08-09 18:13:41 +00:00
vasprintf.c 2002-09-04 Neal H. Walfield <neal@g10code.de> 2002-09-05 16:24:16 +00:00

README

Stuff used by several modules of GnuPG.  This way we can share error
codes and serveral other things.


These directories use it:

gpg
sm
agent

These directories don't use it:

assuan
kbx