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 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
|
/
*
Simplify by removing HAVE_STRUCT_ATTRIBUTE_ALIGNED
Paul Eggert
2017-11-13
1
-17
/
+0
*
; Typo fixes, mostly repeated words
Paul Eggert
2017-10-09
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Minor simplification of module_free_global_ref
Philipp Stephani
2017-07-10
1
-8
/
+3
*
Re-add a useful assertion
Philipp Stephani
2017-07-10
1
-1
/
+4
*
Fix bug in module_free_global_ref (Bug#27587)
Valentin Gatien-Baron
2017-07-10
1
-1
/
+1
*
; * src/emacs-module.c (module_assert_thread): Simplify.
Philipp Stephani
2017-07-09
1
-4
/
+6
*
Module assertions: check for garbage collections
Philipp Stephani
2017-07-08
1
-2
/
+4
*
Remove FIXME comments about sentinel values
Philipp Stephani
2017-07-02
1
-4
/
+0
*
; * src/emacs-module.c (module_make_string): Add another FIXME
Philipp Stephani
2017-06-26
1
-0
/
+2
*
; * src/emacs-module.c (funcall_module): Add another FIXME
Philipp Stephani
2017-06-17
1
-0
/
+3
*
Port cleanup check to Oracle Studio 12.5
Paul Eggert
2017-06-14
1
-0
/
+4
*
Port cleanup attribute to Oracle Studio 12.5
Paul Eggert
2017-06-13
1
-3
/
+2
*
_Noreturn not noreturn
Paul Eggert
2017-06-12
1
-10
/
+14
*
Avoid compilation warnings with pre-C99 libc
Eli Zaretskii
2017-06-12
1
-4
/
+5
*
Flush all output streams before aborting
Philipp Stephani
2017-06-12
1
-1
/
+1
*
Remove an assertion that doesn't test Emacs invariants
Philipp Stephani
2017-06-12
1
-2
/
+0
*
Implement module assertions for users
Philipp Stephani
2017-06-12
1
-63
/
+268
*
Make two symbols private to emacs-module.c
Paul Eggert
2017-06-11
1
-0
/
+10
*
Support threads in modules
Philipp Stephani
2017-06-11
1
-13
/
+16
*
Allow non-local exits in module initializers
Philipp Stephani
2017-06-11
1
-11
/
+23
*
Add garbage collection support for module environments
Philipp Stephani
2017-06-09
1
-0
/
+14
*
Use unwind protection to clean up data structures in modules
Philipp Stephani
2017-06-05
1
-19
/
+26
[next]