All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cocci] Coccinelle 1.0.0-rc21
@ 2014-04-14 12:05 Julia Lawall
  2014-04-14 13:08 ` [Cocci] Road map after Coccinelle 1.0.0-rc21? SF Markus Elfring
  2014-04-14 16:52 ` [Cocci] Coccinelle 1.0.0-rc21 Derek M Jones
  0 siblings, 2 replies; 24+ messages in thread
From: Julia Lawall @ 2014-04-14 12:05 UTC (permalink / raw)
  To: cocci

Version 1.0.0-rc21 has been released.  The main changes are as follows:

* To a limited extent, it is possible to make changes within strings.  The
change has to be either to a coplete format part, or to a complete
non-format part.  It is not eg possible to change a few characters of the
non-format part.  An example is as follows:

@@
@@

"foo
-%d
+%s
 bar"

* It is now possible to wrap code, eg braces, around a conditional branch
that ends in a return. (***)

* The performance problem reported by Ning Jiang seems to be solved. (***)

* The handling of variable declarations that declare more than one
variable is slightly more robust.

* Pretty printing is slightly improved.

* The demos are now compatible with the addition of metavariables for
initialize and finalize rules, as done in rc20.

The two changes marked with *** required some significant changes to the
control-flow graph.  Please let me know about any major degradations in
performance, correctness, etc.

julia

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2014-04-20 19:18 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-14 12:05 [Cocci] Coccinelle 1.0.0-rc21 Julia Lawall
2014-04-14 13:08 ` [Cocci] Road map after Coccinelle 1.0.0-rc21? SF Markus Elfring
2014-04-14 13:27   ` Julia Lawall
2014-04-14 13:45     ` SF Markus Elfring
2014-04-14 14:22       ` Julia Lawall
2014-04-14 14:30         ` SF Markus Elfring
2014-04-14 14:35           ` Julia Lawall
2014-04-14 14:41             ` SF Markus Elfring
2014-04-14 15:27               ` Julia Lawall
2014-04-14 16:45                 ` SF Markus Elfring
2014-04-15  5:22                   ` Julia Lawall
2014-04-15  6:31                     ` SF Markus Elfring
2014-04-15  7:10                       ` Julia Lawall
2014-04-15  7:36                         ` SF Markus Elfring
2014-04-15  8:01                           ` Julia Lawall
2014-04-15  8:40                             ` [Cocci] Relevance of some regular expressions in SmPL SF Markus Elfring
2014-04-15  8:50                               ` Julia Lawall
2014-04-15  9:01                                 ` SF Markus Elfring
2014-04-20 17:56                           ` [Cocci] Road map after Coccinelle 1.0.0-rc21? Julia Lawall
2014-04-20 19:18                             ` SF Markus Elfring
2014-04-14 16:26         ` [Cocci] Coccinelle 1.0.0-rc21: Clarification for "coccilib.elems"? SF Markus Elfring
2014-04-14 19:48           ` SF Markus Elfring
2014-04-14 16:52 ` [Cocci] Coccinelle 1.0.0-rc21 Derek M Jones
2014-04-15  5:23   ` Julia Lawall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.