[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4030-gdd9a8ec
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4030-gdd9a8ec |
Date: |
Sun, 12 Jul 2020 14:06: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, gawk-5.1-stable has been updated
via dd9a8ec89c51dba47e63640a9705017399ec32d0 (commit)
via b67bfbf047997afed7d70362adfe38a271836cbe (commit)
from 148a945e9ad6c88e48b3d326dc879e2709c9c253 (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=dd9a8ec89c51dba47e63640a9705017399ec32d0
commit dd9a8ec89c51dba47e63640a9705017399ec32d0
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Sun Jul 12 21:06:24 2020 +0300
Note NEWS updated.
diff --git a/ChangeLog b/ChangeLog
index 739f0a4..7209808 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@
* interpret.h (r_interpret): At Op_ext_builtin, separate out calls
to the external function and awk_value_to_node, for ease in a
debugger.
+ * NEWS: Updated.
2020-07-10 Arnold D. Robbins <arnold@skeeve.com>
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=b67bfbf047997afed7d70362adfe38a271836cbe
commit b67bfbf047997afed7d70362adfe38a271836cbe
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Sun Jul 12 21:06:01 2020 +0300
Update NEWS.
diff --git a/NEWS b/NEWS
index 1c5ddec..87f5b9e 100644
--- a/NEWS
+++ b/NEWS
@@ -11,11 +11,16 @@ Changes from 5.0.1 to 5.0.2
2. asort and asorti now allow FUNCTAB and SYMTAB as the first argument if a
second destination array is supplied. Similarly, using either array as
- the second argument is now a fatal error.
+ the second argument is now a fatal error. Additionally, using either
+ array as the destination for split(), match(), etc. also causes a
+ fatal error.
3. The new -I/--trace option prints a trace of the byte codes as they
are executed.
+4. A number of subtle bugs relating to MPFR mode that caused differences
+ between regular operation and MPFR mode have been fixed.
+
Changes from 5.0.1 to 5.1.0
---------------------------
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 1 +
NEWS | 7 ++++++-
2 files changed, 7 insertions(+), 1 deletion(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4030-gdd9a8ec,
Arnold Robbins <=