emacs-diffs
[Top][All Lists]
Advanced

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

master updated (f57f28935a -> df49e3a3ab)


From: Alan Mackenzie
Subject: master updated (f57f28935a -> df49e3a3ab)
Date: Sat, 22 Jan 2022 13:05:54 -0500 (EST)

acmacm pushed a change to branch master.

      from  f57f28935a Fix print-unreadable-function documentation
      adds  368570b3fd First commit of scratch/correct-warning-pos.
      adds  8f1106ddf2 Several amendments to scratch/correct-warning-pos.
      adds  1cd188799f Make symbols with positions work with native compilation
      adds  ff9af1f1f6 Miscellaneous enhancements to 
scratch/correct-warning-pos.
      adds  4e77177b06 Try to make scratch/correct-warning-pos build on Windows 
and not segfault
      adds  2128cd8c08 Merge branch 'master' into scratch/correct-warning-pos
      adds  57b698f159 Commit fixes and enhancements to the 
scratch/correct-warning-pos branch
      adds  d87a34597c Merge branch 'master' into scratch/correct-warning-pos
      adds  3023e7ca3d Remove the remnants of old position mechanism from 
scratch/correct-warning-pos
      adds  bdd9b5b8a0 Miscellaneous amendments to the 
scratch/correct-warning-pos branch
      adds  14d64a8adc Merge branch 'master' into scratch/correct-warning-pos
       new  88e1f8b020 Merge branch 'scratch/correct-warning-pos'
       new  fd31ef21c5 Don't use 'load-read-function' in 
byte-compile-from-buffer
       new  df49e3a3ab Merge branch 'master' of /home/acm/emacs/emacs.git/master


Summary of changes:
 doc/lispref/elisp.texi        |   3 +
 doc/lispref/streams.texi      |  10 +
 doc/lispref/symbols.texi      |  82 +++++-
 lisp/cedet/semantic/fw.el     |  32 ++-
 lisp/emacs-lisp/bindat.el     |   1 +
 lisp/emacs-lisp/byte-opt.el   |  38 +--
 lisp/emacs-lisp/byte-run.el   |  85 +++++-
 lisp/emacs-lisp/bytecomp.el   | 618 ++++++++++++++++++++++--------------------
 lisp/emacs-lisp/cconv.el      |  41 +--
 lisp/emacs-lisp/cl-generic.el |   4 +-
 lisp/emacs-lisp/cl-macs.el    |  12 +-
 lisp/emacs-lisp/comp.el       |  19 +-
 lisp/emacs-lisp/easy-mmode.el |   1 +
 lisp/emacs-lisp/eieio-core.el |   5 +
 lisp/emacs-lisp/eieio.el      |  17 +-
 lisp/emacs-lisp/gv.el         |   5 +-
 lisp/emacs-lisp/macroexp.el   | 330 +++++++++++-----------
 lisp/emacs-lisp/pcase.el      |   2 +
 lisp/help.el                  |   2 +-
 lisp/keymap.el                |  11 +-
 src/.gdbinit                  |  12 +
 src/alloc.c                   |  40 ++-
 src/comp.c                    | 301 +++++++++++++++++++-
 src/data.c                    | 109 +++++++-
 src/eval.c                    |   7 +-
 src/fns.c                     |  12 +-
 src/keyboard.c                |   2 +
 src/lisp.h                    | 216 ++++++++++-----
 src/lread.c                   | 139 ++++++----
 src/print.c                   |  33 ++-
 30 files changed, 1525 insertions(+), 664 deletions(-)



reply via email to

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