summaryrefslogtreecommitdiff
path: root/src/fileio.c
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* Adjust to recent Gnulib changesPaul Eggert2020-12-25
* Fix use of obsolete 'error' warning levelZajcev Evgeny2020-12-23
* Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-20
* Add 'remote-file-error' for TrampMichael Albinus2020-12-14
* Improve the documentation of marker handling when revertingLars Ingebrigtsen2020-12-12
* Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-05
* Doc string clarification in file-directory-pLars Ingebrigtsen2020-09-13
* Fix 'expand-file-name' for remote filesEli Zaretskii2020-09-03
* Revert recent expand-file-name changes if DOS_NTPaul Eggert2020-08-28
* * src/fileio.c (Fexpand_file_name): Omit unnecessary assignment.Paul Eggert2020-08-28
* Fix recently-introduced expand-file-name bugPaul Eggert2020-08-27
* Fix expand-file-name symlink-to-dir bugPaul Eggert2020-08-26
* Fix uses of deprecated SELinux security_context_tBasil L. Contovounesios2020-07-28
* Improve integer range checkingPaul Eggert2020-04-05
* Stop using newly-deprecated dosname Gnulib modulePaul Eggert2020-03-28
* Fix the MinGW build as followup to recent "nofollow" changesEli Zaretskii2020-03-08
* Add ‘nofollow’ flag to set-file-timesPaul Eggert2020-03-07
* Add 'nofollow' flag to set-file-modes etc.Paul Eggert2020-02-23
* Merge from origin/emacs-27Glenn Morris2020-02-20
|\
| * Fix bug when visiting euc-jp-encoded directoriesPaul Eggert2020-02-19
* | Work better if stat etc. are interruptedPaul Eggert2020-01-20
|/
* * src/fileio.c (Fwrite_region): Improve the doc string.Eli Zaretskii2020-01-02
* Update copyright year to 2020Paul Eggert2020-01-01
* Fix insert-file-contents file error regressionPaul Eggert2019-10-31
* Fix fileio.c infloops on circular listsPaul Eggert2019-10-30
* Fix port of file-acl errno checking to non-GNUPaul Eggert2019-10-06
* Port file-acl errno checking to non-GNUPaul Eggert2019-10-06
* Update some URLsPaul Eggert2019-09-23
* Revert too-picky file-access testsPaul Eggert2019-09-21
* Default PICKY_ACCESS to false on non-MSPaul Eggert2019-09-19
* Out-of-datedness .elc check is merely a file testPaul Eggert2019-09-18
* Fix the MS-Windows build broken by recent errno changesEli Zaretskii2019-09-18
* Be less picky about EACCES in file test predicatesPaul Eggert2019-09-18
* Improve reporting of I/O, access errorsPaul Eggert2019-09-17
* Don’t round file-system-info countsPaul Eggert2019-09-17
* Fix some file-name-case-insensitive glitchesPaul Eggert2019-09-15
* Fix unknown-vs-nonexistent glitch for file timestampsPaul Eggert2019-09-15
* file_name_case_insensitive_p int->long fixPaul Eggert2019-09-14
* Improve checking of pdump load failuresPaul Eggert2019-09-11
* Fix recently-introduced file-name-absolute-p typoPaul Eggert2019-07-26
* Do not treat ~nosuchuser as an absolute file namePaul Eggert2019-07-24
* Port double-slash test to z/OSPaul Eggert2019-07-24
* Fix expand-file-name for names starting with '~'Ken Brown2019-07-21
* Clarify the expand-file-name doc stringLars Ingebrigtsen2019-07-11
* * src/fileio.c: Fix bug#36431Stefan Monnier2019-07-09
* Use fewer locks when accessing stdioPaul Eggert2019-07-08
* Ensure that expand-file-name returns an absolute file nameKen Brown2019-07-08
* Merge from origin/emacs-26Glenn Morris2019-07-06
|\
| * Fix typo in doc string of file-exists-p (bug#36408)Stefan Kangas2019-06-29