emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (0cef208 -> 6487d4a)


From: Andrea Corallo
Subject: feature/native-comp updated (0cef208 -> 6487d4a)
Date: Wed, 4 Mar 2020 12:08:29 -0500 (EST)

akrl pushed a change to branch feature/native-comp.

      from  0cef208   * Reorganize passes
       new  0da62d9   Change parameter name into comp--compile-ctxt-to-file
       new  2dae7e1   Add system-configuration in the compilation output path
       new  8788fab   ; Nit fix in comment
       new  d0066e3   * Keep comp-subr-list into pure space
       new  ce9e3a4   Introduce 'effective_load_path'
       new  bf4f620   * ; Clean-up out of date comment
       new  286e21c   Rework `find-lisp-object-file-name'
       new  f77f6ca   Fix org for eln new compilation folder layout
       new  43b6f05   Hash eln ABI once and add it to the output compilation 
path
       new  1f3ba65   * Do not crash if the output directory is created in the 
meanwhile
      adds  1939f75   whitespace: Turn long lines regexp into a function 
(bug#36837)
      adds  68109c5   Fix #defines controlling when NS port draws to offscreen 
buffer
      adds  b4911a6   Fix macOS/GNUstep compilation warnings
      adds  8518b14   Tweak GMP usage for (HI LO US PS) timestamps
      adds  0f94f69   Use help-fns-short-filename in other describe- commands
      adds  620f672   * lisp/progmodes/elisp-mode.el 
(elisp-enable-lexical-binding): New command
      adds  b28b738   * etc/NEWS: Add entry missed in previous commit
      adds  5e229f8   Fix rounding errors in time conversion
      adds  b48142b   Time division speedups
      adds  21ebfa1   Update default-directory in occur buffer (bug#39608)
      adds  1aa8780   Ignore spurious focus events
      adds  cf45e80   Declare speedbar-incompatible-version obsolete
       new  6487d4a   Merge remote-tracking branch 'savannah/master' into HEAD


Summary of changes:
 etc/NEWS                     |   3 +
 lisp/emacs-lisp/comp.el      |  29 ++++++----
 lisp/help-fns.el             | 135 +++++++++++++++++++++++++++++++++++++++----
 lisp/help.el                 | 108 ----------------------------------
 lisp/org/org.el              |   6 +-
 lisp/progmodes/elisp-mode.el |  31 +++++++++-
 lisp/replace.el              |   6 +-
 lisp/speedbar.el             |   1 +
 lisp/whitespace.el           |  24 ++++----
 src/comp.c                   |  41 +++++++++----
 src/comp.h                   |   4 ++
 src/emacs.c                  |   8 ++-
 src/lread.c                  |  27 ++++++++-
 src/nsfns.m                  |  74 ------------------------
 src/nsterm.h                 |  22 ++++++-
 src/nsterm.m                 |  46 ++++++---------
 src/timefns.c                |  94 ++++++++++++++++--------------
 src/xterm.c                  |  10 ++++
 test/src/timefns-tests.el    |   3 +
 19 files changed, 364 insertions(+), 308 deletions(-)



reply via email to

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