6f7c7cc64de8267a4aed4118dc20a94412c89a29
[bpt/coccinelle.git] / commitmsg
1 Release coccinelle-0.1.6
2
3 ** Language:
4 - the ability to add comments
5
6 ** Features:
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.
17
18 ** Bugfix:
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.