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. gawk-4.1.0-460-gab8ea56


From: Andrew J. Schorr
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-460-gab8ea56
Date: Sun, 20 Apr 2014 14:41:51 +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  ab8ea56780ec1ee0d82c43e7ab7b7204ccab3ae2 (commit)
       via  6e5964a4f6dd7d2476af106387f40c7ae9ead0c5 (commit)
      from  975fbde5ddb54b76212f25e5f114758ebf91f572 (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=ab8ea56780ec1ee0d82c43e7ab7b7204ccab3ae2

commit ab8ea56780ec1ee0d82c43e7ab7b7204ccab3ae2
Merge: 975fbde 6e5964a
Author: Andrew J. Schorr <address@hidden>
Date:   Sun Apr 20 10:41:22 2014 -0400

    Merge branch 'gawk-4.1-stable' to improve parsing of /inet socket filenames.

diff --cc ChangeLog
index f3d950b,e586bd0..0a1f34f
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,10 -1,16 +1,23 @@@
+ 2014-04-20         Andrew J. Schorr     <address@hidden>
+ 
+       * io.c (struct inet_socket_info): Define new structure
+       for use in parsing special socket filenames.
+       (inetfile): Parse all components of the special socket filename
+       into the struct inet_socket_info.  Returns true only if it is a
+       valid socket fliename, unlike the previous version which checked
+       for the '/inet[46]?/' prefix only.
+       (redirect): Patch to use updated inetfile() function.
+       (devopen): Remove logic to parse socket filenames, since this has
+       been moved into the inetfile() function.
+       (two_way_open): Update args to inetfile().
+ 
 +2014-04-20         Arnold D. Robbins     <address@hidden>
 +
 +      * builtin.c (do_rand): Make calls to random() in predictable
 +      order to avoid order of evaluation differences amongst compilers.
 +      Thanks to Anders Magnusson <address@hidden> (of the PCC team)
 +      for the suggestion.
 +
  2014-04-18         Arnold D. Robbins     <address@hidden>
  
        * configure.ac: Change adding of -export-dynamic for GCC to be

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

Summary of changes:
 ChangeLog |   13 ++++
 io.c      |  216 ++++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 126 insertions(+), 103 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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