doc: mention unfixed issues with unsupported localtime() values
authorPádraig Brady <P@draigBrady.com>
Fri, 15 Jan 2016 16:12:03 +0000 (16:12 +0000)
committerPádraig Brady <P@draigBrady.com>
Fri, 15 Jan 2016 16:19:02 +0000 (16:19 +0000)
Note perl has configure time checks in place to avoid this.

* doc/posix-functions/localtime.texi: Mention that FreeBSD 10
returns nonsense for localtime(2^56).
* doc/posix-functions/localtime_r.texi: Likewise.

ChangeLog
doc/posix-functions/localtime.texi
doc/posix-functions/localtime_r.texi

index 27de5886c93e3473e1569da965e8c35e62d7dc38..bf678c25c61aee0c9abd12cff9047a4bf5e071c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2016-01-15  Pádraig Brady  <P@draigBrady.com>
+
+       doc: mention unfixed issues with unsupported localtime() values
+       * doc/posix-functions/localtime.texi: Mention that FreeBSD 10
+       returns nonsense for localtime(2^56).
+       * doc/posix-functions/localtime_r.texi: Likewise.
+
 2016-01-14  Pádraig Brady  <P@draigBrady.com>
 
        doc: mention setlocale() issues on OpenBSD
index 27af6e8a6731a501891f9983228fa7514f8254b1..fc15c268f4cda5a6ff9b5444eb1d7cdc8978b4b0 100644 (file)
@@ -12,4 +12,7 @@ Portability problems fixed by Gnulib:
 
 Portability problems not fixed by Gnulib:
 @itemize
+On some platforms, this function returns nonsense values for
+unsupported arguments (like @math{2^56}), rather than failing:
+FreeBSD 10.
 @end itemize
index 909a41dc5622f2af19ec264a1283302831b4bda4..d12bdefed5030239307bf77346d4d46fdca33e0e 100644 (file)
@@ -22,4 +22,7 @@ HP-UX 10.
 
 Portability problems not fixed by Gnulib:
 @itemize
+On some platforms, this function returns nonsense values for
+unsupported arguments (like @math{2^56}), rather than failing:
+FreeBSD 10.
 @end itemize