gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, master, updated. 0479a809ad3a0a0437ce16f


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. 0479a809ad3a0a0437ce16f889d7b07a09c39323
Date: Tue, 14 Jun 2011 19:36:01 +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  0479a809ad3a0a0437ce16f889d7b07a09c39323 (commit)
      from  ccdaa3f17b9341e628acd64f68502c67141e8997 (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=0479a809ad3a0a0437ce16f889d7b07a09c39323

commit 0479a809ad3a0a0437ce16f889d7b07a09c39323
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Jun 14 22:35:40 2011 +0300

    Update NEWS.

diff --git a/NEWS b/NEWS
index 40fba32..28f3062 100644
--- a/NEWS
+++ b/NEWS
@@ -18,10 +18,10 @@ Changes from 3.1.8 to 4.0.0
 4. The split() function accepts an optional fourth argument which is an array
    to hold the values of the separators.
 
-5. New -b / --characters-as-bytes option that means "hands off my data"; gawk
+5. The new -b / --characters-as-bytes option means "hands off my data"; gawk
    won't try to treat input as a multibyte string.
 
-6. New --sandbox option; see the doc.
+6. There is a new --sandbox option; see the doc.
 
 7. Indirect function calls are now available.
 
@@ -44,8 +44,8 @@ Changes from 3.1.8 to 4.0.0
 
 14. All long options now have short options, for use in `#!' scripts.
 
-15. Support for IPv6 added via /inet6/... special file. /inet4/... forces
-    IPv4 and /inet chooses the system default (probably IPv4).
+15. Support for IPv6 is added via the /inet6/... special file. /inet4/...
+    forces IPv4 and /inet chooses the system default (probably IPv4).
 
 16. Added a warning for /[:space:]/ that should be /[[:space:]]/.
 
@@ -71,9 +71,11 @@ Changes from 3.1.8 to 4.0.0
 
 24. The option for raw sockets was removed, since it was never implemented.
 
-25. If not in POSIX mode, gawk turns ranges of the form [d-h] into
-    [defgh] before compiling a regexp.  Maybe this will stop all the
-    questions about [a-z] matching uppercase letters.
+25. Gawk not treats ranges of the form [d-h] as if they were in the C
+    locale, no matter what kind of regexp is being used, and even if
+    --posix.  The latest POSIX standard allows this, and the documentation
+    has been updated.  Maybe this will stop all the questions about
+    [a-z] matching uppercase letters.
     THIS CHANGES BEHAVIOR!!!!
 
 26. PROCINFO["strftime"] now holds the default format for strftime().

-----------------------------------------------------------------------

Summary of changes:
 NEWS |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]