diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index 69ef9c8fa..0f33180c3 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,5 +1,9 @@ 2001-03-26 Assar Westerlund + * parse_units.c (parse_something): do not check the return value + from strtod, it might return != 0.0 when the string has no digits. + just testing if it consumed any characters is enough and more + resilient * glob.c: add GLOB_LIMIT (from NetBSD) 2001-02-20 Assar Westerlund