gawk-diffs
[Top][All Lists]
Advanced

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

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


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/regex-type, updated. gawk-4.1.0-1405-g8916089
Date: Tue, 05 May 2015 09:32:22 +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, feature/regex-type has been updated
       via  8916089795a175cfd08541b67fdcf506d1ed5a1c (commit)
       via  97b1c943a98196143414760f9e616f93fccce89d (commit)
       via  f64fd5e24e03182c225f9ec48ff13043ebede94d (commit)
       via  8678161d1886392b3ef1e5621e550ef5a2dc6d3a (commit)
       via  6d3c1c749c9380bd023f9bbed578e22548d6c3fb (commit)
       via  14df926d1e796b1227b34384c388b1580f05e840 (commit)
       via  325071214fb43e9012b84deef658bd7b13cd7609 (commit)
       via  f077fdd5c7580e5b6e9caf36e322dcdd19bd7316 (commit)
      from  ecf875a23050b7e3b64805674e9ce3cac4199cb8 (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=8916089795a175cfd08541b67fdcf506d1ed5a1c

commit 8916089795a175cfd08541b67fdcf506d1ed5a1c
Merge: ecf875a 97b1c94
Author: Arnold D. Robbins <address@hidden>
Date:   Tue May 5 12:32:15 2015 +0300

    Merge branch 'master' into feature/regex-type

diff --cc ChangeLog
index 3ea9c17,1837262..024923f
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,13 -1,13 +1,21 @@@
  2015-05-05         Arnold D. Robbins     <address@hidden>
  
+       * awkgram.y (yylex): Yet Another Fix for parsing bracket
+       expressions. Thanks yet again to Andrew Schorr. Maybe it's
+       even finally nailed down now.
+ 
+       Unrelated:
+ 
+       * config.guess, config.sub: Get latest versions.
+ 
 +      Make profiling for hard regexes work.
 +
 +      * profile.c (pp_string_or_hard_regex): Renamed from pp_string.
 +      Add bool param for hard regex and add @ if so.
 +      (pp_string): New function, calls pp_string_or_hard_regex.
 +      (pp_hard_regex): New function, calls pp_string_or_hard_regex.
 +      (pprint): Adjust to print a hard regex correctly.
 +
  2015-05-01         Arnold D. Robbins     <address@hidden>
  
        * awkgram.y: Make sure values are not null in param list.

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

Summary of changes:
 ChangeLog           |    8 ++++++++
 awkgram.c           |    7 ++++---
 awkgram.y           |    7 ++++---
 config.guess        |   27 ++++++++++++++++++++++-----
 config.sub          |   13 ++++++++-----
 pc/ChangeLog        |    4 ++++
 pc/Makefile.tst     |   14 ++++++++++++--
 test/ChangeLog      |   11 +++++++++++
 test/Makefile.am    |   12 +++++++++---
 test/Makefile.in    |   17 ++++++++++++++---
 test/Maketests      |    5 +++++
 test/rebrackloc.awk |   31 +++++++++++++++++++++++++++++++
 test/rebrackloc.in  |    3 +++
 test/rebrackloc.ok  |   17 +++++++++++++++++
 14 files changed, 152 insertions(+), 24 deletions(-)
 create mode 100644 test/rebrackloc.awk
 create mode 100644 test/rebrackloc.in
 create mode 100644 test/rebrackloc.ok


hooks/post-receive
-- 
gawk



reply via email to

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