diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-01 22:19:43 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-01 22:19:43 +0300 |
commit | ed0fa913b717fc17d1f2e870fa0cc8737a8d32fd (patch) | |
tree | f333266e27bf960c3f0578ce106697cea170d2e4 | |
parent | 6776d0066ac3bd96228fe6fc98395023562e29d7 (diff) | |
download | egawk-ed0fa913b717fc17d1f2e870fa0cc8737a8d32fd.tar.gz egawk-ed0fa913b717fc17d1f2e870fa0cc8737a8d32fd.tar.bz2 egawk-ed0fa913b717fc17d1f2e870fa0cc8737a8d32fd.zip |
Add pointer to mawk 2.0 in the doc.
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gawk.info | 119 | ||||
-rw-r--r-- | doc/gawk.texi | 5 | ||||
-rw-r--r-- | doc/gawktexi.in | 5 |
4 files changed, 76 insertions, 57 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index cbe042a2..2da1fabe 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2017-10-01 Arnold D. Robbins <arnold@skeeve.com> + + * gawktexi.in: Add pointer to mawk 2.0 GitHub page. + 2017-10-01 Antonio Giovanni Colombo <azc100@gmail.com> * gawktexi.in: Update many URLs to https. Some other small fixes. diff --git a/doc/gawk.info b/doc/gawk.info index fb56cbf0..94b88699 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -29668,6 +29668,11 @@ Unix 'awk' *Note Common Extensions:: for a list of extensions in 'mawk' that are not in POSIX 'awk'. +'mawk' 2.0 + In 2016, Michael Brennan resumed 'mawk' development. His + development snapshots are available via Git from the project's + GitHub page (https://github.com/mikebrennan000/mawk-2). + 'awka' Written by Andrew Sumner, 'awka' translates 'awk' programs into C, compiles them, and links them with a library of functions that @@ -33257,7 +33262,7 @@ Index * awk, versions of, See Also Brian Kernighan's awk: BTL. (line 6) * awk, versions of, See Also Brian Kernighan's awk <1>: Other Versions. (line 13) -* awka compiler for awk: Other Versions. (line 68) +* awka compiler for awk: Other Versions. (line 73) * AWKLIBPATH environment variable: AWKLIBPATH Variable. (line 6) * AWKPATH environment variable: AWKPATH Variable. (line 6) * AWKPATH environment variable <1>: PC Using. (line 9) @@ -33316,7 +33321,7 @@ Index (line 57) * backtrace debugger command: Execution Stack. (line 13) * Beebe, Nelson H.F.: Acknowledgments. (line 60) -* Beebe, Nelson H.F. <1>: Other Versions. (line 82) +* Beebe, Nelson H.F. <1>: Other Versions. (line 87) * BEGIN pattern: Field Separators. (line 44) * BEGIN pattern <1>: BEGIN/END. (line 6) * BEGIN pattern <2>: Using BEGIN/END. (line 6) @@ -33442,7 +33447,7 @@ Index * bug-gawk@gnu.org bug reporting address: Bug address. (line 31) * built-in functions: Functions. (line 6) * built-in functions, evaluation order: Calling Built-in. (line 30) -* BusyBox Awk: Other Versions. (line 92) +* BusyBox Awk: Other Versions. (line 97) * c.e., See common extensions: Conventions. (line 51) * call by reference: Pass By Value/Reference. (line 44) @@ -34543,8 +34548,8 @@ Index (line 53) * IGNORECASE variable, with ~ and !~ operators: Case-sensitivity. (line 26) -* Illumos: Other Versions. (line 109) -* Illumos, POSIX-compliant awk: Other Versions. (line 109) +* Illumos: Other Versions. (line 114) +* Illumos, POSIX-compliant awk: Other Versions. (line 114) * implementation issues, gawk: Notes. (line 6) * implementation issues, gawk, debugging: Compatibility Mode. (line 6) * implementation issues, gawk, limits: Getline Notes. (line 14) @@ -34634,9 +34639,9 @@ Index * Jacobs, Andrew: Passwd Functions. (line 90) * Jaegermann, Michal: Acknowledgments. (line 60) * Jaegermann, Michal <1>: Contributors. (line 46) -* Java implementation of awk: Other Versions. (line 117) +* Java implementation of awk: Other Versions. (line 122) * Java programming language: Glossary. (line 468) -* jawk: Other Versions. (line 117) +* jawk: Other Versions. (line 122) * Jedi knights: Undocumented. (line 6) * Johansen, Chris: Signature Program. (line 25) * join() user-defined function: Join Function. (line 18) @@ -34688,7 +34693,7 @@ Index * length of string: String Functions. (line 170) * Lesser General Public License (LGPL): Glossary. (line 491) * LGPL (Lesser General Public License): Glossary. (line 491) -* libmawk: Other Versions. (line 125) +* libmawk: Other Versions. (line 130) * libraries of awk functions: Library Functions. (line 6) * libraries of awk functions, assertions: Assert Function. (line 6) * libraries of awk functions, associative arrays and: Library Names. @@ -34911,7 +34916,7 @@ Index * OFS variable <1>: Output Separators. (line 6) * OFS variable <2>: User-modified. (line 116) * OpenBSD: Glossary. (line 748) -* OpenSolaris: Other Versions. (line 100) +* OpenSolaris: Other Versions. (line 105) * operating systems, BSD-based: Manual History. (line 28) * operating systems, PC, gawk on: PC Using. (line 6) * operating systems, PC, gawk on, installing: PC Installation. @@ -35001,8 +35006,8 @@ Index * patterns, regexp constants as: Expression Patterns. (line 34) * patterns, types of: Pattern Overview. (line 15) * pawk (profiling version of Brian Kernighan's awk): Other Versions. - (line 82) -* pawk, awk-like facilities for Python: Other Versions. (line 129) + (line 87) +* pawk, awk-like facilities for Python: Other Versions. (line 134) * PC operating systems, gawk on: PC Using. (line 6) * PC operating systems, gawk on, installing: PC Installation. (line 6) * percent sign (%), % operator: Precedence. (line 54) @@ -35197,13 +35202,13 @@ Index * pwcat program: Passwd Functions. (line 23) * q debugger command (alias for quit): Miscellaneous Debugger Commands. (line 102) -* QSE awk: Other Versions. (line 135) +* QSE awk: Other Versions. (line 140) * Quanstrom, Erik: Alarm Program. (line 8) * question mark (?), ?: operator: Precedence. (line 91) * question mark (?), regexp operator: Regexp Operators. (line 111) * question mark (?), regexp operator <1>: GNU Regexp Operators. (line 62) -* QuikTrim Awk: Other Versions. (line 139) +* QuikTrim Awk: Other Versions. (line 144) * quit debugger command: Miscellaneous Debugger Commands. (line 102) * QUIT signal (MS-Windows): Profiling. (line 212) @@ -35517,7 +35522,7 @@ Index * sleep utility: Alarm Program. (line 109) * sleep() extension function: Extension Sample Time. (line 22) -* Solaris, POSIX-compliant awk: Other Versions. (line 100) +* Solaris, POSIX-compliant awk: Other Versions. (line 105) * sort array: String Functions. (line 42) * sort array indices: String Functions. (line 42) * sort function, arrays, sorting: Array Sorting Functions. @@ -35526,20 +35531,20 @@ Index * sort utility, coprocesses and: Two-way I/O. (line 66) * sorting characters in different languages: Explaining gettext. (line 94) -* source code, awka: Other Versions. (line 68) +* source code, awka: Other Versions. (line 73) * source code, Brian Kernighan's awk: Other Versions. (line 13) -* source code, BusyBox Awk: Other Versions. (line 92) +* source code, BusyBox Awk: Other Versions. (line 97) * source code, gawk: Gawk Distribution. (line 6) -* source code, Illumos awk: Other Versions. (line 109) -* source code, jawk: Other Versions. (line 117) -* source code, libmawk: Other Versions. (line 125) +* source code, Illumos awk: Other Versions. (line 114) +* source code, jawk: Other Versions. (line 122) +* source code, libmawk: Other Versions. (line 130) * source code, mawk: Other Versions. (line 48) * source code, mixing: Options. (line 117) -* source code, pawk: Other Versions. (line 82) -* source code, pawk (Python version): Other Versions. (line 129) -* source code, QSE awk: Other Versions. (line 135) -* source code, QuikTrim Awk: Other Versions. (line 139) -* source code, Solaris awk: Other Versions. (line 100) +* source code, pawk: Other Versions. (line 87) +* source code, pawk (Python version): Other Versions. (line 134) +* source code, QSE awk: Other Versions. (line 140) +* source code, QuikTrim Awk: Other Versions. (line 144) +* source code, Solaris awk: Other Versions. (line 105) * source files, search path for: Programs Exercises. (line 70) * sparse arrays: Array Intro. (line 76) * Spencer, Henry: Glossary. (line 16) @@ -35627,7 +35632,7 @@ Index * substitute in string: String Functions. (line 89) * substr: String Functions. (line 484) * substring: String Functions. (line 484) -* Sumner, Andrew: Other Versions. (line 68) +* Sumner, Andrew: Other Versions. (line 73) * supplementary groups of gawk process: Auto-set. (line 271) * switch statement: Switch Statement. (line 6) * SYMTAB array: Auto-set. (line 332) @@ -36426,37 +36431,37 @@ Node: Bug address1189819 Node: Usenet1192611 Node: Maintainers1193388 Node: Other Versions1194649 -Node: Installation summary1201240 -Node: Notes1202442 -Node: Compatibility Mode1203307 -Node: Additions1204089 -Node: Accessing The Source1205014 -Node: Adding Code1206451 -Node: New Ports1212670 -Node: Derived Files1217158 -Ref: Derived Files-Footnote-11222804 -Ref: Derived Files-Footnote-21222839 -Ref: Derived Files-Footnote-31223437 -Node: Future Extensions1223551 -Node: Implementation Limitations1224209 -Node: Extension Design1225392 -Node: Old Extension Problems1226546 -Ref: Old Extension Problems-Footnote-11228064 -Node: Extension New Mechanism Goals1228121 -Ref: Extension New Mechanism Goals-Footnote-11231485 -Node: Extension Other Design Decisions1231674 -Node: Extension Future Growth1233787 -Node: Old Extension Mechanism1234623 -Node: Notes summary1236386 -Node: Basic Concepts1237568 -Node: Basic High Level1238249 -Ref: figure-general-flow1238531 -Ref: figure-process-flow1239216 -Ref: Basic High Level-Footnote-11242517 -Node: Basic Data Typing1242702 -Node: Glossary1246030 -Node: Copying1277980 -Node: GNU Free Documentation License1315519 -Node: Index1340637 +Node: Installation summary1201444 +Node: Notes1202646 +Node: Compatibility Mode1203511 +Node: Additions1204293 +Node: Accessing The Source1205218 +Node: Adding Code1206655 +Node: New Ports1212874 +Node: Derived Files1217362 +Ref: Derived Files-Footnote-11223008 +Ref: Derived Files-Footnote-21223043 +Ref: Derived Files-Footnote-31223641 +Node: Future Extensions1223755 +Node: Implementation Limitations1224413 +Node: Extension Design1225596 +Node: Old Extension Problems1226750 +Ref: Old Extension Problems-Footnote-11228268 +Node: Extension New Mechanism Goals1228325 +Ref: Extension New Mechanism Goals-Footnote-11231689 +Node: Extension Other Design Decisions1231878 +Node: Extension Future Growth1233991 +Node: Old Extension Mechanism1234827 +Node: Notes summary1236590 +Node: Basic Concepts1237772 +Node: Basic High Level1238453 +Ref: figure-general-flow1238735 +Ref: figure-process-flow1239420 +Ref: Basic High Level-Footnote-11242721 +Node: Basic Data Typing1242906 +Node: Glossary1246234 +Node: Copying1278184 +Node: GNU Free Documentation License1315723 +Node: Index1340841 End Tag Table diff --git a/doc/gawk.texi b/doc/gawk.texi index 2f7a11b8..c9b2cdf0 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -40190,6 +40190,11 @@ is similar to @command{gawk}'s @xref{Common Extensions} for a list of extensions in @command{mawk} that are not in POSIX @command{awk}. +@item @command{mawk} 2.0 +In 2016, Michael Brennan resumed @command{mawk} development. +His development snapshots are available via Git from the project's +@uref{https://github.com/mikebrennan000/mawk-2, GitHub page}. + @cindex Sumner, Andrew @cindex @command{awka} compiler for @command{awk} @cindex source code, @command{awka} diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 3dd93c3d..c82a4e8d 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -39204,6 +39204,11 @@ is similar to @command{gawk}'s @xref{Common Extensions} for a list of extensions in @command{mawk} that are not in POSIX @command{awk}. +@item @command{mawk} 2.0 +In 2016, Michael Brennan resumed @command{mawk} development. +His development snapshots are available via Git from the project's +@uref{https://github.com/mikebrennan000/mawk-2, GitHub page}. + @cindex Sumner, Andrew @cindex @command{awka} compiler for @command{awk} @cindex source code, @command{awka} |