emacs-diffs
[Top][All Lists]
Advanced

[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(-)



reply via email to

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