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
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
; Clarify comment added in previous commit.
Eli Zaretskii
2015-12-21
1
-1
/
+1
*
Add FIXME comment re stack overflow and modules
Paul Eggert
2015-12-21
1
-0
/
+3
*
Revert some recent emacs-module commentary
Paul Eggert
2015-12-20
1
-7
/
+4
*
Improve commentary for emacs-module.c
Philipp Stephani
2015-12-20
1
-2
/
+6
*
Remove attempt to use C11 threads
Paul Eggert
2015-12-15
1
-10
/
+3
*
Spelling fixes
Paul Eggert
2015-12-07
1
-3
/
+3
*
Improve module interface when WIDE_EMACS_INT
Paul Eggert
2015-12-06
1
-102
/
+116
*
More emacs-module.c fixes for wide ints
Eli Zaretskii
2015-12-02
1
-2
/
+2
*
Fix emacs-module.c for wide ints
Eli Zaretskii
2015-12-01
1
-10
/
+14
*
Fix last change
Eli Zaretskii
2015-11-30
1
-7
/
+8
*
Rely on conservative stack scanning to find "emacs_value"s
Stefan Monnier
2015-11-30
1
-172
/
+146
*
Spelling and grammar fixes
Paul Eggert
2015-11-29
1
-1
/
+1
*
Simplify the prologue of emacs-module.c functions
Philipp Stephani
2015-11-28
1
-86
/
+46
*
Don't reject module calls with no arguments
Eli Zaretskii
2015-11-28
1
-2
/
+3
*
Make module-call be visible from Lisp
Philipp Stephani
2015-11-28
1
-19
/
+17
*
* src/emacs-module.c (struct env_storage): Delete
Stefan Monnier
2015-11-27
1
-66
/
+63
*
Improve handling of signals and 'throw' in modules
Eli Zaretskii
2015-11-27
1
-37
/
+96
*
Fix module_format_fun_env when dynlib_addr fails
Paul Eggert
2015-11-24
1
-3
/
+3
*
Simplify module_make_function
Paul Eggert
2015-11-23
1
-10
/
+5
*
Port better to FreeBSD’s dlfunc vs dlsym
Paul Eggert
2015-11-23
1
-2
/
+3
*
module_format_fun_env fixes
Paul Eggert
2015-11-23
1
-19
/
+13
*
Improve how non-ASCII strings are accepted from modules
Eli Zaretskii
2015-11-23
1
-10
/
+6
*
Port recent module changes to pickier compilers
Paul Eggert
2015-11-23
1
-2
/
+4
*
Fix how strings are accepted from modules
Philipp Stephani
2015-11-23
1
-13
/
+39
*
Add a few safety checks when ENABLE_CHECKING
Paul Eggert
2015-11-21
1
-10
/
+2
*
Simplify recording of main thread's ID on MS-Windows
Eli Zaretskii
2015-11-21
1
-28
/
+7
*
Fix double-decrement bug when freeing global refs
Paul Eggert
2015-11-20
1
-1
/
+3
*
Fix reindent-introduced typo in module code
Paul Eggert
2015-11-20
1
-17
/
+22
*
Module function arg counts are ptrdiff_t, not int
Paul Eggert
2015-11-20
1
-40
/
+35
*
Include-file tweaks for modules
Paul Eggert
2015-11-20
1
-2
/
+4
*
Simplify push_handler and profile its malloc
Paul Eggert
2015-11-19
1
-2
/
+2
*
Omit unnecessary clear in Fmodule_load
Paul Eggert
2015-11-19
1
-13
/
+10
*
Prefer signed integer types in module code
Paul Eggert
2015-11-19
1
-29
/
+17
*
Omit ‘const’ on locals
Paul Eggert
2015-11-19
1
-35
/
+37
*
Prefer intmax_t to int64_t in module code
Paul Eggert
2015-11-19
1
-10
/
+3
*
Rename module.c to emacs-module.c, etc.
Paul Eggert
2015-11-19
1
-0
/
+1160