From 05934dc71d21c667bf1ec1e2e9d5d878795bfc86 Mon Sep 17 00:00:00 2001 From: "Andrew J. Schorr" Date: Wed, 7 Jul 2021 14:14:20 -0400 Subject: Improve isnumeric documentation. --- doc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/ChangeLog') diff --git a/doc/ChangeLog b/doc/ChangeLog index c087e58e..5806e100 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2021-07-07 Andrew J. Schorr + + * gawktexi.in (Isnumeric Function): Improve description of how + isnumeric differs from the traditional x+0 == x test. + 2021-07-05 Arnold D. Robbins * gawk.1: Document that asort() and asorti() allow the same array to -- cgit v1.2.3 From 3fb98119772d999e5116a29a7f7dd623ec82caf3 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 9 Jul 2021 10:52:47 +0300 Subject: Doc fixes. --- doc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/ChangeLog') diff --git a/doc/ChangeLog b/doc/ChangeLog index 5806e100..13508d8d 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2021-07-09 Arnold D. Robbins + + * gawktexi.in: Make @EMAIL usage consistent everywhere. + Thanks to Antonio Columbo for pointing it out. + 2021-07-07 Andrew J. Schorr * gawktexi.in (Isnumeric Function): Improve description of how -- cgit v1.2.3