Age | Commit message (Expand) | Author | Files | Lines |
2010-05-03 | Update copyright dates to 2010. | sewardj | 1 | -1/+1 |
2009-08-15 | Followup to r10822: send the CDATA text to the XML channel, not the | sewardj | 1 | -1/+1 |
2009-08-15 | When generating XML output for suppressions, print the suppression | sewardj | 1 | -48/+104 |
2009-08-13 | Fix a .exp file. Avoid an assertion failure with -v. | njn | 1 | -3/+6 |
2009-08-12 | Output tweaks: | njn | 1 | -23/+3 |
2009-08-11 | Count error contexts properly in VG_(unique_error). Avoids the problem seen | njn | 1 | -17/+14 |
2009-08-10 | Try to fix error_counts. | njn | 1 | -2/+4 |
2009-08-10 | Count leak as errors. Fixes bug 152393. | njn | 1 | -4/+2 |
2009-08-07 | Tidy up of messaging: | sewardj | 1 | -12/+15 |
2009-07-27 | Fixed a bug in the code for reading suppression files: the line numbers | bart | 1 | -13/+11 |
2009-07-24 | A fix for bug 186796: suppression symbol names were being truncated if they | njn | 1 | -18/+23 |
2009-07-15 | Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. | sewardj | 1 | -166/+278 |
2009-06-24 | Abort if a dir is given to --suppressions. Fixes bug 197456. | njn | 1 | -0/+9 |
2009-05-18 | Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the | njn | 1 | -2/+2 |
2009-05-07 | Fix up some stack trace inconsistencies: | njn | 1 | -6/+2 |
2009-03-15 | Fix all the non-VEX problems identified with the Clang Static Analyzer. | njn | 1 | -1/+0 |
2009-03-12 | Added some shortcuts for VG_(message)(), and used them in a few places (but | njn | 1 | -73/+55 |
2009-03-10 | Updated copyright years. | njn | 1 | -1/+1 |
2009-02-11 | Cleaned up the demangling mess: | njn | 1 | -3/+3 |
2008-12-12 | Add a new module, m_seqmatch, which does very simple sequence (regexp) | sewardj | 1 | -93/+100 |
2008-12-08 | Fix bug introduced by frame-level wildcarding changes for suppressions | sewardj | 1 | -1/+1 |
2008-11-04 | * add some assertions to frame-level wildcarding mechanism | sewardj | 1 | -5/+8 |
2008-11-03 | Improvements to the suppression mechanism: | sewardj | 1 | -25/+105 |
2008-10-23 | Read suppression files in 256 byte chunks, not 64 byte chunks. | sewardj | 1 | -5/+5 |
2008-09-18 | Merge all remaining changes from branches/PTRCHECK. These are some | sewardj | 1 | -6/+9 |
2008-07-07 | Merged FORMATCHECK branch (r8368) to trunk. | bart | 1 | -8/+8 |
2008-05-01 | Merge branches/OTRACK_BY_INSTRUMENTATION into the trunk. This adds | sewardj | 1 | -3/+4 |
2008-03-03 | Merge in the DATASYMS branch. | sewardj | 1 | -1/+2 |
2008-02-11 | Update copyright dates ("200X-2007" --> "200X-2008"). | sewardj | 1 | -1/+1 |
2007-11-19 | Minor tidyings to the debugger-attach code, as part of a failed | sewardj | 1 | -1/+1 |
2007-11-09 | Merge (from branches/THRCHECK) the following two changes to the core-tool | sewardj | 1 | -2/+3 |
2007-04-07 | Fix out of date comment. | sewardj | 1 | -3/+1 |
2007-01-12 | Fix a bug reported by Bruce Lowekamp involving the interaction of | njn | 1 | -5/+9 |
2007-01-08 | Update copyright dates. | sewardj | 1 | -1/+1 |
2006-12-16 | Completely overhauled the internals of Memcheck's error handling. All the | njn | 1 | -3/+0 |
2006-12-14 | Removed the unused pthread_model and thread_model modules. | njn | 1 | -24/+31 |
2006-12-06 | When generating suppressions, remember to Z-demangle function names, | sewardj | 1 | -1/+1 |
2006-10-17 | Merge r6134: | sewardj | 1 | -12/+84 |
2006-10-14 | Create a new module, m_vki, and move all knowledge about the kernel | sewardj | 1 | -0/+1 |
2006-06-25 | Make 'c'/'C' work again with --gen-suppressions=yes. I wonder how | sewardj | 1 | -2/+2 |
2006-06-05 | Update copyright dates. | sewardj | 1 | -1/+1 |
2006-05-12 | Increase number of unsuppressed errors shown before cutoff by a factor | sewardj | 1 | -1/+1 |
2006-01-19 | Add handy debugging line. | sewardj | 1 | -0/+1 |
2006-01-18 | Fix an all-platforms bug introduced by the recent overhaul of function | sewardj | 1 | -2/+6 |
2006-01-12 | Merge in function wrapping support from the FNWRAP branch. That | sewardj | 1 | -1/+2 |
2005-12-19 | Fix a minor --gen-suppressions output bug. | njn | 1 | -4/+6 |
2005-11-14 | In XML mode, emit a closing </valgrindoutput> on various kinds of | sewardj | 1 | -0/+4 |
2005-10-20 | Increase the threshold above which new errors are not shown from 300 | sewardj | 1 | -3/+3 |
2005-08-18 | Make it possible to match against "???" line in suppressions, | njn | 1 | -4/+7 |
2005-08-09 | fixed endianness bug for ppc xml output | cerion | 1 | -1/+1 |