diff options
Diffstat (limited to 'doc/gawkman.texi')
-rw-r--r-- | doc/gawkman.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/gawkman.texi b/doc/gawkman.texi index 719f1e80..084145f8 100644 --- a/doc/gawkman.texi +++ b/doc/gawkman.texi @@ -1,4 +1,5 @@ \input texinfo @c -*-texinfo-*- +@c vim: filetype=texinfo @c %**start of header (This is for running Texinfo on a region.) @setfilename gawk.info @settitle The GNU Awk User's Guide @@ -34969,7 +34970,7 @@ functions. @command{gawk} included some sample extensions, of which a few were really useful. However, it was clear from the outset that the extension -mechanism was bolted onto the side and was not really thought out. +mechanism was bolted onto the side and was not really well thought out. @menu * Old Extension Problems:: Problems with the old mechanism. @@ -35030,7 +35031,7 @@ The API should provide @emph{binary} compatibility across @command{gawk} releases as long as the API itself does not change. @item -The API should enable extensions written in C to have roughly the +The API should enable extensions written in C or C++ to have roughly the same ``appearance'' to @command{awk}-level code as @command{awk} functions do. This means that extensions should have: @@ -35170,7 +35171,7 @@ to know. @item Similarly, the extension passes a ``name space'' into @command{gawk} -when it registers each extension function. This allows a future +when it registers each extension function. This accommodates a possible future mechanism for grouping extension functions and possibly avoiding name conflicts. @end itemize |