]> code.delx.au - gnu-emacs/history - src/emacs-module.h
Update copyright year to 2016
[gnu-emacs] / src / emacs-module.h
2016-01-01 Paul EggertUpdate copyright year to 2016
2015-12-04 Alan MackenzieMerge branch 'scratch/follow' of /home/acm/emacs/emacs...
2015-11-30 Aurélien Aptel* src/emacs-module.h: Fix finalizer typedef for C++11
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.