summaryrefslogtreecommitdiff
path: root/src/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* More macro renamings for bignumTom Tromey2018-08-071-24/+24
* Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-48/+48
* unbind_to performance tuningPaul Eggert2018-06-291-2/+1
* Avoid Lisp_Misc allocation if C stack sufficesPaul Eggert2018-06-141-11/+18
* Use native alignment to access Lisp object dataPaul Eggert2018-06-101-10/+7
* Fix decoding of directories when "~" includes non-ASCII charsEli Zaretskii2018-05-181-15/+60
* Do not assume --with-file-notificationPaul Eggert2018-03-301-0/+2
* Avoid infinite recursion in file_directory_pEli Zaretskii2018-02-101-1/+1
* Work around macOS faccessat bugPaul Eggert2018-02-051-5/+8
* Avoid EOVERFLOW problems with file-directory-pPaul Eggert2018-02-031-9/+37
* Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Merge from origin/emacs-26Paul Eggert2017-11-251-2/+4
|\ \ | |/
| * 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
* | Merge from origin/emacs-26Paul Eggert2017-11-131-1/+2
|\ \ | |/
| * Fix Bug#29225Michael Albinus2017-11-121-1/+2
* | Merge from origin/emacs-26Paul Eggert2017-11-021-1/+9
|\ \ | |/
| * * 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
* | Merge from origin/emacs-26Paul Eggert2017-10-201-1/+1
|\ \ | |/
| * Avoid compilation warnings in optimized buildsEli Zaretskii2017-10-151-1/+1
* | Merge from origin/emacs-26Paul Eggert2017-10-121-2/+12
|\ \ | |/
| * Let rename-file rename dirs across filesystemsPaul Eggert2017-10-121-2/+12
* | Merge from origin/emacs-26Paul Eggert2017-10-121-1/+1
|\ \ | |/
| * ; Typo fixes, mostly repeated wordsPaul Eggert2017-10-091-1/+1
* | Add file name handler support for file-system-infoMichael Albinus2017-10-031-0/+13
* | Port file-system-info to non-MicrosoftPaul Eggert2017-10-011-0/+39
|/
* 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