1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-08 23:37:47 +02:00
gnupg/jnlib
Timo Schulz 4becd8ddcc 2004-12-14 Timo Schulz <twoaday@g10code.com>
* w32-pth.c (pth_kill): Just release the crit section if
        pth_init was really called. And set all handles to NULL.
        (_pth_strerror): New.
        (do_pth_wait): Before we enter the loop we check if there
        are too much events in the ring.
2004-12-14 17:47:12 +00:00
..
argparse.c * argparse.c (strusage): Changed default copyright year to 2004. 2004-01-16 17:40:50 +00:00
argparse.h Updated from NewPG 2003-01-09 12:36:05 +00:00
ChangeLog 2004-12-14 Timo Schulz <twoaday@g10code.com> 2004-12-14 17:47:12 +00:00
dotlock.c Preparing for 1.9.2 release. 2003-11-17 12:20:11 +00:00
dotlock.h Finished the bulk of changes for gnupg 1.9. This included switching 2003-06-18 19:56:13 +00:00
libjnlib-config.h Updated from NewPG 2003-01-09 12:36:05 +00:00
logging.c First take on a W32 port 2004-12-02 07:48:09 +00:00
logging.h * gpg-agent.c (main): Tell the logging code taht we are runnign 2004-04-16 09:46:54 +00:00
Makefile.am * asshelp.c (send_pinentry_environment) [W32]: Do not use ttyname. 2004-12-07 11:21:40 +00:00
mischelp.h Finished the bulk of changes for gnupg 1.9. This included switching 2003-06-18 19:56:13 +00:00
README Updated from NewPG 2003-01-09 12:36:05 +00:00
stringhelp.c VArious hacks to make it at least build under W32. 2004-12-13 15:49:56 +00:00
stringhelp.h VArious hacks to make it at least build under W32. 2004-12-13 15:49:56 +00:00
strlist.c Preparing for 1.9.2 release. 2003-11-17 12:20:11 +00:00
strlist.h Preparing for 1.9.2 release. 2003-11-17 12:20:11 +00:00
types.h First take on a W32 port 2004-12-02 07:48:09 +00:00
utf8conv.c Finished the bulk of changes for gnupg 1.9. This included switching 2003-06-18 19:56:13 +00:00
utf8conv.h Finished the bulk of changes for gnupg 1.9. This included switching 2003-06-18 19:56:13 +00:00
w32-afunix.c 2004-11-30 Timo Schulz <ts@g10code.com> 2004-11-30 09:48:37 +00:00
w32-afunix.h VArious hacks to make it at least build under W32. 2004-12-13 15:49:56 +00:00
w32-pth.c 2004-12-14 Timo Schulz <twoaday@g10code.com> 2004-12-14 17:47:12 +00:00
w32-pth.h * w32-pth.h (pth_event_occured): Removed macro. 2004-12-14 11:25:04 +00:00
xmalloc.c Updated from NewPG 2003-01-09 12:36:05 +00:00
xmalloc.h Updated from NewPG 2003-01-09 12:36:05 +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.