]> Savannah Git Hosting - gnulib.git/commitdiff
mktime: port to OpenVMS
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 22 Sep 2017 04:39:59 +0000 (21:39 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 22 Sep 2017 04:40:20 +0000 (21:40 -0700)
Problem reported by John E. Malmberg in:
https://lists.gnu.org/archive/html/bug-gnulib/2017-09/msg00100.html
* m4/mktime.m4 (TIME_T_IS_SIGNED): Default to 0.

ChangeLog
m4/mktime.m4

index 6a0b4963221a3c98a4010a62a639a140090c2554..82ecf539aa9dc8c28a10010e338757cdcf587ad0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2017-09-21  Paul Eggert  <eggert@cs.ucla.edu>
+
+       mktime: port to OpenVMS
+       Problem reported by John E. Malmberg in:
+       https://lists.gnu.org/archive/html/bug-gnulib/2017-09/msg00100.html
+       * m4/mktime.m4 (TIME_T_IS_SIGNED): Default to 0.
+
 2017-09-16  Paul Eggert  <eggert@cs.ucla.edu>
 
        manywarnings: port to GCC on 64-bit MS-Windows
index 85666844e2ef53347d8c911417c5867734c445ae..1461905fb93123b6172f33ba1174bcc50d171b30 100644 (file)
@@ -1,4 +1,4 @@
-# serial 29
+# serial 30
 dnl Copyright (C) 2002-2003, 2005-2007, 2009-2017 Free Software Foundation,
 dnl Inc.
 dnl This file is free software; the Free Software Foundation
@@ -55,6 +55,10 @@ AC_DEFUN([gl_FUNC_MKTIME_WORKS],
 # include <signal.h>
 #endif
 
+#ifndef TIME_T_IS_SIGNED
+# define TIME_T_IS_SIGNED 0
+#endif
+
 /* Work around redefinition to rpl_putenv by other config tests.  */
 #undef putenv