gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2911-ge12319


From: John Malmberg
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2911-ge123190
Date: Mon, 8 Jan 2018 23:10:27 -0500 (EST)

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, master has been updated
       via  e1231907ef810d6e73a643c50aa29ce6b3fe4947 (commit)
      from  0fca23de625d0643be52f7c70f7e117bce4cbfde (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=e1231907ef810d6e73a643c50aa29ce6b3fe4947

commit e1231907ef810d6e73a643c50aa29ce6b3fe4947
Author: John Malmberg <address@hidden>
Date:   Mon Jan 8 21:59:31 2018 -0600

    Add tests to vmstest.com

diff --git a/vms/ChangeLog b/vms/ChangeLog
index ad1f573..2795865 100644
--- a/vms/ChangeLog
+++ b/vms/ChangeLog
@@ -1,3 +1,7 @@
+2018-01-08         John E. Malmberg      <address@hidden>
+
+        * vmstest.com: New tests: numstr1, setrec0, setrec1.
+
 2017-10-19         Arnold D. Robbins     <address@hidden>
 
        * 4.2.0: Release tar ball made.
diff --git a/vms/vmstest.com b/vms/vmstest.com
index 23741a8..9f50b2b 100644
--- a/vms/vmstest.com
+++ b/vms/vmstest.com
@@ -66,12 +66,15 @@ $! 4.1.3.i: New tests
 $!     basic:  ofmtstrnum
 $!     extra:  ignrcas3
 $!
-$! 4.1.3+: New tests
+$! 4.2.0: New tests
 $!      basic:   aryunasgn, concat5, memleak
 $!      ext:     fpat5, fpat6, fwtest5, fwtest6, fwtest7, fwtest8,
 $!               sourcesplit
 $!      charset: mbprintf5
 $!
+$! 4.2+: New tests
+$!      basic:   numstr1, setrec0, setrec1
+$!
 $      echo    = "write sys$output"
 $      cmp     = "diff/Output=_NL:/Maximum=1"
 $      delsym  = "delete/symbol/local/nolog"
@@ -217,7 +220,8 @@ $           gosub list_of_tests
 $              list = "nasty nasty2 negexp negrange nested nfldstr" -
                  + " nfloop nfneg nfset nlfldsep nlinstr nlstrina" -
                  + " noeffect nofile nofmtch noloop1 noloop2 nonl" -
-                 + " noparms nors nulinsrc nulrsend numindex numsubstr" -
+                 + " noparms nors nulinsrc nulrsend numindex numstr1" -
+                 + " numsubstr" -
                  + " octsub ofmt ofmtbig ofmtfidl" -
                  + " ofmta ofmts ofs1 onlynl opasnidx opasnslf
 $              gosub list_of_tests
@@ -232,7 +236,8 @@ $           list = "rand range1 rebrackloc rebt8b1 redfilnm 
regeq" -
                  + " resplit rri1 rs rscompat rsnul1nl rsnulbig rsnulbig2" -
                  + " rstest1 rstest2 rstest3 rstest4 rstest5 rswhite"
 $              gosub list_of_tests
-$              list = "scalar sclforin sclifin sigpipe1 sortempty sortglos" -
+$              list = "scalar sclforin sclifin setrec0 setrec1 sigpipe1" -
+                 + " sortempty sortglos" -
                  + " splitargv splitarr splitdef splitvar splitwht" -
                  + " strcat1 strtod strnum1 subamp subback subi18n subsepnm" -
                  + " subslash substr swaplns synerr1 synerr2"
@@ -420,6 +425,7 @@ $reindops:
 $reparse:
 $rsnul1nl:
 $rswhite:
+$setrec0:
 $sortglos:
 $splitargv:
 $splitvar:
@@ -660,6 +666,7 @@ $memleak:
 $minusstr:
 $negrange:
 $nulinsrc:
+$numstr1:
 $nlstrina:
 $octsub:
 $ofmtstrnum:
@@ -671,6 +678,7 @@ $prt1eval:
 $rebt8b1:
 $regexprange:
 $regrange:
+$setrec1:
 $splitdef:
 $splitwht:
 $strnum1:

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

Summary of changes:
 vms/ChangeLog   |  4 ++++
 vms/vmstest.com | 14 +++++++++++---
 2 files changed, 15 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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