emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master updated (bd3c6ee -> 2aa8b15)


From: Philipp Stephani
Subject: [Emacs-diffs] master updated (bd3c6ee -> 2aa8b15)
Date: Sun, 4 Jun 2017 13:54:04 -0400 (EDT)

phst pushed a change to branch master.

      from  bd3c6ee   Avoid slow startup in daemon mode when global-linum-mode 
is on
       new  db74384   Remove two FIXMEs that can't be fixed
       new  1839699   Define helper macro to reduce code duplication
       new  3b0080d   Rework printing of module functions
       new  045d21c   Rationalize environment lifetime management functions
       new  366e25a   Simplify interface of dynlib_attr.
       new  9be8b2b   Use ATTRIBUTE_MAY_ALIAS where alias violations are likely
       new  034275e   ; Small comment fix
       new  fb3a9fd   ; Grammar fix
       new  5497062   Add a couple more assertions to the module code
       new  a8a93b1   Guard against signed integer overflows
       new  27445a8   Remove an unneeded assertion
       new  d372017   Use more specific errors for module load failure
       new  66da3f4   Support quitting in modules
       new  2aa8b15   Remove an unused error symbol


Summary of changes:
 src/data.c                     |  10 +--
 src/dynlib.c                   |  34 ++++----
 src/dynlib.h                   |  16 ++--
 src/emacs-module.c             | 175 ++++++++++++++++++++++++-----------------
 src/emacs-module.h             |   3 +
 src/eval.c                     |   7 +-
 src/lisp.h                     |   4 +-
 src/print.c                    |  30 ++++++-
 test/src/emacs-module-tests.el |   4 +-
 9 files changed, 173 insertions(+), 110 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]