emacs/admin/coccinelle
Stefan Kangas 1a2fa8f413 Remove redundant casts from void* with malloc functions
* src/msdos.c (IT_menu_make_room):
* src/pgtkterm.c (pgtk_define_fringe_bitmap):
* src/w16select.c (set_clipboard_data):
* src/w32term.c (w32_define_fringe_bitmap):
* src/w32uniscribe.c (uniscribe_shape): Remove redundant cast from
void* with xrealloc.
* admin/coccinelle/alloc_cast.cocci: New semantic patch.
2024-01-10 14:48:00 +01:00
..
README
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
process.cocci Use INTERNAL_FIELD for processes. 2012-08-01 10:23:24 +04: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

README

This directory contains semantic patches for Coccinelle, a program matching
and transformation tool for programs written in C.  For more details, see
http://coccinelle.lip6.fr.