Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37044605
en ru br
ALT Linux repos
S:1.1.1-alt2

Group :: Development/C
RPM: coccinelle

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.1.1-alt2
Build date: 4 february 2022, 07:24 ( 112.0 weeks ago )
Size: 1741.43 Kb

Home page:   http://coccinelle.lip6.fr/

License: GPL-2.0-only
Summary: Semantic patching for Linux (spatch)
Description:

Coccinelle (French for "ladybug") is a utility for matching and transforming
the source code of programs written in the C programming language.

The source code to be matched or replaced is specified using
a "semantic patch" syntax based on the patch syntax.
The Semantic Patch Language (SmPL) pattern resembles a unified diff
with C-like declarations.

Coccinelle was initially used to aid the evolution of the Linux kernel
(and ease the maintenance of device drivers), providing support for
changes to APIs such as renaming a function, adding a function
argument whose value is somehow context-dependent, and reorganizing a
data structure.

It can also be used to find bad programming patterns in code (i.e.,
pieces of code that are erroneous with high probability such as
possible NULL pointer dereference) without transforming them.
(Then coccinelle's role is close to that of static analysis tools.)

Current maintainer: Vitaly Chikunov

List of contributors

List of rpms provided by this srpm:

  • coccinelle
  • coccinelle-checkinstall
  • coccinelle-debuginfo
  • coccinelle-demos
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin