emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 updated (6aa0a26 -> 7910889)


From: Paul Eggert
Subject: [Emacs-diffs] emacs-26 updated (6aa0a26 -> 7910889)
Date: Mon, 13 Nov 2017 13:16:58 -0500 (EST)

eggert pushed a change to branch emacs-26.

      from  6aa0a26   Don't enable cursor-sensor-mode in mhtml-mode
       new  5d68dc9   Change vectorlike from struct to union
       new  b1573a9   Use alignas to fix GCALIGN-related bugs
       new  d149560   Simplify by removing HAVE_STRUCT_ATTRIBUTE_ALIGNED
       new  7910889   Port to IBM xlc 12.01


Summary of changes:
 admin/CPP-DEFINES          |   1 -
 configure.ac               |  16 ---
 doc/lispref/internals.texi |   4 +-
 lib-src/make-docfile.c     |   4 +-
 src/alloc.c                | 234 +++++++++++++++++-----------------
 src/buffer.c               |  19 +--
 src/buffer.h               |   2 +-
 src/bytecode.c             |   4 +-
 src/casefiddle.c           |   4 +-
 src/cmds.c                 |   6 +-
 src/data.c                 |  76 +++++------
 src/doc.c                  |   2 +-
 src/emacs-module.c         |  17 ---
 src/eval.c                 |  59 ++++-----
 src/fns.c                  |   4 +-
 src/font.h                 |   6 +-
 src/frame.h                |   2 +-
 src/keyboard.c             |  10 +-
 src/lisp.h                 | 305 ++++++++++++++++++++++-----------------------
 src/lread.c                |  52 ++++----
 src/minibuf.c              |  12 +-
 src/process.h              |   2 +-
 src/termhooks.h            |   2 +-
 src/thread.c               |   2 +-
 src/thread.h               |   6 +-
 src/w32term.h              |   2 +-
 src/window.c               |   8 +-
 src/window.h               |   2 +-
 src/xterm.c                |   2 +-
 src/xterm.h                |   2 +-
 src/xwidget.h              |   4 +-
 31 files changed, 412 insertions(+), 459 deletions(-)



reply via email to

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