[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1382-gf4bf3a
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1382-gf4bf3a7 |
Date: |
Tue, 05 May 2015 10:01:46 +0000 |
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, master has been updated
via f4bf3a73dd30a100094502d5b85795cedf4c2139 (commit)
via b378f5eda83c058e2c054759686dfe6b0547b34e (commit)
via 776d42f0874dcdf458eecea603830d8659e2a379 (commit)
from 97b1c943a98196143414760f9e616f93fccce89d (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=f4bf3a73dd30a100094502d5b85795cedf4c2139
commit f4bf3a73dd30a100094502d5b85795cedf4c2139
Merge: 97b1c94 b378f5e
Author: Arnold D. Robbins <address@hidden>
Date: Tue May 5 13:01:37 2015 +0300
Merge branch 'gawk-4.1-stable'
diff --cc NEWS
index 09b6030,8a0ed9e..0b4b34b
--- a/NEWS
+++ b/NEWS
@@@ -5,52 -5,16 +5,62 @@@
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
+Changes from 4.1.x to 4.2.0
+---------------------------
+
+1. If not in POSIX mode, changes to ENVIRON are reflected into
+ gawk's environment, affecting any programs run by system()
+ or for piped redirections. This can also affect built-in routines, such
+ as mktime(), which is typically influenced by the TZ environment variable.
+
+2. The series of numbers returned by rand() should now be "more
+ random" than previously. Gawk's rand() remains repeatable; you will
+ get the same series of numbers each time you call rand() repeatedly,
+ but this will be a different series than previously.
+
+3. The --pretty-print option no longer runs the program too.
+
+4. The igawk script and igawk.1 man page are no longer installed by
+ `make install'. They have been obsolete since gawk 4.0.0.
+
+5. Gawk now has a `intdiv()' function to perform integer division; this is
+ primarily useful for the -M option to avoid MPFR division when all
+ values involved are integers.
+
+6. Gawk can now be built with CMake. This is an alternative build
+ system for those who may want it; gawk is not going to switch off
+ use of the autotools anytime soon, if ever.
+
+7. Gawk now processes a maximum of two hexadecimal digits in \x
+ escape sequences inside strings.
+
+8. MirBSD is no longer supported.
+
+9. Pretty printing now preserves comments and places them into the
+ pretty-printed file.
+
+10. `make install' now installs shell startup files
+ $sysconfdir/profile.d/gawk.{csh,sh} containing shell functions to
+ manipulate the AWKPATH and AWKLIBPATH environment variables. On a Fedora
+ system, these files belong in /etc/profile.d, but the appropriate location
+ may be different on other platforms.
+
+11. Gawk now supports retryable I/O via PROCINFO[input-file, "RETRY"]; see
+ the manual.
+
+12. The API minor version has been increased to two; the get_file()
+ API provides access to open redirections. Also see the manual.
+
+ Changes from 4.1.2 to 4.1.3
+ ---------------------------
+
+ 1. Regexp parsing with extra brackets should now be working again. There
+ are several new tests to keep this stuff on track.
+
+ 2. Updated to latest config.guess and config.sub.
+
+ XX. A number of bugs have been fixed. See the ChangeLog.
+
Changes from 4.1.1 to 4.1.2
---------------------------
-----------------------------------------------------------------------
Summary of changes:
Checklist | 3 ++-
NEWS | 10 ++++++++++
2 files changed, 12 insertions(+), 1 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1382-gf4bf3a7,
Arnold Robbins <=