aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs-module.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify the prologue of emacs-module.c functionsPhilipp Stephani2015-11-281-86/+46
* Don't reject module calls with no argumentsEli Zaretskii2015-11-281-2/+3
* Make module-call be visible from LispPhilipp Stephani2015-11-281-19/+17
* * src/emacs-module.c (struct env_storage): DeleteStefan Monnier2015-11-271-66/+63
* Improve handling of signals and 'throw' in modulesEli Zaretskii2015-11-271-37/+96
* Fix module_format_fun_env when dynlib_addr failsPaul Eggert2015-11-241-3/+3
* Simplify module_make_functionPaul Eggert2015-11-231-10/+5
* Port better to FreeBSD’s dlfunc vs dlsymPaul Eggert2015-11-231-2/+3
* module_format_fun_env fixesPaul Eggert2015-11-231-19/+13
* Improve how non-ASCII strings are accepted from modulesEli Zaretskii2015-11-231-10/+6
* Port recent module changes to pickier compilersPaul Eggert2015-11-231-2/+4
* Fix how strings are accepted from modulesPhilipp Stephani2015-11-231-13/+39
* Add a few safety checks when ENABLE_CHECKINGPaul Eggert2015-11-211-10/+2
* 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