summaryrefslogtreecommitdiff
path: root/src/fileio.c
AgeCommit message (Expand)Author
2022-04-04Speed up comparisons between 2 fixnumsMattias Engdegård
2022-03-19Omit unnecessary code when !HAVE_NATIVE_COMPPaul Eggert
2022-03-12Maintain end of specpdl instead of sizeMattias Engdegård
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-19New error symbol 'permission-denied'Eli Zaretskii
2021-12-12Merge from origin/emacs-28Stefan Kangas
2021-12-11Fix the DJGPP portPo Lu
2021-12-03Merge from origin/emacs-28Stefan Kangas
2021-12-02Work around IBM XL C compiler bugPaul Eggert
2021-11-20Add support for the Haiku operating system and its window systemPo Lu
2021-11-13Correct patch from 2021-11-12 on src/fileio.cAlan Mackenzie
2021-11-12In insert_file_contents, always set windows' point markers.Alan Mackenzie
2021-09-18Check for null bytes in filenames in 'expand-file-name' (bug#49723)Federico Tedin
2021-09-02Fix expansion of non-ASCII $HOMEEli Zaretskii
2021-07-25Rename directory-append to file-name-concatLars Ingebrigtsen
2021-07-25Allow empty elements in directory-appendLars Ingebrigtsen
2021-07-24; * src/fileio.c (Fdirectory_append): Doc fix.Eli Zaretskii
2021-07-24Really convert to multibyte in Fdirectory_appendLars Ingebrigtsen
2021-07-24Fix Fdirectory_append check for whether strings have to be convertedLars Ingebrigtsen
2021-07-24Tweak Fdirectory_append slightlyLars Ingebrigtsen
2021-07-24Tweak Fdirectory_append for efficiencyLars Ingebrigtsen
2021-07-24Extend directory-append to take an arbitrary number of componentsLars Ingebrigtsen
2021-07-24Add new function `directory-append'Lars Ingebrigtsen
2021-07-09Further cleanup for file locksMichael Albinus
2021-07-08Code cleanup wrt file locksMichael Albinus
2021-06-13; * src/fileio.c (Fsubstitute_in_file_name): Doc fix.Eli Zaretskii
2021-06-13Fsubstitute_in_file_name doc string clarificationLars Ingebrigtsen
2021-05-29Improve the file-accessible-directory-p doc strinLars Ingebrigtsen
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-25Adjust to recent Gnulib changesPaul Eggert
2020-12-23Fix use of obsolete 'error' warning levelZajcev Evgeny
2020-12-20Inhibit buffer hooks in temporary buffersBasil L. Contovounesios
2020-12-14Add 'remote-file-error' for TrampMichael Albinus
2020-12-12Improve the documentation of marker handling when revertingLars Ingebrigtsen
2020-10-05Use the full name of the null byte/character, not its abbreviationAndreas Schwab
2020-09-13Doc string clarification in file-directory-pLars Ingebrigtsen
2020-09-03Fix 'expand-file-name' for remote filesEli Zaretskii
2020-08-28Revert recent expand-file-name changes if DOS_NTPaul Eggert
2020-08-28* src/fileio.c (Fexpand_file_name): Omit unnecessary assignment.Paul Eggert
2020-08-27Fix recently-introduced expand-file-name bugPaul Eggert
2020-08-26Fix expand-file-name symlink-to-dir bugPaul Eggert
2020-07-28Fix uses of deprecated SELinux security_context_tBasil L. Contovounesios
2020-04-05Improve integer range checkingPaul Eggert
2020-03-28Stop using newly-deprecated dosname Gnulib modulePaul Eggert
2020-03-08Fix the MinGW build as followup to recent "nofollow" changesEli Zaretskii
2020-03-07Add ‘nofollow’ flag to set-file-timesPaul Eggert
2020-02-23Add 'nofollow' flag to set-file-modes etc.Paul Eggert
2020-02-20Merge from origin/emacs-27Glenn Morris