summaryrefslogtreecommitdiff
path: root/src/emacs-module.c
AgeCommit message (Expand)Author
2026-05-26Omit useless casts found by GCC 16Paul Eggert
2026-05-18Simplify module_extract_big_integer size calcsPaul Eggert
2026-04-26Support Elisp debugging and backtraces in code called by modulesAaron L. Zeng
2026-03-14Rename emacs-module.h.in -> emacs-module.in.hBasil L. Contovounesios
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-04-19Avoid name clashes with static GnuTLSPaul Eggert
2025-03-27; Reorder initialization of module environment functions.Philipp Stephani
2025-03-25Rename 'buffer-too-small' to 'memory-buffer-too-small'.Philipp Stephani
2025-03-25Mimic behavior of 'aref' when signalling out-of-range errors.Philipp Stephani
2025-03-25Don't use 'args-out-of-range' error for too-small buffers.Philipp Stephani
2025-02-28Don't overwrite non-local exit symbol and data (Bug#65796).Philipp Stephani
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-12Pure storage removal: Remove purecopy hash table flagPip Cet
2024-12-12Pure storage removal: Replace calls to removed functionsPip Cet
2024-08-22Prefer static_assert to verifyStefan Kangas
2024-08-16Don’t ignore -Wclobbered in emacs-module.cPaul Eggert
2024-07-20SAFE_ALLOCA fixesPaul Eggert
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