Release coccinelle-0.2.0
[bpt/coccinelle.git] / commitmsg
CommitLineData
9f8e26f4 1Release coccinelle-0.2.0
b1b2de81 2
9f8e26f4
C
3** Features:
4 - Remove duplicated code in disjunctions
5 - Better error message when grep finds nothing relevant. Thanks to Joe
6 Perches for the suggestion.
7 - added -keep_comments option for the unparsing of the transformed code
8 - Option "-version" now also gives information about built-in
9 Python binding support.
10 - slightly faster environment manipulation in pathological cases
11 - hack added to accept well-formed #define after function header
12
13** Bugfix:
14 - Proper consideration of #define macro arguments in checking for the use
15 of metavariables and in computing the line numbers of complex terms
16 - Better parsing of included .cocci files
17 - Put included .cocci files in the right order
18 - Bind position variables only once for #include
19 - Fix bug in include_match that caused everything to halt when all matches
20 were discarded
21 - Merge unlikely/likely iso rules under a iso rule named unlikely
22 - Some fixes to coccicheck rules, thanks to Andrew Lunn
23 - Support groups in regular expression, thanks to Michael Stefaniuc