emacs/admin/coccinelle
Stefan Kangas 7bedbbc708 Delete obsolete file process.cocci
* admin/coccinelle/process.cocci: Delete file.  This semantic patch was
converting code to use the PVAR macro, which was removed by Paul Eggert
on 2012-08-17 (commit 6a09a33b55).
2024-06-23 17:36:21 +02:00
..
alloc_cast.cocci Remove redundant casts from void* with malloc functions 2024-01-10 14:48:00 +01:00
build_string.cocci Support string literals in build_string.cocci 2024-01-08 06:15:06 +01:00
frame.cocci Generalize INTERNAL_FIELD between buffers, keyboards and frames. 2012-07-31 16:36:19 +04:00
list_loop.cocci Use XCAR and XCDR instead of Fcar and Fcdr where possible. 2012-07-10 20:53:26 +04:00
nilp.cocci Prefer NILP (x) to EQ (x, Qnil) 2024-01-04 03:42:22 +01:00
README Update Coccinelle URL 2024-06-18 21:10:42 +02:00
unibyte_string.cocci Prefer build_unibyte_string where applicable 2024-01-04 03:42:28 +01:00
vector_contents.cocci Minor quoting fixes in scripts and doc 2015-09-16 16:07:15 -07:00
window.cocci Delete redisplay-end-trigger-functions and related defuns 2022-07-31 01:44:22 +02:00
xzalloc.cocci Cleanup xmalloc. 2012-07-05 10:32:41 +04:00

This directory contains semantic patches for Coccinelle, a program matching
and transformation tool for programs written in C.

For more information, see:
https://coccinelle.gitlabpages.inria.fr/website