aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs-module.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify use of emacs_finalizer_function typePaul Eggert2015-11-231-5/+5
* Declare emacs_module_init in the module APIPaul Eggert2015-11-201-0/+3
* Module function arg counts are ptrdiff_t, not intPaul Eggert2015-11-201-7/+9
* * src/emacs-module.h: Include stddef.h, not stdlib.h.Paul Eggert2015-11-191-1/+1
* Prefer signed integer types in module codePaul Eggert2015-11-191-7/+7
* Prefer intmax_t to int64_t in module codePaul Eggert2015-11-191-3/+2
* Rename module.c to emacs-module.c, etc.Paul Eggert2015-11-191-0/+202