]> Savannah Git Hosting - gnulib.git/commitdiff
Document the ieee754-h module better.
authorBruno Haible <bruno@clisp.org>
Fri, 27 Dec 2024 09:58:12 +0000 (10:58 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 27 Dec 2024 09:58:12 +0000 (10:58 +0100)
* doc/glibc-headers/ieee754.texi: Mention the module ieee754-h. Give an
example of a platform without IEEE floating-point numbers.

ChangeLog
doc/glibc-headers/ieee754.texi

index 10a1d40087db896d1f042c73fb621bb83c4e4010..a21b0a9f74b709175bd1c187b0121f07b0e9182d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-12-27  Bruno Haible  <bruno@clisp.org>
+
+       Document the ieee754-h module better.
+       * doc/glibc-headers/ieee754.texi: Mention the module ieee754-h. Give an
+       example of a platform without IEEE floating-point numbers.
+
 2024-12-27  Bruno Haible  <bruno@clisp.org>
 
        Document the libunistring modules.
index 4bc0869a895206344e7676eb10613575690ad77b..35ef4f930c96c6f035b90664efca62ef61e6fa00 100644 (file)
@@ -4,7 +4,8 @@
 Defines the types @code{union ieee754_float}, @code{union ieee754_double},
 @code{union ieee854_long_double}.
 
-Gnulib module: ---
+Gnulib module: ieee754-h
+@mindex ieee754-h
 
 Portability problems fixed by Gnulib:
 @itemize
@@ -21,5 +22,5 @@ double} and does not work on some platforms.
 
 @item
 The substitute for this header file returns nonsense on (now-quite-rare)
-platforms that do not use IEEE floating point.
+platforms that do not use IEEE floating point, such as Linux/m68k.
 @end itemize