gpgme/jnlib
Marcus Brinkmann 7e53360206 2001-11-01 Marcus Brinkmann <marcus@g10code.de>
* logging.c (log_printf): Do not initialize ARG_PTR with 0, we
	don't know the correct type.  Instead, run va_start and va_end
	unconditionally.
	Reported by Jose Carlos Garcia Sogo <jsogo@debian.org>.
2001-11-02 15:23:40 +00:00
..
argparse.c Release 0.2.1 2001-04-02 08:40:32 +00:00
argparse.h Release 0.2.1 2001-04-02 08:40:32 +00:00
ChangeLog 2001-11-01 Marcus Brinkmann <marcus@g10code.de> 2001-11-02 15:23:40 +00:00
dotlock.c Release 0.2.1 2001-04-02 08:40:32 +00:00
dotlock.h Release 0.2.1 2001-04-02 08:40:32 +00:00
libjnlib-config.h Release 0.2.1 2001-04-02 08:40:32 +00:00
logging.c 2001-11-01 Marcus Brinkmann <marcus@g10code.de> 2001-11-02 15:23:40 +00:00
logging.h Release 0.2.1 2001-04-02 08:40:32 +00:00
Makefile.am Release 0.2.1 2001-04-02 08:40:32 +00:00
mischelp.h Release 0.2.1 2001-04-02 08:40:32 +00:00
README Add missing jnlib directory 2000-12-19 10:09:11 +00:00
stringhelp.c A couple of minor changes and a short README for Gpgcom 2001-07-31 15:21:58 +00:00
stringhelp.h A couple of minor changes and a short README for Gpgcom 2001-07-31 15:21:58 +00:00
types.h Release 0.2.1 2001-04-02 08:40:32 +00:00
xmalloc.c Release 0.2.1 2001-04-02 08:40:32 +00:00
xmalloc.h Release 0.2.1 2001-04-02 08:40:32 +00:00

jnlib - this is a collection of utility function which are
too small to put into a library.

libjnlib-config.h should be be modified for each project
to make these functions fit into the software.	Mainly these
are memory functions in case you need another allocator.