summaryrefslogtreecommitdiff
path: root/gnulib/doc/posix-headers/inttypes.texi
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/doc/posix-headers/inttypes.texi')
m---------gnulib0
-rw-r--r--gnulib/doc/posix-headers/inttypes.texi33
2 files changed, 33 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/doc/posix-headers/inttypes.texi b/gnulib/doc/posix-headers/inttypes.texi
new file mode 100644
index 0000000..6ef87bb
--- /dev/null
+++ b/gnulib/doc/posix-headers/inttypes.texi
@@ -0,0 +1,33 @@
+@node inttypes.h
+@section @file{inttypes.h}
+
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/inttypes.h.html}
+
+Gnulib module: inttypes
+
+Portability problems fixed by Gnulib:
+@itemize
+@item
+This header file is missing on some platforms:
+OSF/1 4.0, MSVC 9, Interix 3.5.
+@item
+This header file is very incomplete on some platforms.
+@item
+The PRI* macros are defined to non-string values on AIX 4.3.3.
+@item
+The declarations of @code{imaxabs} and @code{imaxdiv} are missing on some
+platforms:
+NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, BeOS.
+@item
+The declarations of @code{strtoimax} and @code{strtoumax} are missing on some
+platforms:
+OpenBSD 3.8, AIX 4.3.2, AIX 5.1 (missing only @code{strtoumax}), OSF/1 5.1.
+@item
+On some hosts that predate C++11, when using C++ one must define
+@code{__STDC_FORMAT_MACROS} to make visible the declarations of format
+macros such as @code{PRIdMAX}.
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@end itemize