[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (71b8f1fc63 -> ccf4a4fa48)
From: |
Paul Eggert |
Subject: |
master updated (71b8f1fc63 -> ccf4a4fa48) |
Date: |
Sat, 19 Mar 2022 15:49:03 -0400 (EDT) |
eggert pushed a change to branch master.
from 71b8f1fc63 Make `command-modes' work for (native-compiled) subrs,
too
new 035e8e4d45 Remove sanitize_window_sizes
new abfb76732c Remove internal_condition_case_[345]
new a5cbd98376 Omit unnecessary code when !HAVE_NATIVE_COMP
new c3c5e50ba4 Use filenvercmp instead of doing it by hand
new 0fed561042 Remove unused fns/data and make fns static
new c386f7e825 Make native helper functions static
new 495d8519ca Simplify alloc.c static function decls
new c11b4758b7 valid_sp inline fix
new ccf4a4fa48 Port to gcc -D EMACS_EXTERN_INLINE
Summary of changes:
src/alloc.c | 25 +++--------
src/bytecode.c | 2 +-
src/comp.c | 48 ++++++++++-----------
src/comp.h | 4 ++
src/decompress.c | 10 +++--
src/dynlib.c | 4 ++
src/emacs.c | 4 ++
src/eval.c | 84 -------------------------------------
src/fileio.c | 4 ++
src/fns.c | 38 +++--------------
src/frame.c | 2 +-
src/frame.h | 2 -
src/gnutls.c | 2 +-
src/gnutls.h | 1 -
src/lisp.h | 6 ---
src/minibuf.c | 2 +-
src/syntax.c | 2 +-
src/syntax.h | 4 --
src/systime.h | 1 -
src/thread.h | 6 +++
src/timefns.c | 2 +-
src/window.c | 9 ----
src/window.h | 1 -
src/xterm.c | 124 ++++++++++++++++++++++++++++---------------------------
src/xterm.h | 4 --
25 files changed, 129 insertions(+), 262 deletions(-)
- master updated (71b8f1fc63 -> ccf4a4fa48),
Paul Eggert <=
- master c3c5e50ba4 4/9: Use filenvercmp instead of doing it by hand, Paul Eggert, 2022/03/19
- master abfb76732c 2/9: Remove internal_condition_case_[345], Paul Eggert, 2022/03/19
- master a5cbd98376 3/9: Omit unnecessary code when !HAVE_NATIVE_COMP, Paul Eggert, 2022/03/19
- master 035e8e4d45 1/9: Remove sanitize_window_sizes, Paul Eggert, 2022/03/19
- master 0fed561042 5/9: Remove unused fns/data and make fns static, Paul Eggert, 2022/03/19
- master 495d8519ca 7/9: Simplify alloc.c static function decls, Paul Eggert, 2022/03/19
- master c11b4758b7 8/9: valid_sp inline fix, Paul Eggert, 2022/03/19
- master c386f7e825 6/9: Make native helper functions static, Paul Eggert, 2022/03/19
- master ccf4a4fa48 9/9: Port to gcc -D EMACS_EXTERN_INLINE, Paul Eggert, 2022/03/19