summaryrefslogtreecommitdiff
path: root/src/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-1/+1
* Merge from origin/emacs-29Eli Zaretskii2023-05-131-0/+1
|\
| * Remove labeled restrictions before calling FwidenGregory Heytings2023-03-291-0/+1
* | Fix insert-file-contents on /proc filesPaul Eggert2023-02-131-32/+25
* | Fix src/fileio.c commentPaul Eggert2023-02-131-1/+1
* | Don’t scan text twice to guess coding systemPaul Eggert2023-02-131-1/+1
* | Improve insert-file-contents on non-regular filesPaul Eggert2023-02-131-5/+5
* | Improve insert-file-contents checkingPaul Eggert2023-02-131-17/+12
* | Improve interactive file-saving performancePaul Eggert2023-01-021-21/+16
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Merge from origin/emacs-29Stefan Kangas2022-12-221-3/+7
|\ \ | |/
| * Fix write-region to null device on MS-WindowsEli Zaretskii2022-12-211-3/+7
* | Merge from origin/emacs-29Stefan Kangas2022-12-191-5/+0
|\ \ | |/
| * Use make-directory handlers uniformlyPaul Eggert2022-12-171-5/+0
* | Improve rename-file fix (bug#34069)Paul Eggert2022-12-181-23/+12
* | Don’t hang when copying FIFOsPaul Eggert2022-12-181-1/+1
|/
* Merge remote-tracking branch 'origin/feature/noverlay'Stefan Monnier2022-10-281-2/+1
|\
| * Merge 'master' into noverlayStefan Monnier2022-09-251-661/+1216
| |\
| * | Provide a new tree data-structure for overlays.Andreas Politz2017-10-041-2/+1
* | | ; Prefer HTTPS to HTTP in many URLsStefan Kangas2022-10-151-1/+1
* | | Improve checks for recent "File exists" fixupPaul Eggert2022-10-131-0/+1
* | | Simplify recent "File exists" fixPaul Eggert2022-10-131-1/+1
* | | Fix misleading "File exists, but cannot be read" in browse-url-emacsLars Ingebrigtsen2022-10-131-1/+1
| |/ |/|
* | Abolish max-specpdl-size (bug#57911)Mattias Engdegård2022-09-191-5/+0
* | Prefer using DEFSYMs to intern with wrong_type_argumentStefan Kangas2022-09-181-6/+8
* | Fix file-name-case-insensitive-p in ffap (bug#56443)Mattias Engdegård2022-07-081-3/+3
* | Fix undo of changes in cloned indirect buffersEli Zaretskii2022-07-071-4/+12
* | Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-161-1/+1
* | Merge from origin/emacs-28Stefan Kangas2022-06-161-2/+3
|\ \
| * | ; * src/fileio.c (Fset_file_modes): Improve previous changeRobert Pluim2022-06-151-1/+1
| * | Describe 'set-file-modes' argument promptingRobert Pluim2022-06-151-2/+3
* | | ; * src/fileio.c (Finsert_file_contents): Fix a typo. (Bug#18370)Eli Zaretskii2022-06-111-1/+1
* | | Allow inserting parts of /dev/urandom with insert-file-contentsLars Ingebrigtsen2022-06-111-10/+21
* | | ; Fix recent documentation changesEli Zaretskii2022-05-101-5/+7
* | | Reimplement recent with-silent-modifications auto-save changesLars Ingebrigtsen2022-05-101-4/+7
* | | Don't hang on trying to rename FIFOs between file systemsLars Ingebrigtsen2022-05-081-0/+14
* | | Speed up comparisons between 2 fixnumsMattias Engdegård2022-04-041-1/+4
* | | Omit unnecessary code when !HAVE_NATIVE_COMPPaul Eggert2022-03-191-0/+4
* | | Maintain end of specpdl instead of sizeMattias Engdegård2022-03-121-1/+2
* | | Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-16/+15
* | | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ \ | |/ /
| * | ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | | New error symbol 'permission-denied'Eli Zaretskii2021-12-191-1/+11
* | | Merge from origin/emacs-28Stefan Kangas2021-12-121-0/+2
|\ \ \ | |/ /
| * | Fix the DJGPP portPo Lu2021-12-111-0/+2
* | | Merge from origin/emacs-28Stefan Kangas2021-12-031-1/+3
|\ \ \ | |/ /
| * | Work around IBM XL C compiler bugPaul Eggert2021-12-021-1/+3
* | | Add support for the Haiku operating system and its window systemPo Lu2021-11-201-1/+1
* | | Correct patch from 2021-11-12 on src/fileio.cAlan Mackenzie2021-11-131-7/+4