[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, master, updated. gawk-4.1.0-5417-g2ba196f7
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, master, updated. gawk-4.1.0-5417-g2ba196f7 |
Date: |
Sun, 29 Oct 2023 09:19:51 -0400 (EDT) |
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 2ba196f7b9c4de8cc28ea16dafdc151479fb7907 (commit)
via 735f0df2e8eb1e1f2f48298234a3a794dd0ec7cd (commit)
from 8930b2c353f4b2d901508438516b4f52df77fbef (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=2ba196f7b9c4de8cc28ea16dafdc151479fb7907
commit 2ba196f7b9c4de8cc28ea16dafdc151479fb7907
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Sun Oct 29 15:19:26 2023 +0200
Very small manual update.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 5295c664..4bbd7985 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2023-10-29 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawk.texi (Other Versions): Add indexing for various
+ people. Thanks to Antonio Columbo for the suggestion.
+
2023-10-28 Arnold D. Robbins <arnold@skeeve.com>
* gawk.texi (Other Versions): Note the existance of
diff --git a/doc/gawk.info b/doc/gawk.info
index a800b6c5..7feb141d 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -36358,6 +36358,7 @@ Index
(line 17)
* Aho, Alfred: History. (line 21)
* Aho, Alfred <1>: Contributors. (line 12)
+* Aho, Alfred <2>: Other Versions. (line 35)
* alarm clock example program: Alarm Program. (line 11)
* alarm.awk program: Alarm Program. (line 31)
* algorithms: Basic High Level. (line 70)
@@ -36724,6 +36725,7 @@ Index
* Boolean expressions: Boolean Ops. (line 6)
* Boolean expressions, as patterns: Expression Patterns. (line 39)
* boolean function: Boolean Functions. (line 6)
+* Bornstein, Dan: Other Versions. (line 41)
* Bourne shell, quoting rules for: Quoting. (line 18)
* braces ({}): Profiling. (line 142)
* braces ({}), actions and: Action Overview. (line 19)
@@ -38274,8 +38276,9 @@ Index
* Kernighan, Brian <2>: BTL. (line 6)
* Kernighan, Brian <3>: Contributors. (line 12)
* Kernighan, Brian <4>: Other Versions. (line 13)
-* Kernighan, Brian <5>: Basic Data Typing. (line 54)
-* Kernighan, Brian <6>: Glossary. (line 204)
+* Kernighan, Brian <5>: Other Versions. (line 35)
+* Kernighan, Brian <6>: Basic Data Typing. (line 54)
+* Kernighan, Brian <7>: Glossary. (line 204)
* Kernighan, Brian, quotes: Conventions. (line 38)
* Kernighan, Brian, quotes <1>: Comma Separated Fields.
(line 45)
@@ -39664,6 +39667,7 @@ Index
* wc.awk program: wc program. (line 51)
* Weinberger, Peter: History. (line 21)
* Weinberger, Peter <1>: Contributors. (line 12)
+* Weinberger, Peter <2>: Other Versions. (line 35)
* where debugger command (alias for backtrace): Execution Stack.
(line 13)
* while statement: While Statement. (line 6)
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 0efe1d7b..1a13872a 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -43754,11 +43754,15 @@ To build it, review the settings in the
@file{makefile}, and then just run
@xref{Common Extensions}
for a list of extensions in this @command{awk} that are not in POSIX
@command{awk}.
+@cindex Aho, Alfred
+@cindex Weinberger, Peter
+@cindex Kernighan, Brian
In 2023, Brian Kernighan, along with Al Aho and Peter Weinberger, published
a second edition of their book on @command{awk}. Professor Kernighan
also maintains a @uref{https://awk.dev, companion web site} for the book.
A copy of all the book's programs are available there for download.
+@cindex Bornstein, Dan
As a side note, Dan Bornstein has created a Git repository tracking
all the versions of BWK @command{awk} that he could find. It's
available at @uref{https://github.com/danfuzz/one-true-awk}.
-----------------------------------------------------------------------
Summary of changes:
doc/ChangeLog | 5 +++++
doc/gawk.info | 8 ++++++--
doc/gawk.texi | 4 ++++
doc/it/ChangeLog | 4 ++++
doc/it/gawk.texi | 11 +++++++++++
5 files changed, 30 insertions(+), 2 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, master, updated. gawk-4.1.0-5417-g2ba196f7,
Arnold Robbins <=