aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs-module.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* emacs-module.h: Create emacs_env_26Philipp Stephani2017-06-171-242/+0
* Don’t worry about __STDC_VERSION__ in emacs-modulePaul Eggert2017-06-151-5/+0
* Fix version checks for emacs-module.hPhilipp Stephani2017-06-131-4/+7
* Small portability fix for emacs-module.h (bug#27346)Glenn Morris2017-06-121-2/+5
* emacs-module: Use __attribute__((nonnull))Philipp Stephani2017-06-121-31/+67
* Explicitly require C11 or C++11 in emacs-module.hPhilipp Stephani2017-06-121-1/+6
* Support quitting in modulesPhilipp Stephani2017-06-041-0/+3
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25John Wiegley2016-03-111-2/+2
|\ \ | |/
| * Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* | emacs-module.h slight simplificationPaul Eggert2016-03-021-8/+1
|/
* Revert attempt to use 'noexcept' in typedefPaul Eggert2016-01-101-15/+4
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* * src/emacs-module.h: Fix finalizer typedef for C++11Aurélien Aptel2015-11-301-3/+11
* Rely on conservative stack scanning to find "emacs_value"sStefan Monnier2015-11-301-1/+2
* Simplify use of emacs_finalizer_function typePaul Eggert2015-11-231-5/+5
* Declare emacs_module_init in the module APIPaul Eggert2015-11-201-0/+3
* Module function arg counts are ptrdiff_t, not intPaul Eggert2015-11-201-7/+9
* * src/emacs-module.h: Include stddef.h, not stdlib.h.Paul Eggert2015-11-191-1/+1
* Prefer signed integer types in module codePaul Eggert2015-11-191-7/+7
* Prefer intmax_t to int64_t in module codePaul Eggert2015-11-191-3/+2
* Rename module.c to emacs-module.c, etc.Paul Eggert2015-11-191-0/+202