summaryrefslogtreecommitdiff
path: root/src/emacs-module.h
Commit message (Expand)AuthorAgeFilesLines
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Revert attempt to use 'noexcept' in typedefPaul Eggert2016-01-101-15/+4
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* * src/emacs-module.h: Fix finalizer typedef for C++11Aurélien Aptel2015-11-301-3/+11
* Rely on conservative stack scanning to find "emacs_value"sStefan Monnier2015-11-301-1/+2
* 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