[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r10899 - in /fsf/trunk/libc: ChangeLog manual/arith.texi



Author: eglibc
Date: Tue Jul  6 00:03:43 2010
New Revision: 10899

Log:
Import glibc-mainline for 2010-07-06

Modified:
    fsf/trunk/libc/ChangeLog
    fsf/trunk/libc/manual/arith.texi

Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Tue Jul  6 00:03:43 2010
@@ -1,3 +1,8 @@
+2010-07-05  Roland McGrath  <roland@xxxxxxxxxx>
+
+	* manual/arith.texi (Rounding Functions): Fix rint description
+	implicit in round description.
+
 2010-07-02  Ulrich Drepper  <drepper@xxxxxxxxxx>
 
 	* elf/Makefile: Fix linking for a few tests to make recent linker

Modified: fsf/trunk/libc/manual/arith.texi
==============================================================================
--- fsf/trunk/libc/manual/arith.texi (original)
+++ fsf/trunk/libc/manual/arith.texi Tue Jul  6 00:03:43 2010
@@ -1407,7 +1407,8 @@
 @comment ISO
 @deftypefunx {long double} roundl (long double @var{x})
 These functions are similar to @code{rint}, but they round halfway
-cases away from zero instead of to the nearest even integer.
+cases away from zero instead of to the nearest integer (or other
+current rounding mode).
 @end deftypefun
 
 @comment math.h