]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Document the problem of the per-thread locale functions on z/OS.
authorBruno Haible <bruno@clisp.org>
Fri, 20 Dec 2019 06:42:28 +0000 (07:42 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 20 Dec 2019 06:42:28 +0000 (07:42 +0100)
* doc/posix-functions/uselocale.texi: Document the z/OS problem.
* doc/posix-functions/newlocale.texi: Likewise.
* doc/posix-functions/duplocale.texi: Likewise.
* doc/posix-functions/freelocale.texi: Likewise.

ChangeLog
doc/posix-functions/duplocale.texi
doc/posix-functions/freelocale.texi
doc/posix-functions/newlocale.texi
doc/posix-functions/uselocale.texi

index 48ab97b0d88cdfa2acf6ada7c4145adbeb077357..dece3712e51ee8208f118aa03e87d6ff9dec7681 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2019-12-20  Bruno Haible  <bruno@clisp.org>
+
+       doc: Document the problem of the per-thread locale functions on z/OS.
+       * doc/posix-functions/uselocale.texi: Document the z/OS problem.
+       * doc/posix-functions/newlocale.texi: Likewise.
+       * doc/posix-functions/duplocale.texi: Likewise.
+       * doc/posix-functions/freelocale.texi: Likewise.
+
 2019-12-20  Bruno Haible  <bruno@clisp.org>
 
        localename, gettext: Fix host_os value for z/OS.
index 4b2ac3e90017e10b7457919f895f2762f66994be..2fc98418cd89e81ff398347a10d377e4718aa7f2 100644 (file)
@@ -22,4 +22,8 @@ Portability problems not fixed by Gnulib:
 @item
 This function is missing on many platforms:
 FreeBSD 9.0, NetBSD 5.0, OpenBSD 6.1, Minix 3.1.8, AIX 6.1, HP-UX 11, IRIX 6.5, Solaris 11.3, Cygwin 2.5.x, mingw, MSVC 14, Android 4.4.
+@item
+This function is useless because the @code{locale_t} type is not defined
+on some platforms:
+z/OS.
 @end itemize
index 04b9038072f96207b3a6931530f388668314747c..a3267dc762671550ac8b960129ae406c115f90b8 100644 (file)
@@ -15,4 +15,8 @@ Portability problems not fixed by Gnulib:
 @item
 This function is missing on many platforms:
 FreeBSD 9.0, NetBSD 5.0, OpenBSD 6.1, Minix 3.1.8, AIX 6.1, HP-UX 11, IRIX 6.5, Solaris 11.3, Cygwin 2.5.x, mingw, MSVC 14, Android 4.4.
+@item
+This function is useless because the @code{locale_t} type is not defined
+on some platforms:
+z/OS.
 @end itemize
index 8fc2d4f9a72c8271a06adfc328a91ec4c90d47e3..f9b623b8f6b7c38969f4871bf1c36ae92c62c07e 100644 (file)
@@ -16,6 +16,10 @@ Portability problems not fixed by Gnulib:
 This function is missing on many platforms:
 FreeBSD 9.0, NetBSD 5.0, OpenBSD 6.1, Minix 3.1.8, AIX 6.1, HP-UX 11, IRIX 6.5, Solaris 11.3, Cygwin 2.5.x, mingw, MSVC 14, Android 4.4.
 @item
+This function is useless because the @code{locale_t} type is not defined
+on some platforms:
+z/OS.
+@item
 This function is useless because the @code{locale_t} type contains basically
 no information on some platforms:
 OpenBSD 6.3.
index 809055ded1b2a10bc1719bae9094a5bbe4368ae1..ad11dc7cbec5d6146c8dd1b22e31932e59e085db 100644 (file)
@@ -20,6 +20,10 @@ This function is not documented and leads to crashes in subsequent
 @code{setlocale} invocations on some platforms:
 AIX 7.2.
 @item
+This function is useless because the @code{locale_t} type is not defined
+on some platforms:
+z/OS.
+@item
 This function is useless because the @code{locale_t} type contains basically
 no information on some platforms:
 OpenBSD 6.3.