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
...
*
Unbreak build when building without GMP support.
Philipp Stephani
2019-04-24
1
-2
/
+5
*
Move definition of Lisp_Module_Function to emacs-module.c.
Philipp Stephani
2019-04-24
1
-0
/
+36
*
Fix return type of make_time.
Philipp Stephani
2019-04-24
1
-1
/
+1
*
Add module functions to convert from and to big integers.
Philipp Stephani
2019-04-24
1
-0
/
+27
*
Add conversions to and from struct timespec to module interface.
Philipp Stephani
2019-04-24
1
-0
/
+17
*
* src/emacs-module.c: Add an additional requirement for API changes.
Philipp Stephani
2019-04-23
1
-0
/
+3
*
Use three-argument form for out-of-range errors.
Philipp Stephani
2019-04-23
1
-1
/
+4
*
Module API: Don’t require null-terminated strings in make_string.
Philipp Stephani
2019-04-22
1
-4
/
+9
*
Use utf-8-unix for coding system conversions in the module API.
Philipp Stephani
2019-04-22
1
-5
/
+17
*
Refactoring: Inline a few macros.
Philipp Stephani
2019-04-22
1
-22
/
+19
*
* src/emacs-module.c (value_storage_contains_p): Fix typo.
Paul Eggert
2019-04-19
1
-1
/
+1
*
Refactoring: Reduce code duplication
Philipp Stephani
2019-04-19
1
-30
/
+28
*
Refactoring: simplify definition of some internal variables.
Philipp Stephani
2019-04-19
1
-21
/
+9
*
Refactoring: have CATCHER_ALL also catch signals.
Philipp Stephani
2019-04-19
1
-19
/
+18
*
* src/emacs-module.c: Add instructions how to change the module API
Philipp Stephani
2019-04-18
1
-0
/
+48
*
Mark _Noreturn error functions as cold
Paul Eggert
2019-04-18
1
-4
/
+2
*
Allow gap before first non-Lisp pseudovec member
Paul Eggert
2019-04-08
1
-1
/
+1
*
Revert "Revert "Revert "Rely on conservative stack scanning to find "emacs_va...
Eli Zaretskii
2019-03-22
1
-198
/
+175
*
Fix misuses of NULL when talking about the NUL character
Stefan Monnier
2019-03-21
1
-1
/
+1
*
Revert "Revert "Rely on conservative stack scanning to find "emacs_value"s""
Eli Zaretskii
2019-03-21
1
-175
/
+198
*
Revert "Rely on conservative stack scanning to find "emacs_value"s"
Philipp Stephani
2019-03-21
1
-198
/
+175
*
Simplify list creation in C code
Paul Eggert
2019-03-04
1
-11
/
+7
*
Ignore pending_signals when checking for quits.
Philipp Stephani
2019-02-24
1
-3
/
+12
*
Add portable dumper
Daniel Colascione
2019-01-15
1
-1
/
+4
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
|
*
More porting to GCC 8 of --enable-gcc-warnings
Paul Eggert
2018-12-17
1
-0
/
+5
*
|
Avoid an overflow error in emacs-module.c
Philipp Stephani
2018-09-21
1
-5
/
+1
*
|
Use new function overflow_error in a few places
Philipp Stephani
2018-09-21
1
-4
/
+4
*
|
Simplify bignum->intmax conversion
Paul Eggert
2018-09-04
1
-8
/
+4
*
|
Fix bignum FIXME in emacs-module.c
Paul Eggert
2018-08-30
1
-5
/
+3
*
|
Improve bignum support for system types
Paul Eggert
2018-08-27
1
-1
/
+1
*
|
Modularize bignums better
Paul Eggert
2018-08-27
1
-12
/
+4
*
|
Merge from origin/emacs-26
Glenn Morris
2018-08-26
1
-4
/
+4
|
\
|
|
*
Fix detection of freed emacs_values (Bug#32479)
Sergey Vinokurov
2018-08-25
1
-4
/
+4
*
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-3
/
+3
*
|
Fix bignum creation when EMACS_INT is wider than long
Tom Tromey
2018-07-19
1
-1
/
+2
*
|
Let C modules access bignum values
Tom Tromey
2018-07-12
1
-3
/
+17
*
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-12
/
+12
*
|
Tune SAFE_FREE
Paul Eggert
2018-06-28
1
-2
/
+1
*
|
Simplify init_module_assertions
Paul Eggert
2018-06-14
1
-7
/
+3
*
|
New mint_ptr representation for C pointers
Paul Eggert
2018-06-14
1
-12
/
+12
*
|
Remove some wrong 8-byte alignment assumptions
Paul Eggert
2018-06-13
1
-1
/
+1
*
|
More porting to GCC 8 of --enable-gcc-warnings
Paul Eggert
2018-05-03
1
-0
/
+5
*
|
Merge from origin/emacs-26
Glenn Morris
2018-01-20
1
-1
/
+1
|
\
|
|
*
Don't unnecessarily use non-ASCII characters in C sources
Eli Zaretskii
2018-01-19
1
-1
/
+1
*
|
Fix module support if threads are disabled (Bug#30106)
Philipp Stephani
2018-01-18
1
-12
/
+0
*
|
Merge from origin/emacs-26
Paul Eggert
2018-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
|
Reimplement Lisp_Object as pointer-to-incomplete
Paul Eggert
2017-12-12
1
-8
/
+22
|
/
[prev]
[next]