]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Output tweaks:
authorNicholas Nethercote <njn@valgrind.org>
Wed, 12 Aug 2009 00:14:16 +0000 (00:14 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Wed, 12 Aug 2009 00:14:16 +0000 (00:14 +0000)
commit829fbc977d53f57def238d4f5da4fb28b8017e8e
treed07442cb1885b1e07ac80c9428c162c15838950d
parent09d07a0b62fa4fb9a30f605da8282830c374f189
Output tweaks:
- Always print a blank line after significant messages (eg. errors).  This
  makes the handling of blank lines much simpler.

- Don't print full stops at the end of messages.  We mostly don't do it, so
  I got rid of all the remaining ones I could find for consistency.

- Use --leak-check=full rather than --leak-check=yes, for consistency with
  docs and other messages.

- Update partiallydefinedeq.stderr.exp2 for older changes.

This commit only updates the code.  Test updates will follow shortly.  (I'm
separating them so the code changes aren't swamped by the test changes in
the SVN logs.)

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10783
coregrind/m_errormgr.c
coregrind/m_main.c
coregrind/m_signals.c
memcheck/mc_errors.c
memcheck/mc_leakcheck.c
memcheck/mc_main.c
memcheck/mc_malloc_wrappers.c