]> code.delx.au - gnu-emacs/history - src/emacs-module.c
Simplify push_handler and profile its malloc
[gnu-emacs] / src / emacs-module.c
2015-11-20 Paul EggertSimplify push_handler and profile its malloc
2015-11-19 Paul EggertOmit unnecessary clear in Fmodule_load
2015-11-19 Paul EggertPrefer signed integer types in module code
2015-11-19 Paul EggertOmit ‘const’ on locals
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.