[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/bwk-csv, updated. gawk-4.1.0-4899-g41786c26
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, feature/bwk-csv, updated. gawk-4.1.0-4899-g41786c26 |
Date: |
Wed, 31 Aug 2022 06:10:58 -0400 (EDT) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, feature/bwk-csv has been updated
via 41786c261ea5ea4d7d5366ebe1a39a7276bf4cc2 (commit)
from 5ac109c8c0f0fdee75fd3d6982a60e8cf2802f7c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=41786c261ea5ea4d7d5366ebe1a39a7276bf4cc2
commit 41786c261ea5ea4d7d5366ebe1a39a7276bf4cc2
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Wed Aug 31 13:10:37 2022 +0300
Document FS = "," in the reference card.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 7977f42c..ae43f512 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+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.
diff --git a/doc/awkcard.in b/doc/awkcard.in
index 5c68cb5b..cd3e0db1 100644
--- a/doc/awkcard.in
+++ b/doc/awkcard.in
@@ -1026,6 +1026,8 @@ is a single space, fields are separated
by runs of spaces and/or tabs
and/or newlines.
Leading and trailing whitespace are ignored.
+\*(CLIn the second special case that \*(FCFS\fP is a comma,
+then CVS-splitting is done.\*(CD
\*(CBThe value of \*(FCIGNORECASE\fP
also affects how fields are split when
\*(FCFS\fP is a regular expression.\*(CD
-----------------------------------------------------------------------
Summary of changes:
doc/ChangeLog | 4 ++++
doc/awkcard.in | 2 ++
2 files changed, 6 insertions(+)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, feature/bwk-csv, updated. gawk-4.1.0-4899-g41786c26,
Arnold Robbins <=