[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, master, updated. a8eb83702d65cb92efa5555
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, master, updated. a8eb83702d65cb92efa5555a8e8eb70a295e8a3b |
Date: |
Thu, 23 Jun 2011 06:32:34 +0000 |
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 a8eb83702d65cb92efa5555a8e8eb70a295e8a3b (commit)
from 871edac539945a60e2e8a01a95cb19ddfb7a95e9 (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=a8eb83702d65cb92efa5555a8e8eb70a295e8a3b
commit a8eb83702d65cb92efa5555a8e8eb70a295e8a3b
Author: Arnold D. Robbins <address@hidden>
Date: Thu Jun 23 09:32:04 2011 +0300
Minor TODO update and vms test fix.
diff --git a/TODO b/TODO
index 2b5f072..ab38248 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 ba58553..b635ce3 100644
--- a/vms/ChangeLog
+++ b/vms/ChangeLog
@@ -1,3 +1,7 @@
+Wed Jun 22 18:04:29 2011 Pat Rankin <address@hidden>
+
+ * vmstest.com (msg): Display gawk's version at start of test run.
+
Mon Jun 20 20:38:35 2011 Arnold D. Robbins <address@hidden>
* vmstest.com (dfastress): New test.
diff --git a/vms/vmstest.com b/vms/vmstest.com
index b771028..0ca3e0f 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:
-----------------------------------------------------------------------
Summary of changes:
TODO | 2 ++
vms/ChangeLog | 4 ++++
vms/vmstest.com | 5 +++++
3 files changed, 11 insertions(+), 0 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, master, updated. a8eb83702d65cb92efa5555a8e8eb70a295e8a3b,
Arnold Robbins <=