1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-09-21 15:01:41 +02:00
gnupg/jnlib
Marcus Brinkmann e47321829d jnlib/
2007-06-18  Marcus Brinkmann  <marcus@g10code.de>

	* stringhelp.h (percent_escape): New prototype.
	* stringhelp.c (percent_escape): New function.

agent/
2007-06-18  Marcus Brinkmann  <marcus@g10code.de>

	* gpg-agent.c (main): Percent escape pathname in --gpgconf-list
	output.

g10/
2007-06-18  Marcus Brinkmann  <marcus@g10code.de>

	* gpg.c (gpgconf_list): Percent escape output of --gpgconf-list.

scdaemon/
2007-06-18  Marcus Brinkmann  <marcus@g10code.de>

	* scdaemon.c (main): Percent escape output of --gpgconf-list.

sm/
2007-06-18  Marcus Brinkmann  <marcus@g10code.de>

	* gpgsm.c (main): Percent escape output of --gpgconf-list.
2007-06-18 20:15:01 +00:00
..
argparse.c UTF-8 Fixes 2007-05-04 09:22:18 +00:00
argparse.h Fix for bug 537 2006-10-02 11:54:35 +00:00
ChangeLog jnlib/ 2007-06-18 20:15:01 +00:00
dotlock.c First steps towards supporting W32. 2007-06-06 18:12:30 +00:00
dotlock.h Fix for bug 537 2006-10-02 11:54:35 +00:00
dynload.h First steps towards supporting W32. 2007-06-06 18:12:30 +00:00
libjnlib-config.h First steps towards supporting W32. 2007-06-06 18:12:30 +00:00
logging.c Made some PIN pads work. 2006-11-20 16:49:41 +00:00
logging.h Fix for bug 537 2006-10-02 11:54:35 +00:00
Makefile.am First steps towards supporting W32. 2007-06-06 18:12:30 +00:00
mischelp.c Fix for bug 537 2006-10-02 11:54:35 +00:00
mischelp.h Fix for bug 537 2006-10-02 11:54:35 +00:00
README Fix for bug 537 2006-10-02 11:54:35 +00:00
stringhelp.c jnlib/ 2007-06-18 20:15:01 +00:00
stringhelp.h jnlib/ 2007-06-18 20:15:01 +00:00
strlist.c Fix for bug 537 2006-10-02 11:54:35 +00:00
strlist.h Fix for bug 537 2006-10-02 11:54:35 +00:00
types.h Fix for bug 537 2006-10-02 11:54:35 +00:00
utf8conv.c A whole bunch of changes to allow building for Windows. 2007-06-14 17:05:07 +00:00
utf8conv.h A whole bunch of changes to allow building for Windows. 2007-06-14 17:05:07 +00:00
w32-afunix.c Fix for bug 537 2006-10-02 11:54:35 +00:00
w32-afunix.h Fix for bug 537 2006-10-02 11:54:35 +00:00
w32-gettext.c First steps towards supporting W32. 2007-06-06 18:12:30 +00:00
w32-reg.c First steps towards supporting W32. 2007-06-06 18:12:30 +00:00
w32help.h First steps towards supporting W32. 2007-06-06 18:12:30 +00:00
xmalloc.c Fix for bug 537 2006-10-02 11:54:35 +00:00
xmalloc.h Fix for bug 537 2006-10-02 11:54:35 +00:00

JNLIB - This is a collection of utility function which are too small
to put into a library.  The code here is licensed under the LGPL.

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.