]> code.delx.au - gnu-emacs/history - src/emacs-module.c
Remove buggy non-native image scrolling
[gnu-emacs] / src / emacs-module.c
2016-03-10 Paul EggertRework C source files to avoid ^(
2016-01-17 Paul EggertPort cleanup attribute to OpenBSD
2016-01-11 Paul EggertRevert attempt to use 'noexcept' in typedef
2016-01-01 Paul EggertUpdate copyright year to 2016
2015-12-21 Eli Zaretskii; Clarify comment added in previous commit.
2015-12-21 Paul EggertAdd FIXME comment re stack overflow and modules
2015-12-21 Paul EggertRevert some recent emacs-module commentary
2015-12-20 Philipp StephaniImprove commentary for emacs-module.c
2015-12-20 Alan MackenzieMerge branch 'scratch/follow' into emacs-25
2015-12-16 Paul EggertRemove attempt to use C11 threads
2015-12-07 Paul EggertSpelling fixes
2015-12-06 Paul EggertImprove module interface when WIDE_EMACS_INT
2015-12-04 Alan MackenzieMerge branch 'scratch/follow' of /home/acm/emacs/emacs...
2015-12-02 Eli ZaretskiiMore emacs-module.c fixes for wide ints
2015-12-01 Eli ZaretskiiFix emacs-module.c for wide ints
2015-11-30 Eli ZaretskiiFix last change
2015-11-30 Stefan MonnierRely on conservative stack scanning to find "emacs_value"s
2015-11-30 Paul EggertSpelling and grammar fixes
2015-11-28 Philipp StephaniSimplify the prologue of emacs-module.c functions
2015-11-28 Eli ZaretskiiDon't reject module calls with no arguments
2015-11-28 Philipp StephaniMake module-call be visible from Lisp
2015-11-27 Stefan Monnier* src/emacs-module.c (struct env_storage): Delete
2015-11-27 Eli ZaretskiiImprove handling of signals and 'throw' in modules
2015-11-25 Paul EggertFix module_format_fun_env when dynlib_addr fails
2015-11-24 Paul EggertSimplify module_make_function
2015-11-24 Paul EggertPort better to FreeBSD’s dlfunc vs dlsym
2015-11-23 Paul Eggertmodule_format_fun_env fixes
2015-11-23 Eli ZaretskiiImprove how non-ASCII strings are accepted from modules
2015-11-23 Paul EggertPort recent module changes to pickier compilers
2015-11-23 Philipp StephaniFix how strings are accepted from modules
2015-11-21 Paul EggertAdd a few safety checks when ENABLE_CHECKING
2015-11-21 Eli ZaretskiiSimplify recording of main thread's ID on MS-Windows
2015-11-20 Paul EggertFix double-decrement bug when freeing global refs
2015-11-20 Paul EggertFix reindent-introduced typo in module code
2015-11-20 Paul EggertModule function arg counts are ptrdiff_t, not int
2015-11-20 Paul EggertInclude-file tweaks for modules
2015-11-20 Paul EggertSimplify push_handler and profile its malloc
2015-11-19 Paul EggertOmit unnecessary clear in Fmodule_load
2015-11-19 Paul EggertPrefer signed integer types in module code
2015-11-19 Paul EggertOmit ‘const’ on locals
2015-11-19 Paul EggertPrefer intmax_t to int64_t in module code
2015-11-19 Paul EggertRename module.c to emacs-module.c, etc.