summaryrefslogtreecommitdiff
path: root/doc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r--doc/ChangeLog122
1 files changed, 121 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index d4cbc39b..33a9c4c9 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -11,6 +11,17 @@
2022-04-18 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in (Adding Code): Update coding style instructions.
+ * gawkbug.1: Small changes.
+
+2022-03-10 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawk.1: Formatting fixes.
+
+2022-03-03 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawk.1: Chopped down in size by about 40%.
+ * wordlist3: Updated for new man page.
+ * wordlist: Updated since it needed it.
2022-03-01 Arnold D. Robbins <arnold@skeeve.com>
@@ -19,9 +30,34 @@
2022-02-27 Arnold D. Robbins <arnold@skeeve.com>
+ * gawktexi.in (Bugs): Updated to describe the gawkbug program.
+ * awkcard.in: Ditto.
+
+2022-02-27 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawkbug.1, wordlist5: New files.
+ * Makefile.am: Adjust everything for additional man page.
+
+2022-02-27 Arnold D. Robbins <arnold@skeeve.com>
+
* gawktexi.in (Array Sorting Functions): Add a note to be careful
to use local variables in comparison functions.
+2022-02-25 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (API Ownership of MPFR and GMP Values): Rework for
+ changes to code.
+
+2022-02-23 Andrew J. Schorr <aschorr@telemetry-investments.com>
+
+ * gawktexi.in (Extension Sample Read write array): Fix description of
+ readall to say readall instead of writeall.
+
+2022-02-22 Arnold D. Robbins <arnold@skeeve.com>
+
+ * awkcard.in: Update --re-interval description.
+ * gawktexi.in: Ditto, in all relevant places.
+
2022-02-07 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in (Indirect Calls): Expand discussion of calling
@@ -38,6 +74,11 @@
* texinfo.tex: Updated from GNULIB.
+2021-12-08 Andrew J. Schorr <aschorr@telemetry-investments.com>
+
+ * gawktexi.in: Document new rwarray functions writeall and readall.
+ * wordlist: Add readall and writeall.
+
2021-11-25 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in: Add missing @item for AWKgo. Thanks to Antonio
@@ -219,12 +260,49 @@
2021-05-30 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in (Feature History): Fix a typo and clarify wording.
- Thanks to Antonio Columbo for the report.
+ Additionally, fix some other small mistakes.
+ * gawk.1: Also, fix a small typo.
+
+ Thanks to Antonio Columbo for the reports.
2021-05-27 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in (Feature History): Add features from 5.1.1.
+2021-05-05 Arnold D. Robbins <arnold@skeeve.com>
+
+ * CMakeLists.txt: Removed.
+
+2021-05-05 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in: Typo fix.
+
+2021-05-02 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in, gawk.1, awkcard.in: Renamed bool to mkbool.
+
+2021-04-28 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in: Revise doc for bools; they're now just numbers
+ with an extra flag.
+ * gawk.1: Ditto.
+ * awkcard.in: Ditto.
+
+2021-04-14 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Controlling Scanning): Document bools for
+ "@val_type_asc".
+ * awkcard.in: Add doc on bool() function.
+
+2021-04-06 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in: Finish documenting bool features.
+ * gawk.1: Add minimal documentation on bool.
+
+2021-04-04 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in: Start documenting bool features.
+
2021-04-04 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in: Update menues.
@@ -236,10 +314,26 @@
<arkadiusz@drabczyk.org> for pointing out the lack of
documentation.
+2021-03-22 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Constructor Functions): Add doc on `make_bool'.
+
+2021-03-21 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Other Environment Variables): Document "fnv1a"
+ possible value for AWK_HASH environment variable.
+
2021-03-18 Arnold D. Robbins <arnold@skeeve.com>
* texinfo.tex: Updated from GNULIB.
+2021-02-01 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Strange values): Fix a typo in the awk test
+ program. Make the C and Awk versions print "True" and
+ "False" to match Python, making comparisons easier. Thanks to
+ Antonio Columbo for the suggestions.
+
2021-01-25 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in: Fix some spelling errors.
@@ -310,12 +404,38 @@
* gawkworkflow.texi: Add an additional web resource.
* gawktexi.in: More edits in sample programs chapter.
+2020-11-20 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Strange values): Correct the description of what
+ happens with infinity. Thanks to Antonio Columbo for pointing
+ out the problem.
+
2020-11-16 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in (Nextfile Statement): Clarify what happens in
a BEGINFILE rule.
* gawktexi.in: Additional small fixes.
+2020-11-15 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Strange values): Add test programs inside
+ @ignore; extracted to example directory.
+
+2020-11-09 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in: Samll improvement in strange numbers section.
+
+2020-11-04 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Strange values): New section on NaN and infinity.
+ Update some other bits to point to it.
+ * wordlist: Updated with more words.
+
+2020-11-16 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Nextfile Statement): Clarify what happens in
+ a BEGINFILE rule.
+
2020-10-31 Arnold D. Robbins <arnold@skeeve.com>
* texinfo.tex: Updated from GNULIB.