Semantic patch utility
http://coccinelle.lip6.fr/
Coccinelle is a program matching and transformation engine which
provides the language SmPL (Semantic Patch Language) for specifying
desired matches and transformations in C code. Coccinelle was
initially targeted towards performing collateral evolutions in Linux.
Such evolutions comprise the changes that are needed in client code
in response to evolutions in library APIs, and may include
modifications such as renaming a function, adding a function argument
whose value is somehow context-dependent, and reorganizing a data
structure. Beyond collateral evolutions, Coccinelle is successfully
used (by us and others) for finding and fixing bugs in systems code.
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / coccinelle
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:tools/coccinelle && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000145 145 Bytes | |
_service | 0000000784 784 Bytes | |
coccinelle-1.1.0.tar.xz | 0001183460 1.13 MB | |
coccinelle.changes | 0000011988 11.7 KB | |
coccinelle.spec | 0000003470 3.39 KB | |
kill-env.diff | 0000000624 624 Bytes |
Revision 84 (latest revision is 96)
Olaf Hering (olh)
accepted
request 920465
from
Cristian Rodríguez (elvigia)
(revision 84)
- Fix totally broken python support, set the correct python3 interpreter, otherwise it defaults to python, which in our case is python 2.7. (changed kill-env.diff, spec)
Comments 0