]> code.delx.au - gnu-emacs/history - src/emacs-module.h
Rely on conservative stack scanning to find "emacs_value"s
[gnu-emacs] / src / emacs-module.h
2015-11-30 Stefan MonnierRely on conservative stack scanning to find "emacs_value"s
2015-11-24 Paul EggertSimplify use of emacs_finalizer_function type
2015-11-20 Paul EggertDeclare emacs_module_init in the module API
2015-11-20 Paul EggertModule function arg counts are ptrdiff_t, not int
2015-11-20 Paul Eggert* src/emacs-module.h: Include stddef.h, not stdlib.h.
2015-11-19 Paul EggertPrefer signed integer types in module code
2015-11-19 Paul EggertPrefer intmax_t to int64_t in module code
2015-11-19 Paul EggertRename module.c to emacs-module.c, etc.