diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-06-06 08:26:50 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-06-06 08:26:50 +0300 |
commit | d023deef35a7d99c9d997c5f2592e6d05cd775d3 (patch) | |
tree | c5b0ed6b3189504fdc340b865de3ac40faffb2e2 | |
parent | 97c642c3f2f44e0aaf1c5c945795c0728be4f735 (diff) | |
parent | d5e40fc211797a272d26ce416a6d1197757cd5fd (diff) | |
download | egawk-d023deef35a7d99c9d997c5f2592e6d05cd775d3.tar.gz egawk-d023deef35a7d99c9d997c5f2592e6d05cd775d3.tar.bz2 egawk-d023deef35a7d99c9d997c5f2592e6d05cd775d3.zip |
Merge branch 'master' into feature/api-mpfr
-rw-r--r-- | doc/ChangeLog | 2 | ||||
-rw-r--r-- | doc/gawk.info | 2 | ||||
-rw-r--r-- | doc/gawk.texi | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 0ec1cf74..e63aefae 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,4 +1,4 @@ -2017-06-05 Arnold D. Robbins <arnold@skeeve.com> +2017-06-05 Andrew J. Schorr <aschorr@telemetry-investments.com> * gawktexi.in (Checking for MPFR): Fix typo. diff --git a/doc/gawk.info b/doc/gawk.info index 953b657c..0e03662b 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -23212,7 +23212,7 @@ File: gawk.info, Node: Checking for MPFR, Next: POSIX Floating Point Problems, ====================================== Occasionally, you might like to be able to check if 'gawk' was invoked -with the '-M' option, enabling aribtrary-precision arithmetic. You can +with the '-M' option, enabling arbitrary-precision arithmetic. You can do so with the following function, contributed by Andrew Schorr: # adequate_math_precision --- return true if we have enough bits diff --git a/doc/gawk.texi b/doc/gawk.texi index 92cda7ea..d398c41b 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -32143,7 +32143,7 @@ word sizes. See @cindex MPFR, checking availability of @cindex checking for MPFR Occasionally, you might like to be able to check if @command{gawk} -was invoked with the @option{-M} option, enabling aribtrary-precision +was invoked with the @option{-M} option, enabling arbitrary-precision arithmetic. You can do so with the following function, contributed by Andrew Schorr: |