summaryrefslogtreecommitdiff
path: root/src/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/feature/noverlay'Stefan Monnier2022-10-281-2/+1
|\
| * Merge 'master' into noverlayStefan Monnier2022-09-251-661/+1216
| |\
| * | Provide a new tree data-structure for overlays.Andreas Politz2017-10-041-2/+1
* | | ; Prefer HTTPS to HTTP in many URLsStefan Kangas2022-10-151-1/+1
* | | Improve checks for recent "File exists" fixupPaul Eggert2022-10-131-0/+1
* | | Simplify recent "File exists" fixPaul Eggert2022-10-131-1/+1
* | | Fix misleading "File exists, but cannot be read" in browse-url-emacsLars Ingebrigtsen2022-10-131-1/+1
| |/ |/|
* | Abolish max-specpdl-size (bug#57911)Mattias Engdegård2022-09-191-5/+0
* | Prefer using DEFSYMs to intern with wrong_type_argumentStefan Kangas2022-09-181-6/+8
* | Fix file-name-case-insensitive-p in ffap (bug#56443)Mattias Engdegård2022-07-081-3/+3
* | Fix undo of changes in cloned indirect buffersEli Zaretskii2022-07-071-4/+12
* | Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-161-1/+1
* | Merge from origin/emacs-28Stefan Kangas2022-06-161-2/+3
|\ \
| * | ; * src/fileio.c (Fset_file_modes): Improve previous changeRobert Pluim2022-06-151-1/+1
| * | Describe 'set-file-modes' argument promptingRobert Pluim2022-06-151-2/+3
* | | ; * src/fileio.c (Finsert_file_contents): Fix a typo. (Bug#18370)Eli Zaretskii2022-06-111-1/+1
* | | Allow inserting parts of /dev/urandom with insert-file-contentsLars Ingebrigtsen2022-06-111-10/+21
* | | ; Fix recent documentation changesEli Zaretskii2022-05-101-5/+7
* | | Reimplement recent with-silent-modifications auto-save changesLars Ingebrigtsen2022-05-101-4/+7
* | | Don't hang on trying to rename FIFOs between file systemsLars Ingebrigtsen2022-05-081-0/+14
* | | 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