From 629ce487281f71e5e310275a53b2573287dde720 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 26 Mar 2001 00:47:32 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9759 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) 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