[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4356-g5870bfc
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4356-g5870bfc |
Date: |
Thu, 25 Nov 2021 15:42:08 -0500 (EST) |
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-5.1-stable has been updated
via 5870bfcddf538fac3b87b65abc716d34766d94cf (commit)
from fb7e87e6660422c7cfb5c4c4a5180fdee67687a9 (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=5870bfcddf538fac3b87b65abc716d34766d94cf
commit 5870bfcddf538fac3b87b65abc716d34766d94cf
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Thu Nov 25 22:41:54 2021 +0200
Small doc fixes.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index b0b305b..21ae9ba 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2021-11-25 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in: Add missing @item for AWKgo. Thanks to Antonio
+ Columbo. Small fix in Eli Zaretskii's addition.
+
2021-11-24 Eli Zaretskii <eliz@gnu.org>
* gawktexi.in (PC Binary Installation): Mention the need for
diff --git a/doc/gawk.info b/doc/gawk.info
index 1bbcf3c..cf7167f 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -31132,7 +31132,13 @@ B.3.1.1 Installing a Prepared Distribution for
MS-Windows Systems
The only supported binary distribution for MS-Windows systems is that
provided by Eli Zaretskii's "ezwinports"
(https://sourceforge.net/projects/ezwinports/) project. Install the
-compiled 'gawk' from there.
+compiled 'gawk' from there. Note that to run that port, you need to
+have the 'libgcc_s_dw2-1.dll' file installed on your system. This file
+is part of the GCC distribution, and should reside either in the same
+directory where you install 'gawk.exe' or somewhere on your system's
+'Path'. You can download this file from the MinGW site
+(https://osdn.net/projects/mingw/releases); look under the "MinGW.org
+Compiler Collection (GCC)" for the 'LibGCC-1.DLL' download.
File: gawk.info, Node: PC Compiling, Next: PC Using, Prev: PC Binary
Installation, Up: PC Installation
@@ -32064,6 +32070,7 @@ The OpenSolaris POSIX 'awk'
article (https://benhoyt.com/writings/goawk/) describing the
implementation.
+'AWKgo'
This is an 'awk' to Go translator. It was written by the author of
'goawk'. (See the previous entry in this list.) Source code is
available from
@@ -37189,9 +37196,9 @@ Index
* Jaegermann, Michal: Acknowledgments. (line 60)
* Jaegermann, Michal <1>: Contributors. (line 46)
* Jannick: Contributors. (line 152)
-* Java implementation of awk: Other Versions. (line 139)
+* Java implementation of awk: Other Versions. (line 140)
* Java programming language: Glossary. (line 466)
-* jawk: Other Versions. (line 139)
+* jawk: Other Versions. (line 140)
* jedi knights: Undocumented. (line 6)
* Johansen, Chris: Signature Program. (line 25)
* join() user-defined function: Join Function. (line 18)
@@ -37247,7 +37254,7 @@ Index
* length of string: String Functions. (line 184)
* Lesser General Public License (LGPL): Glossary. (line 489)
* LGPL (Lesser General Public License): Glossary. (line 489)
-* libmawk: Other Versions. (line 152)
+* libmawk: Other Versions. (line 153)
* libraries of awk functions: Library Functions. (line 6)
* libraries of awk functions, associative arrays and: Library Names.
(line 58)
@@ -37415,7 +37422,7 @@ Index
* naming issues, functions: Definition Syntax. (line 24)
* naming issues: Library Names. (line 6)
* naming rules, namespace and component names: Naming Rules. (line 6)
-* Neacsu, Mircea: Other Versions. (line 155)
+* Neacsu, Mircea: Other Versions. (line 156)
* NetBSD: Glossary. (line 747)
* networks, support for: Special Network. (line 6)
* networks, programming: TCP/IP Networking. (line 6)
@@ -37596,7 +37603,7 @@ Index
* patterns, counts, in a profile: Profiling. (line 118)
* pawk (profiling version of Brian Kernighan's awk): Other Versions.
(line 82)
-* pawk, awk-like facilities for Python: Other Versions. (line 160)
+* pawk, awk-like facilities for Python: Other Versions. (line 161)
* PC operating systems, gawk on, installing: PC Installation. (line 6)
* PC operating systems, gawk on: PC Using. (line 6)
* percent sign (%), %= operator: Assignment Ops. (line 129)
@@ -37825,7 +37832,7 @@ Index
* pwcat program: Passwd Functions. (line 23)
* q debugger command (alias for quit): Miscellaneous Debugger Commands.
(line 100)
-* QSE awk: Other Versions. (line 166)
+* QSE awk: Other Versions. (line 167)
* qualified name, definition of: Qualified Names. (line 6)
* qualified name, use of: Qualified Names. (line 17)
* Quanstrom, Erik: Alarm Program. (line 8)
@@ -37834,7 +37841,7 @@ Index
* question mark (?), regexp operator <1>: GNU Regexp Operators.
(line 59)
* question mark (?), ?: operator: Precedence. (line 91)
-* QuikTrim Awk: Other Versions. (line 170)
+* QuikTrim Awk: Other Versions. (line 171)
* quit debugger command: Miscellaneous Debugger Commands.
(line 100)
* QUIT signal (MS-Windows): Profiling. (line 220)
@@ -38202,12 +38209,12 @@ Index
* source code, frawk: Other Versions. (line 117)
* source code, goawk: Other Versions. (line 125)
* source code, AWKgo: Other Versions. (line 133)
-* source code, jawk: Other Versions. (line 139)
-* source code, libmawk: Other Versions. (line 152)
-* source code, embeddable awk interpreter: Other Versions. (line 155)
-* source code, pawk (Python version): Other Versions. (line 160)
-* source code, QSE awk: Other Versions. (line 166)
-* source code, QuikTrim Awk: Other Versions. (line 170)
+* source code, jawk: Other Versions. (line 140)
+* source code, libmawk: Other Versions. (line 153)
+* source code, embeddable awk interpreter: Other Versions. (line 156)
+* source code, pawk (Python version): Other Versions. (line 161)
+* source code, QSE awk: Other Versions. (line 167)
+* source code, QuikTrim Awk: Other Versions. (line 171)
* source file, show in debugger: Debugger Info. (line 37)
* source files, search path for: Programs Exercises. (line 70)
* sparse arrays: Array Intro. (line 76)
@@ -39145,56 +39152,56 @@ Node: Building the Documentation1249698
Node: Non-Unix Installation1251082
Node: PC Installation1251542
Node: PC Binary Installation1252380
-Node: PC Compiling1252815
-Node: PC Using1253932
-Node: Cygwin1257485
-Node: MSYS1258709
-Node: VMS Installation1259311
-Node: VMS Compilation1260030
-Ref: VMS Compilation-Footnote-11261259
-Node: VMS Dynamic Extensions1261317
-Node: VMS Installation Details1263002
-Node: VMS Running1265264
-Node: VMS GNV1269543
-Node: Bugs1270257
-Node: Bug definition1271169
-Node: Bug address1274105
-Node: Usenet1277493
-Node: Performance bugs1278682
-Node: Asking for help1281603
-Node: Maintainers1283570
-Node: Other Versions1284764
-Node: Installation summary1292920
-Node: Notes1294284
-Node: Compatibility Mode1295078
-Node: Additions1295860
-Node: Accessing The Source1296785
-Node: Adding Code1298222
-Node: New Ports1304414
-Node: Derived Files1308789
-Ref: Derived Files-Footnote-11314449
-Ref: Derived Files-Footnote-21314484
-Ref: Derived Files-Footnote-31315082
-Node: Future Extensions1315196
-Node: Implementation Limitations1315854
-Node: Extension Design1317064
-Node: Old Extension Problems1318208
-Ref: Old Extension Problems-Footnote-11319726
-Node: Extension New Mechanism Goals1319783
-Ref: Extension New Mechanism Goals-Footnote-11323147
-Node: Extension Other Design Decisions1323336
-Node: Extension Future Growth1325449
-Node: Notes summary1326055
-Node: Basic Concepts1327213
-Node: Basic High Level1327894
-Ref: figure-general-flow1328176
-Ref: figure-process-flow1328862
-Ref: Basic High Level-Footnote-11332164
-Node: Basic Data Typing1332349
-Node: Glossary1335677
-Node: Copying1367562
-Node: GNU Free Documentation License1405105
-Node: Index1430225
+Node: PC Compiling1253253
+Node: PC Using1254370
+Node: Cygwin1257923
+Node: MSYS1259147
+Node: VMS Installation1259749
+Node: VMS Compilation1260468
+Ref: VMS Compilation-Footnote-11261697
+Node: VMS Dynamic Extensions1261755
+Node: VMS Installation Details1263440
+Node: VMS Running1265702
+Node: VMS GNV1269981
+Node: Bugs1270695
+Node: Bug definition1271607
+Node: Bug address1274543
+Node: Usenet1277931
+Node: Performance bugs1279120
+Node: Asking for help1282041
+Node: Maintainers1284008
+Node: Other Versions1285202
+Node: Installation summary1293366
+Node: Notes1294730
+Node: Compatibility Mode1295524
+Node: Additions1296306
+Node: Accessing The Source1297231
+Node: Adding Code1298668
+Node: New Ports1304860
+Node: Derived Files1309235
+Ref: Derived Files-Footnote-11314895
+Ref: Derived Files-Footnote-21314930
+Ref: Derived Files-Footnote-31315528
+Node: Future Extensions1315642
+Node: Implementation Limitations1316300
+Node: Extension Design1317510
+Node: Old Extension Problems1318654
+Ref: Old Extension Problems-Footnote-11320172
+Node: Extension New Mechanism Goals1320229
+Ref: Extension New Mechanism Goals-Footnote-11323593
+Node: Extension Other Design Decisions1323782
+Node: Extension Future Growth1325895
+Node: Notes summary1326501
+Node: Basic Concepts1327659
+Node: Basic High Level1328340
+Ref: figure-general-flow1328622
+Ref: figure-process-flow1329308
+Ref: Basic High Level-Footnote-11332610
+Node: Basic Data Typing1332795
+Node: Glossary1336123
+Node: Copying1368008
+Node: GNU Free Documentation License1405551
+Node: Index1430671
End Tag Table
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 46563fa..e956314 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -42409,6 +42409,14 @@ See also the @file{README_d/README.pc} file in the
distribution.
The only supported binary distribution for MS-Windows systems
is that provided by Eli Zaretskii's
@uref{https://sourceforge.net/projects/ezwinports/,
``ezwinports''} project. Install the compiled @command{gawk} from there.
+Note that to run that port, you need to have the
+@file{libgcc_s_dw2-1.dll} file installed on your system. This file is
+part of the GCC distribution, and should reside either in the same
+directory where you install @file{gawk.exe} or somewhere on your
+system's @env{Path}. You can download this file from
+@uref{https://osdn.net/projects/mingw/releases, the MinGW site}; look under the
+``MinGW.org Compiler Collection (GCC)'' for the @code{LibGCC-1.DLL}
+download.
@node PC Compiling
@appendixsubsubsec Compiling @command{gawk} for PC Operating Systems
@@ -43559,6 +43567,7 @@ describing the implementation.
@cindex @command{awk} to Go translator
@cindex source code @subentry @command{AWKgo}
@cindex programming languages @subentry Go
+@item @command{AWKgo}
This is an @command{awk} to Go translator.
It was written by the author of @command{goawk}.
(See the previous entry in this list.) Source code is
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 11d62fd..63c853c 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -41256,8 +41256,8 @@ Note that to run that port, you need to have the
@file{libgcc_s_dw2-1.dll} file installed on your system. This file is
part of the GCC distribution, and should reside either in the same
directory where you install @file{gawk.exe} or somewhere on your
-system's @env{Path}. You can download this file from @uref{the MinGW
-site, https://osdn.net/projects/mingw/releases}; look under the
+system's @env{Path}. You can download this file from
+@uref{https://osdn.net/projects/mingw/releases, the MinGW site}; look under the
``MinGW.org Compiler Collection (GCC)'' for the @code{LibGCC-1.DLL}
download.
@@ -42410,6 +42410,7 @@ describing the implementation.
@cindex @command{awk} to Go translator
@cindex source code @subentry @command{AWKgo}
@cindex programming languages @subentry Go
+@item @command{AWKgo}
This is an @command{awk} to Go translator.
It was written by the author of @command{goawk}.
(See the previous entry in this list.) Source code is
-----------------------------------------------------------------------
Summary of changes:
doc/ChangeLog | 5 +++
doc/gawk.info | 135 +++++++++++++++++++++++++++++---------------------------
doc/gawk.texi | 9 ++++
doc/gawktexi.in | 5 ++-
4 files changed, 88 insertions(+), 66 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4356-g5870bfc,
Arnold Robbins <=