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. ae526a956180e702ff09f3f


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. ae526a956180e702ff09f3ff011ee5f01678189d
Date: Tue, 01 Jan 2013 17:07:08 +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  ae526a956180e702ff09f3ff011ee5f01678189d (commit)
       via  58a02d2e425f88c1f9b697f11d4630f3416617dd (commit)
       via  176594bbcd1255f0e6bbde616aeaaa7ddfeca3cc (commit)
      from  e3d03ee3dec31fd28d668ae14bed936af199d9b0 (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=ae526a956180e702ff09f3ff011ee5f01678189d

commit ae526a956180e702ff09f3ff011ee5f01678189d
Merge: e3d03ee 58a02d2
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Jan 1 19:06:56 2013 +0200

    Merge branch 'gawk-4.0-stable'

diff --cc ChangeLog
index e8b40d2,0ef990c..62a99af
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,20 -1,13 +1,30 @@@
+ 2013-01-01         Arnold D. Robbins     <address@hidden>
+ 
+       Sync with GLIBC regex files.
+ 
+       * regex_internal.h (struct re_dfa_t): Remove ifdefs around
+       __libc_lock_define since it's already defined to empty in non-LIBC
+       case.
+       * regexec.c (check_node_accept_bytes): Restore decl with use from
+       GLIBC code since this is LIBC case.
+ 
 +2012-12-27         Arnold D. Robbins     <address@hidden>
 +
 +      * builtin.c (do_print, do_printf): Use output_fp as default
 +      output for print/printf only if running under the debugger.
 +      Otherwise use stdout as Brian, Peter, and Al intended.
 +
 +2012-12-25         Arnold D. Robbins     <address@hidden>
 +
 +      Remove sym-constant from API after discussions with John
 +      Haque and Andy Schorr.
 +
 +      * gawkapi.h (api_sym_constant): Removed field in API struct.
 +      (sym_constant): Remove macro.
 +      * gawkapi.c (set_constant, api_sym_update, api_sym_constant): Removed.
 +      (sym_update_real): Renamed to api_sym_update(). is_const parameter
 +      removed and code adjusted.
 +
  2012-12-24         Arnold D. Robbins     <address@hidden>
  
        * 4.0.2: Release tar ball made.
diff --cc pc/Makefile
index f01849a,11ecc88..52354f3
--- a/pc/Makefile
+++ b/pc/Makefile
@@@ -274,8 -303,11 +278,11 @@@ install1
  install2:
        gawk -v prefix=$(prefix) -f install.awk
  
+ install-strip: install$(install)
+       strip "$(prefix)/bin"/*.exe
+ 
  clean:
 -      rm -rf gawk pgawk dgawk *.exe gawk.map *.o *.obj core a.out $(RSPFILE) 
$(PRSPFILE) $(DRSPFILE) $(DYN_EXP)
 +      -rm -rf gawk *.exe gawk.map *.o *.obj core a.out $(RSPFILE) $(PRSPFILE) 
$(DRSPFILE) $(DYN_EXP)
  #     cd doc && $(MAKE) clean
  #     cd test && $(MAKE) clean
  #     cd awklib && $(MAKE) clean

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

Summary of changes:
 ChangeLog        |   10 ++++++++++
 pc/ChangeLog     |   11 +++++++++++
 pc/Makefile      |   21 ++++++++++++++-------
 pc/install.awk   |   10 +++++-----
 regex_internal.h |    2 --
 regexec.c        |    3 +--
 6 files changed, 41 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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