gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-100


From: John Malmberg
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-1005-ga62ecbb
Date: Sat, 25 Mar 2017 16:29:16 -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-4.1-stable has been updated
       via  a62ecbb9f3f17cc69a7a464954fa42b30c57aa47 (commit)
      from  1e9198f58d7d5616e03dc4b2bb6f738ab4e89f06 (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=a62ecbb9f3f17cc69a7a464954fa42b30c57aa47

commit a62ecbb9f3f17cc69a7a464954fa42b30c57aa47
Author: John Malmberg <address@hidden>
Date:   Sat Mar 25 15:28:35 2017 -0500

    Fix argarray test on VMS

diff --git a/vms/ChangeLog b/vms/ChangeLog
index 2b9deaa..2268148 100644
--- a/vms/ChangeLog
+++ b/vms/ChangeLog
@@ -1,3 +1,7 @@
+2017-03-25         John E. Malmberg      <address@hidden>
+
+        * vmstest.com: Fix argarray teset.
+
 2016-11-24         John E. Malmberg      <address@hidden>
 
         * gawk_verb.com: correct location for gawk executable.
diff --git a/vms/vmstest.com b/vms/vmstest.com
index aa96ceb..a10cd3f 100644
--- a/vms/vmstest.com
+++ b/vms/vmstest.com
@@ -920,8 +920,10 @@ $  return
 $
 $argarray:     echo "argarray"
 $      test_class = "basic"
+$      copy sys$disk:[]argarray.in sys$disk:[]argarray.input
+$       purge sys$disk:[]argarray.input
 $      define/User TEST "test"                 !this is useless...
-$      gawk -f argarray.awk ./argarray.in - >_argarray.tmp
+$      gawk -f argarray.awk ./argarray.input - >_argarray.tmp
 just a test
 $      if f$search("sys$disk:[]_''test'.tmp;2") .nes. ""
 $      then

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

Summary of changes:
 vms/ChangeLog   | 4 ++++
 vms/vmstest.com | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
gawk



reply via email to

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