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-1168-g69b9c6b
Date: Tue, 17 Mar 2015 20:52: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, feature/regex-type has been updated
       via  69b9c6bec08738933d79010ad8c9347e36d19bed (commit)
       via  cd2ff61aaf4938092517880ad7655828d99a3cb9 (commit)
       via  cffd09247c1681fbf3d5cad5253b3199704f83e7 (commit)
       via  1b047a42077ca58eeeaa93e0561c0b589350702b (commit)
       via  822d727b719ad486bb5eca0f064c69047a424bf5 (commit)
       via  93a817e1d94bf7227391b131b6df2d1f3e5176cc (commit)
       via  36bf73d7bacb7e38598ce194315dce896a2847a3 (commit)
       via  8c76e6abfa7857da0ecb64cc545b5cbea2a0ca68 (commit)
       via  b6c957dae27d5f10393572391c75c51c85a3a68c (commit)
       via  6965b92f1bc3d5aca7a39d31cc6a7e5fd0e0c1a9 (commit)
       via  dae49acd6f32a875fed4781f33a926f8013c69b4 (commit)
       via  f001d6b9b3e53b3148d2cfe39746ccea90b8fdeb (commit)
       via  6237311c0af460dd0ff5cf2ed4f935a33386375c (commit)
       via  b108a3ba2ab12dd7274589c6fe09c882df02827c (commit)
       via  116c2da32b8a0dd2ab36e273d980696a1db1109b (commit)
       via  4e3f36b3b90aad7c5f392cd493ec10dbad567ce8 (commit)
       via  b8ba9836e05eb96daeed9614f045f5b81a826730 (commit)
       via  9b995ad21b921a502c7c94b3c591735e4f713728 (commit)
       via  8954618d1958e26389519e7322e01ca8caafdf66 (commit)
       via  db6a69baecd9b7a98e6de31eec2e20477130d8ef (commit)
       via  9fa41fc2c183d5920d64e6f34f8a6bb325188443 (commit)
       via  f70c3912a36e8d2ca4e63d0e1d7491f580b5c9f2 (commit)
       via  d8fd5725c32a6aa76eb8438adc0c912e6ad2696b (commit)
       via  2d70e84851f48e1e4091583ea98f7437d4e080ed (commit)
       via  73fe58f8ed3ba97f703d3e516d0f502a6aa5b907 (commit)
       via  9adb80ce25def725ddd98d63f62e35a27e04c570 (commit)
       via  765d3a443f5121f148d47ec813069e1257212d5e (commit)
       via  1752d5ee472ce827ee66ea38c33085123575a033 (commit)
       via  9322ab27e20be82722b2db73f74447f2b35c6502 (commit)
       via  64c5b3da1b7ebe73fcfb4edd9450382ccf1159fb (commit)
       via  378e213c953d6482ae4d92a69b526cdeaef1f26f (commit)
       via  7f9f66525d7d82816eba352efdf58497373a47bf (commit)
       via  0e38201f5879cc91c90876b2b9b219a308e3a2d2 (commit)
       via  34c33ee0f9d3863f9ef381e499e396c9f447a941 (commit)
       via  2f9c84e82632cbce017a6d342acb3dede5e59e12 (commit)
       via  15a1d8d213380bd99b5dfe7f4cafcd6dedb8f0dc (commit)
       via  5909f454e470d5a1de2aea2451e69455bfb398ad (commit)
       via  d6e200568261f51fd007895516da1a06851d4481 (commit)
       via  15fba5cef614e836b6ed35543b8e7ae49f52a450 (commit)
       via  27fa47040717ac1b917a083eaac0c8468b4640f4 (commit)
       via  dcaab6dd8a28be8885ccc508c49b962a61ab09fe (commit)
      from  8fc0c719fc910d6931d267b5437cef9048e5a9b0 (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=69b9c6bec08738933d79010ad8c9347e36d19bed

commit 69b9c6bec08738933d79010ad8c9347e36d19bed
Merge: 8fc0c71 cd2ff61
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Mar 17 22:52:04 2015 +0200

    Merge branch 'master' into feature/regex-type

diff --cc ChangeLog
index fb66550,21e90e4..ebc7b23
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,17 -1,40 +1,54 @@@
+ 2015-03-17         Arnold D. Robbins     <address@hidden>
+ 
+       * profile.c (pp_number): Allocate enough room to print the number
+       in all cases. Was a problem mixing -M with profiling with a really
+       big number. Thanks to Hermann Peifer for the bug report.
+ 
+ 2015-03-08         Arnold D. Robbins     <address@hidden>
+ 
+       * re.c (regexflags2str): Removed. It was redundant.
+ 
+       * io.c (devopen): Change the logic such that if nonfatal is true
+       for the socket, don't do retries.  Also clean up the formatting
+       some.  At strictopen, check if errno is ENOENT and if so, propagate
+       the error from getaddrinfo() up to the caller. Add explanatory
+       comments.
+ 
+ 2015-02-28         Andrew J. Schorr     <address@hidden>
+ 
+       * io.c (pty_vs_pipe): Remove check for NULL PROCINFO_node, since
+       this is now checked inside in_PROCINFO.
+ 
+ 2015-02-27         Andrew J. Schorr     <address@hidden>
+ 
+       * io.c (socketopen): New parameter hard_error; set it if
+       getaddrinfo() fails. Change fatals to warnings.
+       (devopen): Pass in address of boolean hard_error variable
+       and stop trying to open the file if hard_error is true.
+       Save and restore errno around call to socketopen() and
+       use restored errno if open() fails at strictopen.
+ 
+ 2015-02-27         Arnold D. Robbins     <address@hidden>
+ 
+       * symbol.c (check_param_names): Fix argument order in memset() call.
+       * configure.ac: Use AC_SEARCH_LIBS instead of AC_CHECK_LIB. This fixes
+       a long-standing problem where `-lm' was used twice in the final
+       compilation line.
+ 
 +2015-02-27         Arnold D. Robbins     <address@hidden>
 +
 +      Start on making regexp a real type.
 +
 +      * awk.h (Node_hardregex): New node type.
 +      (do_typeof): Add declaration.
 +      * awkgram.y: Make @/.../ a hard regex.
 +      (tokentab): New entry for typeof() function.
 +      (snode): Try to handle typeof().
 +      (make_regnode): Handle Node_hardregex.
 +      * builtin.c (do_typeof): New function.
 +      * eval.c (nodetypes): Add Node_hardregex.
 +      * re.c (re_update): Check for hardregex too in assert.
 +
  2015-02-24         Arnold D. Robbins     <address@hidden>
  
        * POSIX.STD: Update copyright year.
diff --cc test/ChangeLog
index 4cd06f0,e9848c4..5d9ba8d
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@@ -1,6 -1,43 +1,44 @@@
+ 2015-03-17         Arnold D. Robbins     <address@hidden>
+ 
+       * Makefile.am (mpfrmemok1): New test.
+       * mpfrmemok1.awk, mpfrmemok1.ok: New files.
+ 
+ 2015-03-10         Arnold D. Robbins     <address@hidden>
+ 
+       * Makefile.am (fpat4): New test.
+       * fpat4.awk, fpat4.ok: New files.
+ 
+ 2015-03-08         Arnold D. Robbins     <address@hidden>
+ 
+       * nonfatal3.awk, nonfatal3.ok: Adjust for portability.
+       Thanks to Hermann Peifer for the report.
+ 
+ 2015-03-06         Arnold D. Robbins     <address@hidden>
+ 
+       * charasbytes.awk, ofs1.awk, range1.awk, sortglos.awk,
+       sortglos.in: Remove execute permission.
+ 
+ 2015-03-02         Andrew J. Schorr     <address@hidden>
+ 
+       * nonfatal1.awk: Do not print ERRNO, since the value appears to be
+       platform-dependent.  Instead, print (ERRNO != "").
+       * nonfatal1.ok: Update.
+ 
+ 2015-02-28         Andrew J. Schorr     <address@hidden>
+ 
+       * Makefile.am (EXTRA_DIST): Add nonfatal3.{awk,ok}.
+       (GAWK_EXT_TESTS): Add nonfatal3.
+       * nonfatal1.awk: Replace "ti10/357" with "local:host/25", since
+       "local:host" should be a universally bad hostname due to the
+       invalid ":" character.
+       * nonfatal1.ok: Update.
+       * nonfatal3.{awk,ok}: New test for connecting to a TCP port where
+       nobody is listening.
+ 
  2015-02-27         Arnold D. Robbins     <address@hidden>
  
+       * nonfatal1.ok: Update after code changes.
 +      * id.ok: Updated after code change.
  
  2015-02-26         Arnold D. Robbins     <address@hidden>
  

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

Summary of changes:
 ChangeLog                           |   76 +++
 TODO                                |    5 +-
 awk.h                               |    4 +-
 builtin.c                           |   37 +-
 configh.in                          |    3 -
 configure                           |  141 +++--
 configure.ac                        |    6 +-
 doc/ChangeLog                       |   30 +
 doc/gawk.info                       | 1212 ++++++++++++++++++----------------
 doc/gawk.texi                       |  100 +++-
 doc/gawktexi.in                     |  100 +++-
 extension/ChangeLog                 |    6 +
 extension/inplace.3am               |    7 +-
 extension/inplace.c                 |    4 +-
 io.c                                |  142 ++++-
 missing_d/ChangeLog                 |    6 +
 missing_d/getaddrinfo.c             |   16 +-
 missing_d/getaddrinfo.h             |    2 +
 profile.c                           |   26 +-
 re.c                                |   37 --
 symbol.c                            |    2 +-
 test/ChangeLog                      |   48 ++
 test/Makefile.am                    |   22 +-
 test/Makefile.in                    |   42 ++-
 test/Maketests                      |   20 +
 test/fpat4.awk                      |  105 +++
 test/fpat4.ok                       |   65 ++
 test/mpfrmemok1.awk                 |    7 +
 test/mpfrmemok1.ok                  |    7 +
 test/nonfatal1.awk                  |    6 +
 test/nonfatal1.ok                   |    2 +
 test/nonfatal2.awk                  |    5 +
 test/nonfatal2.ok                   |    1 +
 test/nonfatal3.awk                  |    6 +
 test/{arrayprm3.ok => nonfatal3.ok} |    0
 35 files changed, 1548 insertions(+), 750 deletions(-)
 mode change 100755 => 100644 test/charasbytes.awk
 create mode 100644 test/fpat4.awk
 create mode 100644 test/fpat4.ok
 create mode 100644 test/mpfrmemok1.awk
 create mode 100644 test/mpfrmemok1.ok
 create mode 100644 test/nonfatal1.awk
 create mode 100644 test/nonfatal1.ok
 create mode 100644 test/nonfatal2.awk
 create mode 100644 test/nonfatal2.ok
 create mode 100644 test/nonfatal3.awk
 copy test/{arrayprm3.ok => nonfatal3.ok} (100%)
 mode change 100755 => 100644 test/ofs1.awk
 mode change 100755 => 100644 test/range1.awk
 mode change 100755 => 100644 test/sortglos.awk
 mode change 100755 => 100644 test/sortglos.in


hooks/post-receive
-- 
gawk



reply via email to

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