summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-04-14 14:28:12 +0300
committerArnold D. Robbins <arnold@skeeve.com>2013-04-14 14:28:12 +0300
commit97bfce1a840cf8d40c1e8956e24024c0ae1dfefc (patch)
tree724735450ef5b8726fb7132ef27e6299bf368622 /doc
parent611fc4d35cc53a4b7fa4fbb407e019ea5c7517da (diff)
downloadgawk-97bfce1a840cf8d40c1e8956e24024c0ae1dfefc.tar.gz
Minor doc update.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/gawk.info66
-rw-r--r--doc/gawk.texi6
3 files changed, 46 insertions, 30 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index fa6faf7d..325ed1f0 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-14 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawk.texi: Add link to 'pawk' - awk for python.
+
2013-04-12 Arnold D. Robbins <arnold@skeeve.com>
* gawk.texi: Continue cleanup.
diff --git a/doc/gawk.info b/doc/gawk.info
index 30879eaa..fa533f94 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -26395,6 +26395,11 @@ QSE Awk
`http://www.quiktrim.org/QTawk.html' for more information,
including the manual and a download link.
+`pawk'
+ This is a Python module that claims to bring `awk'-like features
+ to Python. See `https://github.com/alecthomas/pawk' for more
+ information.
+

File: gawk.info, Node: Notes, Next: Basic Concepts, Prev: Installation, Up: Top
@@ -31190,6 +31195,7 @@ Index
* patterns, types of: Pattern Overview. (line 15)
* pawk (profiling version of Brian Kernighan's awk): Other Versions.
(line 78)
+* pawk, awk-like facilities for Python: Other Versions. (line 129)
* PC operating systems, gawk on: PC Using. (line 6)
* PC operating systems, gawk on, installing: PC Installation. (line 6)
* percent sign (%), % operator: Precedence. (line 55)
@@ -32440,35 +32446,35 @@ Node: VMS Running1050625
Node: VMS Old Gawk1052232
Node: Bugs1052706
Node: Other Versions1056558
-Node: Notes1061888
-Node: Compatibility Mode1062688
-Node: Additions1063471
-Node: Accessing The Source1064398
-Node: Adding Code1066001
-Node: New Ports1072043
-Node: Derived Files1076178
-Ref: Derived Files-Footnote-11081499
-Ref: Derived Files-Footnote-21081533
-Ref: Derived Files-Footnote-31082133
-Node: Future Extensions1082231
-Node: Implementation Limitations1082812
-Node: Extension Design1084064
-Node: Old Extension Problems1085213
-Ref: Old Extension Problems-Footnote-11086721
-Node: Extension New Mechanism Goals1086778
-Ref: Extension New Mechanism Goals-Footnote-11090137
-Node: Extension Other Design Decisions1090323
-Node: Extension Future Growth1092429
-Node: Old Extension Mechansim1093250
-Node: Basic Concepts1095007
-Node: Basic High Level1095688
-Ref: figure-general-flow1095959
-Ref: figure-process-flow1096558
-Ref: Basic High Level-Footnote-11099787
-Node: Basic Data Typing1099972
-Node: Glossary1103327
-Node: Copying1128805
-Node: GNU Free Documentation License1166362
-Node: Index1191499
+Node: Notes1062050
+Node: Compatibility Mode1062850
+Node: Additions1063633
+Node: Accessing The Source1064560
+Node: Adding Code1066163
+Node: New Ports1072205
+Node: Derived Files1076340
+Ref: Derived Files-Footnote-11081661
+Ref: Derived Files-Footnote-21081695
+Ref: Derived Files-Footnote-31082295
+Node: Future Extensions1082393
+Node: Implementation Limitations1082974
+Node: Extension Design1084226
+Node: Old Extension Problems1085375
+Ref: Old Extension Problems-Footnote-11086883
+Node: Extension New Mechanism Goals1086940
+Ref: Extension New Mechanism Goals-Footnote-11090299
+Node: Extension Other Design Decisions1090485
+Node: Extension Future Growth1092591
+Node: Old Extension Mechansim1093412
+Node: Basic Concepts1095169
+Node: Basic High Level1095850
+Ref: figure-general-flow1096121
+Ref: figure-process-flow1096720
+Ref: Basic High Level-Footnote-11099949
+Node: Basic Data Typing1100134
+Node: Glossary1103489
+Node: Copying1128967
+Node: GNU Free Documentation License1166524
+Node: Index1191661

End Tag Table
diff --git a/doc/gawk.texi b/doc/gawk.texi
index fc6faa14..2a5340d1 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -34235,6 +34235,12 @@ under the GPL. It has a large number of extensions over standard
See @uref{http://www.quiktrim.org/QTawk.html} for more information,
including the manual and a download link.
+@item @code{pawk}
+@cindex @code{pawk}, @command{awk}-like facilities for Python
+This is a Python module that claims to bring @command{awk}-like
+features to Python. See @uref{https://github.com/alecthomas/pawk}
+for more information.
+
@end table
@c ENDOFRANGE gligawk
@c ENDOFRANGE ingawk