aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Fsubstitute_in_file_name doc string clarificationLars Ingebrigtsen2021-06-131-0/+2
* | Improve the file-accessible-directory-p doc strinLars Ingebrigtsen2021-05-291-6/+10
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Adjust to recent Gnulib changesPaul Eggert2020-12-251-3/+0
* | Fix use of obsolete 'error' warning levelZajcev Evgeny2020-12-231-1/+1
* | Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-201-1/+1
* | Add 'remote-file-error' for TrampMichael Albinus2020-12-141-0/+6
* | Improve the documentation of marker handling when revertingLars Ingebrigtsen2020-12-121-3/+4
* | Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-051-1/+1
* | Doc string clarification in file-directory-pLars Ingebrigtsen2020-09-131-0/+5
* | Fix 'expand-file-name' for remote filesEli Zaretskii2020-09-031-56/+30
* | Revert recent expand-file-name changes if DOS_NTPaul Eggert2020-08-281-9/+57
* | * src/fileio.c (Fexpand_file_name): Omit unnecessary assignment.Paul Eggert2020-08-281-1/+0
* | Fix recently-introduced expand-file-name bugPaul Eggert2020-08-271-25/+13
* | Fix expand-file-name symlink-to-dir bugPaul Eggert2020-08-261-15/+22
* | Fix uses of deprecated SELinux security_context_tBasil L. Contovounesios2020-07-281-3/+3
* | Improve integer range checkingPaul Eggert2020-04-051-2/+2
* | Stop using newly-deprecated dosname Gnulib modulePaul Eggert2020-03-281-1/+1
* | Fix the MinGW build as followup to recent "nofollow" changesEli Zaretskii2020-03-081-1/+1
* | Add ‘nofollow’ flag to set-file-timesPaul Eggert2020-03-071-25/+26
* | Add 'nofollow' flag to set-file-modes etc.Paul Eggert2020-02-231-18/+28
* | Merge from origin/emacs-27Glenn Morris2020-02-201-1/+1
|\ \
| * | Fix bug when visiting euc-jp-encoded directoriesPaul Eggert2020-02-191-1/+1
* | | Work better if stat etc. are interruptedPaul Eggert2020-01-201-15/+24
|/ /
* | * src/fileio.c (Fwrite_region): Improve the doc string.Eli Zaretskii2020-01-021-0/+1
* | Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Fix insert-file-contents file error regressionPaul Eggert2019-10-311-3/+2
* | Fix fileio.c infloops on circular listsPaul Eggert2019-10-301-10/+7
* | Fix port of file-acl errno checking to non-GNUPaul Eggert2019-10-061-1/+1
* | Port file-acl errno checking to non-GNUPaul Eggert2019-10-061-1/+1
* | Update some URLsPaul Eggert2019-09-231-1/+1
* | Revert too-picky file-access testsPaul Eggert2019-09-211-81/+27
* | Default PICKY_ACCESS to false on non-MSPaul Eggert2019-09-191-4/+8
* | Out-of-datedness .elc check is merely a file testPaul Eggert2019-09-181-1/+1
* | Fix the MS-Windows build broken by recent errno changesEli Zaretskii2019-09-181-1/+4
* | Be less picky about EACCES in file test predicatesPaul Eggert2019-09-181-1/+15
* | Improve reporting of I/O, access errorsPaul Eggert2019-09-171-160/+199
* | Don’t round file-system-info countsPaul Eggert2019-09-171-7/+9
* | Fix some file-name-case-insensitive glitchesPaul Eggert2019-09-151-36/+50
* | Fix unknown-vs-nonexistent glitch for file timestampsPaul Eggert2019-09-151-1/+1
* | file_name_case_insensitive_p int->long fixPaul Eggert2019-09-141-2/+2
* | Improve checking of pdump load failuresPaul Eggert2019-09-111-1/+1
* | Fix recently-introduced file-name-absolute-p typoPaul Eggert2019-07-261-1/+2
* | Do not treat ~nosuchuser as an absolute file namePaul Eggert2019-07-241-66/+55
* | Port double-slash test to z/OSPaul Eggert2019-07-241-12/+10
* | Fix expand-file-name for names starting with '~'Ken Brown2019-07-211-24/+44
* | Clarify the expand-file-name doc stringLars Ingebrigtsen2019-07-111-10/+16
* | * src/fileio.c: Fix bug#36431Stefan Monnier2019-07-091-30/+89
* | Use fewer locks when accessing stdioPaul Eggert2019-07-081-7/+7
* | Ensure that expand-file-name returns an absolute file nameKen Brown2019-07-081-1/+16