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-5376-g55111e81


From: Arnold Robbins
Subject: [SCM] gawk branch, master, updated. gawk-4.1.0-5376-g55111e81
Date: Mon, 16 Oct 2023 09:52:49 -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  55111e81288a740ef7e7f904ff8fd6b80982f41f (commit)
       via  48aafe1afb554524310a0ec8cb56443dbd70d300 (commit)
       via  57d1eb1d4e1ad406cf20c600b31c6a269609c7f2 (commit)
      from  faf325093ec816105f7ccdfbcae169e213aa9fd4 (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=55111e81288a740ef7e7f904ff8fd6b80982f41f

commit 55111e81288a740ef7e7f904ff8fd6b80982f41f
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Mon Oct 16 16:52:28 2023 +0300

    Add some items to TODO.

diff --git a/TODO b/TODO
index f556787c..242f5b9a 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-Thu 24 Nov 2022 12:37:30 EST
+Mon 16 Oct 2023 16:48:39 IDT
 ============================
 
 There were too many files tracking different thoughts and ideas for
@@ -45,6 +45,12 @@ Minor Cleanups and Code Improvements
 
        Go through the FIXMEs in the manual and fix as many as possible.
 
+       In the test suite, don't run locale tests if the locale aren't
+       available.
+
+       In the test suite, use grep -E if no egrep or egrep produces
+       a warning.
+
 Minor New Features
 ------------------
 

http://git.sv.gnu.org/cgit/gawk.git/commit/?id=48aafe1afb554524310a0ec8cb56443dbd70d300

commit 48aafe1afb554524310a0ec8cb56443dbd70d300
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Mon Oct 16 16:52:16 2023 +0300

    Next test tarball.

diff --git a/configure b/configure
index 076ee146..955cc723 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.71 for GNU Awk 5.2.61.
+# Generated by GNU Autoconf 2.71 for GNU Awk 5.2.62.
 #
 # Report bugs to <bug-gawk@gnu.org>.
 #
@@ -611,8 +611,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='GNU Awk'
 PACKAGE_TARNAME='gawk'
-PACKAGE_VERSION='5.2.61'
-PACKAGE_STRING='GNU Awk 5.2.61'
+PACKAGE_VERSION='5.2.62'
+PACKAGE_STRING='GNU Awk 5.2.62'
 PACKAGE_BUGREPORT='bug-gawk@gnu.org'
 PACKAGE_URL='https://www.gnu.org/software/gawk/'
 
@@ -1369,7 +1369,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures GNU Awk 5.2.61 to adapt to many kinds of systems.
+\`configure' configures GNU Awk 5.2.62 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1440,7 +1440,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GNU Awk 5.2.61:";;
+     short | recursive ) echo "Configuration of GNU Awk 5.2.62:";;
    esac
   cat <<\_ACEOF
 
@@ -1563,7 +1563,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-GNU Awk configure 5.2.61
+GNU Awk configure 5.2.62
 generated by GNU Autoconf 2.71
 
 Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2220,7 +2220,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by GNU Awk $as_me 5.2.61, which was
+It was created by GNU Awk $as_me 5.2.62, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   $ $0$ac_configure_args_raw
@@ -3515,7 +3515,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='gawk'
- VERSION='5.2.61'
+ VERSION='5.2.62'
 
 
 printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -13796,7 +13796,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by GNU Awk $as_me 5.2.61, which was
+This file was extended by GNU Awk $as_me 5.2.62, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -13866,7 +13866,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | 
sed "s/^ //; s/'/'\\\\\\\\
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config='$ac_cs_config_escaped'
 ac_cs_version="\\
-GNU Awk config.status 5.2.61
+GNU Awk config.status 5.2.62
 configured by $0, generated by GNU Autoconf 2.71,
   with options \\"\$ac_cs_config\\"
 
diff --git a/configure.ac b/configure.ac
index cda9ae62..11c2b4c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ dnl
 
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([GNU Awk],[5.2.61],[bug-gawk@gnu.org],[gawk])
+AC_INIT([GNU Awk],[5.2.62],[bug-gawk@gnu.org],[gawk])
 
 # This is a hack. Different versions of install on different systems
 # are just too different. Chuck it and use install-sh.
diff --git a/pc/ChangeLog b/pc/ChangeLog
index 9efa8635..4aae5dad 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,7 @@
+2023-10-15         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * config.h: Regenerated.
+
 2023-10-13         Arnold D. Robbins     <arnold@skeeve.com>
 
        * Makefile.tst: Regenerated.
diff --git a/pc/config.h b/pc/config.h
index 0f3c9ba8..a56f7371 100644
--- a/pc/config.h
+++ b/pc/config.h
@@ -367,7 +367,7 @@
 #define PACKAGE_NAME "GNU Awk"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GNU Awk 5.2.61"
+#define PACKAGE_STRING "GNU Awk 5.2.62"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "gawk"
@@ -376,7 +376,7 @@
 #define PACKAGE_URL "http://www.gnu.org/software/gawk/";
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "5.2.61"
+#define PACKAGE_VERSION "5.2.62"
 
 /* Define to 1 if *printf supports %a format */
 #define PRINTF_HAS_A_FORMAT 1
@@ -504,7 +504,7 @@
 
 
 /* Version number of package */
-#define VERSION "5.2.61"
+#define VERSION "5.2.62"
 
 /* Number of bits in a file offset, on hosts where this is settable. */
 #undef _FILE_OFFSET_BITS
diff --git a/po/bg.po b/po/bg.po
index 29a57ddc..07cb8ced 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gawk-5.2.1b\n"
 "Report-Msgid-Bugs-To: bug-gawk@gnu.org\n"
-"POT-Creation-Date: 2023-10-04 19:34+0300\n"
+"POT-Creation-Date: 2023-10-15 07:13+0300\n"
 "PO-Revision-Date: 2023-04-14 16:44+0300\n"
 "Last-Translator: Alexander Shopov <ash@kambanaria.org>\n"
 "Language-Team: Bulgarian <dict@ludost.net>\n"
@@ -3688,30 +3688,30 @@ msgstr ""
 "шестнайсетичното екраниране „\\x%.*s“ на %d 
знаци, най-вероятно ще се "
 "интерпретира по начин различен от това, 
което очаквате"
 
-#: node.c:690
+#: node.c:692
 #, fuzzy
 #| msgid "POSIX does not allow `\\x' escapes"
 msgid "POSIX does not allow `\\u' escapes"
 msgstr "POSIX не позволява екраниране „\\x“"
 
-#: node.c:698
+#: node.c:700
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
 msgid "no hex digits in `\\u' escape sequence"
 msgstr "в екранираната последователност „\\x“ 
липсват шестнайсетични цифри"
 
-#: node.c:722
+#: node.c:728
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
-msgid "invalid \\u' escape sequence"
+msgid "invalid `\\u' escape sequence"
 msgstr "в екранираната последователност „\\x“ 
липсват шестнайсетични цифри"
 
-#: node.c:744
+#: node.c:750
 #, c-format
 msgid "escape sequence `\\%c' treated as plain `%c'"
 msgstr "екранираната последователност „\\%c“ 
ще се обработи просто като „%c“"
 
-#: node.c:884
+#: node.c:890
 msgid ""
 "Invalid multibyte data detected. There may be a mismatch between your data "
 "and your locale"
diff --git a/po/ca.po b/po/ca.po
index 7678cfa8..e7a6be17 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gawk 4.1.3h\n"
 "Report-Msgid-Bugs-To: bug-gawk@gnu.org\n"
-"POT-Creation-Date: 2023-10-04 19:34+0300\n"
+"POT-Creation-Date: 2023-10-15 07:13+0300\n"
 "PO-Revision-Date: 2016-12-18 19:51+0100\n"
 "Last-Translator: Walter Garcia-Fontes <walter.garcia@upf.edu>\n"
 "Language-Team: Catalan <ca@dodds.net>\n"
@@ -3820,30 +3820,30 @@ msgstr ""
 "probablement no s'han interpretat els caràcters hex escape \\x%.*s of %d de "
 "la manera que esperàveu"
 
-#: node.c:690
+#: node.c:692
 #, fuzzy
 #| msgid "POSIX does not allow `\\x' escapes"
 msgid "POSIX does not allow `\\u' escapes"
 msgstr "POSIX no permet seqüències d'escapada `\\x'"
 
-#: node.c:698
+#: node.c:700
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
 msgid "no hex digits in `\\u' escape sequence"
 msgstr "no hi ha dígits hexadecimals en la seqüència d'escapada `\\x'"
 
-#: node.c:722
+#: node.c:728
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
-msgid "invalid \\u' escape sequence"
+msgid "invalid `\\u' escape sequence"
 msgstr "no hi ha dígits hexadecimals en la seqüència d'escapada `\\x'"
 
-#: node.c:744
+#: node.c:750
 #, c-format
 msgid "escape sequence `\\%c' treated as plain `%c'"
 msgstr "la seqüència d'escapada `\\%c' és tractada com a una simple `%c'"
 
-#: node.c:884
+#: node.c:890
 #, fuzzy
 #| msgid ""
 #| "Invalid multibyte data detected. There may be a mismatch between your "
diff --git a/po/da.po b/po/da.po
index b0489b21..89251af4 100644
--- a/po/da.po
+++ b/po/da.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gawk 4.1.1d\n"
 "Report-Msgid-Bugs-To: bug-gawk@gnu.org\n"
-"POT-Creation-Date: 2023-10-04 19:34+0300\n"
+"POT-Creation-Date: 2023-10-15 07:13+0300\n"
 "PO-Revision-Date: 2015-05-18 12:37+0200\n"
 "Last-Translator: Keld Simonsen <keld@keldix.com>\n"
 "Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
@@ -3583,30 +3583,30 @@ msgstr ""
 "den heksadecimale sekvens \\x%.*s på %d tegn nok ikke forstået som du "
 "forventer det"
 
-#: node.c:690
+#: node.c:692
 #, fuzzy
 #| msgid "POSIX does not allow `\\x' escapes"
 msgid "POSIX does not allow `\\u' escapes"
 msgstr "POSIX tillader ikke '\\x'-kontrolsekvenser"
 
-#: node.c:698
+#: node.c:700
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
 msgid "no hex digits in `\\u' escape sequence"
 msgstr "ingen heksadecimale cifre i '\\x'-kontrolsekvenser"
 
-#: node.c:722
+#: node.c:728
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
-msgid "invalid \\u' escape sequence"
+msgid "invalid `\\u' escape sequence"
 msgstr "ingen heksadecimale cifre i '\\x'-kontrolsekvenser"
 
-#: node.c:744
+#: node.c:750
 #, c-format
 msgid "escape sequence `\\%c' treated as plain `%c'"
 msgstr "kontrolsekvensen '\\%c' behandlet som kun '%c'"
 
-#: node.c:884
+#: node.c:890
 #, fuzzy
 #| msgid ""
 #| "Invalid multibyte data detected. There may be a mismatch between your "
diff --git a/po/de.po b/po/de.po
index 96a79606..a8ade2e4 100644
--- a/po/de.po
+++ b/po/de.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gawk 5.2.1b\n"
 "Report-Msgid-Bugs-To: bug-gawk@gnu.org\n"
-"POT-Creation-Date: 2023-10-04 19:34+0300\n"
+"POT-Creation-Date: 2023-10-15 07:13+0300\n"
 "PO-Revision-Date: 2023-04-14 18:44+0200\n"
 "Last-Translator: Roland Illig <roland.illig@gmx.de>\n"
 "Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
@@ -3709,30 +3709,30 @@ msgstr ""
 "Die Hex-Sequenz \\x%.*s aus %d Zeichen wird wahrscheinlich nicht wie "
 "gewünscht interpretiert"
 
-#: node.c:690
+#: node.c:692
 #, fuzzy
 #| msgid "POSIX does not allow `\\x' escapes"
 msgid "POSIX does not allow `\\u' escapes"
 msgstr "POSIX erlaubt keine »\\x«-Escapes"
 
-#: node.c:698
+#: node.c:700
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
 msgid "no hex digits in `\\u' escape sequence"
 msgstr "In der »\\x«-Escapesequenz sind keine hexadezimalen Zahlen"
 
-#: node.c:722
+#: node.c:728
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
-msgid "invalid \\u' escape sequence"
+msgid "invalid `\\u' escape sequence"
 msgstr "In der »\\x«-Escapesequenz sind keine hexadezimalen Zahlen"
 
-#: node.c:744
+#: node.c:750
 #, c-format
 msgid "escape sequence `\\%c' treated as plain `%c'"
 msgstr "Escapesequenz »\\%c« wird wie ein normales »%c« behandelt"
 
-#: node.c:884
+#: node.c:890
 msgid ""
 "Invalid multibyte data detected. There may be a mismatch between your data "
 "and your locale"
diff --git a/po/es.po b/po/es.po
index 17fd6026..92835faf 100644
--- a/po/es.po
+++ b/po/es.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gawk 5.2.1b\n"
 "Report-Msgid-Bugs-To: bug-gawk@gnu.org\n"
-"POT-Creation-Date: 2023-10-04 19:34+0300\n"
+"POT-Creation-Date: 2023-10-15 07:13+0300\n"
 "PO-Revision-Date: 2023-04-14 09:42-0600\n"
 "Last-Translator: Cristian Othón Martínez Vera <cfuga@cfuga.mx>\n"
 "Language-Team: Spanish <es@tp.org.es>\n"
@@ -3677,30 +3677,30 @@ msgstr ""
 "escape hexadecimal \\x%.*s de %d caracteres tal vez no se interprete de la "
 "forma esperada"
 
-#: node.c:690
+#: node.c:692
 #, fuzzy
 #| msgid "POSIX does not allow `\\x' escapes"
 msgid "POSIX does not allow `\\u' escapes"
 msgstr "POSIX no permite `\\x' como escapes"
 
-#: node.c:698
+#: node.c:700
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
 msgid "no hex digits in `\\u' escape sequence"
 msgstr "no hay dígitos hexadecimales en `\\x' como secuencia de escape"
 
-#: node.c:722
+#: node.c:728
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
-msgid "invalid \\u' escape sequence"
+msgid "invalid `\\u' escape sequence"
 msgstr "no hay dígitos hexadecimales en `\\x' como secuencia de escape"
 
-#: node.c:744
+#: node.c:750
 #, c-format
 msgid "escape sequence `\\%c' treated as plain `%c'"
 msgstr "la secuencia de escape `\\%c' tratada como una simple `%c'"
 
-#: node.c:884
+#: node.c:890
 msgid ""
 "Invalid multibyte data detected. There may be a mismatch between your data "
 "and your locale"
diff --git a/po/fi.po b/po/fi.po
index b113ce9a..3d110ec0 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gawk 4.1.62\n"
 "Report-Msgid-Bugs-To: bug-gawk@gnu.org\n"
-"POT-Creation-Date: 2023-10-04 19:34+0300\n"
+"POT-Creation-Date: 2023-10-15 07:13+0300\n"
 "PO-Revision-Date: 2017-08-19 12:18+0300\n"
 "Last-Translator: Jorma Karvonen <karvonen.jorma@gmail.com>\n"
 "Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
@@ -3800,30 +3800,30 @@ msgstr ""
 "heksadesimaalikoodinvaihtomerkkejä \\x%.*s / %d ei ole luultavasti tulkittu "
 "sillä tavalla kuin odotat"
 
-#: node.c:690
+#: node.c:692
 #, fuzzy
 #| msgid "POSIX does not allow `\\x' escapes"
 msgid "POSIX does not allow `\\u' escapes"
 msgstr "POSIX ei salli ”\\x”-koodinvaihtoja"
 
-#: node.c:698
+#: node.c:700
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
 msgid "no hex digits in `\\u' escape sequence"
 msgstr "ei heksadesimaalilukuja ”\\x”-koodinvaihtosekvenssissä"
 
-#: node.c:722
+#: node.c:728
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
-msgid "invalid \\u' escape sequence"
+msgid "invalid `\\u' escape sequence"
 msgstr "ei heksadesimaalilukuja ”\\x”-koodinvaihtosekvenssissä"
 
-#: node.c:744
+#: node.c:750
 #, c-format
 msgid "escape sequence `\\%c' treated as plain `%c'"
 msgstr "koodinvaihtosekvenssi ”\\%c” käsitelty kuin pelkkä ”%c”"
 
-#: node.c:884
+#: node.c:890
 #, fuzzy
 #| msgid ""
 #| "Invalid multibyte data detected. There may be a mismatch between your "
diff --git a/po/fr.po b/po/fr.po
index 027ee3bb..555db6e8 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gawk 5.2.1b\n"
 "Report-Msgid-Bugs-To: bug-gawk@gnu.org\n"
-"POT-Creation-Date: 2023-10-04 19:34+0300\n"
+"POT-Creation-Date: 2023-10-15 07:13+0300\n"
 "PO-Revision-Date: 2023-04-14 18:49+0200\n"
 "Last-Translator: Jean-Philippe Guérard <jean-philippe.guerard@corbeaunoir."
 "org>\n"
@@ -3652,30 +3652,30 @@ msgstr ""
 "la séquence d'échappement hexa. \\x%.*s de %d caractères ne sera "
 "probablement pas interprétée comme vous l'imaginez"
 
-#: node.c:690
+#: node.c:692
 #, fuzzy
 #| msgid "POSIX does not allow `\\x' escapes"
 msgid "POSIX does not allow `\\u' escapes"
 msgstr "POSIX n'autorise pas les séquences d'échappement « \\x »"
 
-#: node.c:698
+#: node.c:700
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
 msgid "no hex digits in `\\u' escape sequence"
 msgstr "aucun chiffre hexadécimal dans la séquence d'échappement « \\x 
» "
 
-#: node.c:722
+#: node.c:728
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
-msgid "invalid \\u' escape sequence"
+msgid "invalid `\\u' escape sequence"
 msgstr "aucun chiffre hexadécimal dans la séquence d'échappement « \\x 
» "
 
-#: node.c:744
+#: node.c:750
 #, c-format
 msgid "escape sequence `\\%c' treated as plain `%c'"
 msgstr "séquence d'échappement « \\%c » traitée comme un simple « %c 
»"
 
-#: node.c:884
+#: node.c:890
 msgid ""
 "Invalid multibyte data detected. There may be a mismatch between your data "
 "and your locale"
diff --git a/po/gawk.pot b/po/gawk.pot
index 1044a413..2d22b33b 100644
--- a/po/gawk.pot
+++ b/po/gawk.pot
@@ -6,9 +6,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: GNU gawk 5.2.61\n"
+"Project-Id-Version: GNU gawk 5.2.62\n"
 "Report-Msgid-Bugs-To: bug-gawk@gnu.org\n"
-"POT-Creation-Date: 2023-10-04 19:34+0300\n"
+"POT-Creation-Date: 2023-10-15 07:13+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3417,24 +3417,24 @@ msgid ""
 "expect"
 msgstr ""
 
-#: node.c:690
+#: node.c:692
 msgid "POSIX does not allow `\\u' escapes"
 msgstr ""
 
-#: node.c:698
+#: node.c:700
 msgid "no hex digits in `\\u' escape sequence"
 msgstr ""
 
-#: node.c:722
-msgid "invalid \\u' escape sequence"
+#: node.c:728
+msgid "invalid `\\u' escape sequence"
 msgstr ""
 
-#: node.c:744
+#: node.c:750
 #, c-format
 msgid "escape sequence `\\%c' treated as plain `%c'"
 msgstr ""
 
-#: node.c:884
+#: node.c:890
 msgid ""
 "Invalid multibyte data detected. There may be a mismatch between your data "
 "and your locale"
diff --git a/po/id.po b/po/id.po
index b689cd66..3cfc764a 100644
--- a/po/id.po
+++ b/po/id.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gawk 4.1.0b\n"
 "Report-Msgid-Bugs-To: bug-gawk@gnu.org\n"
-"POT-Creation-Date: 2023-10-04 19:34+0300\n"
+"POT-Creation-Date: 2023-10-15 07:13+0300\n"
 "PO-Revision-Date: 2014-08-03 07:30+0700\n"
 "Last-Translator: Arif E. Nugroho <arif_endro@yahoo.com>\n"
 "Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"
@@ -3714,30 +3714,30 @@ msgstr ""
 "hex escape \\x%.*s dari karakter %d mungkin tidak dapat diinterpretrasikan "
 "seperti yang anda kira"
 
-#: node.c:690
+#: node.c:692
 #, fuzzy
 #| msgid "POSIX does not allow `\\x' escapes"
 msgid "POSIX does not allow `\\u' escapes"
 msgstr "POSIX tidak mengijinkan escapes `\\x'"
 
-#: node.c:698
+#: node.c:700
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
 msgid "no hex digits in `\\u' escape sequence"
 msgstr "tidak ada digit heksa dalam escape sequence `\\x'"
 
-#: node.c:722
+#: node.c:728
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
-msgid "invalid \\u' escape sequence"
+msgid "invalid `\\u' escape sequence"
 msgstr "tidak ada digit heksa dalam escape sequence `\\x'"
 
-#: node.c:744
+#: node.c:750
 #, c-format
 msgid "escape sequence `\\%c' treated as plain `%c'"
 msgstr "escape sequence `\\%c' diperlakukan sebagai plain `%c'"
 
-#: node.c:884
+#: node.c:890
 #, fuzzy
 #| msgid ""
 #| "Invalid multibyte data detected. There may be a mismatch between your "
diff --git a/po/it.gmo b/po/it.gmo
index 729eb880..a8f73639 100644
Binary files a/po/it.gmo and b/po/it.gmo differ
diff --git a/po/it.po b/po/it.po
index 2e2d4c27..99e8cc75 100644
--- a/po/it.po
+++ b/po/it.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: GNU Awk 5.2.1, API: 3.0\n"
 "Report-Msgid-Bugs-To: bug-gawk@gnu.org\n"
-"POT-Creation-Date: 2023-10-09 09:35+0200\n"
+"POT-Creation-Date: 2023-10-15 07:13+0300\n"
 "PO-Revision-Date: 2023-10-09 09:41+0100\n"
 "Last-Translator: Antonio Colombo <azc100@gmail.com>\n"
 "Language-Team: Italian <it@li.org>\n"
@@ -3620,24 +3620,24 @@ msgstr ""
 "sequenza di escape esadec.\\x%.*s di %d caratteri probabilmente non "
 "interpretata nel modo previsto"
 
-#: node.c:690
+#: node.c:692
 msgid "POSIX does not allow `\\u' escapes"
 msgstr "POSIX non consente escape `\\u'"
 
-#: node.c:698
+#: node.c:700
 msgid "no hex digits in `\\u' escape sequence"
 msgstr "niente cifre esadecimali nella sequenza di protezione `\\u'"
 
-#: node.c:722
+#: node.c:728
 msgid "invalid `\\u' escape sequence"
 msgstr "sequenza di protezione `\\u' non valida"
 
-#: node.c:744
+#: node.c:750
 #, c-format
 msgid "escape sequence `\\%c' treated as plain `%c'"
 msgstr "sequenza di protezione `\\%c' considerata come semplice `%c'"
 
-#: node.c:884
+#: node.c:890
 msgid ""
 "Invalid multibyte data detected. There may be a mismatch between your data "
 "and your locale"
@@ -3811,6 +3811,7 @@ msgid "stray \\ before white space"
 msgstr "\\ disperso prima di uno spazio bianco"
 
 #: support/dfa.c:1596
+#, c-format
 msgid "stray \\ before %s"
 msgstr "\\ disperso prima di %s"
 
diff --git a/po/ja.po b/po/ja.po
index 2659e7f8..32bd97ad 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gawk 4.1.0b\n"
 "Report-Msgid-Bugs-To: bug-gawk@gnu.org\n"
-"POT-Creation-Date: 2023-10-04 19:34+0300\n"
+"POT-Creation-Date: 2023-10-15 07:13+0300\n"
 "PO-Revision-Date: 2014-11-07 12:26+0000\n"
 "Last-Translator: Yasuaki Taniguchi <yasuakit@gmail.com>\n"
 "Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
@@ -3567,30 +3567,30 @@ msgstr ""
 "十六進エスケープ \\x%.*s (%d 文字) 
はおそらく予期したようには解釈されないで"
 "しょう"
 
-#: node.c:690
+#: node.c:692
 #, fuzzy
 #| msgid "POSIX does not allow `\\x' escapes"
 msgid "POSIX does not allow `\\u' escapes"
 msgstr "POSIX では `\\x' エスケープは許可されていません"
 
-#: node.c:698
+#: node.c:700
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
 msgid "no hex digits in `\\u' escape sequence"
 msgstr "`\\x' エスケープシーケンスに十六進数がありません"
 
-#: node.c:722
+#: node.c:728
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
-msgid "invalid \\u' escape sequence"
+msgid "invalid `\\u' escape sequence"
 msgstr "`\\x' エスケープシーケンスに十六進数がありません"
 
-#: node.c:744
+#: node.c:750
 #, c-format
 msgid "escape sequence `\\%c' treated as plain `%c'"
 msgstr "エスケープシーケンス `\\%c' は `%c' 
と同等に扱われます"
 
-#: node.c:884
+#: node.c:890
 #, fuzzy
 #| msgid ""
 #| "Invalid multibyte data detected. There may be a mismatch between your "
diff --git a/po/ko.po b/po/ko.po
index 70d07a46..cf863255 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gawk 5.2.1b\n"
 "Report-Msgid-Bugs-To: bug-gawk@gnu.org\n"
-"POT-Creation-Date: 2023-10-04 19:34+0300\n"
+"POT-Creation-Date: 2023-10-15 07:13+0300\n"
 "PO-Revision-Date: 2023-04-14 23:22+0900\n"
 "Last-Translator: Seong-ho Cho <darkcircle.0426@gmail.com>\n"
 "Language-Team: Korean <translation-team-ko@googlegroups.com>\n"
@@ -3559,30 +3559,30 @@ msgstr ""
 "\\x%.*s 16진수 이스케이프(%d번째 문자)를 원하는 방식대로 
해석하지 않았을 수"
 "도 있습니다"
 
-#: node.c:690
+#: node.c:692
 #, fuzzy
 #| msgid "POSIX does not allow `\\x' escapes"
 msgid "POSIX does not allow `\\u' escapes"
 msgstr "POSIX에서 `\\x' 이스케이프를 허용하지 않습니다"
 
-#: node.c:698
+#: node.c:700
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
 msgid "no hex digits in `\\u' escape sequence"
 msgstr "`\\x' 이스케이프 시퀀스에 16진수가 없습니다"
 
-#: node.c:722
+#: node.c:728
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
-msgid "invalid \\u' escape sequence"
+msgid "invalid `\\u' escape sequence"
 msgstr "`\\x' 이스케이프 시퀀스에 16진수가 없습니다"
 
-#: node.c:744
+#: node.c:750
 #, c-format
 msgid "escape sequence `\\%c' treated as plain `%c'"
 msgstr "`\\%c' 이스케이프 시퀀스는 일반 `%c' 문자처럼 
취급합니다"
 
-#: node.c:884
+#: node.c:890
 msgid ""
 "Invalid multibyte data detected. There may be a mismatch between your data "
 "and your locale"
diff --git a/po/ms.po b/po/ms.po
index 3717ce72..6a30ad68 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gawk 4.0.75\n"
 "Report-Msgid-Bugs-To: bug-gawk@gnu.org\n"
-"POT-Creation-Date: 2023-10-04 19:34+0300\n"
+"POT-Creation-Date: 2023-10-15 07:13+0300\n"
 "PO-Revision-Date: 2013-04-19 10:45+0800\n"
 "Last-Translator: Sharuzzaman Ahmat Raslan <sharuzzaman@gmail.com>\n"
 "Language-Team: Malay <translation-team-ms@lists.sourceforge.net>\n"
@@ -3424,24 +3424,24 @@ msgid ""
 "expect"
 msgstr ""
 
-#: node.c:690
+#: node.c:692
 msgid "POSIX does not allow `\\u' escapes"
 msgstr ""
 
-#: node.c:698
+#: node.c:700
 msgid "no hex digits in `\\u' escape sequence"
 msgstr ""
 
-#: node.c:722
-msgid "invalid \\u' escape sequence"
+#: node.c:728
+msgid "invalid `\\u' escape sequence"
 msgstr ""
 
-#: node.c:744
+#: node.c:750
 #, c-format
 msgid "escape sequence `\\%c' treated as plain `%c'"
 msgstr ""
 
-#: node.c:884
+#: node.c:890
 msgid ""
 "Invalid multibyte data detected. There may be a mismatch between your data "
 "and your locale"
diff --git a/po/nl.po b/po/nl.po
index 911ffc09..81e1a917 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gawk 5.0.64\n"
 "Report-Msgid-Bugs-To: bug-gawk@gnu.org\n"
-"POT-Creation-Date: 2023-10-04 19:34+0300\n"
+"POT-Creation-Date: 2023-10-15 07:13+0300\n"
 "PO-Revision-Date: 2020-03-20 12:56+0100\n"
 "Last-Translator: Benno Schulenberg <vertaling@coevern.nl>\n"
 "Language-Team: Dutch <vertaling@vrijschrift.org>\n"
@@ -3755,30 +3755,30 @@ msgstr ""
 "hexadecimale stuurcode \\x%.*s van %d tekens wordt waarschijnlijk niet "
 "afgehandeld zoals u verwacht"
 
-#: node.c:690
+#: node.c:692
 #, fuzzy
 #| msgid "POSIX does not allow `\\x' escapes"
 msgid "POSIX does not allow `\\u' escapes"
 msgstr "POSIX staat stuurcode '\\x' niet toe"
 
-#: node.c:698
+#: node.c:700
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
 msgid "no hex digits in `\\u' escape sequence"
 msgstr "geen hex cijfers in stuurcodereeks '\\x'"
 
-#: node.c:722
+#: node.c:728
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
-msgid "invalid \\u' escape sequence"
+msgid "invalid `\\u' escape sequence"
 msgstr "geen hex cijfers in stuurcodereeks '\\x'"
 
-#: node.c:744
+#: node.c:750
 #, c-format
 msgid "escape sequence `\\%c' treated as plain `%c'"
 msgstr "stuurcodereeks '\\%c' behandeld als normale '%c'"
 
-#: node.c:884
+#: node.c:890
 #, fuzzy
 #| msgid ""
 #| "Invalid multibyte data detected. There may be a mismatch between your "
diff --git a/po/pl.po b/po/pl.po
index d66a42c1..b09a4286 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gawk 5.2.1b\n"
 "Report-Msgid-Bugs-To: bug-gawk@gnu.org\n"
-"POT-Creation-Date: 2023-10-04 19:34+0300\n"
+"POT-Creation-Date: 2023-10-15 07:13+0300\n"
 "PO-Revision-Date: 2023-04-14 19:15+0200\n"
 "Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
 "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
@@ -3635,30 +3635,30 @@ msgstr ""
 "szesnastkowa sekwencja unikania \\x%.*s mająca %d znaków prawdopodobnie nie 
"
 "została zinterpretowana jak tego oczekujesz"
 
-#: node.c:690
+#: node.c:692
 #, fuzzy
 #| msgid "POSIX does not allow `\\x' escapes"
 msgid "POSIX does not allow `\\u' escapes"
 msgstr "POSIX nie zezwala na sekwencję unikania `\\x'"
 
-#: node.c:698
+#: node.c:700
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
 msgid "no hex digits in `\\u' escape sequence"
 msgstr "brak liczb szesnastkowych w sekwencji unikania `\\x'"
 
-#: node.c:722
+#: node.c:728
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
-msgid "invalid \\u' escape sequence"
+msgid "invalid `\\u' escape sequence"
 msgstr "brak liczb szesnastkowych w sekwencji unikania `\\x'"
 
-#: node.c:744
+#: node.c:750
 #, c-format
 msgid "escape sequence `\\%c' treated as plain `%c'"
 msgstr "sekwencja unikania `\\%c' potraktowana jako zwykłe `%c'"
 
-#: node.c:884
+#: node.c:890
 msgid ""
 "Invalid multibyte data detected. There may be a mismatch between your data "
 "and your locale"
diff --git a/po/pt.po b/po/pt.po
index 1c0e0d22..428789d3 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gawk 5.1.1e\n"
 "Report-Msgid-Bugs-To: bug-gawk@gnu.org\n"
-"POT-Creation-Date: 2023-10-04 19:34+0300\n"
+"POT-Creation-Date: 2023-10-15 07:13+0300\n"
 "PO-Revision-Date: 2021-09-08 06:53+0100\n"
 "Last-Translator: Pedro Albuquerque <pmra@protonmail.com>\n"
 "Language-Team: Portuguese <translation-team-pt@lists.sourceforge.net>\n"
@@ -3631,30 +3631,30 @@ msgstr ""
 "escape hexadecimal \\x%.*s de %d caracteres provavelmente não será "
 "interpretado da forma esperada"
 
-#: node.c:690
+#: node.c:692
 #, fuzzy
 #| msgid "POSIX does not allow `\\x' escapes"
 msgid "POSIX does not allow `\\u' escapes"
 msgstr "POSIX não permite escapes \"\\x\""
 
-#: node.c:698
+#: node.c:700
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
 msgid "no hex digits in `\\u' escape sequence"
 msgstr "sem dígitos hexadecimais na sequência de escape \"\\x\""
 
-#: node.c:722
+#: node.c:728
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
-msgid "invalid \\u' escape sequence"
+msgid "invalid `\\u' escape sequence"
 msgstr "sem dígitos hexadecimais na sequência de escape \"\\x\""
 
-#: node.c:744
+#: node.c:750
 #, c-format
 msgid "escape sequence `\\%c' treated as plain `%c'"
 msgstr "sequência de escape \"\\%c\" tratada como \"%c\" simples"
 
-#: node.c:884
+#: node.c:890
 msgid ""
 "Invalid multibyte data detected. There may be a mismatch between your data "
 "and your locale"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index c2257df4..5082b4b3 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gawk 5.1.1e\n"
 "Report-Msgid-Bugs-To: bug-gawk@gnu.org\n"
-"POT-Creation-Date: 2023-10-04 19:34+0300\n"
+"POT-Creation-Date: 2023-10-15 07:13+0300\n"
 "PO-Revision-Date: 2021-09-04 11:38-0300\n"
 "Last-Translator: Rafael Fontenelle <rafaelff@gnome.org>\n"
 "Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge."
@@ -3656,30 +3656,30 @@ msgstr ""
 "escape hexa \\x%.*s de %d caracteres provavelmente não interpretado na forma 
"
 "que você esperava"
 
-#: node.c:690
+#: node.c:692
 #, fuzzy
 #| msgid "POSIX does not allow `\\x' escapes"
 msgid "POSIX does not allow `\\u' escapes"
 msgstr "POSIX não permite escapes do tipo \"\\x\""
 
-#: node.c:698
+#: node.c:700
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
 msgid "no hex digits in `\\u' escape sequence"
 msgstr "nenhum dígito hexa na sequência de escape \"\\x\""
 
-#: node.c:722
+#: node.c:728
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
-msgid "invalid \\u' escape sequence"
+msgid "invalid `\\u' escape sequence"
 msgstr "nenhum dígito hexa na sequência de escape \"\\x\""
 
-#: node.c:744
+#: node.c:750
 #, c-format
 msgid "escape sequence `\\%c' treated as plain `%c'"
 msgstr "sequência de escape \"\\%c\" tratada como \"%c\" normal"
 
-#: node.c:884
+#: node.c:890
 msgid ""
 "Invalid multibyte data detected. There may be a mismatch between your data "
 "and your locale"
diff --git a/po/ro.po b/po/ro.po
index 780ab091..c292b77d 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -23,7 +23,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gawk 5.2.1b\n"
 "Report-Msgid-Bugs-To: bug-gawk@gnu.org\n"
-"POT-Creation-Date: 2023-10-04 19:34+0300\n"
+"POT-Creation-Date: 2023-10-15 07:13+0300\n"
 "PO-Revision-Date: 2023-04-14 10:36+0200\n"
 "Last-Translator: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>\n"
 "Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
@@ -3875,30 +3875,30 @@ msgstr ""
 "eludarea hexazecimală \\x%.*s din %d caractere probabil nu a fost "
 "interpretată așa cum vă așteptați"
 
-#: node.c:690
+#: node.c:692
 #, fuzzy
 #| msgid "POSIX does not allow `\\x' escapes"
 msgid "POSIX does not allow `\\u' escapes"
 msgstr "POSIX nu permite eludări „\\x”"
 
-#: node.c:698
+#: node.c:700
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
 msgid "no hex digits in `\\u' escape sequence"
 msgstr "fără cifre hexazecimale în secvența de eludare „\\x”"
 
-#: node.c:722
+#: node.c:728
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
-msgid "invalid \\u' escape sequence"
+msgid "invalid `\\u' escape sequence"
 msgstr "fără cifre hexazecimale în secvența de eludare „\\x”"
 
-#: node.c:744
+#: node.c:750
 #, c-format
 msgid "escape sequence `\\%c' treated as plain `%c'"
 msgstr "secvența de eludare „\\%c” tratată ca „%c” simplu"
 
-#: node.c:884
+#: node.c:890
 msgid ""
 "Invalid multibyte data detected. There may be a mismatch between your data "
 "and your locale"
diff --git a/po/sr.po b/po/sr.po
index bced5221..f85aa96d 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gawk-5.2.1b\n"
 "Report-Msgid-Bugs-To: bug-gawk@gnu.org\n"
-"POT-Creation-Date: 2023-10-04 19:34+0300\n"
+"POT-Creation-Date: 2023-10-15 07:13+0300\n"
 "PO-Revision-Date: 2023-05-18 13:05+0200\n"
 "Last-Translator: Мирослав Николић 
<miroslavnikolic@rocketmail.com>\n"
 "Language-Team: Serbian <(nothing)>\n"
@@ -3577,30 +3577,30 @@ msgstr ""
 "хексадецимална промена реда „\\x%.*s“ %d 
знака вероватно није протумачена "
 "онако како сте очекивали"
 
-#: node.c:690
+#: node.c:692
 #, fuzzy
 #| msgid "POSIX does not allow `\\x' escapes"
 msgid "POSIX does not allow `\\u' escapes"
 msgstr "„POSIX“ не допушта „\\x“ као промену 
реда"
 
-#: node.c:698
+#: node.c:700
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
 msgid "no hex digits in `\\u' escape sequence"
 msgstr "нема хексадецималних цифара у „\\x“ 
низу промене реда"
 
-#: node.c:722
+#: node.c:728
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
-msgid "invalid \\u' escape sequence"
+msgid "invalid `\\u' escape sequence"
 msgstr "нема хексадецималних цифара у „\\x“ 
низу промене реда"
 
-#: node.c:744
+#: node.c:750
 #, c-format
 msgid "escape sequence `\\%c' treated as plain `%c'"
 msgstr "низ промене реда „\\%c“ је узет као 
обичан „%c“"
 
-#: node.c:884
+#: node.c:890
 msgid ""
 "Invalid multibyte data detected. There may be a mismatch between your data "
 "and your locale"
diff --git a/po/sv.po b/po/sv.po
index 3a8846e0..2e3f8c23 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gawk 5.2.1b\n"
 "Report-Msgid-Bugs-To: bug-gawk@gnu.org\n"
-"POT-Creation-Date: 2023-10-04 19:34+0300\n"
+"POT-Creation-Date: 2023-10-15 07:13+0300\n"
 "PO-Revision-Date: 2023-04-22 19:08+0200\n"
 "Last-Translator: Göran Uddeborg <goeran@uddeborg.se>\n"
 "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
@@ -3580,30 +3580,30 @@ msgstr ""
 "hexkod \\x%.*s med %d tecken tolkas förmodligen inte på det sätt du "
 "förväntar dig"
 
-#: node.c:690
+#: node.c:692
 #, fuzzy
 #| msgid "POSIX does not allow `\\x' escapes"
 msgid "POSIX does not allow `\\u' escapes"
 msgstr "POSIX tillåter inte ”\\x”-kontrollsekvenser"
 
-#: node.c:698
+#: node.c:700
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
 msgid "no hex digits in `\\u' escape sequence"
 msgstr "inga hexadecimala siffror i ”\\x”-kontrollsekvenser"
 
-#: node.c:722
+#: node.c:728
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
-msgid "invalid \\u' escape sequence"
+msgid "invalid `\\u' escape sequence"
 msgstr "inga hexadecimala siffror i ”\\x”-kontrollsekvenser"
 
-#: node.c:744
+#: node.c:750
 #, c-format
 msgid "escape sequence `\\%c' treated as plain `%c'"
 msgstr "kontrollsekvensen ”\\%c” behandlad som bara ”%c”"
 
-#: node.c:884
+#: node.c:890
 msgid ""
 "Invalid multibyte data detected. There may be a mismatch between your data "
 "and your locale"
diff --git a/po/uk.po b/po/uk.po
index 87dd4b9d..2e2edfb3 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: GNU gawk 5.2.1b\n"
 "Report-Msgid-Bugs-To: bug-gawk@gnu.org\n"
-"POT-Creation-Date: 2023-10-04 19:34+0300\n"
+"POT-Creation-Date: 2023-10-15 07:13+0300\n"
 "PO-Revision-Date: 2023-06-25 18:32+0300\n"
 "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
 "Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n"
@@ -3629,30 +3629,30 @@ msgstr ""
 "підозріло неправильно інтерпретована 
шістнадцяткова послідовність "
 "екранування \\x%.*s (з %d символів)"
 
-#: node.c:690
+#: node.c:692
 #, fuzzy
 #| msgid "POSIX does not allow `\\x' escapes"
 msgid "POSIX does not allow `\\u' escapes"
 msgstr "POSIX не дозволяє послідовності 
екранування «\\x»"
 
-#: node.c:698
+#: node.c:700
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
 msgid "no hex digits in `\\u' escape sequence"
 msgstr "немає шістнадцяткових цифр у 
послідовності екранування «\\x»"
 
-#: node.c:722
+#: node.c:728
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
-msgid "invalid \\u' escape sequence"
+msgid "invalid `\\u' escape sequence"
 msgstr "немає шістнадцяткових цифр у 
послідовності екранування «\\x»"
 
-#: node.c:744
+#: node.c:750
 #, c-format
 msgid "escape sequence `\\%c' treated as plain `%c'"
 msgstr "послідовність екранування «\\%c» 
сприймається як простий символ «%c»"
 
-#: node.c:884
+#: node.c:890
 msgid ""
 "Invalid multibyte data detected. There may be a mismatch between your data "
 "and your locale"
diff --git a/po/vi.po b/po/vi.po
index 280e044b..6df84539 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gawk 4.2.0e\n"
 "Report-Msgid-Bugs-To: bug-gawk@gnu.org\n"
-"POT-Creation-Date: 2023-10-04 19:34+0300\n"
+"POT-Creation-Date: 2023-10-15 07:13+0300\n"
 "PO-Revision-Date: 2018-01-30 08:07+0700\n"
 "Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
 "Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
@@ -3805,30 +3805,30 @@ msgstr ""
 "thoát chuỗi thập lục \\x%.*s chứa %d ký tự mà rất có thể 
không phải được đọc "
 "bằng cách dự định"
 
-#: node.c:690
+#: node.c:692
 #, fuzzy
 #| msgid "POSIX does not allow `\\x' escapes"
 msgid "POSIX does not allow `\\u' escapes"
 msgstr "POSIX không cho phép thoát chuỗi “\\x”"
 
-#: node.c:698
+#: node.c:700
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
 msgid "no hex digits in `\\u' escape sequence"
 msgstr "không có số thập lúc nằm trong thoát chuỗi “\\x”"
 
-#: node.c:722
+#: node.c:728
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
-msgid "invalid \\u' escape sequence"
+msgid "invalid `\\u' escape sequence"
 msgstr "không có số thập lúc nằm trong thoát chuỗi “\\x”"
 
-#: node.c:744
+#: node.c:750
 #, c-format
 msgid "escape sequence `\\%c' treated as plain `%c'"
 msgstr "thoát chuỗi “\\%c” được xử lý như là “%c” chuẩn"
 
-#: node.c:884
+#: node.c:890
 #, fuzzy
 #| msgid ""
 #| "Invalid multibyte data detected. There may be a mismatch between your "
diff --git a/po/zh_CN.po b/po/zh_CN.po
index e911ef2f..08deef0d 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gawk 5.2.1b\n"
 "Report-Msgid-Bugs-To: bug-gawk@gnu.org\n"
-"POT-Creation-Date: 2023-10-04 19:34+0300\n"
+"POT-Creation-Date: 2023-10-15 07:13+0300\n"
 "PO-Revision-Date: 2023-05-03 16:20-0400\n"
 "Last-Translator: Boyuan Yang <073plan@gmail.com>\n"
 "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
@@ -3476,30 +3476,30 @@ msgid ""
 "expect"
 msgstr "十六进制转义符 \\x%.*s 表示的 %d 
个字符可能不会被如期望情况解释"
 
-#: node.c:690
+#: node.c:692
 #, fuzzy
 #| msgid "POSIX does not allow `\\x' escapes"
 msgid "POSIX does not allow `\\u' escapes"
 msgstr "POSIX 不允许“\\x”转义符"
 
-#: node.c:698
+#: node.c:700
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
 msgid "no hex digits in `\\u' escape sequence"
 msgstr "“\\x”转义序列中没有十六进制数"
 
-#: node.c:722
+#: node.c:728
 #, fuzzy
 #| msgid "no hex digits in `\\x' escape sequence"
-msgid "invalid \\u' escape sequence"
+msgid "invalid `\\u' escape sequence"
 msgstr "“\\x”转义序列中没有十六进制数"
 
-#: node.c:744
+#: node.c:750
 #, c-format
 msgid "escape sequence `\\%c' treated as plain `%c'"
 msgstr "转义序列“\\%c”被当作单纯的“%c”"
 
-#: node.c:884
+#: node.c:890
 msgid ""
 "Invalid multibyte data detected. There may be a mismatch between your data "
 "and your locale"
diff --git a/test/ChangeLog b/test/ChangeLog
index 5838ed62..035de194 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2023-10-15         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * badargs.ok: Updated after version bump.
+
 2023-10-12  Eli Zaretskii  <eliz@gnu.org>
 
        * Makefile.am (EXPECTED_FAIL_MINGW): Add a few non-ASCII tests.
diff --git a/test/badargs.ok b/test/badargs.ok
index 2fa8c143..75d84067 100644
--- a/test/badargs.ok
+++ b/test/badargs.ok
@@ -42,7 +42,7 @@ PLEASE do NOT try to report bugs by posting in comp.lang.awk,
 or by using a web forum such as Stack Overflow.
 
 Source code for gawk may be obtained from
-https://www.skeeve.com/gawk/gawk-5.2.61.tar.gz
+https://www.skeeve.com/gawk/gawk-5.2.62.tar.gz
 
 gawk is a pattern scanning and processing language.
 By default it reads standard input and writes standard output.

http://git.sv.gnu.org/cgit/gawk.git/commit/?id=57d1eb1d4e1ad406cf20c600b31c6a269609c7f2

commit 57d1eb1d4e1ad406cf20c600b31c6a269609c7f2
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Sun Oct 15 07:11:55 2023 +0300

    Updates in NEWS.

diff --git a/ChangeLog b/ChangeLog
index 68acd35c..df2855e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2023-10-15         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * NEWS: Editing, in preparation for release.
+
 2023-10-12         Eli Zaretskii  <eliz@gnu.org>
 
        * node.c (parse_escape) [__MINGW32__]: Use w32_wc_to_lc to convert
diff --git a/NEWS b/NEWS
index 9613499f..93fab8a0 100644
--- a/NEWS
+++ b/NEWS
@@ -4,32 +4,35 @@
    are permitted in any medium without royalty provided the copyright
    notice and this notice are preserved.
 
-Changes from 5.2.2 to 5.3.0
+Changes from 5.2.x to 5.3.0
 ---------------------------
 
 1. Infrastructure changes: Removed the use of libsigsegv. The
-   value-add was never very much and it causes problems in some
+   value-add was never very much and it caused problems in some
    environments.
 
 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 --csv 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
+3. 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.
 
+4. If PROCINFO["BUFFERPIPE"] exists, then pipe output is buffered.
+   You can also use PROCINFO["command", "BUFFERPIPE"]. See the manual
+   for details.
+
 5. Because of the additional `do_csv' variable in the API, which breaks
    binary compatibility, the API major version was updated to 4 and
    the minor version was reset to zero.  The API remains source code
    compatible; that is, existing extensions should only require recompilation.
 
+6. And of course, there have been several minor code cleanups and bug fixes.
+   See the ChangeLog for details.
+
 Changes from 5.2.2 to 5.2.x
 ---------------------------
 

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

Summary of changes:
 ChangeLog       |   4 ++++
 NEWS            |  19 +++++++++++--------
 TODO            |   8 +++++++-
 configure       |  20 ++++++++++----------
 configure.ac    |   2 +-
 pc/ChangeLog    |   4 ++++
 pc/config.h     |   6 +++---
 po/bg.po        |  14 +++++++-------
 po/ca.po        |  14 +++++++-------
 po/da.po        |  14 +++++++-------
 po/de.po        |  14 +++++++-------
 po/es.po        |  14 +++++++-------
 po/fi.po        |  14 +++++++-------
 po/fr.po        |  14 +++++++-------
 po/gawk.pot     |  16 ++++++++--------
 po/id.po        |  14 +++++++-------
 po/it.gmo       | Bin 92645 -> 92886 bytes
 po/it.po        |  13 +++++++------
 po/ja.po        |  14 +++++++-------
 po/ko.po        |  14 +++++++-------
 po/ms.po        |  14 +++++++-------
 po/nl.po        |  14 +++++++-------
 po/pl.po        |  14 +++++++-------
 po/pt.po        |  14 +++++++-------
 po/pt_BR.po     |  14 +++++++-------
 po/ro.po        |  14 +++++++-------
 po/sr.po        |  14 +++++++-------
 po/sv.po        |  14 +++++++-------
 po/uk.po        |  14 +++++++-------
 po/vi.po        |  14 +++++++-------
 po/zh_CN.po     |  14 +++++++-------
 test/ChangeLog  |   4 ++++
 test/badargs.ok |   2 +-
 33 files changed, 207 insertions(+), 185 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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