index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
admin
/
coccinelle
Age
Commit message (
Expand
)
Author
2026-05-26
ARRAYELTS → countof
Paul Eggert
2025-01-19
Prefer 'list (...)' to 'listn (N, ...)'
Stefan Kangas
2025-01-15
Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'
Stefan Kangas
2025-01-14
Use calln instead of calling Ffuncall directly
Stefan Kangas
2025-01-13
Delete obsolete coccinelle files
Stefan Kangas
2024-06-23
Delete obsolete file process.cocci
Stefan Kangas
2024-06-18
Update Coccinelle URL
Stefan Kangas
2024-01-10
Remove redundant casts from void* with malloc functions
Stefan Kangas
2024-01-08
Support string literals in build_string.cocci
Stefan Kangas
2024-01-04
Remove semantic patch for adjusting `XSAVE_*`
Stefan Kangas
2024-01-04
Prefer build_unibyte_string where applicable
Stefan Kangas
2024-01-04
Prefer NILP (x) to EQ (x, Qnil)
Stefan Kangas
2022-07-31
Delete redisplay-end-trigger-functions and related defuns
Stefan Kangas
2015-09-16
Minor quoting fixes in scripts and doc
Paul Eggert
2013-01-15
* src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extraction
Dmitry Antipov
2012-08-07
Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.
Dmitry Antipov
2012-08-01
Use INTERNAL_FIELD for conses and overlays.
Dmitry Antipov
2012-08-01
Commit forgotten admin/coccinelle/symbol.cocci.
Dmitry Antipov
2012-08-01
Use INTERNAL_FIELD for processes.
Dmitry Antipov
2012-08-01
Use INTERNAL_FIELD for windows.
Dmitry Antipov
2012-07-31
Generalize INTERNAL_FIELD between buffers, keyboards and frames.
Dmitry Antipov
2012-07-20
Simple wrapper for make_unibyte_string, adjust font_open_by_name.
Dmitry Antipov
2012-07-10
Use XCAR and XCDR instead of Fcar and Fcdr where possible.
Dmitry Antipov
2012-07-05
Cleanup xmalloc.
Dmitry Antipov
2012-06-26
* src/alloc.c: Remove build_string.
Dmitry Antipov
2012-06-24
First Coccinelle semantic patch.
Dmitry Antipov