summaryrefslogtreecommitdiff
path: root/doc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r--doc/ChangeLog107
1 files changed, 106 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 0b6d43f6..53a0bc45 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,26 @@
+2023-04-13 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Comma Separated Fields): Further revise the prose
+ and sidebar for discussion of CR-LF embedded in the record, and
+ as the record terminator. Update the sidebar as well that
+ standalone CRs are not modified.
+ * wordlist: Updated.
+
+2023-04-10 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (To CSV Function): Fix a typo in the code.
+ Thanks to Andrew Schorr for the catch.
+
+2023-04-07 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (To CSV Function): New section.
+
+2023-04-06 Andrew J. Schorr <aschorr@telemetry-investments.com>
+
+ * gawktexi.in (Carriage-Return--Line-Feed Line Endings In CSV Files):
+ Revise to explain that carriage-returns will be included in RT
+ when they appear just before a line-feed.
+
2023-04-04 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in (Controlling Scanning): Fix the logic in the example.
@@ -8,12 +31,18 @@
* gawktexi.in (Dynamic Typing): Small formatting fix.
Add an index entry.
+ * gawktexi.in (Comma Separated Fields): Additonal small
+ formatting changes.
2023-03-29 Arnold D. Robbins <arnold@skeeve.com>
* texinfo.tex: Sync from Texinfo.
* gawktexi.in (Dynamic Typing): Add a quote.
(Common Extensions): Sort the table entries, sort of.
+ * gawktexi.in: Several fixes related to CSV; thanks to
+ Antonio Columbo. Note that `nawk' is BWK awk.
+ (Common Extensions): Add entries to the table for \u and
+ CSV support.
2023-03-26 Arnold D. Robbins <arnold@skeeve.com>
@@ -21,6 +50,23 @@
* gawktexi.in (Dynamic Typing): Add more explanation and another
example.
+2023-03-23 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Escape Sequences): Document \u.
+ (Feature History): Ditto.
+ * awkcard.in: Add \u to list of escape sequences.
+
+2023-03-23 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in: Considerable work syncing the doc on CSV parsing
+ with changes in the code. Still stuff to do, maked with FIXMEs.
+ * wordlist, wordlist3: Updated.
+
+2023-03-19 Arnold D. Robbins <arnold@skeeve.com>
+
+ * awkcard.in: Document -k/--csv.
+ * gawk.1: Ditto, add short section on CSV handling.
+
2023-03-09 Arnold D. Robbins <arnold@skeeve.com>
* gawkworkflow.texi (UPDATE-MONTH, EDITION): Updated.
@@ -66,6 +112,20 @@
* gawktexi.in (Feature History): Add note about nonfatal I/O.
+2023-02-15 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (EDITION): Bump to 5.3. Thanks to Antonio
+ Columbo for the suggestion.
+
+2023-02-10 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Noflush): New section.
+ Update modified date, version and patchlevel.
+
+2023-02-09 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Feature History): Clean up the entry for
+ version 5.3.
2023-02-05 Arnold D. Robbins <arnold@skeeve.com>
* texinfo.tex: Update from GNULIB. Only change is to remove
@@ -73,6 +133,11 @@
2023-02-02 Arnold D. Robbins <arnold@skeeve.com>
+ * gawktexi.in (Feature History): Document CSV parsing
+ and PROCINFO["pma"].
+
+2023-02-02 Arnold D. Robbins <arnold@skeeve.com>
+
* gawktexi.in (Getopt Function): Fix for parsing long
options; first option if it took an argument didn't work.
Thanks to Przemek Kitszel <przemyslaw.kitszel@intel.com>
@@ -113,6 +178,12 @@
2022-12-11 Arnold D. Robbins <arnold@skeeve.com>
+ * main.c (Auto-set): Remove documentation "mb_cur_max" and "utf8"
+ entries in PROCINFO, they're not of any real use.
+ (Feature History): Ditto.
+
+2022-12-11 Arnold D. Robbins <arnold@skeeve.com>
+
* gawktexi.in (Auto-set): Document PROCINFO["pma"].
(Feature History): Ditto.
And per Antonio Colombo, make sample output of --version
@@ -128,6 +199,11 @@
* gawktexi.in (Persistent Memory): Document that using / not using
-M across invocations doesn't work and issues a fatal error message.
+2022-12-01 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Feature History): Document removal of use of
+ libsigsegv.
+
2022-11-17 Arnold D. Robbins <arnold@skeeve.com>
* 5.2.1: Release tar ball made.
@@ -148,11 +224,23 @@
2022-11-14 Arnold D. Robbins <arnold@skeeve.com>
- * gawktexi.in: Typo fix.
+ * gawktexi.in: Typo fix. Additional index entries for FS as ",",
+ thanks to Antonio Colombo for the suggestion.
2022-11-13 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in (Other Versions): Add info on awkcc.
+ * gawktexi.in (Feature History): Document "mb_cur_max" and "utf8"
+ elements in PROCINFO.
+
+2022-11-12 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Comma Separated Fields): Add indexing. Expand text
+ some, particular that newlines can't be embedded.
+ (Splitting By Content): Additional text that FS = "," obsoletes
+ the example.
+ * wordlist: Updated.
+ * awkcard.in: Typo fix: CVS --> CSV.
2022-11-06 Arnold D. Robbins <arnold@skeeve.com>
@@ -212,6 +300,23 @@
* gawkinet.texi: Fix update date and version.
+2022-09-01 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in(String Functions): Document "," as separator
+ for split().
+
+2022-08-31 Arnold D. Robbins <arnold@skeeve.com>
+
+ * awkcard.in: Add a sentence on FS = "," to the reference card.
+
+2022-08-30 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Comma Separated Fields): New node on CSV parsing.
+ (Field Splitting Summary): Add entry about FS = ",".
+
+ Note to self, FS = "," invalidates earlier examples in the
+ manual. Dang!!!
+
2022-08-25 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in (Bug definition): Add a note about fuzzers.