aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ; * src/bytecode.c (exec_byte_code): better variable namingscratch/bytecode-speedupMattias Engdegård2022-01-181-6/+6
* Inline maybe_quitMattias Engdegård2022-01-183-16/+26
* Bump specpdl inline, move reallocation out of lineMattias Engdegård2022-01-151-20/+25
* Implement Ffuncall in terms of funcall_generalMattias Engdegård2022-01-131-40/+4
* Don't crash on unbalanced unwinds in debug modeMattias Engdegård2022-01-121-2/+9
* ; * lisp/emacs-lisp/byte-opt.el: Remove outdated commentsMattias Engdegård2022-01-111-116/+2
* Open-code aref and aset in bytecode interpreterMattias Engdegård2022-01-111-4/+28
* Remove the unused unbind-all bytecodeMattias Engdegård2022-01-113-13/+2
* Move a runtime interpreter check to ENABLE_CHECKINGMattias Engdegård2022-01-111-7/+2
* Remove nil check in exec_byte_codeMattias Engdegård2022-01-113-33/+33
* ; * src/bytecode.c (exec_byte_code): Cosmetic improvementMattias Engdegård2022-01-111-6/+2
* Byte code arity check micro-optimisationMattias Engdegård2022-01-111-2/+1
* Pin bytecode strings to avoid copy at call timeMattias Engdegård2022-01-115-23/+76
* Inline setcar and setcdr in byte-code interpreterMattias Engdegård2022-01-021-4/+13
* Inline fixnum operations in bytecode interpreterMattias Engdegård2022-01-021-30/+108
* Short-circuit the recursive bytecode funcall chainMattias Engdegård2022-01-023-9/+94
* Don't fail flymake-tests if `gcc` actually is ClangMattias Engdegård2022-01-021-1/+9
* Add column width to tooltip frame width on pgtkPo Lu2022-01-021-0/+1
* Fix mouse wheel scroll direction on pgtkPo Lu2022-01-021-2/+2
* Merge from origin/emacs-28Stefan Kangas2022-01-0220-25/+47
|\
| * ; * admin/notes/years: More known problems.Eli Zaretskii2022-01-011-5/+15
| * ; Copyright year fixesGlenn Morris2022-01-0116-22/+22
| * ; Run set-copyright from admin.elGlenn Morris2022-01-013-3/+3
| * ; * admin/notes/years: Mention known problems with 'update-copyright'.Eli Zaretskii2022-01-011-0/+12
* | Fix XRegisterIMInstantiateCallback function argument configure testPo Lu2022-01-021-1/+1
* | Stop sending touch-end events if coalescing scroll eventsPo Lu2022-01-021-3/+3
* | Fix mouse face problems when moving between two frames on HaikuPo Lu2022-01-022-9/+48
* | Make quitting actually work in Haiku file dialogsPo Lu2022-01-023-5/+14
* | Merge from origin/emacs-28Eli Zaretskii2022-01-012-2/+2
|\ \ | |/
| * Update more copyright yearsEli Zaretskii2022-01-012-2/+2
* | elide-head: Support more licensesStefan Kangas2022-01-011-8/+12
* | ; Add 2022 to copyright years.Eli Zaretskii2022-01-0154-54/+54
* | Merge from origin/emacs-28Eli Zaretskii2022-01-012998-3434/+3468
|\ \ | |/
| * ; * etc/refcards/ru-refcard.tex: Update Copyright year.Eli Zaretskii2022-01-011-1/+1
| * * lisp/net/tramp-sh.el: Adapt copyright yearMichael Albinus2022-01-011-2/+2
| * ; Minor fixes related to copyright yearsEli Zaretskii2022-01-012-2/+4
| * ; * test/manual/etags/ETAGS.good_N: Adjust to copyright years change.Eli Zaretskii2022-01-016-411/+411
| * * src/xfaces.c (face_for_font): Make 'hash' be uintptr_t.Zhehao Lin2022-01-011-1/+1
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-012990-3018/+3050
* | ; Merge from origin/emacs-28Eli Zaretskii2022-01-010-0/+0
|\ \ | |/
| * ; Auto-commit of loaddefs files.Stefan Kangas2022-01-011-21/+8
* | Increase size of precision scrolling momentum ringPo Lu2022-01-011-38/+42
* | Make last change compilePo Lu2022-01-011-4/+2
* | Fix expose events in non-double-buffered child frames on HaikuPo Lu2022-01-011-1/+3
* | Fix some more off-by-one errors in Haiku image codePo Lu2022-01-012-8/+9
* | Fix deadlocks with invisible frames and threads in HaikuPo Lu2022-01-011-0/+21
* | Set display last user time when handling pinch eventsPo Lu2022-01-011-0/+4
* | Fix child frame synchronization order on HaikuPo Lu2022-01-011-5/+5
* | ; Auto-commit of loaddefs files.Stefan Kangas2022-01-011-182/+432
* | Implement numeric values of `mouse-highlight' on HaikuPo Lu2022-01-011-0/+21