gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] gawk branch, gawk-5.3-stable, updated. gawk-4.1.0-5525-gbe27eecb


From: Arnold Robbins
Subject: [SCM] gawk branch, gawk-5.3-stable, updated. gawk-4.1.0-5525-gbe27eecb
Date: Tue, 10 Sep 2024 03:45:25 -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, gawk-5.3-stable has been updated
       via  be27eecbd1c0ecda837ee9c8616b363fefc121ea (commit)
      from  ebbbbb57209b3c8bd4d036a157a36de047d58282 (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=be27eecbd1c0ecda837ee9c8616b363fefc121ea

commit be27eecbd1c0ecda837ee9c8616b363fefc121ea
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Tue Sep 10 10:45:02 2024 +0300

    Document yet another awk version (wak).

diff --git a/doc/ChangeLog b/doc/ChangeLog
index f5fe9978..403c94ba 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2024-09-10         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * gawk.texi (Other Versions): Add info about`wak'.
+
 2024-08-30         Arnold D. Robbins     <arnold@skeeve.com>
 
        * gawk.texi (Egrep Program): Small fixes. Add a note for future
diff --git a/doc/gawk.info b/doc/gawk.info
index 63049ee0..4176805b 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -33198,6 +33198,14 @@ QSE ‘awk’
      needs.  For more information, see
      <https://www.kylheku.com/cgit/cppawk/>.
 
+‘wak’
+     ‘wak’ (a permutation of the letters in ‘awk’) is a small, mostly
+     POSIX compatible version of ‘awk’ written in C by Ray Gardner.  The
+     source code is available from its Github repository
+     (https://github.com/raygard/wak).  Some nice articles about its
+     development may be found in the author's weblog
+     (https://www.raygard.net/awkdoc/).
+
 Other versions
      See also the "Versions and implementations" section of the
      Wikipedia article
@@ -38093,6 +38101,7 @@ Index
 * G-d:                                   Acknowledgments.     (line  94)
 * G., Daniel Richard:                    Acknowledgments.     (line  60)
 * G., Daniel Richard <1>:                Maintainers.         (line  14)
+* Gardner, Ray:                          Other Versions.      (line 203)
 * Garfinkle, Scott:                      Contributors.        (line  35)
 * gawk:                                  Preface.             (line  13)
 * gawk, ARGIND variable in:              Other Arguments.     (line  21)
@@ -39877,6 +39886,7 @@ Index
                                                               (line  22)
 * waitpid() extension function:          Extension Sample Fork.
                                                               (line  18)
+* wak (awk implementation):              Other Versions.      (line 203)
 * walk_array() user-defined function:    Walking Arrays.      (line  14)
 * Wall, Larry:                           Array Intro.         (line   6)
 * Wall, Larry <1>:                       Future Extensions.   (line   6)
@@ -40522,37 +40532,37 @@ Node: Performance bugs1372741
 Node: Asking for help1375745
 Node: Maintainers1377732
 Node: Other Versions1378759
-Node: Installation summary1388363
-Node: Notes1389745
-Node: Compatibility Mode1390555
-Node: Additions1391377
-Node: Accessing The Source1392322
-Node: Adding Code1393853
-Node: New Ports1400964
-Node: Derived Files1405467
-Ref: Derived Files-Footnote-11411278
-Ref: Derived Files-Footnote-21411313
-Ref: Derived Files-Footnote-31411924
-Node: Future Extensions1412038
-Node: Implementation Limitations1412708
-Node: Extension Design1413950
-Node: Old Extension Problems1415110
-Ref: Old Extension Problems-Footnote-11416682
-Node: Extension New Mechanism Goals1416743
-Ref: Extension New Mechanism Goals-Footnote-11420213
-Node: Extension Other Design Decisions1420414
-Node: Extension Future Growth1422611
-Node: Notes summary1423231
-Node: Basic Concepts1424441
-Node: Basic High Level1425126
-Ref: figure-general-flow1425408
-Ref: figure-process-flow1426110
-Ref: Basic High Level-Footnote-11429480
-Node: Basic Data Typing1429669
-Node: Glossary1433077
-Node: Copying1465955
-Node: GNU Free Documentation License1503513
-Node: Index1528636
+Node: Installation summary1388748
+Node: Notes1390130
+Node: Compatibility Mode1390940
+Node: Additions1391762
+Node: Accessing The Source1392707
+Node: Adding Code1394238
+Node: New Ports1401349
+Node: Derived Files1405852
+Ref: Derived Files-Footnote-11411663
+Ref: Derived Files-Footnote-21411698
+Ref: Derived Files-Footnote-31412309
+Node: Future Extensions1412423
+Node: Implementation Limitations1413093
+Node: Extension Design1414335
+Node: Old Extension Problems1415495
+Ref: Old Extension Problems-Footnote-11417067
+Node: Extension New Mechanism Goals1417128
+Ref: Extension New Mechanism Goals-Footnote-11420598
+Node: Extension Other Design Decisions1420799
+Node: Extension Future Growth1422996
+Node: Notes summary1423616
+Node: Basic Concepts1424826
+Node: Basic High Level1425511
+Ref: figure-general-flow1425793
+Ref: figure-process-flow1426495
+Ref: Basic High Level-Footnote-11429865
+Node: Basic Data Typing1430054
+Node: Glossary1433462
+Node: Copying1466340
+Node: GNU Free Documentation License1503898
+Node: Index1529021
 
 End Tag Table
 
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 8bc8a7ec..a305ac2d 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -44211,6 +44211,17 @@ code and calls Awk on the result.''  This program may 
be of use if
 the way @command{gawk}'s @code{@@include} facility works doesn't suit
 your needs.  For more information, see 
@uref{https://www.kylheku.com/cgit/cppawk/}.
 
+@cindex Gardner, Ray
+@cindex @command{wak} (@command{awk} implementation)
+@item @command{wak}
+@command{wak} (a permutation of the letters in @command{awk}) is a small,
+mostly POSIX compatible version of @command{awk} written in C by
+Ray Gardner.
+The source code is available from @uref{https://github.com/raygard/wak,
+its Github repository}.  Some nice articles about its development
+may be found in the author's @uref{https://www.raygard.net/awkdoc/,
+weblog}.
+
 @item Other versions
 See also the ``Versions and implementations'' section of the
 @uref{https://en.wikipedia.org/wiki/Awk_language#Versions_and_implementations,

-----------------------------------------------------------------------

Summary of changes:
 doc/ChangeLog |  4 ++++
 doc/gawk.info | 72 ++++++++++++++++++++++++++++++++++-------------------------
 doc/gawk.texi | 11 +++++++++
 3 files changed, 56 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]