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