summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (RE_SETUP_SYNTAX_TABLE_FOR_OBJECT): SimplifyStefan Monnier2023-04-123-17/+16
* (SETUP_SYNTAX_TABLE_FOR_OBJECT): Take a byteoffsetStefan Monnier2023-04-122-12/+6
* src/regex-emacs.c (POS_AS_IN_BUFFER): Delete macroStefan Monnier2023-04-122-21/+14
* (struct gl_state_s): Delete `offset` fieldStefan Monnier2023-04-122-36/+21
* ; Fix compiler warningPo Lu2023-04-061-1/+1
* Merge from origin/emacs-29João Távora2023-04-032-2/+11
|\
| * Fix scrolling window when point moves upShynur2023-03-301-2/+3
| * Comp fix calls to redefined primtives with op-bytecode (bug#61917)Andrea Corallo2023-03-291-0/+8
| * Improve docs for global-mode-string / %M constructPhil Sainty2023-03-261-1/+1
| * * src/buffer.c (mode-line-format): Document %o and %q constructsPhil Sainty2023-03-261-0/+3
| * * src/buffer.c (mode-line-format): Remove docs for obsolete %t constructPhil Sainty2023-03-261-1/+0
* | src/eval.c: Fix bug#62419Stefan Monnier2023-04-021-1/+2
* | ; * src/fns.c: Use if instead of #ifdefMattias Engdegård2023-04-011-7/+6
* | ; * src/fns.c (HAVE_FAST_UNALIGNED_ACCESS): Check in missing edit.Po Lu2023-04-011-2/+0
* | ; * src/fns.c (Fstring_lessp): Fix coding style.Po Lu2023-04-011-2/+3
* | ; * src/fns.c (Fstring_lessp): Port to RISCs.Po Lu2023-04-011-1/+2
* | Make string-lessp vectorisation saferMattias Engdegård2023-03-312-38/+25
* | Merge from origin/emacs-29Stefan Monnier2023-03-272-5/+14
|\ \ | |/
| * Fix system time sampling on MS-WindowsEli Zaretskii2023-03-241-0/+9
| * Fix treesit_ensure_parsed (bug#62333)Yuan Fu2023-03-241-5/+5
* | Merge commit '1bc9dfc5bee'Stefan Monnier2023-03-271-0/+4
|\ \ | |/
| * Fix toolbar item validation in the NS portDaniel Martín2023-03-231-0/+4
* | * src/buffer.c (mode-line-format): Reorder and reformat %-construct docsPhil Sainty2023-03-271-14/+17
* | Improve docs for global-mode-string / %M constructPhil Sainty2023-03-271-1/+1
* | * src/buffer.c (mode-line-format): Document %o and %q constructsPhil Sainty2023-03-271-0/+3
* | * src/buffer.c (mode-line-format): Remove docs for obsolete %t constructPhil Sainty2023-03-271-1/+0
* | Switch buffer in Ftreesit_query_captureYuan Fu2023-03-241-6/+5
* | Handle signals gracefully in tree-sitter query predicatesYuan Fu2023-03-241-70/+122
* | ; Minor refactor of Ftreesit_query_captureYuan Fu2023-03-241-6/+5
* | Refactor Ftreesit_query_captureYuan Fu2023-03-241-56/+97
* | Merge from origin/emacs-29Stefan Kangas2023-03-202-3/+19
|\ \ | |/
| * Improve warning about changing the string returned by symbol-nameGregory Heytings2023-03-191-1/+4
| * Protect against too large size of 'recent-keys' vectorEli Zaretskii2023-03-191-2/+15
* | Merge from origin/emacs-29Stefan Kangas2023-03-201-15/+16
|\ \ | |/
| * Don't add a key binding when REMOVE is non-nilRobert Pluim2023-03-171-15/+16
* | Merge from origin/emacs-29João Távora2023-03-141-1/+1
|\ \ | |/
| * Fix value history shown for 'gc-cons-percentage'Eli Zaretskii2023-03-121-1/+1
* | Remove recursion from character escape handling in readerMattias Engdegård2023-03-111-142/+150
* | src/profiler.c: Keep track of the discarded countsStefan Monnier2023-03-101-16/+23
* | src/profiler.c: Share more code between CPU and Memory profilersStefan Monnier2023-03-101-78/+66
* | src/profiler.c: Try and fix occasional assertion failuresStefan Monnier2023-03-101-7/+6
* | src/profiler.c: Keep track of allocations during GCEli Zaretskii2023-03-101-5/+24
* | Merge from origin/emacs-29Stefan Kangas2023-03-051-2/+5
|\ \ | |/
| * ; More accurate doc strings for 'window-at' and 'window-at-x-y'.Eli Zaretskii2023-03-041-2/+5
* | Unbreak the unexec buildEli Zaretskii2023-03-041-1/+5
* | bug#61489: Increase BLOCK_ALIGN from 1024 to 32768Konstantin Kharlamov2023-03-041-1/+1
* | Merge from origin/emacs-29Stefan Kangas2023-03-041-0/+3
|\ \ | |/
| * * src/intervals.c (set_intervals_multibyte_1): Fix bug#61887Stefan Monnier2023-03-031-0/+3
* | Merge from origin/emacs-29Stefan Kangas2023-03-033-53/+112
|\ \ | |/
| * Improvements to xwidget on macOS (bug#60703)Andrew De Angelis2023-03-023-53/+112