summaryrefslogtreecommitdiff
path: root/src/emacs-module.h.in
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Merge from origin/emacs-29Stefan Kangas2022-12-211-1/+1
|\ \ | |/
| * ; * src/emacs-module.h.in (enum emacs_funcall_exit): Fix typo.Philipp Stephani2022-12-201-1/+1
* | Bump master Emacs version to 30.0.50Eli Zaretskii2022-11-281-0/+15
|/
* Port better to C23 bool+true+false keywordsPaul Eggert2022-09-281-1/+2
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Update emacs-module sources for Emacs 29Eli Zaretskii2021-09-301-0/+13
|/
* Work around __has_attribute bug in clang 3.4Paul Eggert2021-01-221-1/+3
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Improve nonnull checking with GCC in emacs-modulePaul Eggert2020-05-091-6/+10
* Improve 'noexcept' support in C++17.Philipp Stephani2020-01-041-2/+8
* emacs-module.h: Don't generate invalid C++11 code.Philipp Stephani2020-01-041-2/+2
* Implement finalizers for module functions (Bug#30373)Philipp Stephani2020-01-031-2/+2
* Merge from origin/emacs-27Paul Eggert2020-01-011-1/+1
|\
| * Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Promote function type aliases to the public module API.Philipp Stephani2019-12-261-0/+15
* | Merge from origin/emacs-27Glenn Morris2019-12-251-0/+6
|\ \ | |/
| * * src/emacs-module.h.in: Add reference to manual.Philipp Stephani2019-12-241-0/+6
* | Prepare module header generation for Emacs 28.Philipp Stephani2019-12-241-0/+11
* | * src/emacs-module.h.in: Use @emacs_major_version@ for current env.Philipp Stephani2019-12-241-1/+1
* | Make argument names in module interface more consistent.Philipp Stephani2019-12-231-2/+2
|/
* ; * src/emacs-module.h.in: Sort includes alphabetically.Philipp Stephani2019-12-131-1/+1
* Just use size_t for emacs_limb_tPaul Eggert2019-12-101-17/+7
* Change module interface to no longer use GMP objects directly.Philipp Stephani2019-12-041-7/+15
* Export major version of latest Emacs supported by emacs-module.h.Philipp Stephani2019-04-281-0/+2
* Unbreak build when building without GMP support.Philipp Stephani2019-04-241-1/+1
* Add module functions to convert from and to big integers.Philipp Stephani2019-04-241-0/+10
* Add conversions to and from struct timespec to module interface.Philipp Stephani2019-04-241-0/+1
* Ignore pending_signals when checking for quits.Philipp Stephani2019-02-241-1/+20
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Also mark module init function as noexcept if possiblePhilipp Stephani2017-07-011-0/+1
* Improve C++98 compatibilityPhilipp Stephani2017-07-011-1/+1
* emacs-module.h: Create emacs_env_26Philipp Stephani2017-06-171-0/+106