[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/fix-mpfr-and-pma, updated. gawk-4.1.0-4830-g3
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, feature/fix-mpfr-and-pma, updated. gawk-4.1.0-4830-g3e90e77d |
Date: |
Wed, 3 Aug 2022 15:22:42 -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, feature/fix-mpfr-and-pma has been updated
via 3e90e77d014f625258f3c3254d0ec9a1c7110ca0 (commit)
from fcbd7c65266a9085562e7bade5b64b5673b59fe6 (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=3e90e77d014f625258f3c3254d0ec9a1c7110ca0
commit 3e90e77d014f625258f3c3254d0ec9a1c7110ca0
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Wed Aug 3 22:22:27 2022 +0300
Update ChangeLogs.
diff --git a/ChangeLog b/ChangeLog
index e5d1c51a..903584d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2022-08-03 Arnold D. Robbins <arnold@skeeve.com>
+
+ * mpfr.c (mpfr_mem_alloc, mpfr_mem_realloc, mpfr_mem_free):
+ New functions that just call malloc/realloc/free. Those are
+ redefined to the pma_* functions if using pma.
+ * awk.h (mpfr_mem_alloc, mpfr_mem_realloc, mpfr_mem_free):
+ Add declarations.
+ * main.c (main): Call mp_set_memory_functions with the new
+ functions as arguments.
+
2022-08-03 Arnold D. Robbins <arnold@skeeve.com>
* builtin.c (format_tree): When collecting positional field widths or
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 0e8da079..aa44ccd3 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2022-08-03 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Persistent Memory): Document not to mix runs of
+ gawk with and without -M for the same backing file.
+
2022-08-03 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in (Persistent Memory): Document that gawk's variables
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 10 ++++++++++
doc/ChangeLog | 5 +++++
2 files changed, 15 insertions(+)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, feature/fix-mpfr-and-pma, updated. gawk-4.1.0-4830-g3e90e77d,
Arnold Robbins <=