aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs-module.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify recording of main thread's ID on MS-WindowsEli Zaretskii2015-11-211-28/+7
* Fix double-decrement bug when freeing global refsPaul Eggert2015-11-201-1/+3
* Fix reindent-introduced typo in module codePaul Eggert2015-11-201-17/+22
* Module function arg counts are ptrdiff_t, not intPaul Eggert2015-11-201-40/+35
* Include-file tweaks for modulesPaul Eggert2015-11-201-2/+4
* Simplify push_handler and profile its mallocPaul Eggert2015-11-191-2/+2
* Omit unnecessary clear in Fmodule_loadPaul Eggert2015-11-191-13/+10
* Prefer signed integer types in module codePaul Eggert2015-11-191-29/+17
* Omit ‘const’ on localsPaul Eggert2015-11-191-35/+37
* Prefer intmax_t to int64_t in module codePaul Eggert2015-11-191-10/+3
* Rename module.c to emacs-module.c, etc.Paul Eggert2015-11-191-0/+1160