aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | insert-file-contents shrinking Solaris file fixPaul Eggert2025-07-211-2/+3
* | Refactor insert-file-contents overlap checkPaul Eggert2025-07-211-10/+7
* | insert-file-contents refactor xlseekPaul Eggert2025-07-211-9/+10
* | Say why quit is captured in insert-file-contentsPaul Eggert2025-07-211-2/+4
* | insert-file-contents read size increasePaul Eggert2025-07-211-6/+10
* | Fix insert-file-contents infloop with unlucky ENDPaul Eggert2025-07-211-37/+30
* | Refactor by coalescing MAX_RW_COUNT definitionsPaul Eggert2025-07-214-25/+13
* | insert-file-contents from seekable non-regularPaul Eggert2025-07-211-1/+1
* | insert-file-contents beware buffer relocationPaul Eggert2025-07-211-2/+15
* | insert-file-contents 1 KiB seek fixPaul Eggert2025-07-211-46/+47
* | insert-file-contents seek refactoringPaul Eggert2025-07-211-16/+15
* | Fix insert-file-contents optimization glitchPaul Eggert2025-07-211-7/+2
* | insert-file-contents SEEK_END optimizationPaul Eggert2025-07-211-8/+5
* | insert-file-contents st_size cleanupPaul Eggert2025-07-212-27/+18
* | Speed up unintern, and fix symbol shorthand edge case (bug#79035)Mattias Engdegård2025-07-191-65/+49
* | Remove the variable load-convert-to-unibyteMattias Engdegård2025-07-191-25/+8
* | Add "Send to..." context menu item to mouse.elAlvaro Ramirez2025-07-191-0/+54
* | comp.el: Fix minor corner-case annoyancesStefan Monnier2025-07-171-2/+3
* | Don’t optimize insert-file-contents for GNUPaul Eggert2025-07-161-8/+6
* | insert-file-contents small gap bugPaul Eggert2025-07-161-1/+2
* | insert-file-contents likely-end memory objectsPaul Eggert2025-07-161-16/+12
* | Port insert-file-contents dir behavior to UnixPaul Eggert2025-07-161-3/+15
* | ; * src/xdisp.c: Fix typo.Michael Albinus2025-07-161-1/+1
* | Fix insert-file-contents overlap checkPaul Eggert2025-07-151-19/+47
* | ; Fix wording.Sean Whitton2025-07-151-1/+1
* | ; Fix recently introduced "ELisp".Sean Whitton2025-07-151-1/+1
* | Add `redisplay_counter` to catch nested redisplays and abort outer oneStefan Monnier2025-07-153-3/+26
* | Fix the Android portPo Lu2025-07-141-2/+2
* | * src/xdisp.c (tab-bar-truncate): New variable (bug#78953).Juri Linkov2025-07-141-1/+13
* | ; Fix indentation.Paul Eggert2025-07-131-1/+2
* | Speed up insert-file-contents readsPaul Eggert2025-07-131-4/+6
* | Avoid some tiny /proc file readsPaul Eggert2025-07-131-22/+29
* | insert-file-contents file shrinkage in scanbackPaul Eggert2025-07-131-79/+87
* | int → ptrdiff_t for read resultsPaul Eggert2025-07-131-1/+1
* | insert-file-contents unexpected end shrinkagePaul Eggert2025-07-131-0/+5
* | fileio.c comment spelling fixPaul Eggert2025-07-131-1/+1
* | insert-file-contents byte vs char confusionPaul Eggert2025-07-131-1/+1
* | Fix insert-file-contents overlap calculationPaul Eggert2025-07-131-13/+1
* | insert-file-contents do not rely on st_sizePaul Eggert2025-07-131-28/+4
* | insert-file-contents file size hint improvementPaul Eggert2025-07-131-0/+4
* | insert-file-contents file end EOF fixesPaul Eggert2025-07-131-5/+33
* | Fix insert-file-contents integer overflowsPaul Eggert2025-07-131-4/+10
* | Remove ineffective overflow checkPaul Eggert2025-07-131-4/+1
* | insert-file-contents END enforcementPaul Eggert2025-07-131-13/+18
* | insert-file-contents initial offset fixPaul Eggert2025-07-131-10/+18
* | insert-file-contents end offset infinityPaul Eggert2025-07-131-11/+10
* | Refactor negative file size checkingPaul Eggert2025-07-131-10/+14
* | Non-nil orig_filename in insert-file-contentsPaul Eggert2025-07-131-2/+1
* | Improve inserted file coding system findingPaul Eggert2025-07-131-5/+31
* | Improve insert-file-contents on non-regular filesPaul Eggert2025-07-131-34/+34