summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Avoid build failure when building without -fsanitize=address.feature/asan-gc-poisoningVibhav Pant2022-12-181-1/+5
* src/alloc.c: Convert ASan functions to macros to reduce overhead.Vibhav Pant2022-12-181-262/+95
* Make unaligned loads work with sanitization.Vibhav Pant2022-12-073-3/+25
* src/alloc.c: Fix incorrect pointer arithmetic.Vibhav Pant2022-12-041-1/+1
* Merge branch 'master' into feature/asan-gc-poisoningVibhav Pant2022-12-0429-111/+194
|\
| * Fix potential crash deselecting for property change notificationsPo Lu2022-12-041-2/+10
| * Make a boxed menu bar have a shadow at its right end (bug#59778)Manuel Giraud2022-12-041-5/+25
| * Make Emacs build with Xfixes support on old versions of the libraryPo Lu2022-12-043-8/+26
| * Merge from origin/emacs-29Stefan Kangas2022-12-0423-95/+132
| |\
| | * Fix comment-start-skip in tree-sitter modes (bug#59690)Yuan Fu2022-12-035-6/+13
| | * ; * lisp/treesit.el (treesit-end-of-defun): Guard against nil value.Yuan Fu2022-12-031-1/+6
| | * ; * lisp/subr.el (posn-col-row): Revert inadvertent change.Eli Zaretskii2022-12-031-1/+1
| | * ; Remove debugging leftover messageEli Zaretskii2022-12-031-1/+0
| | * Speed up Unicode normalisation tests by a factor of 5Mattias Engdegård2022-12-031-47/+53
| | * Fix "C-h k" when clicking on another frameEli Zaretskii2022-12-032-3/+5
| | * ; Fix typosStefan Kangas2022-12-0310-12/+13
| | * Fix and expand tests broken by commit 2772ebe366 of 2022-11-28Juanma Barranquero2022-12-031-24/+31
| | * ; Add cross-reference to string-equal docstringStefan Kangas2022-12-032-2/+6
| | * Fix handling of relative directories in "--init-directory=DIR"Eli Zaretskii2022-12-031-1/+3
| | * Make sure 'user-emacs-directory' ends in a slashEli Zaretskii2022-12-031-0/+4
| * | ; Merge from origin/emacs-29Stefan Kangas2022-12-040-0/+0
| |\ \ | | |/
| | * Fix gud-minor-mode-menuEli Zaretskii2022-12-031-3/+0
| | * Revert "Make easy-mmode-defmap obsolete and adjust only caller"Eli Zaretskii2022-12-032-89/+138
| * | Merge from origin/emacs-29Stefan Kangas2022-12-041-1/+1
| |\ \ | | |/
| | * vc-git-print-log: Don't assume vc-git-log-switches is a listSean Whitton2022-12-021-1/+1
* | | Merge branch 'master' into feature/asan-gc-poisoningVibhav Pant2022-12-03363-15291/+41816
|\ \ \ | |/ /
| * | Improve performance of other_frames and XTfullscreen_hookPo Lu2022-12-032-13/+56
| * | Merge from origin/emacs-29Stefan Kangas2022-12-035-25/+30
| |\ \ | | |/
| | * ; server-tests: remove CI debuggingMattias Engdegård2022-12-021-3/+0
| | * ; * lisp/subr.el (string-equal-ignore-case): Doc fix (bug#59779).Eli Zaretskii2022-12-021-1/+1
| | * ; server-test CI debuggingMattias Engdegård2022-12-021-2/+4
| | * Fix server-tests run noninteractively (bug#59742)Mattias Engdegård2022-12-021-4/+11
| | * Use file-name-nondirectory to determine default project-nameRandy Taylor2022-12-021-2/+2
| | * Speed up auto-completion in 'sh-script-mode'Yikai Zhao2022-12-021-16/+14
| | * Fix error editing multisession variables (bug#59710)Juanma Barranquero2022-12-021-2/+3
| * | ; Merge from origin/emacs-29Stefan Kangas2022-12-030-0/+0
| |\ \ | | |/
| | * ; Fix a typo in .clang-format.dickmao2022-12-021-1/+1
| | * ; Make clang-format format indent preprocessor blocks correctly.Vibhav Pant2022-12-021-0/+2
| * | Merge from origin/emacs-29Stefan Kangas2022-12-031-1/+1
| |\ \ | | |/
| | * Add tsx-ts-mode to eglot-server-programsBrian Leung2022-12-021-1/+1
| * | * lisp/bindings.el (bound-and-true-p): Verify argument is a symbolJuanma Barranquero2022-12-031-0/+2
| * | * lisp/emacs-lisp/cl-macs.el (cl-flet): Optimize a bit moreStefan Monnier2022-12-021-1/+2
| * | More behind the scenes transparent speedups around xselect.cPo Lu2022-12-025-26/+98
| * | ; Fix typo in .clang-format (Bug#59768)dickmao2022-12-021-1/+1
| * | Merge from origin/emacs-29Stefan Kangas2022-12-0212-124/+466
| |\ \ | | |/
| | * * lisp/tab-bar.el (tab-bar-format-align-right): Fix alignment on TTY frames.Juri Linkov2022-12-021-3/+8
| | * Fix the width of margins for icons in outline-minor-mode (bug#59719)Juri Linkov2022-12-023-10/+41
| | * ; Change c-ts-mode--base-mode to c-ts-base-modeYuan Fu2022-12-011-3/+3
| | * Add new TypeScript mode tsx-ts-modeTheodor Thornhill2022-12-012-56/+108
| | * Add case and match to python--treesit-keywords (bug#59720)Daniel Martín2022-12-011-2/+2