[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, master, updated. gawk-4.1.0-4781-g8813da2b
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, master, updated. gawk-4.1.0-4781-g8813da2b |
Date: |
Wed, 13 Jul 2022 03:31:34 -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 8813da2b2a7a3c60c3e268a39275c42ff4efbcb8 (commit)
via 6a17d8a371d73e64554170a13e9a22ac82a0ad20 (commit)
via b5358f95686db9ce99179ef6e368ca1e17826497 (commit)
via cdfe131ecd1d85889260bb2a93fa77e26eae1f11 (commit)
via 260f812777e90a7ff44943bd8c034a347d0a8c7e (commit)
from 1887e22dffc19cc78a8d6ee7a0f336ea6b5548b4 (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=8813da2b2a7a3c60c3e268a39275c42ff4efbcb8
commit 8813da2b2a7a3c60c3e268a39275c42ff4efbcb8
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Wed Jul 13 10:31:03 2022 +0300
Small fixes in support/pma.c.
diff --git a/support/ChangeLog b/support/ChangeLog
index 3e99d847..731947e7 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,8 @@
+2022-07-13 Arnold D. Robbins <arnold@skeeve.com>
+
+ * pma.c (integrity_check, addrgap): Fix printf formats. Thanks to
+ Pat Rankin for the report.
+
2022-07-01 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.am: Update copyright year.
diff --git a/support/pma.c b/support/pma.c
index da4d0b9a..5946e725 100644
--- a/support/pma.c
+++ b/support/pma.c
@@ -216,7 +216,7 @@ static int integrity_check(int line) { // can be slow;
intended for debugging s
tpiu += getbit(a, PIU); // total number of aos with previous-ao-is-in-use
bit set
}
assert(tpiu == tiu || 1 + tpiu == tiu);
- FYI("anext list length: %d tiu %d tpiu %d nallocs %lu nfrees %lu\n",
+ FYI("anext list length: %d tiu %d tpiu %d nallocs %llu nfrees %llu\n",
nadd, tiu, tpiu, h->nallocs, h->nfrees);
assert(h->nallocs >= h->nfrees);
assert(h->nallocs - h->nfrees == (uint64_t)tiu);
@@ -341,7 +341,7 @@ static void flr(ao_t *p) { // remove ao from free list
#define MUNMAP(A, N) do { if (0 != munmap((A), (N))) ERR("mmap()" ERN); }
while (0)
static void * addrgap(off_t n) { // find big gap in address space to map n
bytes
void *A, *Amax = NULL; size_t L = 0, U, Max = 0, N = (size_t)n; char *r;
- FYI("addrgap(%ld)\n", n);
+ FYI("addrgap(%lld)\n", n);
if (N % (size_t)PGSZ) { ERR("file size %lu not multiple of PGSZ\n", N);
SERN; }
if (N < sizeof(pma_hdr_t) + 10 * PGSZ) { ERR("file size %lu too small\n",
N); SERN; }
for (U = 1; ; U *= 2) // double upper bound until failure
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=6a17d8a371d73e64554170a13e9a22ac82a0ad20
commit 6a17d8a371d73e64554170a13e9a22ac82a0ad20
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Wed Jul 13 10:30:42 2022 +0300
Update it.po.
diff --git a/po/ChangeLog b/po/ChangeLog
index 9cb10927..395f1e6b 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2022-07-13 Antonio Giovanni Colombo <azc100@gmail.com>
+
+ * it.po: Updated.
+
2022-05-10 Arnold D. Robbins <arnold@skeeve.com>
* ro.po: Updated.
diff --git a/po/it.po b/po/it.po
index d6e4c810..71feedf5 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: GNU Awk 5.1.1, API: 3.0\n"
"Report-Msgid-Bugs-To: bug-gawk@gnu.org\n"
"POT-Creation-Date: 2022-07-11 18:44+0300\n"
-"PO-Revision-Date: 2022-05-10 19:00+0100\n"
+"PO-Revision-Date: 2022-07-11 10:15+0100\n"
"Last-Translator: Antonio Colombo <azc100@gmail.com>\n"
"Language-Team: Italian <it@li.org>\n"
"Language: it\n"
@@ -2438,6 +2438,8 @@ msgid ""
"The time extension is obsolete. Use the timex extension from gawkextlib "
"instead."
msgstr ""
+"L'estensione time è obsoleta. Usare in alternativa l'estensione timex da "
+"gawkextlib."
#: extension/time.c:153
msgid "gettimeofday: not supported on this platform"
@@ -3061,13 +3063,11 @@ msgstr "comunicazioni IPv6 non supportate"
#: main.c:241
msgid "persistent memory allocator failed to initialize"
-msgstr ""
+msgstr "l'allocatore di memoria persistente non è riuscito a inizializzarsi"
#: main.c:247
-#, fuzzy
-#| msgid "api_get_mpfr: MPFR not supported"
msgid "persistent memory is not supported"
-msgstr "api_get_mpfr: MPFR non disponibile"
+msgstr "la memoria persistente non è supportata"
#: main.c:356
msgid "environment variable `POSIXLY_CORRECT' set: turning on `--posix'"
@@ -3419,13 +3419,11 @@ msgstr "-M ignorato: supporto per MPFR/GMP non generato"
#: main.c:1733
#, c-format
msgid "Use `GAWK_PERSIST_FILE=%s gawk ...' instead of --persist."
-msgstr ""
+msgstr "Usare `GAWK_PERSIST_FILE=%s gawk ...' invece che --persist."
#: main.c:1735
-#, fuzzy
-#| msgid "IPv6 communication is not supported"
msgid "Persistent memory is not supported."
-msgstr "comunicazioni IPv6 non supportate"
+msgstr "La memoria persistente non è supportata."
#: main.c:1744
#, c-format
@@ -3722,26 +3720,20 @@ msgid "unfinished \\ escape"
msgstr "sequenza escape \\ non completa"
#: support/dfa.c:1319
-#, fuzzy
-#| msgid "invalid subscript expression"
msgid "? at start of expression"
-msgstr "espressione indice invalida"
+msgstr "? a inizio espressione"
#: support/dfa.c:1331
-#, fuzzy
-#| msgid "invalid subscript expression"
msgid "* at start of expression"
-msgstr "espressione indice invalida"
+msgstr "* a inizio espressione"
#: support/dfa.c:1345
-#, fuzzy
-#| msgid "invalid subscript expression"
msgid "+ at start of expression"
-msgstr "espressione indice invalida"
+msgstr "+ a inizio espressione"
#: support/dfa.c:1400
msgid "{...} at start of expression"
-msgstr ""
+msgstr "{...} a inizio espressione"
#: support/dfa.c:1403
msgid "invalid content of \\{\\}"
@@ -3753,20 +3745,20 @@ msgstr "espressione regolare troppo complessa"
#: support/dfa.c:1555
msgid "stray \\ before unprintable character"
-msgstr ""
+msgstr "\\ disperso prima di un carattere non stampabile"
#: support/dfa.c:1557
msgid "stray \\ before white space"
-msgstr ""
+msgstr "\\ disperso prima di uno spazio bianco"
#: support/dfa.c:1561
#, c-format
msgid "stray \\ before %lc"
-msgstr ""
+msgstr "\\ disperso prima di %lc"
#: support/dfa.c:1562
msgid "stray \\"
-msgstr ""
+msgstr "\\ disperso"
#: support/dfa.c:1917
msgid "unbalanced ("
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=b5358f95686db9ce99179ef6e368ca1e17826497
commit b5358f95686db9ce99179ef6e368ca1e17826497
Merge: cdfe131e 260f8127
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Wed Jul 13 10:29:03 2022 +0300
Merge branch 'feature/docit'
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=cdfe131ecd1d85889260bb2a93fa77e26eae1f11
commit cdfe131ecd1d85889260bb2a93fa77e26eae1f11
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Wed Jul 13 10:26:45 2022 +0300
Add pc/config.h.
diff --git a/pc/config.h b/pc/config.h
index 7896a73f..9ad38c4c 100644
--- a/pc/config.h
+++ b/pc/config.h
@@ -473,7 +473,7 @@
#define PACKAGE_NAME "GNU Awk"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GNU Awk 5.1.1"
+#define PACKAGE_STRING "GNU Awk 5.1.61"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gawk"
@@ -482,7 +482,7 @@
#define PACKAGE_URL "http://www.gnu.org/software/gawk/"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "5.1.1"
+#define PACKAGE_VERSION "5.1.61"
/* Define to 1 if *printf supports %a format */
#define PRINTF_HAS_A_FORMAT 1
@@ -498,6 +498,9 @@
/* The size of `unsigned long', as computed by sizeof. */
#define SIZEOF_UNSIGNED_LONG 4
+/* The size of `void *', as computed by sizeof. */
+#undef SIZEOF_VOID_P
+
/* Define to 1 if all of the C90 standard headers exist (not just the ones
required in a freestanding environment). This macro is provided for
backward compatibility; new code need not use it. */
@@ -515,6 +518,9 @@
/* Define to 1 if the character set is EBCDIC */
#undef USE_EBCDIC
+/* Define to 1 if we can use the pma allocator */
+#undef USE_PERSISTENT_MALLOC
+
/* This is required to compile Gnulib regex code. */
#if defined(__DJGPP__) || defined(__MINGW32__)
#define _GNU_SOURCE 1
@@ -608,7 +614,7 @@
/* Version number of package */
-#define VERSION "5.1.1"
+#define VERSION "5.1.61"
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
-----------------------------------------------------------------------
Summary of changes:
doc/it/ChangeLog | 5 ++++
doc/it/gawk.1 | 5 ++--
doc/it/gawktexi.in | 74 +++++++++++++++++++++++++++---------------------------
pc/config.h | 12 ++++++---
po/ChangeLog | 4 +++
po/it.po | 38 +++++++++++-----------------
support/ChangeLog | 5 ++++
support/pma.c | 4 +--
8 files changed, 80 insertions(+), 67 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, master, updated. gawk-4.1.0-4781-g8813da2b,
Arnold Robbins <=