[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-4.0-stable, updated. c494c33d585d0b
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.0-stable, updated. c494c33d585d0b7498b8e368434f60f2c107497f |
Date: |
Fri, 29 Jun 2012 10:39:48 +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, gawk-4.0-stable has been updated
via c494c33d585d0b7498b8e368434f60f2c107497f (commit)
from 0b9dc23236f49d3e23a14900b1f34bb027fc3ba0 (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=c494c33d585d0b7498b8e368434f60f2c107497f
commit c494c33d585d0b7498b8e368434f60f2c107497f
Author: Arnold D. Robbins <address@hidden>
Date: Fri Jun 29 13:39:26 2012 +0300
Minor doc update w.r.t. mawk.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 8a1b004..56ec4ef 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2012-06-29 Arnold D. Robbins <address@hidden>
+
+ * gawk.texi, awkcard.in: Latest mawk understands /dev/stdin.
+
2012-04-27 Arnold D. Robbins <address@hidden>
* gawk.texi: Add that -b affects output.
diff --git a/doc/awkcard.in b/doc/awkcard.in
index 22b4716..fa45fe3 100644
--- a/doc/awkcard.in
+++ b/doc/awkcard.in
@@ -1205,7 +1205,7 @@ The filenames are:
expand;
l lw(2i).
\*(FC"\-"\fP standard input
-\*(FC/dev/stdin\fP standard input \*(CR(not \*(MK)\*(CD
+\*(FC/dev/stdin\fP standard input
\*(FC/dev/stdout\fP standard output
\*(FC/dev/stderr\fP standard error output
.TE
diff --git a/doc/gawk.info b/doc/gawk.info
index 397daab..5b063d7 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -20108,7 +20108,7 @@ Feature BWK Awk Mawk GNU Awk
`\x' Escape sequence X X X
`RS' as regexp X X
`FS' as null string X X X
-`/dev/stdin' special file X X
+`/dev/stdin' special file X X X
`/dev/stdout' special file X X X
`/dev/stderr' special file X X X
`**' and `**=' operators X X
diff --git a/doc/gawk.texi b/doc/gawk.texi
index b22f7ce..ba5ffa3 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -27001,7 +27001,7 @@ the three most widely-used freely available versions of
@command{awk}
@item @samp{\x} Escape sequence @tab X @tab X @tab X
@item @code{RS} as regexp @tab @tab X @tab X
@item @code{FS} as null string @tab X @tab X @tab X
address@hidden @file{/dev/stdin} special file @tab X @tab @tab X
address@hidden @file{/dev/stdin} special file @tab X @tab X @tab X
@item @file{/dev/stdout} special file @tab X @tab X @tab X
@item @file{/dev/stderr} special file @tab X @tab X @tab X
@item @code{**} and @code{**=} operators @tab X @tab @tab X
-----------------------------------------------------------------------
Summary of changes:
doc/ChangeLog | 4 ++++
doc/awkcard.in | 2 +-
doc/gawk.info | 2 +-
doc/gawk.texi | 2 +-
4 files changed, 7 insertions(+), 3 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.0-stable, updated. c494c33d585d0b7498b8e368434f60f2c107497f,
Arnold Robbins <=