[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/cmp_scalars, updated. gawk-4.1.0-4178-g961a62
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, feature/cmp_scalars, updated. gawk-4.1.0-4178-g961a62a |
Date: |
Sun, 15 Nov 2020 23:16:41 -0500 (EST) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, feature/cmp_scalars has been updated
via 961a62acfb893969e2c19917f31bedcdfa717e5a (commit)
from eabd0e4c1a72da3d164d0c0a8c335d583c6f698d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=961a62acfb893969e2c19917f31bedcdfa717e5a
commit 961a62acfb893969e2c19917f31bedcdfa717e5a
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Mon Nov 16 06:16:30 2020 +0200
Add gawk.texi changes.
diff --git a/doc/gawk.texi b/doc/gawk.texi
index c69d591..a6db3bd 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -33935,6 +33935,12 @@ When such values are generated, @command{gawk} prints
them as either
accepts those strings as data input and converts them to the proper
floating-point values internally.
+If you want to dive more deeply into this topic, you can find
+test programs in C, @command{awk} and Python in the directory
+@file{awklib/eg/test-programs} in the @command{gawk} distribution.
+These programs enable comparison among programming languages as to how
+they hanle NaN and infinity values.
+
@ignore
@c file eg/test-programs/gen-float-table.awk
function eq(left, right)
-----------------------------------------------------------------------
Summary of changes:
doc/gawk.texi | 6 ++++++
1 file changed, 6 insertions(+)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, feature/cmp_scalars, updated. gawk-4.1.0-4178-g961a62a,
Arnold Robbins <=