summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-07-19Remove the variable load-convert-to-unibyteMattias Engdegård
2025-07-19Add "Send to..." context menu item to mouse.elAlvaro Ramirez
2025-07-17comp.el: Fix minor corner-case annoyancesStefan Monnier
2025-07-16Don’t optimize insert-file-contents for GNUPaul Eggert
2025-07-16insert-file-contents small gap bugPaul Eggert
2025-07-16insert-file-contents likely-end memory objectsPaul Eggert
2025-07-16Port insert-file-contents dir behavior to UnixPaul Eggert
2025-07-16; * src/xdisp.c: Fix typo.Michael Albinus
2025-07-15Fix insert-file-contents overlap checkPaul Eggert
2025-07-15; Fix wording.Sean Whitton
2025-07-15; Fix recently introduced "ELisp".Sean Whitton
2025-07-15Add `redisplay_counter` to catch nested redisplays and abort outer oneStefan Monnier
2025-07-14Fix the Android portPo Lu
2025-07-14* src/xdisp.c (tab-bar-truncate): New variable (bug#78953).Juri Linkov
2025-07-13; Fix indentation.Paul Eggert
2025-07-13Speed up insert-file-contents readsPaul Eggert
2025-07-13Avoid some tiny /proc file readsPaul Eggert
2025-07-13insert-file-contents file shrinkage in scanbackPaul Eggert
2025-07-13int → ptrdiff_t for read resultsPaul Eggert
2025-07-13insert-file-contents unexpected end shrinkagePaul Eggert
2025-07-13fileio.c comment spelling fixPaul Eggert
2025-07-13insert-file-contents byte vs char confusionPaul Eggert
2025-07-13Fix insert-file-contents overlap calculationPaul Eggert
2025-07-13insert-file-contents do not rely on st_sizePaul Eggert
2025-07-13insert-file-contents file size hint improvementPaul Eggert
2025-07-13insert-file-contents file end EOF fixesPaul Eggert
2025-07-13Fix insert-file-contents integer overflowsPaul Eggert
2025-07-13Remove ineffective overflow checkPaul Eggert
2025-07-13insert-file-contents END enforcementPaul Eggert
2025-07-13insert-file-contents initial offset fixPaul Eggert
2025-07-13insert-file-contents end offset infinityPaul Eggert
2025-07-13Refactor negative file size checkingPaul Eggert
2025-07-13Non-nil orig_filename in insert-file-contentsPaul Eggert
2025-07-13Improve inserted file coding system findingPaul Eggert
2025-07-13Improve insert-file-contents on non-regular filesPaul Eggert
2025-07-13Don’t trust st_size when scanning file head+tailPaul Eggert
2025-07-13copy-file no longer trusts st_sizePaul Eggert
2025-07-13READ_BUF_SIZE → sizeof read_bufPaul Eggert
2025-07-13insert-file-contents errno confusionPaul Eggert
2025-07-12Avoid crashes when profiling multi-threaded Lisp (bug#76970)Pip Cet
2025-07-11* src/fns.c (Flength): Fix char table length off-by-one bug.Mattias Engdegård
2025-07-10Move CSS into the SVG wrapperAlan Third
2025-07-10Change foreground color handling for SVG files (bug#77841)Alan Third
2025-07-10; * src/fileio.c: Remove version from commentary (bug#78983).Eli Zaretskii
2025-07-10Unintern Qget_file_char and Qget_emacs_mule_file_charMattias Engdegård
2025-07-10Speed up low-level parts of the reader and refactorMattias Engdegård
2025-07-09; * src/lread.c (read_internal_start): Simplify.Mattias Engdegård
2025-07-09Nativecomp don't materialize non-materializable objects (bug#78606)Andrea Corallo
2025-07-09Fix crashes when "emacsclient -nw" frames are suspended (bug#78980)Pip Cet
2025-07-09print_error_message: Handle user-error to the echo area speciallySean Whitton