diff options
Diffstat (limited to '')
-rw-r--r-- | common/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/common/ChangeLog b/common/ChangeLog index 797f11962..5c7697327 100644 --- a/common/ChangeLog +++ b/common/ChangeLog @@ -1,3 +1,20 @@ +2007-05-15 Werner Koch <[email protected]> + + * util.h: Do not include gnulib's vasprintf. Redefine asprintf + and vasprintf. + + * xasprintf.c (xasprintf, xtryasprintf): Use estream_vasprintf. + + * estream-printf.h, estream-printf.c: New. Taken from current + libestream SVN. + * Makefile.am (common_sources): Add them. + +2007-05-14 Werner Koch <[email protected]> + + * sexp-parse.h (smklen): New. + * sexputil.c: Include sexp-parse.h. + (make_simple_sexp_from_hexstr): Replace sprintf by smklen. + 2007-05-07 Werner Koch <[email protected]> * signal.c (got_fatal_signal): Protect SIG from being clobbered by |