diff options
Diffstat (limited to 'util/ChangeLog')
-rw-r--r-- | util/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/util/ChangeLog b/util/ChangeLog index 4df28cc0e..73a8adb0c 100644 --- a/util/ChangeLog +++ b/util/ChangeLog @@ -1,3 +1,20 @@ +2009-07-21 Werner Koch <[email protected]> + + * ttyio.c (tty_printf): Replace vasprintf by xtryasprintf. + (tty_fprintf): Ditto. + + * strgutil.c: Include estream-printf.h. + (xasprintf, xtryasprintf): New. + (vasprintf, asprintf): Remove. + + * estream-printf.c: New. Taken from libestream. + * Makefile.am (libutil_a_SOURCES): Add it. + + * memory.c (trymalloc,trystrdup): New. + + * convert.c: New. Taken from GnuPG 2.0 SVN. + * Makefile.am (libutil_a_SOURCES): Add it. + 2009-05-26 David Shaw <[email protected]> * http.c (send_request): Pass in a STRLIST for additional headers. |