[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/mdim-restart, updated. gawk-4.1.0-4806-g1819d
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, feature/mdim-restart, updated. gawk-4.1.0-4806-g1819da3a |
Date: |
Fri, 24 Jun 2022 07:17:28 -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/mdim-restart has been updated
via 1819da3a18ee15808c69c5bb5fc8071a3fc9a0e5 (commit)
via 2ae439f369f23c6ab3d2e671ce614fff32e32a38 (commit)
from a98ff0cb4e62673c2014b8cc5ec6282b0e93d0a6 (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=1819da3a18ee15808c69c5bb5fc8071a3fc9a0e5
commit 1819da3a18ee15808c69c5bb5fc8071a3fc9a0e5
Merge: a98ff0cb 2ae439f3
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Fri Jun 24 14:17:16 2022 +0300
Merge branch 'master' into feature/mdim-restart
diff --cc NEWS
index 10b0d13f,1f7f66e6..3e8f5673
--- a/NEWS
+++ b/NEWS
@@@ -44,9 -44,11 +44,14 @@@ for saving / restoring all of gawk's va
Wherever possible, details were replaced with references to the online
copy of the manual.
- 9. Some subtle issues with untyped array elements being passed to
+ 9. Gawk now supports Terence Kelly's "persistent malloc" (pma),
+ allowing gawk to preserve the contents of its variables and arrays
+ between runs. THIS IS AN EXPERIMENTAL FEATURE! For more information,
+ see the manual.
+
++10. Some subtle issues with untyped array elements being passed to
+functions have been fixed.
+
Changes from 5.1.1 to 5.1.2
---------------------------
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 44 +
Makefile.am | 3 +-
Makefile.in | 11 +-
NEWS | 7 +-
aclocal.m4 | 1 +
awk.h | 1 +
awklib/ChangeLog | 5 +
awklib/Makefile.am | 2 +-
awklib/Makefile.in | 7 +-
configh.in | 3 +
configure | 84 ++
configure.ac | 12 +
custom.h | 13 +
doc/ChangeLog | 29 +
doc/Makefile.in | 5 +-
doc/awkcard.in | 23 +-
doc/gawk.1 | 10 +-
doc/gawk.info | 1374 ++++++++++++++++-------------
doc/gawk.texi | 175 +++-
doc/gawktexi.in | 175 +++-
doc/wordlist | 24 +
doc/wordlist2 | 1 +
doc/wordlist5 | 1 +
extras/Makefile.in | 5 +-
m4/ChangeLog | 22 +
m4/pma.m4 | 51 ++
main.c | 33 +-
support/ChangeLog | 15 +
support/Makefile.am | 6 +
support/Makefile.in | 62 +-
extension/COPYING => support/agpl-3.0.txt | 153 ++--
support/pma.c | 663 ++++++++++++++
support/pma.h | 73 ++
symbol.c | 26 +-
test/Makefile.in | 5 +-
35 files changed, 2352 insertions(+), 772 deletions(-)
create mode 100644 m4/pma.m4
copy extension/COPYING => support/agpl-3.0.txt (86%)
create mode 100644 support/pma.c
create mode 100644 support/pma.h
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, feature/mdim-restart, updated. gawk-4.1.0-4806-g1819da3a,
Arnold Robbins <=