diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-12-18 19:41:11 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-12-18 19:41:11 +0200 |
commit | 7cc023ae0a685fe10e2ffadd84b5c7ec3ee28241 (patch) | |
tree | fa8238a38d53f4adb7feeff00d4524a292dcf07f | |
parent | d587d4e5a72d08926d36288663a92ca6efbe0a6b (diff) | |
download | egawk-7cc023ae0a685fe10e2ffadd84b5c7ec3ee28241.tar.gz egawk-7cc023ae0a685fe10e2ffadd84b5c7ec3ee28241.tar.bz2 egawk-7cc023ae0a685fe10e2ffadd84b5c7ec3ee28241.zip |
Document libmawk.
-rw-r--r-- | doc/gawk.info | 69 | ||||
-rw-r--r-- | doc/gawk.texi | 6 |
2 files changed, 43 insertions, 32 deletions
diff --git a/doc/gawk.info b/doc/gawk.info index 6bf42aa4..75dc02cb 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -21058,6 +21058,10 @@ QSE Awk This is an embeddable `awk' interpreter. For more information see `http://code.google.com/p/qse/' and `http://awk.info/?tools/qse'. +Libmawk + This is an embeddable `awk' interpreter derived from `mawk'. For + more information see `http://repo.hu/projects/libmawk/'. + File: gawk.info, Node: Notes, Next: Basic Concepts, Prev: Installation, Up: Top @@ -26108,6 +26112,7 @@ Index * length() function: String Functions. (line 137) * Lesser General Public License (LGPL): Glossary. (line 374) * LGPL (Lesser General Public License): Glossary. (line 374) +* 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. @@ -27514,37 +27519,37 @@ Node: BeOS Installation834089 Node: Tandem Installation835234 Node: Bugs836913 Node: Other Versions840745 -Node: Notes845967 -Node: Compatibility Mode846659 -Node: Additions847442 -Node: Adding Code848192 -Node: New Ports854244 -Node: Dynamic Extensions858376 -Node: Internals859757 -Node: Plugin License870162 -Node: Sample Library870796 -Node: Internal File Description871460 -Node: Internal File Ops875155 -Ref: Internal File Ops-Footnote-1880031 -Node: Using Internal File Ops880179 -Node: Future Extensions882204 -Node: Basic Concepts886241 -Node: Basic High Level886998 -Ref: Basic High Level-Footnote-1891117 -Node: Basic Data Typing891311 -Node: Floating Point Issues895748 -Node: String Conversion Precision896831 -Ref: String Conversion Precision-Footnote-1898525 -Node: Unexpected Results898634 -Node: POSIX Floating Point Problems900460 -Ref: POSIX Floating Point Problems-Footnote-1904159 -Node: Glossary904197 -Node: Copying927980 -Node: GNU Free Documentation License965537 -Node: next-edition990681 -Node: unresolved991033 -Node: revision991533 -Node: consistency991956 -Node: Index995309 +Node: Notes846108 +Node: Compatibility Mode846800 +Node: Additions847583 +Node: Adding Code848333 +Node: New Ports854385 +Node: Dynamic Extensions858517 +Node: Internals859898 +Node: Plugin License870303 +Node: Sample Library870937 +Node: Internal File Description871601 +Node: Internal File Ops875296 +Ref: Internal File Ops-Footnote-1880172 +Node: Using Internal File Ops880320 +Node: Future Extensions882345 +Node: Basic Concepts886382 +Node: Basic High Level887139 +Ref: Basic High Level-Footnote-1891258 +Node: Basic Data Typing891452 +Node: Floating Point Issues895889 +Node: String Conversion Precision896972 +Ref: String Conversion Precision-Footnote-1898666 +Node: Unexpected Results898775 +Node: POSIX Floating Point Problems900601 +Ref: POSIX Floating Point Problems-Footnote-1904300 +Node: Glossary904338 +Node: Copying928121 +Node: GNU Free Documentation License965678 +Node: next-edition990822 +Node: unresolved991174 +Node: revision991674 +Node: consistency992097 +Node: Index995450 End Tag Table diff --git a/doc/gawk.texi b/doc/gawk.texi index 66db12cc..123aa8b2 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -28195,6 +28195,12 @@ including the manual and a download link. This is an embeddable @command{awk} interpreter. For more information see @uref{http://code.google.com/p/qse/} and @uref{http://awk.info/?tools/qse}. +@item Libmawk +@cindex Libmawk +This is an embeddable @command{awk} interpreter derived from +@command{mawk}. For more information see +@uref{http://repo.hu/projects/libmawk/}. + @end table @c ENDOFRANGE gligawk @c ENDOFRANGE ingawk |