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 bf1146a..60a8f4d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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.
        * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
        spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
index b32ea5c..45281a4 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
+