*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9759 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-03-26 00:47:32 +00:00
parent 75ffa984b1
commit 629ce48728

View File

@@ -1,5 +1,9 @@
2001-03-26 Assar Westerlund <assar@sics.se> 2001-03-26 Assar Westerlund <assar@sics.se>
* 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) * glob.c: add GLOB_LIMIT (from NetBSD)
2001-02-20 Assar Westerlund <assar@sics.se> 2001-02-20 Assar Westerlund <assar@sics.se>