[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, gawk-5.3-stable, updated. gawk-4.1.0-5450-g1afcfd23
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, gawk-5.3-stable, updated. gawk-4.1.0-5450-g1afcfd23 |
Date: |
Sat, 20 Jan 2024 14:47:24 -0500 (EST) |
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.3-stable has been updated
via 1afcfd239cf9a8aeae543cc7daf35f402b71767b (commit)
from 5bed9af7d17e401de517b997ab303518753cea72 (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=1afcfd239cf9a8aeae543cc7daf35f402b71767b
commit 1afcfd239cf9a8aeae543cc7daf35f402b71767b
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Sat Jan 20 21:46:32 2024 +0200
Update NEWS.
diff --git a/ChangeLog b/ChangeLog
index 109ec3bb..3f1a4413 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* configure.ac: MPFR on 32 bit Power PC is back
to working. Remove the check that disables it.
+ * NEWS: Updated.
2024-01-16 Andrew J. Schorr <aschorr@telemetry-investments.com>
diff --git a/NEWS b/NEWS
index 98be3d8d..e35914fc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,26 @@
- Copyright (C) 2019, 2020, 2021, 2022, 2023 Free Software Foundation, Inc.
+ Copyright (C) 2019, 2020, 2021, 2022, 2023, 2024
+ Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
+Changes from 5.3.0 to 5.3.x
+---------------------------
+
+1. More subtle issues related to uninitialized array elements have
+ been fixed.
+
+2. A number of bugs in the debugger related to handling of arrays
+ have been fixed.
+
+3. Some subtle bugs in the API have been fixed.
+
+4. Use of MPFR is now possible again on 32-bit Power PC Mac systems.
+
+5. As usual, there have been several minor code cleanups and bug fixes.
+ See the ChangeLog for details.
+
Changes from 5.2.x to 5.3.0
---------------------------
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 1 +
NEWS | 19 ++++++++++++++++++-
2 files changed, 19 insertions(+), 1 deletion(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, gawk-5.3-stable, updated. gawk-4.1.0-5450-g1afcfd23,
Arnold Robbins <=