]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Mention NetBSD bugs.
authorBruno Haible <bruno@clisp.org>
Thu, 5 Jan 2012 18:08:21 +0000 (19:08 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 5 Jan 2012 18:08:21 +0000 (19:08 +0100)
* doc/posix-functions/*printf.texi: Mention a NetBSD 5.1 bug.
* doc/posix-functions/nl_langinfo.texi: Mention another NetBSD 5.1 bug.

18 files changed:
ChangeLog
doc/posix-functions/dprintf.texi
doc/posix-functions/fprintf.texi
doc/posix-functions/fwprintf.texi
doc/posix-functions/nl_langinfo.texi
doc/posix-functions/printf.texi
doc/posix-functions/snprintf.texi
doc/posix-functions/sprintf.texi
doc/posix-functions/swprintf.texi
doc/posix-functions/vdprintf.texi
doc/posix-functions/vfprintf.texi
doc/posix-functions/vfwprintf.texi
doc/posix-functions/vprintf.texi
doc/posix-functions/vsnprintf.texi
doc/posix-functions/vsprintf.texi
doc/posix-functions/vswprintf.texi
doc/posix-functions/vwprintf.texi
doc/posix-functions/wprintf.texi

index 6dd43447f04601890f375cc6594d8e43d9df7487..ea441d10cdbeacf0b5cc5710278bdcfade18c3ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-01-05  Bruno Haible  <bruno@clisp.org>
+
+       doc: Mention NetBSD bugs.
+       * doc/posix-functions/*printf.texi: Mention a NetBSD 5.1 bug.
+       * doc/posix-functions/nl_langinfo.texi: Mention another NetBSD 5.1 bug.
+
 2012-01-05  Bruno Haible  <bruno@clisp.org>
 
        strtoumax tests: Enhance tests.
index 579a779c0730ed1248551cbbc56b29eae7b37ded..0ded0699cd9bbe70df70933565f3a5ec19e5d2e1 100644 (file)
@@ -29,6 +29,10 @@ AIX 7.1.
 Portability problems not fixed by Gnulib:
 @itemize
 @item
+When formatting an integer with grouping flag, this function inserts thousands
+separators even in the "C" locale on some platforms:
+NetBSD 5.1.
+@item
 On some platforms, this function does not set @code{errno} or the
 stream error indicator on attempts to write to a read-only stream:
 Cygwin 1.7.9.
index 277885e25b4cf1d989dd4a4ea97026c99aa48d33..fc73c6fee9d34438f21d66df857f64bfcb1643de 100644 (file)
@@ -87,6 +87,10 @@ mingw, MSVC 9.
 Portability problems not fixed by Gnulib:
 @itemize
 @item
+When formatting an integer with grouping flag, this function inserts thousands
+separators even in the "C" locale on some platforms:
+NetBSD 5.1.
+@item
 Attempting to write to a read-only stream fails with @code{EOF} but
 does not set the error flag for @code{ferror} on some platforms:
 glibc 2.13, cygwin 1.7.9.
index cf4628ad4c90db98ecca80ae4146d3b1c7c7605a..d6d3b14934247f2e0b954f462e073abe2ad115ed 100644 (file)
@@ -19,6 +19,10 @@ NetBSD 3.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11.00, IRIX 6.5, Solaris 2.6, Cygwin
 On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
 accommodate all Unicode characters.
 @item
+When formatting an integer with grouping flag, this function inserts thousands
+separators even in the "C" locale on some platforms:
+NetBSD 5.1.
+@item
 On some platforms, this function does not set @code{errno} or the
 stream error indicator on attempts to write to a read-only stream:
 Cygwin 1.7.9.
index 7cca809853316aea2f717b02caacab550148071e..cdb56686b693c96442333d2228d9a2dd0fd0c03b 100644 (file)
@@ -41,4 +41,9 @@ On Cygwin 1.7.0, only the charset portion of a locale designation is honored.
 On NetBSD 5.0, in some locales, @code{nl_langinfo(CRNCYSTR)} returns the
 empty string, although the local currency symbol, as returned by
 @code{localeconv()->currency_symbol}, is non-empty.
+
+@item
+On NetBSD 5.1, in the "C" locale, the results of
+@code{nl_langinfo(ABMON_1)} ... @code{nl_langinfo(ABMON_12)} are full month
+names, not abbreviated month names.
 @end itemize
index 81a3322f8fdcab1b355585a58229d15c2647846b..109173e796bcc739ecd85e14dff5e3b2c9a8564b 100644 (file)
@@ -87,6 +87,10 @@ mingw, MSVC 9.
 Portability problems not fixed by Gnulib:
 @itemize
 @item
+When formatting an integer with grouping flag, this function inserts thousands
+separators even in the "C" locale on some platforms:
+NetBSD 5.1.
+@item
 Attempting to write to a read-only stream fails with @code{EOF} but
 does not set the error flag for @code{ferror} on some platforms:
 glibc 2.13, cygwin 1.7.9.
index 14ad3816c2059c4fb7a82f9f20041af879fb5f38..a13f530de13b8d8dc65aa71a7f702d40160d387f 100644 (file)
@@ -94,4 +94,8 @@ OSF/1 5.1.
 
 Portability problems not fixed by Gnulib:
 @itemize
+@item
+When formatting an integer with grouping flag, this function inserts thousands
+separators even in the "C" locale on some platforms:
+NetBSD 5.1.
 @end itemize
index 8c0529f0789b8dd565e3aba05fdb48ea25373297..2ab6ffb101a490537d089da78e4105e97ec2f990 100644 (file)
@@ -69,4 +69,8 @@ MacOS X 10.3, FreeBSD 6.0, NetBSD 5.0.
 
 Portability problems not fixed by Gnulib:
 @itemize
+@item
+When formatting an integer with grouping flag, this function inserts thousands
+separators even in the "C" locale on some platforms:
+NetBSD 5.1.
 @end itemize
index 15640fd91a1fc1b4fe57b6a5506784c517c9e670..edf2e7ce5cbbdcfe35676610c442bc1e1d1bae4d 100644 (file)
@@ -23,4 +23,8 @@ On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cann
 accommodate all Unicode characters.
 @item
 On Windows, this function does not take a buffer size as second argument.
+@item
+When formatting an integer with grouping flag, this function inserts thousands
+separators even in the "C" locale on some platforms:
+NetBSD 5.1.
 @end itemize
index 5101ee4c7d29c475f7fa9e83d90eda440fe383c3..561038f7bd7e2f9678af76523cf763f6f33e5d57 100644 (file)
@@ -43,6 +43,10 @@ AIX 7.1, BeOS.
 Portability problems not fixed by Gnulib:
 @itemize
 @item
+When formatting an integer with grouping flag, this function inserts thousands
+separators even in the "C" locale on some platforms:
+NetBSD 5.1.
+@item
 On some platforms, this function does not set @code{errno} or the
 stream error indicator on attempts to write to a read-only stream:
 Cygwin 1.7.9.
index 2159b43f3064072be412a43ce5b27c0108d6d2bc..7f5f46055c4bf1f203d4daf18b6c6bb579982058 100644 (file)
@@ -87,6 +87,10 @@ mingw, MSVC 9.
 Portability problems not fixed by Gnulib:
 @itemize
 @item
+When formatting an integer with grouping flag, this function inserts thousands
+separators even in the "C" locale on some platforms:
+NetBSD 5.1.
+@item
 Attempting to write to a read-only stream fails with @code{EOF} but
 does not set the error flag for @code{ferror} on some platforms:
 glibc 2.13, cygwin 1.7.9.
index 8f07e713029314878c554f1432635c0f61279033..261f07fa856db5735c9402bc247345134be6a617 100644 (file)
@@ -19,6 +19,10 @@ NetBSD 3.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11.00, IRIX 6.5, Solaris 2.6, Cygwin
 On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
 accommodate all Unicode characters.
 @item
+When formatting an integer with grouping flag, this function inserts thousands
+separators even in the "C" locale on some platforms:
+NetBSD 5.1.
+@item
 On some platforms, this function does not set @code{errno} or the
 stream error indicator on attempts to write to a read-only stream:
 Cygwin 1.7.9.
index 6770c002ca98bc6431d382cd4240a6089e990163..b9e8557194f105bfeb89f3fb50ab5e2023b1825e 100644 (file)
@@ -87,6 +87,10 @@ mingw, MSVC 9.
 Portability problems not fixed by Gnulib:
 @itemize
 @item
+When formatting an integer with grouping flag, this function inserts thousands
+separators even in the "C" locale on some platforms:
+NetBSD 5.1.
+@item
 Attempting to write to a read-only stream fails with @code{EOF} but
 does not set the error flag for @code{ferror} on some platforms:
 glibc 2.13, cygwin 1.7.9.
index 967a9956de572f8bcdb2f403f3351bc124ed9272..44fa36909692aeb1e142a8982c9879f21e7fb298 100644 (file)
@@ -91,4 +91,8 @@ HP-UX 11, OSF/1 5.1.
 
 Portability problems not fixed by Gnulib:
 @itemize
+@item
+When formatting an integer with grouping flag, this function inserts thousands
+separators even in the "C" locale on some platforms:
+NetBSD 5.1.
 @end itemize
index f86356629c1a9c75e05fe2831e4812d67b0484a6..7378288bdc4e89f6475e2dc3febe94c422ec0f74 100644 (file)
@@ -69,4 +69,8 @@ MacOS X 10.3, FreeBSD 6.0, NetBSD 5.0.
 
 Portability problems not fixed by Gnulib:
 @itemize
+@item
+When formatting an integer with grouping flag, this function inserts thousands
+separators even in the "C" locale on some platforms:
+NetBSD 5.1.
 @end itemize
index fd6b690a4314c9e16970ac94c7f1e33e8d66e7e6..b385f5ee74a31cd6b398ac642b6c2b72e6aba3d6 100644 (file)
@@ -20,4 +20,8 @@ On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cann
 accommodate all Unicode characters.
 @item
 On Windows, this function does not take a buffer size as second argument.
+@item
+When formatting an integer with grouping flag, this function inserts thousands
+separators even in the "C" locale on some platforms:
+NetBSD 5.1.
 @end itemize
index 56701b30d11549032e6c22117d6e9c0d9f6a8cb7..922b71c53f50b2ddf3fc0e552817dc8c05fabd00 100644 (file)
@@ -23,6 +23,10 @@ platforms: Cygwin 1.5.x.
 On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
 accommodate all Unicode characters.
 @item
+When formatting an integer with grouping flag, this function inserts thousands
+separators even in the "C" locale on some platforms:
+NetBSD 5.1.
+@item
 On some platforms, this function does not set @code{errno} or the
 stream error indicator on attempts to write to a read-only stream:
 Cygwin 1.7.9.
index 05b9d949df675d9585ff971797f32f6b2ae4e12f..1624e7d917d6b90ba5f08a34a9a512a046c6314d 100644 (file)
@@ -23,6 +23,10 @@ platforms: Cygwin 1.5.x.
 On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
 accommodate all Unicode characters.
 @item
+When formatting an integer with grouping flag, this function inserts thousands
+separators even in the "C" locale on some platforms:
+NetBSD 5.1.
+@item
 On some platforms, this function does not set @code{errno} or the
 stream error indicator on attempts to write to a read-only stream:
 Cygwin 1.7.9.