]> Savannah Git Hosting - gnulib.git/commitdiff
tzname, daylight, timezone: Update documentation.
authorBruno Haible <bruno@clisp.org>
Thu, 6 Jun 2024 10:14:46 +0000 (12:14 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 6 Jun 2024 11:12:32 +0000 (13:12 +0200)
* doc/posix-functions/tzname.texi: Update info about native Windows.
* doc/posix-functions/daylight.texi: Update info about OpenBSD, Cygwin,
native Windows.
* doc/posix-functions/timezone.texi: Update info about FreeBSD, OpenBSD,
native Windows.

ChangeLog
doc/posix-functions/daylight.texi
doc/posix-functions/timezone.texi
doc/posix-functions/tzname.texi

index d100238dbd5133aa0bea60db051e13ca7d703ded..f5d56af5d5b8fd2f3fc1bba6825b6f4e03695534 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2024-06-06  Bruno Haible  <bruno@clisp.org>
+
+       tzname, daylight, timezone: Update documentation.
+       * doc/posix-functions/tzname.texi: Update info about native Windows.
+       * doc/posix-functions/daylight.texi: Update info about OpenBSD, Cygwin,
+       native Windows.
+       * doc/posix-functions/timezone.texi: Update info about FreeBSD, OpenBSD,
+       native Windows.
+
 2024-06-06  Bruno Haible  <bruno@clisp.org>
 
        acl-permissions: Fix test-file-has-acl-2.sh failure on Cygwin.
index a6e5ce6c56ece983c33a9d07d7ff6801dee04a89..d5bfecedc1fd5fd6314e0d61c024d7421d0d3fba 100644 (file)
@@ -14,10 +14,13 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This variable is missing on some platforms:
-FreeBSD 14.0, OpenBSD 3.8.
+FreeBSD 14.0, OpenBSD 5.7.
+@item
+This variable is called @code{_daylight} on some platforms:
+mingw with @code{-DNO_OLDNAMES}, MSVC.
 @item
 The address of this variable is not a compile-time constant on some platforms:
-Cygwin, mingw.
+mingw, MSVC.
 @item
 Native Windows platforms (mingw, MSVC) support only a subset of time
 zones supported by GNU or specified by POSIX@.  @xref{tzset}.
index b2647c46cdb74df7f4937325ea06d961be661a8e..5c040cab832e37e4545016dbb1dc8fd005bd8236 100644 (file)
@@ -13,11 +13,15 @@ Portability problems fixed by Gnulib:
 Portability problems not fixed by Gnulib:
 @itemize
 @item
-This variable is missing on some platforms:
-mingw.
+This variable is missing (and instead, a function named @code{timezone} exists)
+on some platforms:
+FreeBSD 14.0, OpenBSD 5.7.
+@item
+This variable is called @code{_timezone} on some platforms:
+mingw with @code{-DNO_OLDNAMES}, MSVC.
 @item
 The address of this variable is not a compile-time constant on some platforms:
-mingw.
+mingw, MSVC.
 @item
 Native Windows platforms (mingw, MSVC) support only a subset of time
 zones supported by GNU or specified by POSIX@.  @xref{tzset}.
index ef3f3d023ae93e9e60d19ff7cb409b84667f79e9..d56ff5c924a41877eb4e71b4304b41761a1459dc 100644 (file)
@@ -13,11 +13,11 @@ Portability problems fixed by Gnulib:
 Portability problems not fixed by Gnulib:
 @itemize
 @item
-This variable is missing on some platforms:
-mingw.
+This variable is called @code{_tzname} on some platforms:
+mingw with @code{-DNO_OLDNAMES}, MSVC.
 @item
 The address of this variable is not a compile-time constant on some platforms:
-Cygwin, mingw.
+Cygwin, mingw, MSVC.
 @item
 Native Windows platforms (mingw, MSVC) support only a subset of time
 zones supported by GNU or specified by POSIX@.  @xref{tzset}.