From ed1d06e42afe18da20a9cc2d13d3e13202d8c3c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 30 Oct 2004 22:35:37 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14326 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index 5e7a4920d..82ad0dfe9 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,3 +1,12 @@ +2004-10-31 Love Hörnquist Åstrand + + * parse_time.3, parse_units.c: Change the behavior of the + parse_unit code to return the number of bytes needed to print the + whole string (minus the trailing '\0'), just like snprintf. Idea + from bugreport from Gabriel Kihlman . + + * parse_time-test.c Makefile.am test-mem.c test-mem.h: test parse_time + 2004-10-16 Love Hörnquist Åstrand * resolve.c: put dns_type_to_string and dns_string_to_type in the