emacs/admin/coccinelle
Stefan Kangas 20c282ae33 Prefer 'list (...)' to 'listn (N, ...)'
* src/androidfns.c (Fandroid_query_battery):
* src/buffer.c (make_lispy_itree_node):
* src/keyboard.c (init_while_no_input_ignore_events):
* src/window.c (Fset_window_configuration):
* src/xterm.c (x_dnd_send_unsupported_drop): Prefer 'list (...)' to
'listn (N, ...)'.
* admin/coccinelle/listn.cocci: New file.
2025-01-19 04:42:37 +01:00
..
README Update Coccinelle URL 2024-06-18 21:10:42 +02:00
alloc_cast.cocci Remove redundant casts from void* with malloc functions 2024-01-10 14:48:00 +01:00
arrayelts.cocci Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x' 2025-01-15 20:19:39 +01:00
build_string.cocci Support string literals in build_string.cocci 2024-01-08 06:15:06 +01:00
calln.cocci Use calln instead of calling Ffuncall directly 2025-01-14 21:37:04 +01:00
list_loop.cocci Use XCAR and XCDR instead of Fcar and Fcdr where possible. 2012-07-10 20:53:26 +04:00
listn.cocci Prefer 'list (...)' to 'listn (N, ...)' 2025-01-19 04:42:37 +01:00
nilp.cocci Prefer NILP (x) to EQ (x, Qnil) 2024-01-04 03:42:22 +01: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
xzalloc.cocci Cleanup xmalloc. 2012-07-05 10:32:41 +04:00

README

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