gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, xgawk-build, updated. bcdea5969e5b16d5c5


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

commit bcdea5969e5b16d5c5169488431778a704207a4e
Author: Andrew J. Schorr <address@hidden>
Date:   Sun Apr 1 17:15:50 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/Makefile.in b/Makefile.in
index d5c633c..ad79506 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1120,6 +1120,11 @@ valgrind:
        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
+
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
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 +++++
 Makefile.in |    5 +++++
 TODO.xgawk  |    4 ++--
 4 files changed, 18 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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