|
From: <sv...@va...> - 2014-07-14 21:39:17
|
Author: philippe
Date: Mon Jul 14 21:39:11 2014
New Revision: 14159
Log:
Slightly refined the NEWS entry for silly/fishy args
Modified:
trunk/NEWS
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Mon Jul 14 21:39:11 2014
@@ -72,7 +72,8 @@
* The C++ demangler has been updated for better C++11 support.
* Error messages about fishy arguments (formerly known as silly arguments)
- now include a back-trace to aid debugging.
+ are output like other errors (e.g. they can be suppressed) and now include a
+ backtrace to aid debugging.
* Reduction of memory used by Valgrind to read and store the debug information.
|