diff options
Diffstat (limited to 'jnlib/ChangeLog')
-rw-r--r-- | jnlib/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/jnlib/ChangeLog b/jnlib/ChangeLog index f98b1a282..4826ce4cd 100644 --- a/jnlib/ChangeLog +++ b/jnlib/ChangeLog @@ -1,3 +1,17 @@ +2007-06-19 Werner Koch <[email protected]> + + * Makefile.am: Add support for regression tests. + * t-support.h, t-support.c: New. + * t-stringhelp.c: New. + + * stringhelp.c (percent_escape): Add arg EXTRA to make it a more + general function. Changed all callers. + +2007-06-18 Werner Koch <[email protected]> + + * w32-afunix.c (_w32_sock_bind): Changed to properly detect an + already used socket. + 2007-06-18 Marcus Brinkmann <[email protected]> * stringhelp.h (percent_escape): New prototype. |