summaryrefslogtreecommitdiff
path: root/admin/coccinelle
AgeCommit message (Expand)Author
2026-05-26ARRAYELTS → countofPaul Eggert
2025-01-19Prefer 'list (...)' to 'listn (N, ...)'Stefan Kangas
2025-01-15Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'Stefan Kangas
2025-01-14Use calln instead of calling Ffuncall directlyStefan Kangas
2025-01-13Delete obsolete coccinelle filesStefan Kangas
2024-06-23Delete obsolete file process.cocciStefan Kangas
2024-06-18Update Coccinelle URLStefan Kangas
2024-01-10Remove redundant casts from void* with malloc functionsStefan Kangas
2024-01-08Support string literals in build_string.cocciStefan Kangas
2024-01-04Remove semantic patch for adjusting `XSAVE_*`Stefan Kangas
2024-01-04Prefer build_unibyte_string where applicableStefan Kangas
2024-01-04Prefer NILP (x) to EQ (x, Qnil)Stefan Kangas
2022-07-31Delete redisplay-end-trigger-functions and related defunsStefan Kangas
2015-09-16Minor quoting fixes in scripts and docPaul Eggert
2013-01-15* src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extractionDmitry Antipov
2012-08-07Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.Dmitry Antipov
2012-08-01Use INTERNAL_FIELD for conses and overlays.Dmitry Antipov
2012-08-01Commit forgotten admin/coccinelle/symbol.cocci.Dmitry Antipov
2012-08-01Use INTERNAL_FIELD for processes.Dmitry Antipov
2012-08-01Use INTERNAL_FIELD for windows.Dmitry Antipov
2012-07-31Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov
2012-07-20Simple wrapper for make_unibyte_string, adjust font_open_by_name.Dmitry Antipov
2012-07-10Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov
2012-07-05Cleanup xmalloc.Dmitry Antipov
2012-06-26* src/alloc.c: Remove build_string.Dmitry Antipov
2012-06-24First Coccinelle semantic patch.Dmitry Antipov