]> code.delx.au - gnu-emacs/history - modules/mod-test/mod-test.c
Remove now-inaccurate bytecode comments
[gnu-emacs] / modules / mod-test / mod-test.c
2016-03-11 John WiegleyMerge from origin/emacs-25
2016-03-10 Paul EggertRework C source files to avoid ^(
2016-01-14 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2016-01-12 John WiegleyMerge from origin/emacs-25
2016-01-03 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2016-01-03 John WiegleyMerge branch 'emacs-25-merge'
2016-01-01 Paul EggertUpdate copyright year to 2016
2015-12-30 John WiegleyMerge emacs-25 into master (using imerge)
2015-12-04 Alan MackenzieMerge branch 'scratch/follow' of /home/acm/emacs/emacs...
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