[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, feature/api-min-max, updated. gawk-4.1.0
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, feature/api-min-max, updated. gawk-4.1.0-2367-ga87bc77 |
Date: |
Mon, 19 Dec 2016 03:50:19 +0000 (UTC) |
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/api-min-max has been updated
via a87bc7765999c01467ad9c7fb2c8921de7b9b523 (commit)
from 0bc03599d592abe1a594373fbc0ffc9b4ec6b231 (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=a87bc7765999c01467ad9c7fb2c8921de7b9b523
commit a87bc7765999c01467ad9c7fb2c8921de7b9b523
Author: Arnold D. Robbins <address@hidden>
Date: Mon Dec 19 05:50:10 2016 +0200
Revise NEWS.
diff --git a/NEWS b/NEWS
index c0b781e..40bf9cd 100644
--- a/NEWS
+++ b/NEWS
@@ -90,11 +90,13 @@ Changes from 4.1.x to 4.2.0
22. Passing negative operands to any of the bitwise functions now
produces a fatal error.
-23. The C API has undergone changes that break both binary and source
- code compatibility with the previous version. Thus the API version
- is now at 2.0. YOU WILL NEED TO REVISE YOUR EXTENSIONS to work
- with this version of gawk. Fortunately, the changes are fairly
- minor and straightforward.
+23. The C API has undergone changes that break binary compatibility with
+ the previous version. Thus the API version is now at 2.0. YOU WILL
+ NEED TO RECOMPILE YOUR EXTENSIONS to work with this version of gawk.
+ Source code compatibility remains intact, although you will get
+ compiler warnings if you do not revise your extensions. We strongly
+ recommend that you do so. Fortunately, the changes are fairly minor
+ and straightforward.
Changes from 4.1.3 to 4.1.4
---------------------------
-----------------------------------------------------------------------
Summary of changes:
NEWS | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, feature/api-min-max, updated. gawk-4.1.0-2367-ga87bc77,
Arnold Robbins <=