emacs-diffs
[Top][All Lists]
Advanced

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

feature/asan-gc-poisoning updated (f254029f659 -> aa9ca2c1493)


From: Vibhav Pant
Subject: feature/asan-gc-poisoning updated (f254029f659 -> aa9ca2c1493)
Date: Sun, 4 Dec 2022 12:16:56 -0500 (EST)

vibhavp pushed a change to branch feature/asan-gc-poisoning.

      from  f254029f659 Merge branch 'master' into feature/asan-gc-poisoning
      adds  17d40c163e0 vc-git-print-log: Don't assume vc-git-log-switches is a 
list
      adds  395f9d83f26 Merge from origin/emacs-29
      adds  3623d5c195d Revert "Make easy-mmode-defmap obsolete and adjust only 
caller"
      adds  641ef36403b Fix gud-minor-mode-menu
      adds  91a578ac9fe ; Merge from origin/emacs-29
      adds  401f76cc3d6 Make sure 'user-emacs-directory' ends in a slash
      adds  11c3c54d8ad Fix handling of relative directories in 
"--init-directory=DIR"
      adds  a0dd9fdebe3 ; Add cross-reference to string-equal docstring
      adds  bd58dcedfb9 Fix and expand tests broken by commit 2772ebe366 of 
2022-11-28
      adds  f6e2f30f394 ; Fix typos
      adds  afa4fcb95b4 Fix "C-h k" when clicking on another frame
      adds  c5ba47c889e Speed up Unicode normalisation tests by a factor of 5
      adds  6fb9a03cbdf ; Remove debugging leftover message
      adds  2c4d92d30f6 ; * lisp/subr.el (posn-col-row): Revert inadvertent 
change.
      adds  520a4e12f8e ; * lisp/treesit.el (treesit-end-of-defun): Guard 
against nil value.
      adds  96af584af6c Fix comment-start-skip in tree-sitter modes (bug#59690)
      adds  be67cc276a9 Merge from origin/emacs-29
      adds  f96a9e10b10 Make Emacs build with Xfixes support on old versions of 
the library
      adds  a51743dbcb7 Make a boxed menu bar have a shadow at its right end 
(bug#59778)
      adds  3e00e50ee3d Fix potential crash deselecting for property change 
notifications
       new  772650fb9f4 Merge branch 'master' into feature/asan-gc-poisoning
       new  aa9ca2c1493 src/alloc.c: Fix incorrect pointer arithmetic.


Summary of changes:
 configure.ac                                   |   2 +-
 lisp/cedet/semantic/bovine/c.el                |   2 +-
 lisp/cedet/semantic/db.el                      |   2 +-
 lisp/cedet/semantic/format.el                  |   2 +-
 lisp/cedet/semantic/ia.el                      |   2 +-
 lisp/cedet/semantic/idle.el                    |   2 +-
 lisp/cedet/semantic/lex-spp.el                 |   2 +-
 lisp/cedet/semantic/lex.el                     |   6 +-
 lisp/cedet/semantic/sort.el                    |   2 +-
 lisp/cedet/semantic/symref.el                  |   3 +-
 lisp/emacs-lisp/comp.el                        |   1 -
 lisp/help.el                                   |   6 +-
 lisp/progmodes/c-ts-mode.el                    |   6 +-
 lisp/progmodes/csharp-mode.el                  |   3 +-
 lisp/progmodes/java-ts-mode.el                 |   3 +-
 lisp/progmodes/js.el                           |   3 +-
 lisp/progmodes/typescript-ts-mode.el           |   4 +-
 lisp/speedbar.el                               |   2 +-
 lisp/startup.el                                |   6 ++
 lisp/subr.el                                   |   4 +-
 lisp/treesit.el                                |   7 +-
 lisp/vc/vc-git.el                              |   2 +-
 src/alloc.c                                    |   2 +-
 src/fns.c                                      |   4 +-
 src/xdisp.c                                    |  30 ++++++--
 src/xselect.c                                  |  12 ++-
 src/xterm.c                                    |  14 ++--
 src/xterm.h                                    |  18 ++++-
 test/lisp/emacs-lisp/comp-tests.el             |  55 ++++++++------
 test/lisp/international/ucs-normalize-tests.el | 100 +++++++++++++------------
 30 files changed, 195 insertions(+), 112 deletions(-)



reply via email to

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