summaryrefslogtreecommitdiff
path: root/src/emacs-module.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* ; Clarify comment added in previous commit.Eli Zaretskii2015-12-211-1/+1
* Add FIXME comment re stack overflow and modulesPaul Eggert2015-12-211-0/+3
* Revert some recent emacs-module commentaryPaul Eggert2015-12-201-7/+4
* Improve commentary for emacs-module.cPhilipp Stephani2015-12-201-2/+6
* Remove attempt to use C11 threadsPaul Eggert2015-12-151-10/+3
* Spelling fixesPaul Eggert2015-12-071-3/+3
* Improve module interface when WIDE_EMACS_INTPaul Eggert2015-12-061-102/+116
* More emacs-module.c fixes for wide intsEli Zaretskii2015-12-021-2/+2
* Fix emacs-module.c for wide intsEli Zaretskii2015-12-011-10/+14
* Fix last changeEli Zaretskii2015-11-301-7/+8
* Rely on conservative stack scanning to find "emacs_value"sStefan Monnier2015-11-301-172/+146
* Spelling and grammar fixesPaul Eggert2015-11-291-1/+1
* 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