diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gawk.info | 70 | ||||
-rw-r--r-- | doc/gawk.texi | 6 | ||||
-rw-r--r-- | doc/gawktexi.in | 6 |
4 files changed, 49 insertions, 38 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 713d03b7..c9a34aeb 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2015-07-01 Arnold D. Robbins <arnold@skeeve.com> + + * gawktexi.in: Update info on Quiktrim awk; thanks to + Antonio Colombo for the pointer. + 2015-06-30 Arnold D. Robbins <arnold@skeeve.com> * gawktexi.in (Limitations): Document that sometimes the diff --git a/doc/gawk.info b/doc/gawk.info index 9a6b291f..7a41d409 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -28895,10 +28895,12 @@ QSE 'awk' the GPL. It has a large number of extensions over standard 'awk' and may not be 100% syntactically compatible with it. See <http://www.quiktrim.org/QTawk.html> for more information, - including the manual and a download link. + including the manual. The download link there is out of date; see + <http://www.quiktrim.org/#AdditionalResources> for the latest + download link. The project may also be frozen; no new code changes have been made - since approximately 2008. + since approximately 2014. Other versions See also the "Versions and implementations" section of the @@ -35597,37 +35599,37 @@ Node: VMS GNV1154124 Node: VMS Old Gawk1154859 Node: Bugs1155330 Node: Other Versions1159444 -Node: Installation summary1165918 -Node: Notes1166976 -Node: Compatibility Mode1167841 -Node: Additions1168623 -Node: Accessing The Source1169548 -Node: Adding Code1170984 -Node: New Ports1177139 -Node: Derived Files1181627 -Ref: Derived Files-Footnote-11187112 -Ref: Derived Files-Footnote-21187147 -Ref: Derived Files-Footnote-31187745 -Node: Future Extensions1187859 -Node: Implementation Limitations1188517 -Node: Extension Design1189700 -Node: Old Extension Problems1190854 -Ref: Old Extension Problems-Footnote-11192372 -Node: Extension New Mechanism Goals1192429 -Ref: Extension New Mechanism Goals-Footnote-11195793 -Node: Extension Other Design Decisions1195982 -Node: Extension Future Growth1198095 -Node: Old Extension Mechanism1198931 -Node: Notes summary1200694 -Node: Basic Concepts1201876 -Node: Basic High Level1202557 -Ref: figure-general-flow1202839 -Ref: figure-process-flow1203524 -Ref: Basic High Level-Footnote-11206825 -Node: Basic Data Typing1207010 -Node: Glossary1210338 -Node: Copying1242284 -Node: GNU Free Documentation License1279823 -Node: Index1304941 +Node: Installation summary1166030 +Node: Notes1167088 +Node: Compatibility Mode1167953 +Node: Additions1168735 +Node: Accessing The Source1169660 +Node: Adding Code1171096 +Node: New Ports1177251 +Node: Derived Files1181739 +Ref: Derived Files-Footnote-11187224 +Ref: Derived Files-Footnote-21187259 +Ref: Derived Files-Footnote-31187857 +Node: Future Extensions1187971 +Node: Implementation Limitations1188629 +Node: Extension Design1189812 +Node: Old Extension Problems1190966 +Ref: Old Extension Problems-Footnote-11192484 +Node: Extension New Mechanism Goals1192541 +Ref: Extension New Mechanism Goals-Footnote-11195905 +Node: Extension Other Design Decisions1196094 +Node: Extension Future Growth1198207 +Node: Old Extension Mechanism1199043 +Node: Notes summary1200806 +Node: Basic Concepts1201988 +Node: Basic High Level1202669 +Ref: figure-general-flow1202951 +Ref: figure-process-flow1203636 +Ref: Basic High Level-Footnote-11206937 +Node: Basic Data Typing1207122 +Node: Glossary1210450 +Node: Copying1242396 +Node: GNU Free Documentation License1279935 +Node: Index1305053 End Tag Table diff --git a/doc/gawk.texi b/doc/gawk.texi index b33ff085..03f56076 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -39157,10 +39157,12 @@ This is an independent implementation of @command{awk} distributed under the GPL. It has a large number of extensions over standard @command{awk} and may not be 100% syntactically compatible with it. See @uref{http://www.quiktrim.org/QTawk.html} for more information, -including the manual and a download link. +including the manual. The download link there is out of date; see +@uref{http://www.quiktrim.org/#AdditionalResources} for the latest +download link. The project may also be frozen; no new code changes have been made -since approximately 2008. +since approximately 2014. @item Other versions See also the ``Versions and implementations'' section of the diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 0ed2f3f8..569ce90a 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -38248,10 +38248,12 @@ This is an independent implementation of @command{awk} distributed under the GPL. It has a large number of extensions over standard @command{awk} and may not be 100% syntactically compatible with it. See @uref{http://www.quiktrim.org/QTawk.html} for more information, -including the manual and a download link. +including the manual. The download link there is out of date; see +@uref{http://www.quiktrim.org/#AdditionalResources} for the latest +download link. The project may also be frozen; no new code changes have been made -since approximately 2008. +since approximately 2014. @item Other versions See also the ``Versions and implementations'' section of the |