Release coccinelle-0.1.10
[bpt/coccinelle.git] / commitmsg
CommitLineData
fc1ad971 1Release coccinelle-0.1.10
b1b2de81 2
002099fc 3** Language:
fc1ad971 4 - declarations allowed in switch, suggested by Derek M. Jones
002099fc
C
5
6** Features:
fc1ad971
C
7 - use interval timer for timeouts. Thanks to Derek M. Jones for the
8 implementation.
9 - more flexible env.sh, thanks to Derek Jones.
10 - faster Python invocation
11 - simplify unparsing in the sgrep case
002099fc
C
12
13** Bugfix:
fc1ad971
C
14 - for glimpse there is no point to create a pattern containing a numeric
15 constant because glimpse doesn't index them
16 - add spaces after commas in function calls and function headers
17 - made python integration more like the ubuntu version
18 http://patches.ubuntu.com/by-release/extracted/debian/c/coccinelle/0.1.5dbs-2/01-system-pycaml
19 this fixes some memory management problems with None, True, and False
20 - correct labels associated with a switch in the CFG so that a statement
21 metavariable can match a switch. Thanks to Derek Jones for pointing out
22 the problem.
23 - keep switch pattern within switch body. Thanks to Derek Jones for
002099fc 24 pointing out the problem.
fc1ad971
C
25 - Allow expanded tokens to be stored in metavariables, as long as they are
26 not removed. But this does currently allow them in + code, which will
27 produce the expansion. Thanks to Ali-Erdem Ozcan for pointing out the
28 problem.
29 - improved adjustment of spacing when code removed at the beginning of a line