summaryrefslogtreecommitdiff
path: root/src/fileio.c
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* Fix bug when visiting euc-jp-encoded directoriesPaul Eggert2020-02-19
* * 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
* | (Finsert_file_contents): Keep buffer consistent in non-local exitStefan Monnier2019-07-02
* | * src/insdel.c (insert_from_gap_1): New fun, extracted from insert_from_gap.Stefan Monnier2019-07-02
* | * src/coding.c (decode_coding_gap): Remove `chars` argument.Stefan Monnier2019-07-02
* | Revert O_PATH change to fileio.cPaul Eggert2019-06-28
* | Work around Cygwin bug with O_PATHPaul Eggert2019-06-27
* | Omit a few minor unnecessary range checksPaul Eggert2019-06-27
* | Clean up use of XFIXNUM etc.Paul Eggert2019-06-27
* | Merge from emacs-26Noam Postavsky2019-06-25
|\|
| * Rename 'make-symbolic-link' argument NEWNAME to LINKNAMEJuanma Barranquero2019-06-21
* | Fix an off-by-one error in assertionEli Zaretskii2019-06-22
* | Fix minor ssize_t / ptrdiff_t confusionPaul Eggert2019-06-07
* | Use copy_file_range to copy filesPaul Eggert2019-06-07
* | Remove fixnum restriction on some display varsPaul Eggert2019-05-22
* | Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-21
* | * src/fileio.c: Don't convert \r to \n just because of C-x $Stefan Monnier2019-03-18
* | DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-27
* | Widen modiff counts to avoid wraparoundPaul Eggert2019-01-31
* | Improve pdump file search and 'pdumper-stats'Eli Zaretskii2019-01-26
* | Merge from origin/emacs-26Paul Eggert2018-12-31
|\|
| * Update copyright year to 2019Paul Eggert2019-01-01