gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, feature/typed-regex, updated. gawk-4.1.0


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/typed-regex, updated. gawk-4.1.0-1982-ge260707
Date: Mon, 29 Aug 2016 03:00:05 +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/typed-regex has been updated
       via  e2607077715b14bc033e62d0203bd34d32b708c2 (commit)
       via  af43bad53b2f05ba0d4403a59433f587a1e32b22 (commit)
      from  b03d089e9b87c4e64bd539a1703e740923a67aa4 (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=e2607077715b14bc033e62d0203bd34d32b708c2

commit e2607077715b14bc033e62d0203bd34d32b708c2
Merge: b03d089 af43bad
Author: Arnold D. Robbins <address@hidden>
Date:   Mon Aug 29 05:59:54 2016 +0300

    Merge branch 'master' into feature/typed-regex

diff --cc NEWS
index 3293534,7163ecf..feb8587
--- a/NEWS
+++ b/NEWS
@@@ -78,9 -73,12 +78,12 @@@ Changes from 4.1.x to 4.2.
      disable optimizations so that the output program is the same as the
      original input program.
  
 -19. The extension API now provides a mechanism for generating nonfatal
 +20. The extension API now provides a mechanism for generating nonfatal
      error messages.
  
+ 20. Gawk now uses fwrite_unlocked if it's available. The yields a 7% - 18%
+     improvement in raw output speed (gawk '{ print }' on a large file).
+ 
  Changes from 4.1.3 to 4.1.4
  ---------------------------
  

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

Summary of changes:
 ChangeLog    |    6 ++++++
 NEWS         |    3 +++
 TODO         |    2 --
 awk.h        |    4 ++++
 configh.in   |    3 +++
 configure    |    1 +
 configure.ac |    1 +
 7 files changed, 18 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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