X-Git-Url: http://git.hcoop.net/bpt/coccinelle.git/blobdiff_plain/e6509c05b4c77bb8fcffa7f454c1412fcc0c3a15..5626f154460b8f6fc435bb3ee75c8297b1155a69:/changes.txt diff --git a/changes.txt b/changes.txt index da9c337..1246320 100644 --- a/changes.txt +++ b/changes.txt @@ -33,6 +33,8 @@ - no transformation when using * with the option -no_show_diff - expanded +++ file name for match output - struct *^* and enum *^* metavariable types +- allow an assignment to match a variable initialization, even if multiple + variables are declared at the same time. ** Bugfix: - detect used after metavariables in simple statement metavariable match @@ -49,6 +51,13 @@ - avoid adding an error message to standard output if ocamlfind is not found - struct/union/enum-typed metavariables with a metavariable type name +- better management of whitespace between deleted lines. Thanks to + Andriy Gapon for noticing the problem. +- improved parsing recovery for badly parsed struct/enum typedefs +- drop expanded tokens in sgrep output. Thanks to Andriy Gapon for + noticing the problem. +- constant strings have array type, not pointer type. Thanks to Vasiliy + Kulikov for noticing the problem. * 0.2.3 ** Language: