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. 3cdd8ae6ecd0fef578c1a4b


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. 3cdd8ae6ecd0fef578c1a4b7a8bbc706266a6677
Date: Fri, 18 Jan 2013 10:21:31 +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  3cdd8ae6ecd0fef578c1a4b7a8bbc706266a6677 (commit)
       via  2d1a7927d6d83e406597e12bca21311eb99343e4 (commit)
      from  2f1ed731851b5883b41e6e5dfadc73c6f47eda7c (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=3cdd8ae6ecd0fef578c1a4b7a8bbc706266a6677

commit 3cdd8ae6ecd0fef578c1a4b7a8bbc706266a6677
Merge: 2f1ed73 2d1a792
Author: Arnold D. Robbins <address@hidden>
Date:   Fri Jan 18 12:21:15 2013 +0200

    Merge branch 'gawk-4.0-stable'

diff --cc ChangeLog
index 759f343,55ce091..f74cc67
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,27 -1,12 +1,36 @@@
+ 2013-01-18         Arnold D. Robbins     <address@hidden>
+ 
+       Fix a problem with include ordering to get ptrdiff_t definition,
+       showed up on Debian Lenny. Reported by Manuel Collado.
+       Fix brought over from grep.
+ 
+       * dfa.h: Include regex.h and stddef.h directly.
+       * dfa.c: Adjust includes.
+ 
 +2013-01-11         John Haque            <address@hidden>
 +
 +      * awk.h (do_mpfr_rshift): Renamed from do_mpfr_rhift.
 +      * awkgram.y (do_mpfr_rshift): Renamed from do_mpfr_rhift.
 +      * mpfr.c (_tz1, _tz2, _mpz1, _mpz2, mpz1, mpz2, get_bit_ops,
 +      free_bit_ops): Removed.
 +      (init_mpfr): Remove calls to mpz_init.
 +      (get_intval, free_intval): New functions.
 +      (do_mpfr_rshift, do_mpfr_lshift): Rework code.
 +      (do_mpfr_and, do_mpfr_or, do_mpfr_xor): Accept two or more arguments
 +      to match regular functions.
 +
 +2013-01-11         Arnold D. Robbins     <address@hidden>
 +
 +      * bisonfix.awk: Adjust ARGV / ARGC to force reading of standard
 +      input; apparently needed for Mac OS X. Thanks to Akim Demaille
 +      for the report.
 +
 +2013-01-06         Arnold D. Robbins     <address@hidden>
 +
 +      * io.c (redirect, two_way_open): Set the name field in the
 +      awk_input_buf_t and awk_output_buf_t structures, as needed.
 +      Thanks to Manuel Collado for the report.
 +
  2013-01-05         Arnold D. Robbins     <address@hidden>
  
        * regex_internal.h (struct re_dfa_t): Restore ifdefs around

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

Summary of changes:
 ChangeLog |    9 +++++++++
 dfa.c     |    5 +++--
 dfa.h     |    3 +++
 3 files changed, 15 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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