aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * ; Document %i formatEli Zaretskii2025-10-111-2/+2
* | Fix last changeEli Zaretskii2025-10-111-0/+4
* | Stop monitoring fds after receiving EOFSpencer Baugh2025-10-111-1/+1
* | Allow creating a pipe process without a bufferSpencer Baugh2025-10-111-5/+11
* | * src/pdumper.c (dump_queue_dequeue): Avoid -Wgnu-folding-constant.Sahil Kang2025-10-111-1/+2
* | * src/w32console.c: Fix last change (bug#79298).Eli Zaretskii2025-10-091-25/+10
* | Fix text-terminal output with UTF-8 encoding on MS-WindowsEli Zaretskii2025-10-091-8/+30
* | Run buffer-local window change functions in their buffers nowMartin Rudalics2025-10-061-50/+79
* | Fix 'restart-emacs' on MS-WindowsEli Zaretskii2025-10-021-0/+3
* | Use up-to-date time in wait_reading_process_outputPaul Eggert2025-09-271-15/+6
* | Prefer coarse timestamps when using X syncPaul Eggert2025-09-273-9/+23
* | Make native lisp code reflect EQ C implementationAndrea Corallo2025-09-221-51/+56
* | * Make sure the compiler optimizes for symbols_with_pos_enabled 0 in EQAndrea Corallo2025-09-221-1/+1
* | Change EQ to move slow code path into a separate functionPip Cet2025-09-222-4/+17
* | Improve documentation of 'accept-process-output'Eli Zaretskii2025-09-201-2/+8
* | Fix reference leak in displaying successive dashes of distinct styles on AndroidPo Lu2025-09-201-2/+3
* | ; * src/bytecode.c (exec_byte_code): Revert gratuituous style changeMattias Engdegård2025-09-191-1/+1
* | ; * src/bytecode.c (exec_byte_code): Fix coding style.Po Lu2025-09-191-1/+1
* | * src/bytecode.c (exec_byte_code): Better quitcounter reset value.Mattias Engdegård2025-09-181-1/+3
* | Don't save quitcounter across longjmp in exec_byte_codeMattias Engdegård2025-09-181-3/+1
* | Turn some checking macros into functions in the GC marker codeMattias Engdegård2025-09-171-81/+80
* | ; * src/lisp.h (enum handlertype): Comment accuracy.Mattias Engdegård2025-09-171-1/+1
* | Merge from origin/emacs-30Eli Zaretskii2025-09-131-3/+3
|\ \ | |/
| * ; Minor copyedits in src/editfns.cEli Zaretskii2025-09-091-3/+3
* | Allow disabling of reloading files on doc read failureSpencer Baugh2025-09-131-2/+17
* | Ignore keymaps at point for positions outside the bufferSpencer Baugh2025-09-091-22/+16
* | Allow use of \N{...} earlier to help fix bug#79353Stefan Monnier2025-09-091-1/+3
* | Harmonise doc strings for {re-,posix-,}search-{forward,backward}Mattias Engdegård2025-09-071-61/+45
* | ; * src/process.c (deactivate_process): Fix last change.Eli Zaretskii2025-09-061-2/+5
* | Avoid assertion violations when starting client network processEli Zaretskii2025-09-061-1/+5
* | (redisplay_internal): Fix `follow-mode` (bug#79306)Stefan Monnier2025-09-051-2/+2
* | Fix locking to threads of the client network processEli Zaretskii2025-09-051-0/+15
* | Fix crash when the same XI device appears in multiple hierarchy eventsPo Lu2025-09-041-4/+4
* | ; * src/data.c (Fash): GCC argument signedness quibbleMattias Engdegård2025-09-011-1/+1
* | * src/data.c (Fash): Speed up when argument and result are fixnums.Mattias Engdegård2025-09-011-9/+17
* | bug#79241: Fix incorrect handling of overlays in `vertical-motion'Sergio Pastor Pérez2025-08-301-0/+3
* | ; Fix formattingRobert Pluim2025-08-271-3/+3
* | Fix last change in 'next_element_from_display_vector'Eli Zaretskii2025-08-261-2/+8
* | Fix use of display-table for mode-line displayEli Zaretskii2025-08-251-0/+4
* | Fix assertion violations caused by recent redisplay changesEli Zaretskii2025-08-251-2/+0
* | Attempt to fix assertion violations in bug#79304Eli Zaretskii2025-08-251-21/+8
* | Disallow string data resizing (bug#79784)Mattias Engdegård2025-08-244-87/+14
* | Fix line-prefix display when there's a 'display' string at BOLEli Zaretskii2025-08-231-19/+67
* | Speed up JSON parsing by not maintaining line and column (bug#79192)Mattias Engdegård2025-08-211-88/+131
* | ; * src/lread.c (from_buffer_p): New abstraction.Mattias Engdegård2025-08-211-2/+8
* | Signal end-of-file with more correct dataSpencer Baugh2025-08-191-12/+16
* | Reject invalid error symbols (Bug#76447)Stefan Monnier2025-08-171-0/+2
* | ; * src/process.c (set_proc_thread): Fix assertion.Eli Zaretskii2025-08-161-1/+2
* | Make sure 'make-process' locks the process to the current threadEli Zaretskii2025-08-161-6/+15
* | Zero fd_callback_info when deleting an fdSpencer Baugh2025-08-161-12/+12