[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commits] r22717 - in /fsf/trunk/libc: ChangeLog manual/arith.texi
- To: commits@xxxxxxxxxx
- Subject: [Commits] r22717 - in /fsf/trunk/libc: ChangeLog manual/arith.texi
- From: eglibc@xxxxxxxxxx
- Date: Tue, 26 Mar 2013 00:01:56 -0000
Author: eglibc
Date: Tue Mar 26 00:01:55 2013
New Revision: 22717
Log:
Import glibc-mainline for 2013-03-26
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 Mar 26 00:01:55 2013
@@ -1,3 +1,8 @@
+2013-03-24 Mark H Weaver <mhw@xxxxxxxxxx>
+
+ * manual/arith.texi (Normalization Functions): Fix prototypes for
+ scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
+
2013-03-19 Adhemerval Zanella <azanella@xxxxxxxxxxxxxxxxxx>
[BZ #13889]
Modified: fsf/trunk/libc/manual/arith.texi
==============================================================================
--- fsf/trunk/libc/manual/arith.texi (original)
+++ fsf/trunk/libc/manual/arith.texi Tue Mar 26 00:01:55 2013
@@ -1260,26 +1260,26 @@
@comment math.h
@comment BSD
-@deftypefun {long long int} scalbn (double @var{x}, int @var{n})
-@comment math.h
-@comment BSD
-@deftypefunx {long long int} scalbnf (float @var{x}, int @var{n})
-@comment math.h
-@comment BSD
-@deftypefunx {long long int} scalbnl (long double @var{x}, int @var{n})
+@deftypefun double scalbn (double @var{x}, int @var{n})
+@comment math.h
+@comment BSD
+@deftypefunx float scalbnf (float @var{x}, int @var{n})
+@comment math.h
+@comment BSD
+@deftypefunx {long double} scalbnl (long double @var{x}, int @var{n})
@code{scalbn} is identical to @code{scalb}, except that the exponent
@var{n} is an @code{int} instead of a floating-point number.
@end deftypefun
@comment math.h
@comment BSD
-@deftypefun {long long int} scalbln (double @var{x}, long int @var{n})
-@comment math.h
-@comment BSD
-@deftypefunx {long long int} scalblnf (float @var{x}, long int @var{n})
-@comment math.h
-@comment BSD
-@deftypefunx {long long int} scalblnl (long double @var{x}, long int @var{n})
+@deftypefun double scalbln (double @var{x}, long int @var{n})
+@comment math.h
+@comment BSD
+@deftypefunx float scalblnf (float @var{x}, long int @var{n})
+@comment math.h
+@comment BSD
+@deftypefunx {long double} scalblnl (long double @var{x}, long int @var{n})
@code{scalbln} is identical to @code{scalb}, except that the exponent
@var{n} is a @code{long int} instead of a floating-point number.
@end deftypefun
_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits