[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-971
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-971-g546f826 |
Date: |
Tue, 23 Aug 2016 02:57:54 +0000 (UTC) |
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, gawk-4.1-stable has been updated
via 546f826812728eb8a7b9e51408929c7314b92d31 (commit)
from 86423cdaa93430b6389c7280e6cca621ecda182c (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=546f826812728eb8a7b9e51408929c7314b92d31
commit 546f826812728eb8a7b9e51408929c7314b92d31
Author: Arnold D. Robbins <address@hidden>
Date: Tue Aug 23 05:57:42 2016 +0300
Updates after distcheck.
diff --git a/pc/config.h b/pc/config.h
index bac602a..d30be4d 100644
--- a/pc/config.h
+++ b/pc/config.h
@@ -438,7 +438,7 @@
#define PACKAGE_NAME "GNU Awk"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GNU Awk 4.1.3i"
+#define PACKAGE_STRING "GNU Awk 4.1.3j"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gawk"
@@ -447,7 +447,7 @@
#define PACKAGE_URL "http://www.gnu.org/software/gawk/"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "4.1.3i"
+#define PACKAGE_VERSION "4.1.3j"
/* Define to 1 if *printf supports %F format */
#undef PRINTF_HAS_F_FORMAT
@@ -512,7 +512,7 @@
/* Version number of package */
-#define VERSION "4.1.3i"
+#define VERSION "4.1.3j"
/* Enable large inode numbers on Mac OS X 10.5. */
#ifndef _DARWIN_USE_64_BIT_INODE
diff --git a/po/gawk.pot b/po/gawk.pot
index 609f90d..e17f194 100644
--- a/po/gawk.pot
+++ b/po/gawk.pot
@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: gawk 4.1.3i\n"
+"Project-Id-Version: gawk 4.1.3j\n"
"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-08-01 22:56+0300\n"
+"POT-Creation-Date: 2016-08-23 05:55+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <address@hidden>\n"
"Language-Team: LANGUAGE <address@hidden>\n"
@@ -1798,40 +1798,40 @@ msgstr ""
msgid "No symbol `%s' in current context"
msgstr ""
-#: dfa.c:1029 dfa.c:1032 dfa.c:1051 dfa.c:1061 dfa.c:1073 dfa.c:1100 dfa.c:1109
-#: dfa.c:1112 dfa.c:1117 dfa.c:1138 dfa.c:1141
+#: dfa.c:1090 dfa.c:1093 dfa.c:1112 dfa.c:1122 dfa.c:1135 dfa.c:1163 dfa.c:1172
+#: dfa.c:1175 dfa.c:1180 dfa.c:1202 dfa.c:1205
msgid "unbalanced ["
msgstr ""
-#: dfa.c:1085
+#: dfa.c:1148
msgid "invalid character class"
msgstr ""
-#: dfa.c:1207
+#: dfa.c:1271
msgid "character class syntax is [[:space:]], not [:space:]"
msgstr ""
-#: dfa.c:1269
+#: dfa.c:1332
msgid "unfinished \\ escape"
msgstr ""
-#: dfa.c:1416
+#: dfa.c:1499
msgid "invalid content of \\{\\}"
msgstr ""
-#: dfa.c:1419
+#: dfa.c:1502
msgid "regular expression too big"
msgstr ""
-#: dfa.c:1835
+#: dfa.c:1916
msgid "unbalanced ("
msgstr ""
-#: dfa.c:1961
+#: dfa.c:2044
msgid "no syntax specified"
msgstr ""
-#: dfa.c:1969
+#: dfa.c:2052
msgid "unbalanced )"
msgstr ""
@@ -3327,7 +3327,7 @@ msgstr ""
msgid "redir2str: unknown redirection type %d"
msgstr ""
-#: re.c:607
+#: re.c:610
#, c-format
msgid "regexp component `%.*s' should probably be `[%.*s]'"
msgstr ""
-----------------------------------------------------------------------
Summary of changes:
pc/config.h | 6 +++---
po/gawk.pot | 26 +++++++++++++-------------
2 files changed, 16 insertions(+), 16 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-971-g546f826,
Arnold Robbins <=