From 834cef7c02db3d9284ce2098519859ec81c3b996 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 28 May 2002 05:26:16 +0000 Subject: Update. 2002-05-27 Alexandre Oliva * configure.in (DO_STATIC_NSS): Define if --disable-shared. 2002-05-26 Bruno Haible * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the end of the ISO-8859-7 from idx table. 2002-05-27 Ulrich Drepper * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649]. 2002-05-24 David S. Miller * string/bits/string2.h (memset): Do not try to optimize when not _STRING_ARCH_unaligned if GCC will do the right thing. --- manual/lang.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/lang.texi') diff --git a/manual/lang.texi b/manual/lang.texi index ecde184c79..9f5c540735 100644 --- a/manual/lang.texi +++ b/manual/lang.texi @@ -1202,7 +1202,7 @@ macro's value is the same as the type it describes. @comment ISO @item FLT_EPSILON -This is the maximum positive floating point number of type @code{float} +This is the minimum positive floating point number of type @code{float} such that @code{1.0 + FLT_EPSILON != 1.0} is true. It's supposed to be no greater than @code{1E-5}. -- cgit v1.2.3