Semantic patch utility
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.
- Sources inherited from project SUSE:SLE-15-SP4:GA
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.4:ARM/coccinelle && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000784 784 Bytes | |
coccinelle-1.1.0.tar.xz | 0001183460 1.13 MB | |
coccinelle.changes | 0000012637 12.3 KB | |
coccinelle.spec | 0000003617 3.53 KB | |
kill-env.diff | 0000000624 624 Bytes |
Latest Revision
Stefan Weiberg (suntorytimed)
committed
(revision 2)
- Fixing the build requires for SLE 15 SP4, as the ocaml-menhir version in SLE-15 is not available via ocamlfind and a newer version would require an update of ocaml itself. - This version of coccinelle is required to get rid of the python2 dependency in SLE 15 SP4 (jsc#SLE-16747)
Comments 0