]> Savannah Git Hosting - gnulib.git/commitdiff
Fix documentation about math functions on MacOS X.
authorBruno Haible <bruno@clisp.org>
Fri, 7 Oct 2011 10:55:09 +0000 (12:55 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 7 Oct 2011 10:55:09 +0000 (12:55 +0200)
* doc/posix-functions/exp2.texi: Don't say the function is missing on
MacOS X 10.5.
* doc/posix-functions/fdim.texi: Likewise.
* doc/posix-functions/feclearexcept.texi: Likewise.
* doc/posix-functions/fegetenv.texi: Likewise.
* doc/posix-functions/fegetround.texi: Likewise.
* doc/posix-functions/feholdexcept.texi: Likewise.
* doc/posix-functions/feraiseexcept.texi: Likewise.
* doc/posix-functions/fesetenv.texi: Likewise.
* doc/posix-functions/fesetround.texi: Likewise.
* doc/posix-functions/fetestexcept.texi: Likewise.
* doc/posix-functions/feupdateenv.texi: Likewise.
* doc/posix-functions/fmax.texi: Likewise.
* doc/posix-functions/fmin.texi: Likewise.
* doc/posix-functions/log2.texi: Likewise.
* doc/posix-functions/modff.texi: Likewise.
* doc/posix-functions/nan.texi: Likewise.
* doc/posix-functions/nanf.texi: Likewise.
* doc/posix-functions/nextafterf.texi: Likewise.
* doc/posix-functions/remquo.texi: Likewise.

20 files changed:
ChangeLog
doc/posix-functions/exp2.texi
doc/posix-functions/fdim.texi
doc/posix-functions/feclearexcept.texi
doc/posix-functions/fegetenv.texi
doc/posix-functions/fegetround.texi
doc/posix-functions/feholdexcept.texi
doc/posix-functions/feraiseexcept.texi
doc/posix-functions/fesetenv.texi
doc/posix-functions/fesetround.texi
doc/posix-functions/fetestexcept.texi
doc/posix-functions/feupdateenv.texi
doc/posix-functions/fmax.texi
doc/posix-functions/fmin.texi
doc/posix-functions/log2.texi
doc/posix-functions/modff.texi
doc/posix-functions/nan.texi
doc/posix-functions/nanf.texi
doc/posix-functions/nextafterf.texi
doc/posix-functions/remquo.texi

index 6d43b9070dc89585e189d92609e82146391db244..96d9393410e0551300189cb23acd672922590775 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2011-10-07  Bruno Haible  <bruno@clisp.org>
+
+       Fix documentation about math functions on MacOS X.
+       * doc/posix-functions/exp2.texi: Don't say the function is missing on
+       MacOS X 10.5.
+       * doc/posix-functions/fdim.texi: Likewise.
+       * doc/posix-functions/feclearexcept.texi: Likewise.
+       * doc/posix-functions/fegetenv.texi: Likewise.
+       * doc/posix-functions/fegetround.texi: Likewise.
+       * doc/posix-functions/feholdexcept.texi: Likewise.
+       * doc/posix-functions/feraiseexcept.texi: Likewise.
+       * doc/posix-functions/fesetenv.texi: Likewise.
+       * doc/posix-functions/fesetround.texi: Likewise.
+       * doc/posix-functions/fetestexcept.texi: Likewise.
+       * doc/posix-functions/feupdateenv.texi: Likewise.
+       * doc/posix-functions/fmax.texi: Likewise.
+       * doc/posix-functions/fmin.texi: Likewise.
+       * doc/posix-functions/log2.texi: Likewise.
+       * doc/posix-functions/modff.texi: Likewise.
+       * doc/posix-functions/nan.texi: Likewise.
+       * doc/posix-functions/nanf.texi: Likewise.
+       * doc/posix-functions/nextafterf.texi: Likewise.
+       * doc/posix-functions/remquo.texi: Likewise.
+
 2011-10-07  Bruno Haible  <bruno@clisp.org>
 
        modff: Drop assumption about library that defines modff.
index 01936ad2a352296bc73ac62315e895f52937c7a3..b551826bdc44747a22ac49fcccfa83c2aa47d658 100644 (file)
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.5, FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, IRIX 6.5, OSF/1 4.0, Solaris 9, MSVC 9, Interix 3.5.
+FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, IRIX 6.5, OSF/1 4.0, Solaris 9, MSVC 9, Interix 3.5.
 @end itemize
index 4aed36fb9301e18231a7df1af79d6b70759eb2e2..0ef2f46ada2c3278543b8733e6c1a17f398eed99 100644 (file)
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.5, FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, IRIX 6.5, OSF/1 4.0, Solaris 9, MSVC 9, Interix 3.5.
+FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, IRIX 6.5, OSF/1 4.0, Solaris 9, MSVC 9, Interix 3.5.
 @end itemize
index 3ebdb4507cbb2adffb38a375d488403f61ef5c21..f31f072318555a54a115891f389d117f86df5211 100644 (file)
@@ -14,6 +14,6 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, IRIX 6.5,
+FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, IRIX 6.5,
 OSF/1 5.1, Solaris 9, Cygwin 1.7.7, MSVC 9, Interix 3.5.
 @end itemize
index 5eb4a4629091aafeada44bb8e79e3b5b170567a0..567279ac70d8f1bd339b664b23bd6cf9fbf49d9e 100644 (file)
@@ -14,6 +14,6 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.5, FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1,
+FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1,
 IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin 1.7.7, MSVC 9, Interix 3.5.
 @end itemize
index e23679b124374e71aa53f6d7a40808f24c777f1c..a5699b4b4c07c9a39bdccfcc5b681ee058ff978f 100644 (file)
@@ -14,6 +14,6 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5,
+FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5,
 Solaris 9, Cygwin 1.7.7, MSVC 9, Interix 3.5.
 @end itemize
index 9915ed9e4fbf068158eb1b74edd4795cc0b207f8..9bfbcdc6dff4c7745f0672a3c880a6ee0f80ebee 100644 (file)
@@ -14,6 +14,6 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.5, FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, AIX 5.1, IRIX
+FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, AIX 5.1, IRIX
 6.5, OSF/1 5.1, Solaris 9, Cygwin 1.7.7, MSVC 9, Interix 3.5.
 @end itemize
index 0388673270d407ecd56adc50f5402f1b6aab1576..91a15b9fd0ff9cef5d9bf2ce52d91a2647b92be0 100644 (file)
@@ -14,6 +14,6 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.5, FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1,
+FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1,
 IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin 1.7.7, MSVC 9, Interix 3.5.
 @end itemize
index 972c3606e6c7f226ef31efd125cad7c8f7fd7c93..42aa8d3245b9ce150d9fa200044b52cb4df64450 100644 (file)
@@ -14,6 +14,6 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, IRIX 6.5,
+FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, IRIX 6.5,
 OSF/1 5.1, Solaris 9, Cygwin 1.7.7, MSVC 9, Interix 3.5.
 @end itemize
index 732aa0375b12d2bdf1d215169c8985bb82ccb594..ca52840f9dc3f14579c5c22964544a49a29be688 100644 (file)
@@ -14,6 +14,6 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5,
+FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5,
 Solaris 9, Cygwin 1.7.7, MSVC 9, Interix 3.5.
 @end itemize
index 6214da2f99a94ae08b8ac473abf959bae0e911bc..634a34111d9a1a3f2a3f14dc90fd3c4c1c5345c4 100644 (file)
@@ -14,6 +14,6 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, IRIX 6.5,
+FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, IRIX 6.5,
 OSF/1 5.1, Solaris 9, Cygwin 1.7.7, MSVC 9, Interix 3.5.
 @end itemize
index fe49f236b81d80594538c09967e7b07b901dcb1b..fd9f3a8c91559b4781894a97e9f6563ac319d69e 100644 (file)
@@ -14,6 +14,6 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.5, FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1,
+FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1,
 IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin 1.7.7, MSVC 9, Interix 3.5.
 @end itemize
index 828d111b3a899d28129d22200abaf553cb74ddd1..ea85a743c882deb5253019164e4af370c9e38773 100644 (file)
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.5, FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, IRIX 6.5, OSF/1 4.0, Solaris 9, MSVC 9, Interix 3.5.
+FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, IRIX 6.5, OSF/1 4.0, Solaris 9, MSVC 9, Interix 3.5.
 @end itemize
index abe5dcd63cba7fd15010fdfe8bc89dd5cfff06f4..d476b8a974a4e0ed4a75ced3cd6a60626400cc52 100644 (file)
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.5, FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, IRIX 6.5, OSF/1 4.0, Solaris 9, MSVC 9, Interix 3.5.
+FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, IRIX 6.5, OSF/1 4.0, Solaris 9, MSVC 9, Interix 3.5.
 @end itemize
index 003c85eac8b54cfcc7b8d78bf2acf639fafff622..6f1df25d55ed829105c64c270596e9cab00cee54 100644 (file)
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.5, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, IRIX 6.5,
+FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, IRIX 6.5,
 Solaris 9, MSVC 9, Interix 3.5.
 @item
 This function is only provided as a macro on some platforms:
index f14cf5e89a6a97fd2c2cec51e0df05079a12b481..d462a045bd51c9910e5fcc9d2b0b7c822c15ba08 100644 (file)
@@ -10,7 +10,7 @@ Portability problems fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.5, Minix 3.1.8, AIX 5.1, HP-UX 11.
+Minix 3.1.8, AIX 5.1, HP-UX 11.
 @item
 This function is only defined as a buggy macro with arguments on some platforms:
 MSVC 9.
index 5fc19103bf488d6b66fc73ea6c79b87284ad9093..ea165f26dff02e9e12ae0c84136c16a483328c0b 100644 (file)
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.5, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, IRIX 6.5, OSF/1 4.0, Solaris 9, MSVC 9, Interix 3.5.
+FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, IRIX 6.5, OSF/1 4.0, Solaris 9, MSVC 9, Interix 3.5.
 @end itemize
index 870f35a2022146f61cd34aee41d3e10b30dcd9af..ddbdfdfd1a368b13c73b8a7cfe8838c9a80ff19f 100644 (file)
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.5, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 9, MSVC 9, Interix 3.5.
+FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 9, MSVC 9, Interix 3.5.
 @end itemize
index 02469a0353bab7003924484a6434e28d45b363b0..ffd649f43c318d923a88b78899eaadbc403468fb 100644 (file)
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.5, Minix 3.1.8, AIX 5.1, IRIX 6.5, Solaris 9, MSVC 9.
+Minix 3.1.8, AIX 5.1, IRIX 6.5, Solaris 9, MSVC 9.
 @end itemize
index 4a701050111dd80f9472db0b8f3533db9eb0ed7f..f99c8d541f64b291c9f5946df4280328be671f0e 100644 (file)
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.5, FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, IRIX 6.5, OSF/1 4.0, Solaris 9, MSVC 9, Interix 3.5.
+FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, IRIX 6.5, OSF/1 4.0, Solaris 9, MSVC 9, Interix 3.5.
 @end itemize