aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r--doc/ChangeLog18
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 3320cff8..f31aae7f 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -5,6 +5,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 +19,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>
@@ -351,7 +362,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.