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-1417-g33f3d62
Date: Tue, 12 May 2015 11:55:45 +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  33f3d625bdfb7d2d37eb3838eff4df247654f3b9 (commit)
       via  4875ca0917111893bfa7e2f95450e703d9a6cb56 (commit)
       via  434e51fd58545078c0bda06e3951999d6ccae01e (commit)
       via  b035244efcc7424cbc1ef6f1c9c1f8493df818eb (commit)
       via  e26895f60fd1ed938f2af9fa218ef14a2581c7fc (commit)
       via  f4bf3a73dd30a100094502d5b85795cedf4c2139 (commit)
       via  b378f5eda83c058e2c054759686dfe6b0547b34e (commit)
       via  776d42f0874dcdf458eecea603830d8659e2a379 (commit)
      from  5603143c58035b91f91ee31ab548b9b996156760 (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=33f3d625bdfb7d2d37eb3838eff4df247654f3b9

commit 33f3d625bdfb7d2d37eb3838eff4df247654f3b9
Merge: 5603143 4875ca0
Author: Arnold D. Robbins <address@hidden>
Date:   Tue May 12 14:55:38 2015 +0300

    Merge branch 'master' into feature/regex-type

diff --cc NEWS
index aad3e57,0b4b34b..da76786
--- a/NEWS
+++ b/NEWS
@@@ -48,18 -48,19 +48,28 @@@ Changes from 4.1.x to 4.2.
  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()
 +12. The API minor version has been increased to 2; the get_file()
      API provides access to open redirections. Also see the manual.
  
 +13. 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.
 +
 +14. 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().
 +
+ 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 +
 pc/ChangeLog    |    4 +
 pc/Makefile.tst |    8 +-
 po/da.po        |  654 ++++++++++++++++++++++++++++---------------------------
 5 files changed, 355 insertions(+), 324 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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