aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Speed up comparisons between 2 fixnumsMattias Engdegård2022-04-041-1/+4
* Omit unnecessary code when !HAVE_NATIVE_COMPPaul Eggert2022-03-191-0/+4
* Maintain end of specpdl instead of sizeMattias Engdegård2022-03-121-1/+2
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-16/+15
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | New error symbol 'permission-denied'Eli Zaretskii2021-12-191-1/+11
* | Merge from origin/emacs-28Stefan Kangas2021-12-121-0/+2
|\ \ | |/
| * Fix the DJGPP portPo Lu2021-12-111-0/+2
* | Merge from origin/emacs-28Stefan Kangas2021-12-031-1/+3
|\ \ | |/
| * Work around IBM XL C compiler bugPaul Eggert2021-12-021-1/+3
* | Add support for the Haiku operating system and its window systemPo Lu2021-11-201-1/+1
* | Correct patch from 2021-11-12 on src/fileio.cAlan Mackenzie2021-11-131-7/+4
* | In insert_file_contents, always set windows' point markers.Alan Mackenzie2021-11-121-3/+6
|/
* Check for null bytes in filenames in 'expand-file-name' (bug#49723)Federico Tedin2021-09-181-1/+5
* Fix expansion of non-ASCII $HOMEEli Zaretskii2021-09-021-0/+2
* Rename directory-append to file-name-concatLars Ingebrigtsen2021-07-251-2/+2
* Allow empty elements in directory-appendLars Ingebrigtsen2021-07-251-13/+33
* ; * src/fileio.c (Fdirectory_append): Doc fix.Eli Zaretskii2021-07-241-3/+4
* Really convert to multibyte in Fdirectory_appendLars Ingebrigtsen2021-07-241-2/+1
* Fix Fdirectory_append check for whether strings have to be convertedLars Ingebrigtsen2021-07-241-1/+1
* Tweak Fdirectory_append slightlyLars Ingebrigtsen2021-07-241-2/+2
* Tweak Fdirectory_append for efficiencyLars Ingebrigtsen2021-07-241-1/+2
* Extend directory-append to take an arbitrary number of componentsLars Ingebrigtsen2021-07-241-37/+79
* Add new function `directory-append'Lars Ingebrigtsen2021-07-241-0/+46
* Further cleanup for file locksMichael Albinus2021-07-091-1/+1
* Code cleanup wrt file locksMichael Albinus2021-07-081-8/+8
* ; * src/fileio.c (Fsubstitute_in_file_name): Doc fix.Eli Zaretskii2021-06-131-1/+2
* 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
|\