]> code.delx.au - gnu-emacs/history - modules
* lisp/net/tramp-gvfs.el (tramp-gvfs-mount-spec): Fix typo.
[gnu-emacs] / modules /
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-20 Alan MackenzieMerge branch 'scratch/follow' into emacs-25
2015-12-06 Paul EggertPort mod-test to 32-bit Emacs --without-wide-int
2015-12-06 Paul EggertPort mod-test to x86-64 GNU/Linux running 32-bit
2015-12-04 Alan MackenzieMerge branch 'scratch/follow' of /home/acm/emacs/emacs...
2015-12-02 Eli ZaretskiiMore emacs-module.c fixes for wide ints
2015-12-01 Eli ZaretskiiFix emacs-module.c for wide ints
2015-11-30 Stefan MonnierRely on conservative stack scanning to find "emacs_value"s
2015-11-30 Paul EggertSpelling and grammar fixes
2015-11-29 Ken BrownUpdate mod-test-sum-test
2015-11-29 Ken Brown; * modules/mod-test/Makefile: Fix typo.
2015-11-27 Eli ZaretskiiMerge branch 'emacs-25' of git.savannah.gnu.org:/srv...
2015-11-27 Eli ZaretskiiAdd module tests for wrong-type-argument
2015-11-24 Eli ZaretskiiAdd one more mod-test test
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 Eli ZaretskiiMinor improvements in modules testing Makefile
2015-11-19 Paul EggertMigrate modules/.gitignore into .gitignore
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