diff options
author | Werner Koch <[email protected]> | 2000-12-19 10:09:11 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2000-12-19 10:09:11 +0000 |
commit | b08b3dd7e6853bee6f9ee5b791d693b98c6eb39b (patch) | |
tree | 3a178ee0bbca2c73199b1e16d1b7ef284f556a02 /jnlib/ChangeLog | |
parent | Add progress CB and subkey listing (diff) | |
download | gpgme-GPGME-0-1-3.tar.gz gpgme-GPGME-0-1-3.zip |
Add missing jnlib directoryGPGME-0-1-3
Diffstat (limited to '')
-rw-r--r-- | jnlib/ChangeLog | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/jnlib/ChangeLog b/jnlib/ChangeLog new file mode 100644 index 00000000..ed5e20a4 --- /dev/null +++ b/jnlib/ChangeLog @@ -0,0 +1,41 @@ +2000-07-26 10:02:51 Werner Koch ([email protected]) + + * stringhelp.c.: Add stdarg.h + * argparse.h: s/ulong/unsigned long/ although this should be defined + by types.h. + +2000-06-28 19:40:23 Werner Koch ([email protected]) + + * Makefile.am: Replaced second logging.c by .h + +2000-05-24 08:58:15 Werner Koch ([email protected]) + + * logging.c (log_get_errorcount): New. + +2000-05-24 08:44:47 Werner Koch ([email protected]) + + * stringhelp.c: Added a few filename related helper functions. + +2000-05-11 18:04:43 Werner Koch ([email protected]) + + * xmalloc.c (xstrcat2): Replaced stpcpy to quickly address W32 + problems. + +2000-05-02 19:43:38 Werner Koch ([email protected]) + + * xmalloc.c (xstrcat2): New. + +Mon Jan 24 13:04:28 CET 2000 Werner Koch <[email protected]> + + * README: New. + * Makefile.am: new. + * argparse.c argparse.h logging.c logging.h + mischelp.h stringhelp.c stringhelp.h xmalloc.c + xmalloc.h dotlock.c: Moved from ../util to here. + * dotlock.h: New. + * libjnlib-config.h: New. + + * logging.c (log_set_file): New. + (log_printf): New. + (do_logv): Add kludge to insert LFs. + |