Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 17 Nov 1999 18:52:42 +0000 (18:52 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 17 Nov 1999 18:52:42 +0000 (18:52 +0000)
1999-11-16  Andreas Jaeger  <aj@suse.de>

* math/fenv.h: Fix typos in comments.  Reported by Andreas Schwab.

ChangeLog
FAQ
FAQ.in
NEWS
manual/arith.texi
math/fenv.h

index 6379dce..5ea7be6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-11-16  Andreas Jaeger  <aj@suse.de>
+
+       * math/fenv.h: Fix typos in comments.  Reported by Andreas Schwab.
+
 1999-11-16  Ulrich Drepper  <drepper@cygnus.com>
 
        * locale/programs/ld-ctype.c (set_class_defaults): Set default
diff --git a/FAQ b/FAQ
index 610fa98..926a72a 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -237,7 +237,7 @@ Make up your own decision.
 GNU CC versions 2.95 and above are derived from egcs, and they may do even
 better.
 
-Please note that gcc 2.95 and 2.95.1 cannot compile glibc on Alpha due to
+Please note that gcc 2.95 and 2.95.x cannot compile glibc on Alpha due to
 problems in the complex float support.
 
 
@@ -331,7 +331,7 @@ Binutils 2.9.1.0.16 or later is also required.
   (Motorola 68030 @ 32 Mhz, 34 Mb memory)
 
   A full build of the PowerPC library took 1h on a PowerPC 750@400Mhz w/
-  64MB of RAM, and about 9h on a 601@60Mhz w/ 72Mb. 
+  64MB of RAM, and about 9h on a 601@60Mhz w/ 72Mb.
 
   If you have some more measurements let me know.
 
@@ -796,7 +796,7 @@ handling is implemented using an older method; the people making the
 distributions are a little ahead of their time.
 
 A quick solution to this is to find the libgcc.a file that came with the
-distribution (it would have been installed under /usr/lib/gcc-lib), do 
+distribution (it would have been installed under /usr/lib/gcc-lib), do
 `ar x libgcc.a frame.o' to get the frame.o file out, and add a line saying
 `LDLIBS-c.so += frame.o' to the file `configparms' in the directory you're
 building in.  You can check you've got the right `frame.o' file by running
@@ -1060,7 +1060,7 @@ limits imposed by the `fd_set' type.  Instead all places where the
 functionality is needed the `poll' function is used.
 
 If you increase the number of file descriptors in the kernel you don't need
-to recompile the C library. 
+to recompile the C library.
 
 {UD} You can always get the maximum number of file descriptors a process is
 allowed to have open at any time using
diff --git a/FAQ.in b/FAQ.in
index 4c6e18c..0907ed8 100644 (file)
--- a/FAQ.in
+++ b/FAQ.in
@@ -76,7 +76,7 @@ Make up your own decision.
 GNU CC versions 2.95 and above are derived from egcs, and they may do even
 better.
 
-Please note that gcc 2.95 and 2.95.1 cannot compile glibc on Alpha due to
+Please note that gcc 2.95 and 2.95.x cannot compile glibc on Alpha due to
 problems in the complex float support.
 
 ??     When I try to compile glibc I get only error messages.
@@ -165,7 +165,7 @@ Binutils 2.9.1.0.16 or later is also required.
   (Motorola 68030 @ 32 Mhz, 34 Mb memory)
 
   A full build of the PowerPC library took 1h on a PowerPC 750@400Mhz w/
-  64MB of RAM, and about 9h on a 601@60Mhz w/ 72Mb. 
+  64MB of RAM, and about 9h on a 601@60Mhz w/ 72Mb.
 
   If you have some more measurements let me know.
 
@@ -611,7 +611,7 @@ handling is implemented using an older method; the people making the
 distributions are a little ahead of their time.
 
 A quick solution to this is to find the libgcc.a file that came with the
-distribution (it would have been installed under /usr/lib/gcc-lib), do 
+distribution (it would have been installed under /usr/lib/gcc-lib), do
 `ar x libgcc.a frame.o' to get the frame.o file out, and add a line saying
 `LDLIBS-c.so += frame.o' to the file `configparms' in the directory you're
 building in.  You can check you've got the right `frame.o' file by running
@@ -860,7 +860,7 @@ limits imposed by the `fd_set' type.  Instead all places where the
 functionality is needed the `poll' function is used.
 
 If you increase the number of file descriptors in the kernel you don't need
-to recompile the C library. 
+to recompile the C library.
 
 {UD} You can always get the maximum number of file descriptors a process is
 allowed to have open at any time using
diff --git a/NEWS b/NEWS
index a027148..a01e977 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,9 @@ Version 2.2
 
 * functions from the extended socket API added by Ulrich Drepper.
 
+* Functions feenableexcept and fedisableexcept to control the
+  behaviour of individual exceptions have been added by Andreas Jaeger.
+
 \f
 Version 2.1.2
 
index a7d6944..45f4f91 100644 (file)
@@ -839,7 +839,7 @@ occur, you can use the following two functions.
 @deftypefun int feenableexcept (int @var{excepts})
 This functions enables traps for each of the exceptions as indicated by
 the parameter @var{except}.  The individual excepetions are described in
-@ref{Examining the FPU status word}.  Only the specified exceptions are
+@ref{Status bit operations}.  Only the specified exceptions are
 enabled, the status of the other exceptions is not changed.
 
 The function returns the previous enabled exceptions in case the
@@ -851,7 +851,7 @@ operation was successful, @code{-1} otherwise.
 @deftypefun int fedisableexcept (int @var{excepts})
 This functions disables traps for each of the exceptions as indicated by
 the parameter @var{except}.  The individual excepetions are described in
-@ref{Examining the FPU status word}.  Only the specified exceptions are
+@ref{Status bit operations}.  Only the specified exceptions are
 disabled, the status of the other exceptions is not changed.
 
 The function returns the previous enabled exceptions in case the
@@ -863,6 +863,7 @@ operation was successful, @code{-1} otherwise.
 @deftypefun int fegetexcept (int @var{excepts})
 The function returns a bitmask of all currently enabled exceptions.  It
 returns @code{-1} in case of failure.
+@end deftypefun
 
 @node Arithmetic Functions
 @section Arithmetic Functions
index bda3ee9..0e2904a 100644 (file)
@@ -119,12 +119,12 @@ extern int feupdateenv (__const fenv_t *__envp) __THROW;
 
 /* Enable individual exceptions.  Will not enable more exceptions than
    EXCEPTS specifies.  Returns the previous enabled exceptions if all
-   exceptions are successfull set, otherwise returns -1.  */
+   exceptions are successfully set, otherwise returns -1.  */
 extern int feenableexcept (int __excepts) __THROW;
 
 /* Disable individual exceptions.  Will not disable more exceptions than
    EXCEPTS specifies.  Returns the previous enabled exceptions if all
-   exceptions are successfull disabled, otherwise returns -1.  */
+   exceptions are successfully disabled, otherwise returns -1.  */
 extern int fedisableexcept (int __excepts) __THROW;
 
 /* Return enabled exceptions.  */