aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r--doc/ChangeLog34
1 files changed, 33 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 3320cff8..f4fb7b69 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,9 @@
+2018-11-29 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Auto-set): Document that you can no longer use
+ arbitrary indices in SYMTAB.
+ * gawk.1: Ditto.
+
2018-11-27 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in (Other Versions): Document GoAWK, an awk interpreter
@@ -5,6 +11,12 @@
2018-11-26 Arnold D. Robbins <arnold@skeeve.com>
+ * gawktexi.in (Auto-set) : Update values of PROCINFO["platform"].
+ (PC Using): Add to BINMODE discussion to always set it and
+ not worry about checking platforms. Per discussion with the dev team.
+
+2018-11-26 Arnold D. Robbins <arnold@skeeve.com>
+
* gawktexi.in: Document that split() third arg is like FS, if it's
a single character, that character is used, even if it's a
regexp metacharacter.
@@ -13,6 +25,11 @@
2018-11-25 Arnold D. Robbins <arnold@skeeve.com>
+ * gawktexi.in: Document PROCINFO["platform"].
+ * gawk.1: Ditto.
+
+2018-11-25 Arnold D. Robbins <arnold@skeeve.com>
+
* gawktexi.in: Small typo fix.
2018-11-24 Arnold D. Robbins <arnold@skeeve.com>
@@ -25,6 +42,10 @@
* gawktexi.in): Small typo fixes. Thanks to Antonio
Giovanni Colombo for pointing them out.
+2018-11-01 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Profiling): Review and update.
+
2018-10-30 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in (Arrays of Arrays): Typo fix in code. Thanks to Alto Tom
@@ -42,6 +63,12 @@
Communications Guidelines, with URL.
* texinfo.tex: Updated from GNULIB.
+2018-10-17 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Profiling): Revise example for pattern without
+ action and note that the profiler distinguishes `print' and
+ `print $0'.
+
2018-09-23 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in (Extracting): Note that patch levels above
@@ -351,7 +378,12 @@
function to be syntactically and semantically correct. Thanks to
Jaromir Obr <jaromir.obr@gmail.com> for the report.
(POSIX String Comparison): Add some URL references in @ignore.
-
+
+ Unrelated:
+
+ * gawktexi.in: Remove description of --with-whiny-user-strftime
+ configuration option.
+
2017-10-08 Andrew J. Schorr <aschorr@telemetry-investments.com>
* gawktexi.in: Fix discussion of AWKPATH in section on @include.