aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO2
-rw-r--r--vms/ChangeLog4
-rw-r--r--vms/vmstest.com5
3 files changed, 11 insertions, 0 deletions
diff --git a/TODO b/TODO
index 2b5f072d..ab38248c 100644
--- a/TODO
+++ b/TODO
@@ -7,6 +7,8 @@ Look at function order within files.
regex.h - remove underscores in param names (for 4.1)
+Really make failure to open a socket a non-fatal error (for 4.1).
+
?? Scope IDs for IPv6 addresses ??
------
diff --git a/vms/ChangeLog b/vms/ChangeLog
index ba585535..b635ce30 100644
--- a/vms/ChangeLog
+++ b/vms/ChangeLog
@@ -1,3 +1,7 @@
+Wed Jun 22 18:04:29 2011 Pat Rankin <rankin@pactechdata.com>
+
+ * vmstest.com (msg): Display gawk's version at start of test run.
+
Mon Jun 20 20:38:35 2011 Arnold D. Robbins <arnold@skeeve.com>
* vmstest.com (dfastress): New test.
diff --git a/vms/vmstest.com b/vms/vmstest.com
index b771028c..0ca3e0f1 100644
--- a/vms/vmstest.com
+++ b/vms/vmstest.com
@@ -345,10 +345,15 @@ $ echo "''test' skipped"
$ return
$
$msg:
+$ ! first show gawk's version (without copyright notice)
+$ gawk --version >_msg.tmp
+$ gawk "FNR == 1 {print; exit}" _msg.tmp
+$ rm _msg.tmp;
$ echo "Any output from ""DIF"" is bad news, although some differences"
$ echo "in floating point values are probably benign -- in particular,"
$ echo "some systems may omit a leading zero and the floating point"
$ echo "precision may lead to slightly different output in a few cases."
+$ echo ""
$ return
$
$printlang: