]> code.delx.au - gnu-emacs/history - modules/mod-test/mod-test.c
Rely on conservative stack scanning to find "emacs_value"s
[gnu-emacs] / modules / mod-test / mod-test.c
2015-11-30 Stefan MonnierRely on conservative stack scanning to find "emacs_value"s
2015-11-30 Paul EggertSpelling and grammar fixes
2015-11-24 Philipp Stephani* modules/mod-test/mod-test.c (Fmod_test_sum): Verify...
2015-11-20 Paul EggertFix module test to use ptrdiff_t nargs too
2015-11-20 Eli ZaretskiiMinor improvements in module test
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.
2015-11-19 Paul EggertStyle fixes for indenting etc. in module code
2015-11-19 Paul EggertAdd copyright notices to module code
2015-11-19 Paul EggertRename emacs_module.h to module.h
2015-11-18 Aurélien AptelAdd dynamic module test and helper script