summaryrefslogtreecommitdiff
path: root/src/fileio.c
Commit message (Expand)AuthorAge
* Fix insert-file-contents on /proc filesPaul Eggert2023-02-13
* Fix src/fileio.c commentPaul Eggert2023-02-13
* Don’t scan text twice to guess coding systemPaul Eggert2023-02-13
* Improve insert-file-contents on non-regular filesPaul Eggert2023-02-13
* Improve insert-file-contents checkingPaul Eggert2023-02-13
* Improve interactive file-saving performancePaul Eggert2023-01-02
* Merge from origin/emacs-29Eli Zaretskii2023-01-01
|\
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* | Merge from origin/emacs-29Stefan Kangas2022-12-22
|\|
| * Fix write-region to null device on MS-WindowsEli Zaretskii2022-12-21
* | Merge from origin/emacs-29Stefan Kangas2022-12-19
|\|
| * Use make-directory handlers uniformlyPaul Eggert2022-12-17
* | Improve rename-file fix (bug#34069)Paul Eggert2022-12-18
* | Don’t hang when copying FIFOsPaul Eggert2022-12-18
|/
* Merge remote-tracking branch 'origin/feature/noverlay'Stefan Monnier2022-10-28
|\
| * Merge 'master' into noverlayStefan Monnier2022-09-25
| |\
| * | Provide a new tree data-structure for overlays.Andreas Politz2017-10-04
* | | ; Prefer HTTPS to HTTP in many URLsStefan Kangas2022-10-15
* | | Improve checks for recent "File exists" fixupPaul Eggert2022-10-13
* | | Simplify recent "File exists" fixPaul Eggert2022-10-13
* | | Fix misleading "File exists, but cannot be read" in browse-url-emacsLars Ingebrigtsen2022-10-13
| |/ |/|
* | Abolish max-specpdl-size (bug#57911)Mattias Engdegård2022-09-19
* | Prefer using DEFSYMs to intern with wrong_type_argumentStefan Kangas2022-09-18
* | Fix file-name-case-insensitive-p in ffap (bug#56443)Mattias Engdegård2022-07-08
* | Fix undo of changes in cloned indirect buffersEli Zaretskii2022-07-07
* | Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-16
* | Merge from origin/emacs-28Stefan Kangas2022-06-16
|\ \
| * | ; * src/fileio.c (Fset_file_modes): Improve previous changeRobert Pluim2022-06-15
| * | Describe 'set-file-modes' argument promptingRobert Pluim2022-06-15
* | | ; * src/fileio.c (Finsert_file_contents): Fix a typo. (Bug#18370)Eli Zaretskii2022-06-11
* | | Allow inserting parts of /dev/urandom with insert-file-contentsLars Ingebrigtsen2022-06-11
* | | ; Fix recent documentation changesEli Zaretskii2022-05-10
* | | Reimplement recent with-silent-modifications auto-save changesLars Ingebrigtsen2022-05-10
* | | Don't hang on trying to rename FIFOs between file systemsLars Ingebrigtsen2022-05-08
* | | Speed up comparisons between 2 fixnumsMattias Engdegård2022-04-04
* | | Omit unnecessary code when !HAVE_NATIVE_COMPPaul Eggert2022-03-19
* | | Maintain end of specpdl instead of sizeMattias Engdegård2022-03-12
* | | Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-12
* | | Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\| |
| * | ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | | New error symbol 'permission-denied'Eli Zaretskii2021-12-19
* | | Merge from origin/emacs-28Stefan Kangas2021-12-12
|\| |
| * | Fix the DJGPP portPo Lu2021-12-11
* | | Merge from origin/emacs-28Stefan Kangas2021-12-03
|\| |
| * | Work around IBM XL C compiler bugPaul Eggert2021-12-02
* | | Add support for the Haiku operating system and its window systemPo Lu2021-11-20
* | | Correct patch from 2021-11-12 on src/fileio.cAlan Mackenzie2021-11-13
* | | In insert_file_contents, always set windows' point markers.Alan Mackenzie2021-11-12
|/ /
* | Check for null bytes in filenames in 'expand-file-name' (bug#49723)Federico Tedin2021-09-18
* | Fix expansion of non-ASCII $HOMEEli Zaretskii2021-09-02