Release coccinelle-0.1.6
[bpt/coccinelle.git] / commitmsg
CommitLineData
0708f913 1Release coccinelle-0.1.6
faf9a90c
C
2
3** Language:
0708f913 4 - the ability to add comments
34e49164 5
91eba41f 6** Features:
0708f913
C
7 - grouping of generated rules with -hrule option
8 - handling of special coccinelle comments
9 /* {{coccinelle:skip_start}} */ and
10 /* {{coccinelle:skip_end}} */
11 allowing to give more hints to the C parser.
12 Thanks to Flavien@lebarbe.net for the idea.
13 - the ability to print the values of more (but not all) kinds of
14 metavariables from python
15 - new vim SmPL mode.
16 Thanks to Alexander Faroy.
485bce71 17
91eba41f 18** Bugfix:
0708f913
C
19 - consider the ident tokens also in the 2 lines before the error line for the
20 10-most-problematic-parsing-errors diagnostic.
21 - SmPL parser allows cast as the argument of a pointer
22 - SmPL type checker allows enum as an array index
23 - Better generation of fresh metavariables names in hrule
24 - no more warnings about things that should be metavariables when there is
25 a disjunction in a function position
26 - bugfix in parser, better error message.
27 Thanks to Ali-Erdem OZCAN <ali-erdem.ozcan@st.com> for the bug report.