aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-10-04 13:09:30 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-10-04 13:09:30 +0300
commitc5077bb27833c6ccca6cfa21b93c75013d3e03bd (patch)
tree3406ef5df2c8bc29d41727c92254ae1dfef63942
parentd0c9f1d3b2828fedf7e825e6e20811ed6b4a4700 (diff)
downloadegawk-c5077bb27833c6ccca6cfa21b93c75013d3e03bd.tar.gz
egawk-c5077bb27833c6ccca6cfa21b93c75013d3e03bd.tar.bz2
egawk-c5077bb27833c6ccca6cfa21b93c75013d3e03bd.zip
More small doc fixes.
-rw-r--r--ChangeLog10
-rw-r--r--NEWS6
2 files changed, 11 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index dacc02a8..84491dcc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -178,7 +178,7 @@
2020-07-08 Arnold D. Robbins <arnold@skeeve.com>
* str_array.c (str_lookup): If a pure number, copy to a string. Fixes
- at printfchar test for MPFR.
+ the printfchar test for MPFR.
Fix typeregex2 and typedregex3 tests for MPFR:
@@ -193,7 +193,7 @@
* awk.h: Turn all the flag defines into enums. GDB can then show
the bit maps directly.
- Unrelated: Fix another MFPF bug, reported by Hyunho Cho
+ Unrelated: Fix another MPFR bug, reported by Hyunho Cho
<mug896@naver.com>.
* mpfr.c (force_mpnum): Restore the character at the end of
@@ -207,8 +207,8 @@
Bug fixes in MPFR, reported by Hyunho Cho<mug896@naver.com>.
- * node.c (r_dupnode): Set strndmode and also set stlen of new string. (How
- did that one get by us for so long?)
+ * node.c (r_dupnode): Set strndmode and also set stlen of new
+ string. (How did that one get by us for so long?)
* mpfr.c (force_mpnum): Check for a + or - sign with nothing following it.
Unrelated. Make do_itrace a real variable so that it's easier to
@@ -309,7 +309,7 @@
2020-06-10 Arnold D. Robbins <arnold@skeeve.com>
- Thanks to Andrew Schorr for suggestion of better way to
+ Thanks to Andrew Schorr for suggesting a better way to
handle exec_count being a long long.
* awk.h (INSTRUCTION): Make new ldl member be the long long.
diff --git a/NEWS b/NEWS
index be7a7a8e..b96cea7c 100644
--- a/NEWS
+++ b/NEWS
@@ -37,6 +37,12 @@ Changes from 5.1.0 to 5.1.1
that functions are presented in a reasonable order with respect
to the namespaces that contain them.
+9. Several example programs in the manual have been updated to their
+ modern POSIX equivalents.
+
+xx. There have been numerous minor code cleanups and bug fixes. See the
+ ChangeLog for details.
+
Changes from 5.0.1 to 5.1.0
---------------------------