gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] gawk branch, gawk-5.3-stable, updated. gawk-4.1.0-5480-g5330a01d


From: John Malmberg
Subject: [SCM] gawk branch, gawk-5.3-stable, updated. gawk-4.1.0-5480-g5330a01d
Date: Sat, 8 Jun 2024 20:22:36 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, gawk-5.3-stable has been updated
       via  5330a01d18da651654f232d1b69816bfb5aed15f (commit)
      from  1295eb8e28b7b29a8659934e48bfb5bec9a07ab4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=5330a01d18da651654f232d1b69816bfb5aed15f

commit 5330a01d18da651654f232d1b69816bfb5aed15f
Author: John Malmberg <wb8tyw@qsl.net>
Date:   Sat Jun 8 18:46:04 2024 -0500

    Minor fix extension/time.c for OpenVMS

diff --git a/extension/ChangeLog b/extension/ChangeLog
index 6a8ad195..2ae134ed 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,3 +1,7 @@
+2024-06-08         John E. Malmberg      <wb8tyw@qsl.net>
+
+       * time.c: Remove unneeded define for OpenVMS
+
 2024-02-12         Tim Rice              <trice@posteo.net>
 
        * inplace.3am: Add a note that symbolic and hard links are
diff --git a/extension/time.c b/extension/time.c
index d3e7e164..9cb0590b 100644
--- a/extension/time.c
+++ b/extension/time.c
@@ -40,8 +40,9 @@
 #include <sys/stat.h>
 
 #ifdef __VMS
+#ifndef HAVE_NANOSLEEP
 #define HAVE_NANOSLEEP
-#define HAVE_GETTIMEOFDAY
+#endif
 #ifdef gettimeofday
 #undef gettimeofday
 #endif

-----------------------------------------------------------------------

Summary of changes:
 extension/ChangeLog | 4 ++++
 extension/time.c    | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]