gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, xgawk, updated. 93ca7b261a2dad770be20328


From: Andrew J. Schorr
Subject: [gawk-diffs] [SCM] gawk branch, xgawk, updated. 93ca7b261a2dad770be20328da1d747414d3e6d8
Date: Sun, 01 Apr 2012 21:16:02 +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, xgawk has been updated
       via  93ca7b261a2dad770be20328da1d747414d3e6d8 (commit)
      from  3438b2129cd933e430349a6bd66a1933071c92c2 (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=93ca7b261a2dad770be20328da1d747414d3e6d8

commit 93ca7b261a2dad770be20328da1d747414d3e6d8
Author: Andrew J. Schorr <address@hidden>
Date:   Sun Apr 1 17:15:38 2012 -0400

    Add valgrind-noleak target.

diff --git a/ChangeLog b/ChangeLog
index f9786df..ec3279e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2012-04-01         Andrew J. Schorr     <address@hidden>
 
+       * TODO.xgawk: Move valgrind-noleak item into "done" section.
+       * Makefile.am (valgrind-noleak): Add new valgrind rule that omits
+       the "--leak-check=full" option to help spot more serious problems.
+
+2012-04-01         Andrew J. Schorr     <address@hidden>
+
        * TODO.xgawk: Move ERRNO item into "done" section.
        * awk.h (update_ERRNO, update_ERRNO_saved): Remove declarations.
        (update_ERRNO_int, enum errno_translate, update_ERRNO_string,
diff --git a/Makefile.am b/Makefile.am
index 11932aa..d1bf1e6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -212,3 +212,8 @@ valgrind:
        cd test; rm -f log.[0-9]*; \
        make check AWK="valgrind --leak-check=full --log-file=log.%p ../gawk"; \
        make valgrind-scan
+
+valgrind-noleak:
+       cd test; rm -f log.[0-9]*; \
+       make check AWK="valgrind --log-file=log.%p ../gawk"; \
+       make valgrind-scan
diff --git a/TODO.xgawk b/TODO.xgawk
index 56b13e1..7a06b0f 100644
--- a/TODO.xgawk
+++ b/TODO.xgawk
@@ -19,6 +19,8 @@ Done:
    extern void update_ERRNO_string(const char *string, enum errno_translate);
    extern void unset_ERRNO(void);
 
+- Add valgrind-noleak target.
+
 
 To do (not necessarily in this order):
 
@@ -32,8 +34,6 @@ To do (not necessarily in this order):
        pass a pointer to a structure into dlload that contains the addresses
        of all variables and functions to which the extension may need access.
 
-- Add valgrind-noleak target.
-
 - Enable default ".awk" search in io.c:find_source().  The simple change
   is to add this code inline in io.c:
       #ifndef DEFAULT_FILETYPE

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

Summary of changes:
 ChangeLog   |    6 ++++++
 Makefile.am |    5 +++++
 TODO.xgawk  |    4 ++--
 3 files changed, 13 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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