New module 'EOVERFLOW'.
authorBruno Haible <bruno@clisp.org>
Sun, 30 Mar 2008 12:34:48 +0000 (14:34 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 30 Mar 2008 12:34:48 +0000 (14:34 +0200)
ChangeLog
doc/posix-headers/errno.texi
modules/EOVERFLOW [new file with mode: 0644]

index bf1146a4315b046ea6a68b13d9969307a90b9242..60a8f4da81e1df3622373eee2149b56b82d80be6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-30  Bruno Haible  <bruno@clisp.org>
+
+       * modules/EOVERFLOW: New file.
+       * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
+
 2008-03-30  Bruno Haible  <bruno@clisp.org>
 
        Fix bug introduced on 2007-06-10.
index b32ea5cb95b82f4adc7ffb0452ddba67dba80c7b..45281a4cd716ee183ad8c3ab4a18e0c8aaa51cbb 100644 (file)
@@ -3,10 +3,13 @@
 
 POSIX specification: @url{http://www.opengroup.org/susv3xbd/errno.h.html}
 
-Gnulib module: ---
+Gnulib module: EOVERFLOW
 
 Portability problems fixed by Gnulib:
 @itemize
+@item
+The macro @code{EOVERFLOW} is not defined on some platforms:
+OSF/1 4.0, mingw.
 @end itemize
 
 Portability problems not fixed by Gnulib:
diff --git a/modules/EOVERFLOW b/modules/EOVERFLOW
new file mode 100644 (file)
index 0000000..eb3f219
--- /dev/null
@@ -0,0 +1,22 @@
+Description:
+EOVERFLOW macro
+
+Files:
+m4/eoverflow.m4
+
+Depends-on:
+
+configure.ac:
+gl_EOVERFLOW
+
+Makefile.am:
+
+Include:
+<errno.h>
+
+License:
+LGPLv2+
+
+Maintainer:
+Bruno Haible
+