summaryrefslogtreecommitdiff
path: root/src/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Make async :family 'local failures fail correctly againLars Ingebrigtsen2018-08-081-5/+13
* Fix decoding of directories when "~" includes non-ASCII charsEli Zaretskii2018-06-021-15/+60
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Tweak copy-file, rename-file docPaul Eggert2017-11-251-8/+4
* Reflect changes in copy-file and rename-file in doc stringsEli Zaretskii2017-11-241-0/+6
* Fix Bug#29225Michael Albinus2017-11-121-1/+2
* * src/fileio.c (Fset_default_file_modes): Fix typo in doc string.Eli Zaretskii2017-10-271-1/+1
* Improve documentation of set-default-file-modesEli Zaretskii2017-10-271-1/+9
* Avoid compilation warnings in optimized buildsEli Zaretskii2017-10-151-1/+1
* Let rename-file rename dirs across filesystemsPaul Eggert2017-10-121-2/+12
* ; Typo fixes, mostly repeated wordsPaul Eggert2017-10-091-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-3/+3
* Fix race with rename-file etc. with dir NEWNAMEPaul Eggert2017-09-101-28/+27
* Fix 'directory-file-name' on DOS_NT systems as wellEli Zaretskii2017-09-081-1/+1
* Fix bug: (directory-file-name "///") returned "//"Paul Eggert2017-09-071-7/+8
* * src/fileio.c (Fexpand_file_name): Doc fix. (Bug#27982)Eli Zaretskii2017-09-021-1/+3
* Do not munge contents of local symbolic linksPaul Eggert2017-08-261-19/+9
* Improve doc for file-name-absolute-p.Paul Eggert2017-08-261-2/+2
* Simplify expand_and_dir_to_filePaul Eggert2017-08-251-57/+28
* Fix a comment whitespace typo.Reuben Thomas2017-08-231-1/+1
* Fix recently-introduced file descriptor leakPaul Eggert2017-08-181-0/+4
* Improve make-temp-file performance on local filesPaul Eggert2017-08-181-6/+16
* Fix the MS-Windows buildEli Zaretskii2017-08-151-1/+4
* Improve rename-file port to macOSPaul Eggert2017-08-141-1/+1
* Improve rename-file behavior on macOSPaul Eggert2017-08-141-0/+2
* Fix make-temp-file bug with ""/"."/".." prefixPaul Eggert2017-08-121-5/+4
* Improve make-temp-file performance on local filesPaul Eggert2017-08-121-125/+45
* Implement EXCL of write-region for TrampMichael Albinus2017-08-121-2/+2
* Use Gnulib 'tempname' on MS-WindowsEli Zaretskii2017-08-121-4/+0
* Improve performance for rename-file etc.Paul Eggert2017-08-111-61/+66
* Document make-temp-name magic limitationsPaul Eggert2017-08-081-1/+2
* Port recent rename changes to RHEL 7 + NFSPaul Eggert2017-08-031-15/+30
* When renaming a file, ask only if EEXIST or ENOSYSPaul Eggert2017-08-021-37/+46
* When creating a link, ask only if EEXISTPaul Eggert2017-08-021-31/+27
* Don’t worry about unlink if errno == ENOENTPaul Eggert2017-08-011-1/+1
* Use unlocked stdio more systematicallyPaul Eggert2017-06-221-9/+7
* Limit insert-file-contents to MAX_ALLOCAPaul Eggert2017-06-211-5/+1
* Remove DARWIN_OS_CASE_SENSITIVE_FIXME codePaul Eggert2017-05-201-21/+0
* Narrow DARWIN_OS_CASE_SENSITIVE_FIXME to 1 choicePaul Eggert2017-05-201-46/+22
* Fix DARWIN_OS_CASE_SENSITIVE_FIXME==2 false alarmPaul Eggert2017-05-181-2/+7
* Revert "Output number of characters added to file (Bug#354)"Noam Postavsky2017-05-081-28/+7
* New var write-region-verbose, default nilPaul Eggert2017-05-061-11/+23
* * src/fileio.c (write_region): Don't say "1 characters". (Bug#26796)Eli Zaretskii2017-05-061-5/+11
* Minor tuneup of write-region changePaul Eggert2017-04-071-3/+3
* Adjust write-region so file name is at the beginning againNoam Postavsky2017-04-071-6/+5
* Fix handling of non-integer START param to write-regionNoam Postavsky2017-04-071-1/+2
* Output number of characters added to file (Bug#354)Jeff Clough2017-04-061-7/+10
* Compare and round more carefullyPaul Eggert2017-03-041-6/+7
* Revamp quitting and fix infloopsPaul Eggert2017-02-011-32/+23