summaryrefslogtreecommitdiff
path: root/src/fileio.c
AgeCommit message (Expand)Author
2026-05-26ARRAYELTS → countofPaul Eggert
2026-05-26Omit useless casts found by GCC 16Paul Eggert
2026-05-17Allow child processes to continue after EPIPEJim Porter
2026-04-04; Improve documentation of 'make-temp-file'Eli Zaretskii
2026-03-10Use single-arg form of `signal` to re-throw an errorStefan Monnier
2026-02-12; * src/dispnew.c (box_default): Shut up compilation warnings (bug#80386).Eli Zaretskii
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-08Fix some C symbol extern visibilityPaul Eggert
2025-08-02Port better to Linux with 1 MiB pagesPaul Eggert
2025-07-23Don’t read before BEG in insert-file-contentsPaul Eggert
2025-07-23Simplify file end finding in insert-file-contentsPaul Eggert
2025-07-21insert-file-contents respect END betterPaul Eggert
2025-07-21insert-file-contents shrinking Solaris file fixPaul Eggert
2025-07-21Refactor insert-file-contents overlap checkPaul Eggert
2025-07-21insert-file-contents refactor xlseekPaul Eggert
2025-07-21Say why quit is captured in insert-file-contentsPaul Eggert
2025-07-21insert-file-contents read size increasePaul Eggert
2025-07-21Fix insert-file-contents infloop with unlucky ENDPaul Eggert
2025-07-21insert-file-contents from seekable non-regularPaul Eggert
2025-07-21insert-file-contents beware buffer relocationPaul Eggert
2025-07-21insert-file-contents 1 KiB seek fixPaul Eggert
2025-07-21insert-file-contents seek refactoringPaul Eggert
2025-07-21Fix insert-file-contents optimization glitchPaul Eggert
2025-07-21insert-file-contents SEEK_END optimizationPaul Eggert
2025-07-21insert-file-contents st_size cleanupPaul Eggert
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-15Fix insert-file-contents overlap checkPaul Eggert
2025-07-14Fix the Android portPo Lu
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