gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, feature/wasted-byte, updated. gawk-4.1.0


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/wasted-byte, updated. gawk-4.1.0-1306-gf4eea5c
Date: Mon, 13 Apr 2015 07:58:13 +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/wasted-byte has been updated
       via  f4eea5c198be1dcda61a94db10b8f3200888576b (commit)
       via  06a351f8774409db0d9c72ac4a51652f7c855c06 (commit)
       via  0325b4daf737414c3b811b05c70b897b807a436b (commit)
       via  89c079e54f1e3a49df1f2653ba5fe40d834cd8c3 (commit)
       via  ad954f2f479a8bd793b1246f1e859bb208233af1 (commit)
       via  d95b87d85753b4e067dd952c332b1a1a14d98cfb (commit)
      from  24ddf2742b0034089bce38e5f4ebd99b93c6e161 (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=f4eea5c198be1dcda61a94db10b8f3200888576b

commit f4eea5c198be1dcda61a94db10b8f3200888576b
Merge: 24ddf27 06a351f
Author: Arnold D. Robbins <address@hidden>
Date:   Mon Apr 13 10:58:02 2015 +0300

    Merge branch 'master' into feature/wasted-byte

diff --cc ChangeLog
index 83d1ffa,1e697ec..616fa23
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,16 -1,21 +1,30 @@@
+ 2015-04-13         Arnold D. Robbins     <address@hidden>
+ 
+       * regcomp.c (analyze): Prevent malloc(0).
+       * regex_internal.h (test_malloc, test_realloc): New functions
+       that check for zero count.
+       (re_malloc, re_realloc): Adjust to call the new functions for gawk.
+       * regexec.c (buid_trtable, match_ctx_clean): Replace malloc/free
+       with re_malloc/re_free.
+ 
+ 2015-04-12         Arnold D. Robbins     <address@hidden>
+ 
+       * Makefile.am (efence): Make this link again.
+       Thanks to Michal Jaegermann for pointing out the problem.
+ 
 +2015-04-09         Andrew J. Schorr     <address@hidden>
 +
 +      * awkgram.y (yyerror): Rationalize buffer size computations. Remove
 +      old valgrind workarounds.
 +      * debug.c (gprintf): Rationalize buffer size computations.
 +      (serialize_subscript): Ditto.
 +      * io.c (iop_finish): Rationalize buffer size computations.
 +      * profile.c (pp_string): Correct space allocation computation.
 +
  2015-04-08        John E. Malmberg       <address@hidden>
  
-        * custom.h: VMS shares some code paths with ZOS_USS in
-        building gawkfts extension.
+       * custom.h: VMS shares some code paths with ZOS_USS in
+       building gawkfts extension.
  
  2015-04-08         Arnold D. Robbins     <address@hidden>
  

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

Summary of changes:
 ChangeLog              |   18 ++-
 Makefile.am            |    2 +-
 Makefile.in            |    2 +-
 README_d/ChangeLog     |    4 +
 README_d/README.macosx |   12 +
 po/sv.po               |  592 +++++++++++++++++++-----------------------------
 regcomp.c              |    7 +-
 regex_internal.h       |   30 +++
 regexec.c              |   16 +-
 9 files changed, 308 insertions(+), 375 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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