emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (935b4d0 -> 692e410)


From: Paul Eggert
Subject: [Emacs-diffs] master updated (935b4d0 -> 692e410)
Date: Sat, 30 Jan 2016 23:26:13 +0000

eggert pushed a change to branch master.

      from  935b4d0   ; Update ChangeLog.2 commit by hand
       new  cb22fce   Internal linkage for gmalloc etc. if HYBRID_MALLOC
       new  a5f8586   Link temacs with gnulib compiled with -Demacs
       new  dec1390   unexelf.c hook to support HYBRID_MALLOC on ELF
       new  d6585a9   Add musl patch to support HYBRID_MALLOC on elf systems
       new  384ffef   Pacify GCC on extern decls
       new  874c59a   Report static heap usage on non-Cygwin, too
       new  e1a9f20   Pacify --enable-gcc-warnings when HYBRID_MALLOC
       new  e4cd4a7   * src/alloc.c: Include "sheap.h".
       new  a4817d8   Include <malloc.h> when advisable
       new  7fdc3cf   Build lib/e-*.o only on platforms that need it
       new  3d82a8e   Fix extern symbols defined and not used
       new  2ee2963   Shrink static heap a bit
       new  ffbf163   ; Try to clean up ChangeLog.2 mess created by merge.
       new  370a260   Make it easy to override preferred-branch test
       new  692e410   Tell Automake the new lib/Makefile.am is OK


Summary of changes:
 ChangeLog.2               |11730 ++++++++++++++++-----------------------------
 Makefile.in               |    9 +-
 configure.ac              |   14 +-
 lib/Makefile.am           |   31 +
 src/Makefile.in           |   14 +-
 src/alloc.c               |   64 +-
 src/buffer.c              |    2 +-
 src/conf_post.h           |    6 +-
 src/emacs.c               |   19 +-
 src/gmalloc.c             |  234 +-
 src/lastfile.c            |    3 +
 src/lisp.h                |   18 +-
 src/ralloc.c              |   30 +-
 src/sheap.c               |   83 +-
 src/{cygw32.h => sheap.h} |   32 +-
 src/sysdep.c              |   29 +-
 src/unexcw.c              |    8 -
 src/vm-limit.c            |   11 +-
 src/xsmfns.c              |    4 +-
 19 files changed, 4449 insertions(+), 7892 deletions(-)
 copy src/{cygw32.h => sheap.h} (57%)



reply via email to

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