]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/history - lib/Test/Valgrind/Parser
This is 1.19
[perl/modules/Test-Valgrind.git] / lib / Test / Valgrind / Parser /
2016-08-01 Vincent PitThis is 1.19 v1.19
2016-08-01 Vincent PitBump copyright year
2015-11-16 Vincent PitThis is 1.18 v1.18
2015-11-15 Vincent PitRepresent valgrind version numbers by their own class
2015-11-13 Vincent PitThis is 1.17 v1.17
2015-11-12 Vincent PitThis is 1.16 v1.16
2015-11-12 Vincent PitImprove perl suppressions accuracy
2015-11-12 Vincent PitHandle segfaults during suppressions generation gracefully
2015-10-30 Vincent PitThis is 1.15 v1.15
2015-10-30 Vincent PitBump copyright year
2013-09-01 Vincent PitThis is 1.14 v1.14
2013-09-01 Vincent PitBump copyright year
2013-08-24 Vincent PitSilence a POD link error
2013-08-24 Vincent PitMake sure the POD headings are linkable
2011-08-25 Vincent PitThis is 1.13 v1.13
2011-08-25 Vincent PitBump copyright year
2011-08-25 Vincent PitSwitch to qw<>
2010-04-15 Vincent PitBump copyright year
2009-11-29 Vincent PitThis is 1.12 v1.12
2009-11-05 Vincent PitZ-demangle symbol names in suppressions
2009-11-04 Vincent PitThere's no need to strip out lines containing "valgrind...
2009-11-03 Vincent PitAlways strip wildcard frames at the end of a suppression
2009-10-08 Vincent PitThis is 1.11 v1.11
2009-09-26 Vincent PitMiscellanous doc nits
2009-09-26 Vincent PitAdd a DESCRIPTION to all modules
2009-09-26 Vincent PitReset the ->protocol_version before and after parsing
2009-09-26 Vincent PitComplete POD coverage
2009-09-26 Vincent PitMove the --xml option to Parser::XML
2009-09-22 Vincent PitThis is 1.10 v1.10
2009-09-19 Vincent PitWith protocol v4, leakedbytes and leakedblocks are...
2009-09-19 Vincent PitHandle xwhat nodes of protocol v4
2009-09-19 Vincent PitMake Parser::XML::Twig collect the protocol version
2009-09-19 Vincent PitMake Parser::XML::Twig a subclass of a new Parser::XML
2009-09-19 Vincent PitMove the rest of the XML parser from Tool::memcheck...
2009-09-15 Vincent PitIntroduce the Test::Valgrind::Parser class hierarchy
2009-09-14 Vincent PitMove the XML::Twig part of Tool::memcheck to a new...
2009-09-13 Vincent PitGet rid of all pointers to Test::Valgrind::Tool::Suppre...
2009-08-25 Vincent PitRename Tool::SuppressionsParser to Parser::Suppressions...