aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r--doc/ChangeLog155
1 files changed, 154 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 1c740385..878e3982 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -12,6 +12,10 @@
* gawktexi.in (I18N Example): $LC_MESSAGES is involved here
also. Document this.
+2019-01-09 Andrew J. Schorr <aschorr@telemetry-investments.com>
+
+ * gawktexi.in (Undocumented): Discuss typeof's optional 2nd argument.
+
2019-01-08 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in (I18N Example): Add more explanation of how to
@@ -26,6 +30,37 @@
* gawktexi.in: Some small indexing fixes. Thanks to Antonio
Giovanni Colombo for pointing them out.
+2019-01-02 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in: A few more fixes w.r.t. namespaces. Thanks to
+ Antonio Giovanni Colombo for pointing out the problems.
+
+2018-12-31 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in: A few fixes w.r.t. namespaces. Thanks to
+ Antonio Giovanni Colombo for pointing out the problems.
+
+2018-12-18 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in: Added more indexing to the debugger chapter.
+ Add more indexing to namespaces chapter, too.
+
+2018-12-12 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in: Clean up some FIXMEs and other improvements.
+ * gawk.1: Mention that files read with -f and -i and command
+ line segments all implicitly start with @namespace "awk".
+
+2018-12-18 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in: Added more indexing to the debugger chapter.
+
+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-12-18 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in: Added more indexing to the debugger chapter.
@@ -37,6 +72,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.
@@ -45,6 +86,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>
@@ -57,6 +103,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
@@ -74,6 +124,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
@@ -377,13 +433,27 @@
* gawkexti.in: Remove sentence indicating that isarray is deprecated
and recommending typeof instead.
+2017-10-16 Arnold D. Robbins <arnold@skeeve.com>
+
+ * awkcard.in: Add @namespaces to Execution section.
+
+2017-10-12 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawk.1: Documents namespaces.
+ * awkcard.in: Ditto.
+
2017-10-10 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in (Readfile Function): Fix the code for the naive
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.
@@ -480,6 +550,11 @@
* texinfo.tex: Updated.
+2017-08-02 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Namespace Summary): Add summary to namespace
+ chapter.
+
2017-08-01 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in: Update with info about DJGPP port now
@@ -489,6 +564,8 @@
* gawktexi.in (Type Functions): Improve the example
for untyped variables.
+ (Extension Exercises): Remove the exercise that talks
+ about namespaces, since it's no longer relevant.
2017-07-28 Arnold D. Robbins <arnold@skeeve.com>
@@ -496,15 +573,60 @@
inplace.awk; should have done that when it was first
added. Oops.
+2017-07-26 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Namespaces): More edits.
+
2017-07-21 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in: Fix a spelling error.
* wordlist: Update with more words.
+ Done also for namespace material.
+
+2017-07-20 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Extension Sample Inplace): Rework to use the
+ "inplace" namespace.
+
+ * gawktexi.in (Namespace And Features): Renamed from
+ `Namespace Misc' and reworked.
+ (Symbol table by name): Add note about namespace and
+ component name rules with xref to section in Namespaces chapter.
+
+2017-07-19 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Namespaces): Cleanup, new section on naming rules
+ added.
+
+2017-07-17 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Namespaces): Revised password suite example.
+ (Symbol table by name): Add entries for namespace versions
+ of lookup and update routines.
+
+2017-07-13 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Namespaces): More updates. Especially that
+ reserved words are not allowed in either half of a fully
+ qualified name or as a namespace.
+
+2017-07-05 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Namespaces): More updates.
+
2017-07-02 Arnold D. Robbins <arnold@skeeve.com>
* texinfo.tex: Pull in latest from Texinfo SVN.
+2017-06-30 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Namespaces): Move to later in the book.
+
+2017-06-23 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Namespaces): More minor doc edits.
+
2017-06-19 Andrew J. Schorr <aschorr@telemetry-investments.com>
* gawktexi.in (Memory Allocation Functions and Convenience Macros):
@@ -517,11 +639,42 @@
2017-06-15 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in: Expand tab characters.
+ * gawktexi.in (Namespaces): Further minor doc edits, including
+ hyphenation hint.
+
+2017-06-13 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Namespaces): Document that reserved words and
+ predefined functions can be namespace names but can be in
+ the second part of a fully qualified name. (Design decision
+ change.)
+
+2017-06-11 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Namespaces): Document that reserved words and
+ predefined functions can't be namespace names. Reformat the
+ input a little bit.
+
+2017-06-06 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Namespaces): Further clarifications. Move to
+ `::' as the namespace separator.
2017-06-05 Andrew J. Schorr <aschorr@telemetry-investments.com>
* gawktexi.in (Checking for MPFR): Fix typo.
+2017-06-02 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Namespaces): Fixes in passwd.awk example. Document
+ that indirect calls with an unadorned name assume "awk" namespace.
+
+2017-05-30 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in: Initial doc on namespaces. Serves as a design
+ right now.
+ * gawktexi.in: More doc added.
+
2017-05-30 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in: Document PROCINFO["argv"].