Source-Changes-HG archive

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

[src/trunk]: src Added ldexpl to ldexp manpage since it is missing.



details:   https://anonhg.NetBSD.org/src/rev/87fbbef2b9d6
branches:  trunk
changeset: 344238:87fbbef2b9d6
user:      nros <nros%NetBSD.org@localhost>
date:      Thu Mar 17 18:29:58 2016 +0000

description:
Added ldexpl to ldexp manpage since it is missing.
Also added ldexpf manpage link since it is missing.

diffstat:

 distrib/sets/lists/comp/mi |  8 +++++++-
 lib/libm/Makefile          |  4 +++-
 lib/libm/man/ldexp.3       |  9 ++++++---
 3 files changed, 16 insertions(+), 5 deletions(-)

diffs (88 lines):

diff -r aa83ed7080bb -r 87fbbef2b9d6 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi        Thu Mar 17 17:38:14 2016 +0000
+++ b/distrib/sets/lists/comp/mi        Thu Mar 17 18:29:58 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mi,v 1.2022 2016/03/17 00:00:44 nros Exp $
+#      $NetBSD: mi,v 1.2023 2016/03/17 18:29:58 nros Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 ./etc/mtree/set.comp                           comp-sys-root
@@ -7532,6 +7532,8 @@
 ./usr/share/man/cat3/ldap_value_free.0         comp-ldap-catman        ldap,.cat
 ./usr/share/man/cat3/ldap_value_free_len.0     comp-ldap-catman        ldap,.cat
 ./usr/share/man/cat3/ldexp.0                   comp-c-catman           .cat
+./usr/share/man/cat3/ldexpf.0                  comp-c-catman           .cat
+./usr/share/man/cat3/ldexpl.0                  comp-c-catman           .cat
 ./usr/share/man/cat3/ldiv.0                    comp-c-catman           .cat
 ./usr/share/man/cat3/leaveok.0                 comp-c-catman           .cat
 ./usr/share/man/cat3/lfind.0                   comp-c-catman           .cat
@@ -14511,6 +14513,8 @@
 ./usr/share/man/html3/ldap_value_free.html     comp-ldap-htmlman       ldap,html
 ./usr/share/man/html3/ldap_value_free_len.html comp-ldap-htmlman       ldap,html
 ./usr/share/man/html3/ldexp.html               comp-c-htmlman          html
+./usr/share/man/html3/ldexpf.html              comp-c-htmlman          html
+./usr/share/man/html3/ldexpl.html              comp-c-htmlman          html
 ./usr/share/man/html3/ldiv.html                        comp-c-htmlman          html
 ./usr/share/man/html3/leaveok.html             comp-c-htmlman          html
 ./usr/share/man/html3/lfind.html               comp-c-htmlman          html
@@ -21445,6 +21449,8 @@
 ./usr/share/man/man3/ldap_value_free.3         comp-ldap-man           ldap,.man
 ./usr/share/man/man3/ldap_value_free_len.3     comp-ldap-man           ldap,.man
 ./usr/share/man/man3/ldexp.3                   comp-c-man              .man
+./usr/share/man/man3/ldexpf.3                  comp-c-man              .man
+./usr/share/man/man3/ldexpl.3                  comp-c-man              .man
 ./usr/share/man/man3/ldiv.3                    comp-c-man              .man
 ./usr/share/man/man3/leaveok.3                 comp-c-man              .man
 ./usr/share/man/man3/lfind.3                   comp-c-man              .man
diff -r aa83ed7080bb -r 87fbbef2b9d6 lib/libm/Makefile
--- a/lib/libm/Makefile Thu Mar 17 17:38:14 2016 +0000
+++ b/lib/libm/Makefile Thu Mar 17 18:29:58 2016 +0000
@@ -1,4 +1,4 @@
-#  $NetBSD: Makefile,v 1.175 2016/03/17 00:00:44 nros Exp $
+#  $NetBSD: Makefile,v 1.176 2016/03/17 18:29:59 nros Exp $
 #
 #  @(#)Makefile 5.1beta 93/09/24
 #
@@ -352,6 +352,8 @@
 MLINKS+=isinff.3 isnanf.3
 MLINKS+=j0.3 j0f.3 j0.3 j1.3 j0.3 j1f.3 j0.3 jn.3 j0.3 jnf.3 \
        j0.3 y0.3 j0.3 y0f.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3 j0.3 ynf.3
+MLINKS+=ldexp.3 ldexpf.3 \
+       ldexp.3 ldexpl.3
 MLINKS+=lgamma.3 lgammaf.3 lgamma.3 lgamma_r.3 lgamma.3 lgammaf_r.3 \
        lgamma.3 gamma.3 lgamma.3 gammaf.3 lgamma.3 gamma_r.3 \
        lgamma.3 gammaf_r.3 lgamma.3 tgamma.3 lgamma.3 tgammaf.3
diff -r aa83ed7080bb -r 87fbbef2b9d6 lib/libm/man/ldexp.3
--- a/lib/libm/man/ldexp.3      Thu Mar 17 17:38:14 2016 +0000
+++ b/lib/libm/man/ldexp.3      Thu Mar 17 18:29:58 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ldexp.3,v 1.4 2011/09/18 05:33:13 jruoho Exp $
+.\"    $NetBSD: ldexp.3,v 1.5 2016/03/17 18:29:59 nros Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -33,12 +33,13 @@
 .\"
 .\"     @(#)ldexp.3    8.2 (Berkeley) 4/19/94
 .\"
-.Dd September 18, 2011
+.Dd March 17, 2016
 .Dt LDEXP 3
 .Os
 .Sh NAME
 .Nm ldexp ,
-.Nm ldexpf
+.Nm ldexpf ,
+.Nm ldexpl
 .Nd multiply floating-point number by integral power of 2
 .Sh LIBRARY
 .Lb libm
@@ -48,6 +49,8 @@
 .Fn ldexp "double x" "int exp"
 .Ft float
 .Fn ldexpf "float x" "int exp"
+.Ft long double
+.Fn ldexpl "long double x" "int exp"
 .Sh DESCRIPTION
 The
 .Fn ldexp



Home | Main Index | Thread Index | Old Index