diff options
Diffstat (limited to '')
-rw-r--r-- | jnlib/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/jnlib/ChangeLog b/jnlib/ChangeLog index e70e70525..98323b121 100644 --- a/jnlib/ChangeLog +++ b/jnlib/ChangeLog @@ -1,3 +1,12 @@ +2009-08-25 Werner Koch <[email protected]> + + * stringhelp.c: Include errno.h. + (do_strconcat): New. + (strconcat, xstrconcat): New. + * types.h (GNUPG_GCC_A_SENTINEL): New. + * t-stringhelp.c (test_strconcat, test_xstrconcat): New. + (main): Run them. + 2009-07-07 Werner Koch <[email protected]> * stringhelp.c (make_filename_try): Use jnlib_malloc. |