index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fileio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'origin/feature/noverlay'
Stefan Monnier
2022-10-28
1
-2
/
+1
|
\
|
*
Merge 'master' into noverlay
Stefan Monnier
2022-09-25
1
-661
/
+1216
|
|
\
|
*
|
Provide a new tree data-structure for overlays.
Andreas Politz
2017-10-04
1
-2
/
+1
*
|
|
; Prefer HTTPS to HTTP in many URLs
Stefan Kangas
2022-10-15
1
-1
/
+1
*
|
|
Improve checks for recent "File exists" fixup
Paul Eggert
2022-10-13
1
-0
/
+1
*
|
|
Simplify recent "File exists" fix
Paul Eggert
2022-10-13
1
-1
/
+1
*
|
|
Fix misleading "File exists, but cannot be read" in browse-url-emacs
Lars Ingebrigtsen
2022-10-13
1
-1
/
+1
|
|
/
|
/
|
*
|
Abolish max-specpdl-size (bug#57911)
Mattias Engdegård
2022-09-19
1
-5
/
+0
*
|
Prefer using DEFSYMs to intern with wrong_type_argument
Stefan Kangas
2022-09-18
1
-6
/
+8
*
|
Fix file-name-case-insensitive-p in ffap (bug#56443)
Mattias Engdegård
2022-07-08
1
-3
/
+3
*
|
Fix undo of changes in cloned indirect buffers
Eli Zaretskii
2022-07-07
1
-4
/
+12
*
|
Use BASE_EQ instead of EQ where obviously safe
Mattias Engdegård
2022-06-16
1
-1
/
+1
*
|
Merge from origin/emacs-28
Stefan Kangas
2022-06-16
1
-2
/
+3
|
\
\
|
*
|
; * src/fileio.c (Fset_file_modes): Improve previous change
Robert Pluim
2022-06-15
1
-1
/
+1
|
*
|
Describe 'set-file-modes' argument prompting
Robert Pluim
2022-06-15
1
-2
/
+3
*
|
|
; * src/fileio.c (Finsert_file_contents): Fix a typo. (Bug#18370)
Eli Zaretskii
2022-06-11
1
-1
/
+1
*
|
|
Allow inserting parts of /dev/urandom with insert-file-contents
Lars Ingebrigtsen
2022-06-11
1
-10
/
+21
*
|
|
; Fix recent documentation changes
Eli Zaretskii
2022-05-10
1
-5
/
+7
*
|
|
Reimplement recent with-silent-modifications auto-save changes
Lars Ingebrigtsen
2022-05-10
1
-4
/
+7
*
|
|
Don't hang on trying to rename FIFOs between file systems
Lars Ingebrigtsen
2022-05-08
1
-0
/
+14
*
|
|
Speed up comparisons between 2 fixnums
Mattias Engdegård
2022-04-04
1
-1
/
+4
*
|
|
Omit unnecessary code when !HAVE_NATIVE_COMP
Paul Eggert
2022-03-19
1
-0
/
+4
*
|
|
Maintain end of specpdl instead of size
Mattias Engdegård
2022-03-12
1
-1
/
+2
*
|
|
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-02-12
1
-16
/
+15
*
|
|
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
|
|
*
|
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
|
New error symbol 'permission-denied'
Eli Zaretskii
2021-12-19
1
-1
/
+11
*
|
|
Merge from origin/emacs-28
Stefan Kangas
2021-12-12
1
-0
/
+2
|
\
|
|
|
*
|
Fix the DJGPP port
Po Lu
2021-12-11
1
-0
/
+2
*
|
|
Merge from origin/emacs-28
Stefan Kangas
2021-12-03
1
-1
/
+3
|
\
|
|
|
*
|
Work around IBM XL C compiler bug
Paul Eggert
2021-12-02
1
-1
/
+3
*
|
|
Add support for the Haiku operating system and its window system
Po Lu
2021-11-20
1
-1
/
+1
*
|
|
Correct patch from 2021-11-12 on src/fileio.c
Alan Mackenzie
2021-11-13
1
-7
/
+4
*
|
|
In insert_file_contents, always set windows' point markers.
Alan Mackenzie
2021-11-12
1
-3
/
+6
|
/
/
*
|
Check for null bytes in filenames in 'expand-file-name' (bug#49723)
Federico Tedin
2021-09-18
1
-1
/
+5
*
|
Fix expansion of non-ASCII $HOME
Eli Zaretskii
2021-09-02
1
-0
/
+2
*
|
Rename directory-append to file-name-concat
Lars Ingebrigtsen
2021-07-25
1
-2
/
+2
*
|
Allow empty elements in directory-append
Lars Ingebrigtsen
2021-07-25
1
-13
/
+33
*
|
; * src/fileio.c (Fdirectory_append): Doc fix.
Eli Zaretskii
2021-07-24
1
-3
/
+4
*
|
Really convert to multibyte in Fdirectory_append
Lars Ingebrigtsen
2021-07-24
1
-2
/
+1
*
|
Fix Fdirectory_append check for whether strings have to be converted
Lars Ingebrigtsen
2021-07-24
1
-1
/
+1
*
|
Tweak Fdirectory_append slightly
Lars Ingebrigtsen
2021-07-24
1
-2
/
+2
*
|
Tweak Fdirectory_append for efficiency
Lars Ingebrigtsen
2021-07-24
1
-1
/
+2
*
|
Extend directory-append to take an arbitrary number of components
Lars Ingebrigtsen
2021-07-24
1
-37
/
+79
*
|
Add new function `directory-append'
Lars Ingebrigtsen
2021-07-24
1
-0
/
+46
*
|
Further cleanup for file locks
Michael Albinus
2021-07-09
1
-1
/
+1
*
|
Code cleanup wrt file locks
Michael Albinus
2021-07-08
1
-8
/
+8
*
|
; * src/fileio.c (Fsubstitute_in_file_name): Doc fix.
Eli Zaretskii
2021-06-13
1
-1
/
+2
*
|
Fsubstitute_in_file_name doc string clarification
Lars Ingebrigtsen
2021-06-13
1
-0
/
+2
*
|
Improve the file-accessible-directory-p doc strin
Lars Ingebrigtsen
2021-05-29
1
-6
/
+10
[next]