summaryrefslogtreecommitdiff
path: root/textproc/coccigrep/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2015-01-16Update to 1.13:wiz1-1/+2
1.13 (2014/01/10) * Improve accuracy (Eric Leblond) * vim: correctly indent file (Eric Leblond) * add match on identifier name (Eric Leblond) * Merge pull request #11 from yhuelf/master (Eric Leblond) * vim plugin: cosmetics (Frédéric Yhuel) * vim plugin: allow use of "-l" option (Frédéric Yhuel) * fix version detection (Eric Leblond) * --version is not supported by all spatch version (Eric Leblond) * Add structure matching example. (Eric Leblond) * Add information about dependencies. (Eric Leblond) * Reorder README so we see installation part (Eric Leblond)
2011-11-08Import coccigrep-1.6 as textproc/coccigrep from wip/coccigrepryoon1-0/+19
coccigrep is a semantic grep for the C language based on coccinelle. It can be used to find where a given structure is used in code files. coccigrep depends on the spatch program which comes with coccinelle.