From 54a79f8f1dbb86f92dcb0c7623fddbde1c81278c Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Mon, 3 Jun 2013 20:59:26 +0300 Subject: Clarify a bit on FUNCTAB. --- doc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/ChangeLog') diff --git a/doc/ChangeLog b/doc/ChangeLog index fc2a1354..45444315 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2013-06-03 Arnold D. Robbins + + * gawktexi.in: Make it crystal clear not to delete with FUNCTAB + or attempt to assign to it. + 2013-05-29 Arnold D. Robbins * gawktexi.in (Internal File Description): Add "devbsize" element -- cgit v1.2.3 From b2c75c65c62fde77e26660119f795d3380a18528 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sat, 22 Jun 2013 22:20:54 +0300 Subject: Doc update for isarray. --- doc/ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc/ChangeLog') diff --git a/doc/ChangeLog b/doc/ChangeLog index 45444315..3385ba09 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,6 +1,11 @@ +2013-06-22 Arnold D. Robbins + + * gawktexi.in (Type Functions): Add more explanation to isarray(), + including that it makes no sense to call it at the global level. + 2013-06-03 Arnold D. Robbins - * gawktexi.in: Make it crystal clear not to delete with FUNCTAB + * gawktexi.in: Make it crystal clear not to use delete with FUNCTAB, or attempt to assign to it. 2013-05-29 Arnold D. Robbins -- cgit v1.2.3 From 5e65b0c7dcba3f958c28d88d4fcb641ccdbd521b Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 27 Jun 2013 11:40:19 +0300 Subject: Doc fix with texinfo.tex. --- doc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/ChangeLog') diff --git a/doc/ChangeLog b/doc/ChangeLog index 3385ba09..c1754161 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2013-06-27 Arnold D. Robbins + + * texinfo.tex: Update from Karl, fixes a formating problem. + * gawktexi.in (Conversions): Undo @w{} around @option{--posix}. + 2013-06-22 Arnold D. Robbins * gawktexi.in (Type Functions): Add more explanation to isarray(), -- cgit v1.2.3 From 7d19cbd54ad60474aded4b9fe587c7f53a14d488 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Mon, 19 Aug 2013 20:47:49 +0300 Subject: Changes to ENVIRON reflect into the environment. --- doc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/ChangeLog') diff --git a/doc/ChangeLog b/doc/ChangeLog index c1754161..488620aa 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2013-08-15 Arnold D. Robbins + + * gawk.1: Document that ENVIRON updates affect the environment. + * gawktexi.in: Ditto. + 2013-06-27 Arnold D. Robbins * texinfo.tex: Update from Karl, fixes a formating problem. -- cgit v1.2.3 From a4a5f76e51cd51af470fcaa85f5f1360ecd18b0c Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 22 Sep 2013 16:51:07 +0300 Subject: Remove obsolete macros from gawktexi.in. --- doc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/ChangeLog') diff --git a/doc/ChangeLog b/doc/ChangeLog index c1754161..cddc7e77 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2013-09-22 Arnold D. Robbins + + * gawktexi.in (FN, FFN, DF,DDF, PVERSION, CTL): Remove macros. + They have no alternate versions and are just in the way. + 2013-06-27 Arnold D. Robbins * texinfo.tex: Update from Karl, fixes a formating problem. -- cgit v1.2.3 From 08e8087fc3b1b9839e464ee436e8b24a45b024aa Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Tue, 24 Sep 2013 15:35:02 +0300 Subject: Add readfile function. --- doc/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/ChangeLog') diff --git a/doc/ChangeLog b/doc/ChangeLog index cddc7e77..dad84a22 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2013-09-24 Arnold D. Robbins + + * gawktexi.in (Readfile function): New node. + 2013-09-22 Arnold D. Robbins * gawktexi.in (FN, FFN, DF,DDF, PVERSION, CTL): Remove macros. -- cgit v1.2.3 From 66fd6df0ec28a87e823b0c8e1768a0660d82f33b Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 29 Sep 2013 20:58:19 +0300 Subject: Doc updates. --- doc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/ChangeLog') diff --git a/doc/ChangeLog b/doc/ChangeLog index dad84a22..54ccdd6b 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2013-09-29 Arnold D. Robbins + + * gawktexi.in (Other Versions): Updated info on MKS awk and + some other links. + 2013-09-24 Arnold D. Robbins * gawktexi.in (Readfile function): New node. -- cgit v1.2.3 From 409702f929f765cd7ac7b959633ec4c694e493de Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 11 Oct 2013 14:18:24 +0300 Subject: Minor wording improvements in gawk manual. --- doc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/ChangeLog') diff --git a/doc/ChangeLog b/doc/ChangeLog index 54ccdd6b..2ee94503 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2013-10-11 Arnold D. Robbins + + * gawktexi.in (Conversion, Printf Ordering): Better wording for + descriptions of CONVFMT. Thanks to Hermann Peifer. + 2013-09-29 Arnold D. Robbins * gawktexi.in (Other Versions): Updated info on MKS awk and -- cgit v1.2.3 From 25520aab6144927a20d501c0396e9597f36fc871 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 24 Oct 2013 22:03:09 +0300 Subject: Improve handling of writes to dead pipes. --- doc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/ChangeLog') diff --git a/doc/ChangeLog b/doc/ChangeLog index 2ee94503..5cef4595 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2013-10-22 Arnold D. Robbins + + * gawktexi.in (Other Environment Variables): Document GAWK_MSG_SRC + variable and fix documentation of *_CHAIN_MAX variables. + 2013-10-11 Arnold D. Robbins * gawktexi.in (Conversion, Printf Ordering): Better wording for -- cgit v1.2.3 From 4e8bd99197f48cfaa79b095a34a88223f96f429d Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 25 Oct 2013 12:13:26 +0300 Subject: Documentation updates. --- doc/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/ChangeLog') diff --git a/doc/ChangeLog b/doc/ChangeLog index 5cef4595..1dba7a7c 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2013-10-25 Arnold D. Robbins + + * gawktexi.in (Contributors): Update with more info. + (Distributtion contents): Ditto. + General: Remove all hyphens when used with "multi" prefix. + 2013-10-22 Arnold D. Robbins * gawktexi.in (Other Environment Variables): Document GAWK_MSG_SRC -- cgit v1.2.3 From a5504ee040ec62d055996d505b9844d38de274de Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 31 Oct 2013 23:08:23 +0200 Subject: Add short title page to manual. --- doc/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/ChangeLog') diff --git a/doc/ChangeLog b/doc/ChangeLog index 1dba7a7c..f7529fc6 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2013-10-31 Arnold D. Robbins + + * gawktexi.in: Add @shorttitlepage command. + 2013-10-25 Arnold D. Robbins * gawktexi.in (Contributors): Update with more info. -- cgit v1.2.3 From 07aa3d5dafee42fcaa3eaa0370a187c5cb53570e Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 3 Nov 2013 22:15:37 +0200 Subject: Doc fixes. --- doc/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/ChangeLog') diff --git a/doc/ChangeLog b/doc/ChangeLog index f7529fc6..3e0eaac4 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2013-11-03 Arnold D. Robbins + + * gawktexi.in: Fix the section and subsection headings in + the Preface. Also change the short title page to just + "GNU Awk". + 2013-10-31 Arnold D. Robbins * gawktexi.in: Add @shorttitlepage command. -- cgit v1.2.3 From 733c86921bbd3bbeb63adce2a242a73236556ada Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 8 Nov 2013 10:03:01 +0200 Subject: Doc updates on distribution contents. --- doc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/ChangeLog') diff --git a/doc/ChangeLog b/doc/ChangeLog index 3e0eaac4..28bd526d 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2013-11-08 Arnold D. Robbins + + * gawktexi.in: Update the list of files included in the gawk + distribution and fix a few typos. + 2013-11-03 Arnold D. Robbins * gawktexi.in: Fix the section and subsection headings in -- cgit v1.2.3 From eac9994fe3f765848d7815bb32ece216cd3a7cac Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 28 Nov 2013 21:49:56 +0200 Subject: Some doc edits. --- doc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/ChangeLog') diff --git a/doc/ChangeLog b/doc/ChangeLog index 28bd526d..854cad6d 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2013-11-28 Arnold D. Robbins + + * gawktexi.in: Update quotations to use @author, fix a few + placements of footnotes. + 2013-11-08 Arnold D. Robbins * gawktexi.in: Update the list of files included in the gawk -- cgit v1.2.3 From 70778853494d7ec00a77d42617fdd030c74c9bec Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 12 Dec 2013 12:30:20 +0200 Subject: Fix presentation of asort and asorti. --- doc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/ChangeLog') diff --git a/doc/ChangeLog b/doc/ChangeLog index 854cad6d..9b77b107 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2013-12-12 Arnold D. Robbins + + * gawktexi.in: Fix the presentation of asort() and asorti(). + Thanks to Andy Schorr for pointing out the problems. + 2013-11-28 Arnold D. Robbins * gawktexi.in: Update quotations to use @author, fix a few -- cgit v1.2.3 From b058d18ea65146294c6396e6439accfe3ccdcb6c Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sat, 21 Dec 2013 21:08:18 +0200 Subject: Make extensions controlled by configure time option. --- doc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/ChangeLog') diff --git a/doc/ChangeLog b/doc/ChangeLog index 9b77b107..24044c9a 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2013-12-21 Arnold D. Robbins + + * gawktexi.in (Additional Configuration Options): Document + the --disable-extensions option. + 2013-12-12 Arnold D. Robbins * gawktexi.in: Fix the presentation of asort() and asorti(). -- cgit v1.2.3