[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-902
From: |
John Malmberg |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-902-gc749138 |
Date: |
Mon, 30 May 2016 23:24:38 +0000 (UTC) |
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 c74913824e580aa909f6e53346401d198314d6a6 (commit)
from 5e0f3ebb5f985a9ad8fa3d57ab8c1f0669056630 (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=c74913824e580aa909f6e53346401d198314d6a6
commit c74913824e580aa909f6e53346401d198314d6a6
Author: John Malmberg <address@hidden>
Date: Mon May 30 18:23:25 2016 -0500
vmstest.com add fsnul1
diff --git a/vms/ChangeLog b/vms/ChangeLog
index c16366c..c5b12a2 100644
--- a/vms/ChangeLog
+++ b/vms/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-30 John E. Malmberg <address@hidden>
+
+ * vmstest.com: New tests (basic) fsnul1
+
2016-05-29 John E. Malmberg <address@hidden>
* stage_gawk_install.com: Fix directory path
diff --git a/vms/vmstest.com b/vms/vmstest.com
index 0bd5b09..f047b5b 100644
--- a/vms/vmstest.com
+++ b/vms/vmstest.com
@@ -46,6 +46,9 @@ $! ext: clos1way2, clos1way3, clos1way4, clos1way5
$!
$! 4.1.3f: New tests
$! basic: arrayind1,rscompat,sigpipe1
+$!
+$! 4.1.3.g: New tests
+$! basic: fsnul1
$
$
$ echo = "write sys$output"
@@ -106,8 +109,8 @@ $ list = "callparam childin clobber closebad
clsflnam" -
$ gosub list_of_tests
$ list = "fcall_exit fcall_exit2 fldchg fldchgnf" -
+ " fnamedat fnarray fnarray2 fnaryscl fnasgnm fnmisc" -
- + " fordel forref forsimp fsbs fsspcoln fsrs fstabplus" -
- + " funsemnl funsmnam funstack"
+ + " fordel forref forsimp fsbs fsnul1 fsspcoln fsrs" -
+ + " fstabplus funsemnl funsmnam funstack"
$ gosub list_of_tests
$ list = "getline getline2 getline3 getline4 getline5 " -
+ " getlnbuf getnr2tb getnr2tm gsubasgn gsubtest" -
@@ -301,6 +304,7 @@ $fpat3:
$fpat4:
$fpatnull:
$fsfwfs:
+$fsnul1:
$fsrs:
$funlen:
$funstack:
-----------------------------------------------------------------------
Summary of changes:
vms/ChangeLog | 4 ++++
vms/vmstest.com | 8 ++++++--
2 files changed, 10 insertions(+), 2 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-902-gc749138,
John Malmberg <=