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
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; 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
*
Fix memory leak for global module objects (Bug#42482).
Philipp Stephani
2020-07-23
1
-28
/
+54
*
Don’t assume __has_attribute in emacs-module.c
Paul Eggert
2020-05-05
1
-1
/
+1
*
Merge from origin/emacs-27
Glenn Morris
2020-04-05
1
-1
/
+1
|
\
|
*
Fix small bug in copy_string_contents.
Philipp Stephani
2020-04-03
1
-1
/
+1
*
|
Add a module function to open a file descriptor connected to a pipe.
Philipp Stephani
2020-03-26
1
-0
/
+9
*
|
Use decode_string_utf_8 in emacs-module.c.
Philipp Stephani
2020-01-13
1
-2
/
+22
*
|
Also print function data when printing module functions.
Philipp Stephani
2020-01-05
1
-0
/
+6
*
|
Implement finalizers for module functions (Bug#30373)
Philipp Stephani
2020-01-03
1
-0
/
+36
*
|
Merge from origin/emacs-27
Paul Eggert
2020-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
|
Promote function type aliases to the public module API.
Philipp Stephani
2019-12-26
1
-12
/
+2
*
|
Make argument names in module interface more consistent.
Philipp Stephani
2019-12-23
1
-72
/
+74
|
/
*
Document and verify that emacs_limb_t doesn’t have padding bits.
Philipp Stephani
2019-12-23
1
-0
/
+7
*
Pacify GCC 9.2.1 with recent module changes
Paul Eggert
2019-12-04
1
-2
/
+1
*
Fix small bugs introduced in commit 096be9c454
Philipp Stephani
2019-12-05
1
-1
/
+1
*
Use new function encode_string_utf_8 for the module API, too
Philipp Stephani
2019-12-04
1
-7
/
+16
*
* src/emacs-module.c: Add a few more restrictions for emacs-module.h
Philipp Stephani
2019-12-04
1
-0
/
+5
*
Change module interface to no longer use GMP objects directly.
Philipp Stephani
2019-12-04
1
-14
/
+130
*
Simplify hashfn/cmpfn calling convention
Paul Eggert
2019-07-20
1
-2
/
+1
*
Use fewer locks when accessing stdio
Paul Eggert
2019-07-08
1
-2
/
+2
*
Minor putc tweaks
Paul Eggert
2019-06-20
1
-1
/
+1
*
Avoid suppressing -Wcast-function-type warning.
Philipp Stephani
2019-05-05
1
-5
/
+0
*
Refactoring: Factor out a function to set an mpz_t from a Lisp int.
Philipp Stephani
2019-05-04
1
-4
/
+1
*
* src/emacs-module.c (funcall_module): Add a nontrivial assertion
Philipp Stephani
2019-04-28
1
-0
/
+5
*
Fix names of functions in last commit
Eli Zaretskii
2019-04-28
1
-2
/
+2
*
Refactoring: move UTF-8 decoding functions into coding.h.
Philipp Stephani
2019-04-28
1
-20
/
+3
*
Port to Oracle Developer Studio 12.6
Paul Eggert
2019-04-25
1
-2
/
+2
[next]