changeset 9828:60f7d7e296c5

New module 'EOVERFLOW'.
author Bruno Haible <bruno@clisp.org>
date Sun, 30 Mar 2008 14:34:48 +0200
parents 32d08ee66484
children fe8bb9177604
files ChangeLog doc/posix-headers/errno.texi modules/EOVERFLOW
diffstat 3 files changed, 31 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/doc/posix-headers/errno.texi
+++ b/doc/posix-headers/errno.texi
@@ -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:
new file mode 100644
--- /dev/null
+++ b/modules/EOVERFLOW
@@ -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
+