diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index de071ecf5..4e7d12ed9 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,3 +1,17 @@ +2005-04-01 Love Hörnquist Åstrand + + * snprintf-test.c (try): reset va_list argument between reuse, + from Peter Kruty + +2005-03-30 Love Hörnquist Åstrand + + * roken_gethostby.c (roken_gethostby): s/sin/addr/ to avoid + shadowing + + * resolve.c (dns_lookup_int): s/stat/state/ to avoid shadowing + + * parse_units.c: avoid shadowing div + 2005-03-26 Love Hörnquist Åstrand * snprintf.c: use defined(TEST_SNPRINTF) like on all other places