summaryrefslogtreecommitdiff
path: root/src/emacs-module.c
AgeCommit message (Expand)Author
2024-01-24(DOHASH): Change calling conventionStefan Monnier
2024-01-21Add C macro for hash table iterationMattias Engdegård
2024-01-13Share hash table test structsMattias Engdegård
2024-01-13Inlined and specialised hash table look-upMattias Engdegård
2024-01-13Store hash values as integers instead of Lisp_ObjectMattias Engdegård
2024-01-13Remove rehash-threshold and rehash-size struct membersMattias Engdegård
2024-01-13Represent hash table weakness as an enum internallyMattias Engdegård
2024-01-12Abstract predicate and constant for unused hash keysMattias Engdegård
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-05-18Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-05-17Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert
2023-03-12; * src/emacs-module.c (module_reset_handlerlist): Fix macro conflict.Po Lu
2023-03-12Clean up emacs-module.cPo Lu
2023-03-11Don't use GCC extensions in src/emacs-module.cPo Lu
2023-02-22Update Android portPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-11-10Fix initialization of module functionsEli Zaretskii
2022-09-28Port better to C23 bool+true+false keywordsPaul Eggert
2022-06-12Use BASE_EQ when comparing with QunboundMattias Engdegård
2022-04-18Port module_bignum_count_max to strict CPaul Eggert
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-02-14Extend the syntax of `interactive' to list applicable modesLars Ingebrigtsen
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-12Document and enforce some properties for strings created by modules.Philipp Stephani
2020-11-29Fix double-free bug when finalizing module runtimes.Philipp Stephani
2020-11-27Fix incorrect handling of module runtime and environment pointers.Philipp Stephani
2020-10-14Fix name of the module .h files in the commentsLars Ingebrigtsen
2020-10-13Allow creating unibyte strings from Emacs modulesLars Ingebrigtsen
2020-09-13Add facility to make module functions interactive (Bug#23486).Philipp Stephani
2020-08-03Simplify use of __lsan_ignore_objectPaul Eggert
2020-08-01Use a more precise check for '__lsan_ignore_object'Philipp Stephani
2020-08-01Fix last changeEli Zaretskii
2020-08-01Suppress leak detector in some casesPhilipp Stephani
2020-07-26Small refactoring to simplify the interface of internal function.Philipp Stephani
2020-07-25Make checking for liveness of global values more precise.Philipp Stephani
2020-07-25Fix subtle bug when checking liveness of module values.Philipp Stephani
2020-07-23Fix memory leak for global module objects (Bug#42482).Philipp Stephani
2020-05-05Don’t assume __has_attribute in emacs-module.cPaul Eggert
2020-04-05Merge from origin/emacs-27Glenn Morris
2020-04-03Fix small bug in copy_string_contents.Philipp Stephani
2020-03-26Add a module function to open a file descriptor connected to a pipe.Philipp Stephani
2020-01-13Use decode_string_utf_8 in emacs-module.c.Philipp Stephani
2020-01-05Also print function data when printing module functions.Philipp Stephani
2020-01-03Implement finalizers for module functions (Bug#30373)Philipp Stephani
2020-01-01Merge from origin/emacs-27Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-26Promote function type aliases to the public module API.Philipp Stephani
2019-12-23Make argument names in module interface more consistent.Philipp Stephani