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-5208-g4980a6f4


From: Arnold Robbins
Subject: [SCM] gawk branch, master, updated. gawk-4.1.0-5208-g4980a6f4
Date: Sun, 26 Mar 2023 05:29:43 -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, master has been updated
       via  4980a6f43dbb6816d999e174e982ea6dd1b2d579 (commit)
      from  7c3d6dd8a5fd5600b8af335656fbfcf29d40d2f6 (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=4980a6f43dbb6816d999e174e982ea6dd1b2d579

commit 4980a6f43dbb6816d999e174e982ea6dd1b2d579
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Sun Mar 26 12:29:30 2023 +0300

    Update NEWS file.

diff --git a/ChangeLog b/ChangeLog
index 7a9017aa..19cb690b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2023-03-26         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * NEWS: Updated.
+
 2023-03-24         Arnold D. Robbins     <arnold@skeeve.com>
 
        Add support for \u escape sequence.
diff --git a/NEWS b/NEWS
index caff0830..cd8a3ca1 100644
--- a/NEWS
+++ b/NEWS
@@ -13,13 +13,18 @@ Changes from 5.2.2 to 5.3.0
 
 2. In keeping with new features in BWK awk, gawk now has built-in
    CSV file parsing. The behavior is intended to be identical to
-   that of the "One True AWK", when FS = "," is applied. See the
+   that of the "One True AWK", when --csv is applied. See the
    manual for details.
 
 3. If PROCINFO["BUFFERPIPE"] exists, then pipe output is buffered.
    You can also use PROCINFO["command", "BUFFERPIPE"]. See the manual
    for details.
 
+4. Also in keeping with BWK awk, gawk now supports a new \u escape
+   sequence. This should be followed by 1-8 hexadecimal digits. The
+   given code point is converted to its corresponding multibyte encoding
+   for storage inside gawk. See the manual.
+
 Changes from 5.2.1 to 5.2.2
 ---------------------------
 

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

Summary of changes:
 ChangeLog | 4 ++++
 NEWS      | 7 ++++++-
 2 files changed, 10 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
gawk



reply via email to

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