aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Don’t ignore -Wclobbered in image.cPaul Eggert2024-08-161-9/+35
* | Don’t ignore -Wclobbered in eval.cPaul Eggert2024-08-161-62/+47
* | Don’t ignore -Wclobbered in emacs-module.cPaul Eggert2024-08-161-10/+17
* | Don’t ignore -Wclobbered in bytecode.cPaul Eggert2024-08-161-5/+19
* | Port better to NFS unlinkPaul Eggert2024-08-152-2/+2
* | Remove empty (& invalid) lock filesPaul Eggert2024-08-151-4/+7
* | Refactor current_lock_ownerPaul Eggert2024-08-151-90/+95
* | Avoid some GC when locking/unlocking filesPaul Eggert2024-08-151-25/+37
* | Fix unlikely lock file integer overflowPaul Eggert2024-08-151-4/+4
* | Replace some EQ with BASE_EQMattias Engdegård2024-08-153-14/+14
* | Merge from savannah/emacs-30Po Lu2024-08-132-5/+6
|\ \ | |/
| * macOS: Wrong frame rectangle after wake (bug#71912)Gerd Möllmann2024-08-121-0/+1
| * Fix format 2 cmap handling in sfnt.cPip Cet2024-08-111-5/+5
| * Fix coordinate transformations in sfnt.cPip Cet2024-08-111-4/+8
* | Fix coordinate transformations in sfnt.cPip Cet2024-08-101-4/+8
* | Make ftcrfont_close idempotentPip Cet2024-08-101-5/+13
* | Merge from origin/emacs-30Eli Zaretskii2024-08-102-19/+3
|\ \ | |/
| * NS: Fix scroll-bar setting code (bug#72331)Gerd Möllmann2024-08-092-19/+3
* | ; * src/w32.c (init_ntproc): Fix formatting conventions in last change.Eli Zaretskii2024-08-091-11/+16
* | Use SetHandleInformation to set NOINHERIT in UCRT64Kien Nguyen2024-08-091-0/+11
* | Merge from savannah/emacs-30Po Lu2024-08-074-19/+23
|\ \ | |/
| * Prevent accesses to /content files without a GUI connectionPo Lu2024-08-071-2/+3
| * Avoid crashes in very large buffers with long linesEli Zaretskii2024-08-061-6/+6
| * ; * src/lread.c (Fload): Add comment. (Bug#72433)Eli Zaretskii2024-08-041-0/+3
| * Fix missing type checks before specbindMattias Engdegård2024-08-031-11/+11
* | Avoid compiler warningPip Cet2024-08-051-1/+1
* | Fix typo in pdumper.cPip Cet2024-08-051-2/+2
* | * src/search.c (Fre__describe_compiled): Use 'CHECK_STRING'.Pip Cet2024-08-051-0/+1
* | Avoid warning when building on macOS versions < 14 (bug#72440)Mattias Engdegård2024-08-051-2/+3
* | ; Fix the fix for EmacsViewGerd Möllmann2024-08-051-1/+2
* | ; Fix last change in EmacsViewGerd Möllmann2024-08-051-2/+1
* | Restore a default before macOS 14 API change (bug#72440)Gerd Möllmann2024-08-051-0/+3
* | Improve font search and handling on MS-WindowsEli Zaretskii2024-08-033-18/+159
* | Merge from savannah/emacs-30Po Lu2024-08-034-15/+34
|\ \ | |/
| * Revert "Remove redundant byte-swapping boundary"Po Lu2024-08-032-3/+19
| * Fix various typos reported by Pip CetPo Lu2024-08-032-12/+15
* | Merge from savannah/emacs-30Po Lu2024-08-031-1/+1
|\ \ | |/
| * NS: Fix placement of candidate window (bug#72422)Gerd Möllmann2024-08-031-1/+1
* | Merge from savannah/emacs-30Po Lu2024-08-031-3/+19
|\ \ | |/
| * Avoid aborts when buffer is modified during its redisplayEli Zaretskii2024-08-011-3/+19
* | Fix display of empty margins when default face is remappedEli Zaretskii2024-08-021-5/+19
* | Improve window/buffer handling codeMartin Rudalics2024-08-014-49/+163
* | Merge from savannah/emacs-30Po Lu2024-08-012-2/+59
|\ \ | |/
| * MacOS: Let EmacsView implement NSTextInputClientGerd Möllmann2024-07-312-2/+41
| * NS: Set frame position when entering/exiting fullscreen (bug#71912)Gerd Möllmann2024-07-302-0/+18
* | New variable treesit-language-remap-alist (bug#72388)Yuan Fu2024-07-301-0/+29
* | "Separate" tree-sitter parser list for indirect buffersYuan Fu2024-07-301-14/+33
* | Merge from savannah/emacs-30Po Lu2024-07-291-9/+17
|\ \ | |/
| * Fix sporadic crashes and `select' failures in dumped imagesPo Lu2024-07-291-9/+17
* | Reduce type checks in arithcompareMattias Engdegård2024-07-271-30/+56