diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-04-23 22:46:03 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-04-23 22:46:03 +0300 |
commit | c5e22024783ec34ea248ebc92a1e4deefb12ce2f (patch) | |
tree | 3ca4f3acc68d2e6d097c816d8c5d6c97c02eef97 /doc/gawkman.texi | |
parent | 2be6f33f68e1a8d412c8712d8017fc7f3b318161 (diff) | |
download | egawk-c5e22024783ec34ea248ebc92a1e4deefb12ce2f.tar.gz egawk-c5e22024783ec34ea248ebc92a1e4deefb12ce2f.tar.bz2 egawk-c5e22024783ec34ea248ebc92a1e4deefb12ce2f.zip |
Add PROCINFO entries for API major and minor versions.
Diffstat (limited to 'doc/gawkman.texi')
-rw-r--r-- | doc/gawkman.texi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/gawkman.texi b/doc/gawkman.texi index 3cf37663..2998e0b4 100644 --- a/doc/gawkman.texi +++ b/doc/gawkman.texi @@ -13241,6 +13241,19 @@ The maximum precision supported by MPFR. The minimum precision required by MPFR. @end table +The following additional elements in the array are available to provide +information about the version of the extension API, if your version +of @command{gawk} supports dynamic loading of extension functions +(@pxref{Dynamic Extensions}): + +@table @code +@item PROCINFO["api_major"] +The major version of the extension API. + +@item PROCINFO["api_minor"] +The minor version of the extension API. +@end table + On some systems, there may be elements in the array, @code{"group1"} through @code{"group@var{N}"} for some @var{N}. @var{N} is the number of supplementary groups that the process has. Use the @code{in} operator |