]> Savannah Git Hosting - gnulib.git/commitdiff
doc: mention year-0 bugs in Solaris etc.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 1 Jan 2021 03:14:49 +0000 (19:14 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 1 Jan 2021 03:15:11 +0000 (19:15 -0800)
* doc/posix-functions/gmtime.texi, doc/posix-functions/gmtime_r.texi:
* doc/posix-functions/localtime.texi:
* doc/posix-functions/localtime_r.texi:
* doc/posix-functions/mktime.texi:
Mention year-0 bugs in localtime etc.

ChangeLog
doc/posix-functions/gmtime.texi
doc/posix-functions/gmtime_r.texi
doc/posix-functions/localtime.texi
doc/posix-functions/localtime_r.texi
doc/posix-functions/mktime.texi

index 9cb45d0d7e5ce605ac0e1eb1ee1472ba6fc820b6..e8b956828ce80e72c3409682d72b23ab16772ba3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2020-12-31  Paul Eggert  <eggert@cs.ucla.edu>
+
+       doc: mention year-0 bugs in Solaris etc.
+       * doc/posix-functions/gmtime.texi, doc/posix-functions/gmtime_r.texi:
+       * doc/posix-functions/localtime.texi:
+       * doc/posix-functions/localtime_r.texi:
+       * doc/posix-functions/mktime.texi:
+       Mention year-0 bugs in localtime etc.
+
 2020-12-31  Bruno Haible  <bruno@clisp.org>
 
        ptsname_r: Fix test failure on Solaris.
index 64d4f7df78399f3a77927532abfe6c9df36f6b15..7590fe9108f21dc3c5a1e1860fd50670379632a3 100644 (file)
@@ -12,4 +12,8 @@ Portability problems fixed by Gnulib:
 
 Portability problems not fixed by Gnulib:
 @itemize
+@item
+On some platforms, this function yields incorrect values for
+timestamps before the year 1:
+MacOS X 10.5, Solaris 11.3.
 @end itemize
index 7e280186edf216be5a4fbc8399481f73aa574d40..af815af8340b6609cd624ea96cc6ea5296338567 100644 (file)
@@ -19,4 +19,8 @@ HP-UX 11.
 
 Portability problems not fixed by Gnulib:
 @itemize
+@item
+On some platforms, this function yields incorrect values for
+timestamps before the year 1:
+MacOS X 10.5, Solaris 11.3.
 @end itemize
index 040102b9bc9dcf32525132ac047ede3de51e84fb..0cad93c1b22524c710276fcc04ec1126f6fb87ba 100644 (file)
@@ -25,6 +25,10 @@ On some platforms, this function returns nonsense values for
 unsupported arguments (like @math{2^56}), rather than failing:
 FreeBSD 10.
 @item
+On some platforms, this function yields incorrect values for
+timestamps before the year 1:
+MacOS X 10.5, Solaris 11.3.
+@item
 Native Windows platforms (mingw, MSVC) support only a subset of time
 zones supported by GNU or specified by POSIX@.  @xref{tzset}.
 @end itemize
index 420bc2ee1ab56dc499fc268c451e70881ebcd9ef..fd484f8d4fbb415d3b4744b115dfa06ac7424147 100644 (file)
@@ -28,4 +28,8 @@ You can use the @code{time_rz} module to work around the problem.
 On some platforms, this function returns nonsense values for
 unsupported arguments (like @math{2^56}), rather than failing:
 FreeBSD 10.
+@item
+On some platforms, this function yields incorrect values for
+timestamps before the year 1:
+MacOS X 10.5, Solaris 11.3.
 @end itemize
index bf4be1836642b28771bf2a5a8442661b0e7b3af1..a7713b5a0ebe30c1c76df5f97c8924ee7283d092 100644 (file)
@@ -20,6 +20,10 @@ when the environment variable @code{TZ} has been set by Cygwin.
 Portability problems not fixed by Gnulib:
 @itemize
 @item
+On some platforms, this function yields incorrect values for
+timestamps before the year 1:
+MacOS X 10.5, Solaris 11.3.
+@item
 Native Windows platforms (mingw, MSVC) support only a subset of time
 zones supported by GNU or specified by POSIX@.  @xref{tzset}.
 @end itemize