[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1686-gc022d4
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1686-gc022d42 |
Date: |
Thu, 03 Mar 2016 19:07:15 +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 c022d42b6162cadaced36c3bbf454e4e5dba8111 (commit)
from d78adb29468012f54dd029e021d83eb668f19a7d (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=c022d42b6162cadaced36c3bbf454e4e5dba8111
commit c022d42b6162cadaced36c3bbf454e4e5dba8111
Author: Arnold D. Robbins <address@hidden>
Date: Thu Mar 3 21:06:59 2016 +0200
Document NONFATAL in NEWS. Ooops.
diff --git a/NEWS b/NEWS
index de948ba..a17a370 100644
--- a/NEWS
+++ b/NEWS
@@ -34,42 +34,46 @@ Changes from 4.1.x to 4.2.0
7. Gawk now processes a maximum of two hexadecimal digits in \x
escape sequences inside strings.
-8. MirBSD is no longer supported.
+8. Setting PROCINFO["redirection", "NONFATAL"] to true makes I/O
+ errors for "redirection" not fatal, setting ERRNO. Setting
+ PROCINFO["NONFATAL"] makes all I/O nonfatal.
-9. Pretty printing now preserves comments and places them into the
- pretty-printed file.
+9. MirBSD is no longer supported.
-10. `make install' now installs shell startup files
+10. Pretty printing now preserves comments and places them into the
+ pretty-printed file.
+
+11. `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
+12. Gawk now supports retryable I/O via PROCINFO[input-file, "RETRY"]; see
the manual.
-12. The API minor version has been increased to 2; the get_file()
+13. The API minor version has been increased to 2; the get_file()
API provides access to open redirections. Also see the manual.
-13. Revisions in the POSIX standard remove the special case for POSIX
+14. Revisions in the POSIX standard remove the special case for POSIX
mode when FS = " " where newline was not a field separator. The code
and doc have been updated.
-14. Gawk now supports strongly typed regexp constants. Such constants
+15. Gawk now supports strongly typed regexp constants. Such constants
look like @/.../. You can assign them to variables, pass them to
functions, use them in ~, !~ and the case part of a switch statement.
More details are provided in the manual.
-15. The new typeof() function can be used to indicate if a variable or
+16. The new typeof() function can be used to indicate if a variable or
array element is an array, regexp, string or number. The isarray()
function is deprecated in favor of typeof().
-16. As promised when 4.1 was released, the old extension mechanism,
+17. As promised when 4.1 was released, the old extension mechanism,
using the `extension' function, is now gone.
-17. Support for GNU/Linux on Alpha systems has been removed.
+18. Support for GNU/Linux on Alpha systems has been removed.
-18. Optimizations are now enabled by default. Use the new -s/--no-optimize
+19. Optimizations are now enabled by default. Use the new -s/--no-optimize
option(s) to disable them. Pretty printing and profiling automatically
disable optimizations so that the output program is the same as the
original input program.
-----------------------------------------------------------------------
Summary of changes:
NEWS | 28 ++++++++++++++++------------
1 files changed, 16 insertions(+), 12 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1686-gc022d42,
Arnold Robbins <=