index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
emacs-module.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Reorder initialization of module environment functions.
Philipp Stephani
2025-03-27
1
-2
/
+2
*
Rename 'buffer-too-small' to 'memory-buffer-too-small'.
Philipp Stephani
2025-03-25
1
-10
/
+10
*
Mimic behavior of 'aref' when signalling out-of-range errors.
Philipp Stephani
2025-03-25
1
-2
/
+1
*
Don't use 'args-out-of-range' error for too-small buffers.
Philipp Stephani
2025-03-25
1
-9
/
+18
*
Don't overwrite non-local exit symbol and data (Bug#65796).
Philipp Stephani
2025-02-28
1
-20
/
+43
*
Merge branch 'scratch/no-purespace' into 'master'
Stefan Kangas
2025-02-01
1
-14
/
+14
|
\
|
*
Pure storage removal: Remove purecopy hash table flag
Pip Cet
2024-12-12
1
-1
/
+1
|
*
Pure storage removal: Replace calls to removed functions
Pip Cet
2024-12-12
1
-13
/
+13
*
|
Update copyright year to 2025
Paul Eggert
2025-01-01
1
-1
/
+1
|
/
*
Prefer static_assert to verify
Stefan Kangas
2024-08-22
1
-7
/
+6
*
Don’t ignore -Wclobbered in emacs-module.c
Paul Eggert
2024-08-16
1
-10
/
+17
*
SAFE_ALLOCA fixes
Paul Eggert
2024-07-20
1
-1
/
+9
*
(DOHASH): Change calling convention
Stefan Monnier
2024-01-24
1
-2
/
+2
*
Add C macro for hash table iteration
Mattias Engdegård
2024-01-21
1
-6
/
+3
*
Share hash table test structs
Mattias Engdegård
2024-01-13
1
-1
/
+1
*
Inlined and specialised hash table look-up
Mattias Engdegård
2024-01-13
1
-2
/
+2
*
Store hash values as integers instead of Lisp_Object
Mattias Engdegård
2024-01-13
1
-1
/
+2
*
Remove rehash-threshold and rehash-size struct members
Mattias Engdegård
2024-01-13
1
-3
/
+1
*
Represent hash table weakness as an enum internally
Mattias Engdegård
2024-01-13
1
-1
/
+1
*
Abstract predicate and constant for unused hash keys
Mattias Engdegård
2024-01-12
1
-1
/
+1
*
Merge from savannah/emacs-29
Po Lu
2024-01-02
1
-1
/
+1
|
\
|
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/master' into feature/android
Po Lu
2023-05-18
1
-3
/
+3
|
\
\
|
*
|
Prefer C23 ckd_* to Gnulib *_WRAPV macros
Paul Eggert
2023-05-17
1
-3
/
+3
|
|
/
*
|
; * src/emacs-module.c (module_reset_handlerlist): Fix macro conflict.
Po Lu
2023-03-12
1
-3
/
+3
*
|
Clean up emacs-module.c
Po Lu
2023-03-12
1
-46
/
+47
*
|
Don't use GCC extensions in src/emacs-module.c
Po Lu
2023-03-11
1
-23
/
+126
*
|
Update Android port
Po Lu
2023-02-22
1
-5
/
+3
|
/
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Fix initialization of module functions
Eli Zaretskii
2022-11-10
1
-1
/
+1
*
Port better to C23 bool+true+false keywords
Paul Eggert
2022-09-28
1
-1
/
+0
*
Use BASE_EQ when comparing with Qunbound
Mattias Engdegård
2022-06-12
1
-1
/
+1
*
Port module_bignum_count_max to strict C
Paul Eggert
2022-04-18
1
-5
/
+3
*
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-02-12
1
-2
/
+2
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
Extend the syntax of `interactive' to list applicable modes
Lars Ingebrigtsen
2021-02-14
1
-1
/
+7
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Document and enforce some properties for strings created by modules.
Philipp Stephani
2020-12-12
1
-4
/
+4
*
Fix double-free bug when finalizing module runtimes.
Philipp Stephani
2020-11-29
1
-2
/
+2
*
Fix incorrect handling of module runtime and environment pointers.
Philipp Stephani
2020-11-27
1
-62
/
+42
*
Fix name of the module .h files in the comments
Lars Ingebrigtsen
2020-10-14
1
-2
/
+2
*
Allow creating unibyte strings from Emacs modules
Lars Ingebrigtsen
2020-10-13
1
-0
/
+13
*
Add facility to make module functions interactive (Bug#23486).
Philipp Stephani
2020-09-13
1
-2
/
+21
*
Simplify use of __lsan_ignore_object
Paul Eggert
2020-08-03
1
-8
/
+0
*
Use a more precise check for '__lsan_ignore_object'
Philipp Stephani
2020-08-01
1
-2
/
+2
*
Fix last change
Eli Zaretskii
2020-08-01
1
-0
/
+2
*
Suppress leak detector in some cases
Philipp Stephani
2020-08-01
1
-1
/
+17
*
Small refactoring to simplify the interface of internal function.
Philipp Stephani
2020-07-26
1
-4
/
+4
*
Make checking for liveness of global values more precise.
Philipp Stephani
2020-07-25
1
-5
/
+8
*
Fix subtle bug when checking liveness of module values.
Philipp Stephani
2020-07-25
1
-3
/
+24
[next]