gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] gawk branch, master, updated. gawk-4.1.0-5041-gf97cbc1c


From: Arnold Robbins
Subject: [SCM] gawk branch, master, updated. gawk-4.1.0-5041-gf97cbc1c
Date: Mon, 14 Nov 2022 15:08:52 -0500 (EST)

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, master has been updated
       via  f97cbc1cc2e42c14cd00444118ff53df9883dc0b (commit)
      from  52a9916e58325915cb147ac899398527f12c3e1a (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=f97cbc1cc2e42c14cd00444118ff53df9883dc0b

commit f97cbc1cc2e42c14cd00444118ff53df9883dc0b
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Mon Nov 14 22:08:27 2022 +0200

    Additional indexing.

diff --git a/doc/ChangeLog b/doc/ChangeLog
index 48dfd2c8..51459a34 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,6 +1,7 @@
 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>
 
diff --git a/doc/gawk.info b/doc/gawk.info
index 8efd4ae5..71822f94 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -37470,6 +37470,10 @@ Index
                                                               (line  58)
 * FS variable, null string as:           Single Character Fields.
                                                               (line  20)
+* FS variable, character "," as:         Comma Separated Fields.
+                                                              (line   6)
+* FS variable, parsing CSV files:        Comma Separated Fields.
+                                                              (line   6)
 * FS variable, setting from command line: Command Line Field Separator.
                                                               (line   6)
 * FS variable, in multiline records:     Multiple Line.       (line  41)
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 754ab30d..4e5b49fa 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -8030,6 +8030,8 @@ behaves this way.
 
 @cindex comma separated values (CSV) data @subentry parsing with @code{FS}
 @cindex CSV (comma separated values) data @subentry parsing with @code{FS}
+@cindex @code{FS} variable @subentry character "," as
+@cindex @code{FS} variable @subentry parsing CSV files
 Many commonly-used tools use a comma to separate fields, instead of whitespace.
 This is particularly true of popular spreadsheet programs.  There is no
 universally accepted standard for the format of these files, although
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index f90ed18b..bd8b3707 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -7595,6 +7595,8 @@ behaves this way.
 
 @cindex comma separated values (CSV) data @subentry parsing with @code{FS}
 @cindex CSV (comma separated values) data @subentry parsing with @code{FS}
+@cindex @code{FS} variable @subentry character "," as
+@cindex @code{FS} variable @subentry parsing CSV files
 Many commonly-used tools use a comma to separate fields, instead of whitespace.
 This is particularly true of popular spreadsheet programs.  There is no
 universally accepted standard for the format of these files, although

-----------------------------------------------------------------------

Summary of changes:
 doc/ChangeLog   | 3 ++-
 doc/gawk.info   | 4 ++++
 doc/gawk.texi   | 2 ++
 doc/gawktexi.in | 2 ++
 4 files changed, 10 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]