emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (6490269 -> 515afc9)


From: Paul Eggert
Subject: [Emacs-diffs] master updated (6490269 -> 515afc9)
Date: Sat, 20 Jul 2019 23:13:51 -0400 (EDT)

eggert pushed a change to branch master.

      from  6490269   Merge from emacs-26
       new  b0908a0   Fix hash table overallocation etc.
       new  df5024d   Rename ‘pure’ to ‘purecopy’
       new  26de2d4   Simplify maybe_gc implementation
       new  5018b66   Inhibit GC after inhibit_garbage_collection
       new  b6f194a   Simplify hashfn/cmpfn calling convention
       new  515afc9   Fix crash if user test munges hash table


Summary of changes:
 src/alloc.c           |  96 +++++++++++---------
 src/bytecode.c        |   7 +-
 src/category.c        |   9 +-
 src/charset.c         |   2 +-
 src/composite.c       |   5 +-
 src/emacs-module.c    |   3 +-
 src/fns.c             | 244 ++++++++++++++++++++++++--------------------------
 src/image.c           |   3 +-
 src/json.c            |   3 +-
 src/lisp.h            |  33 +++----
 src/lread.c           |   3 +-
 src/macfont.m         |   3 +-
 src/pdumper.c         |   3 +-
 src/print.c           |   4 +-
 src/profiler.c        |  34 ++++---
 test/src/fns-tests.el |  12 +++
 16 files changed, 238 insertions(+), 226 deletions(-)



reply via email to

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