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
*
Use "file name handler" consequently
Michael Albinus
2018-12-22
1
-37
/
+37
*
Fix regression in expand-file-name with drive-relative HOME
Eli Zaretskii
2018-12-12
1
-0
/
+28
*
Fix a thinko in fileio.c
Eli Zaretskii
2018-11-14
1
-1
/
+1
*
Fix recent change in fileio.c
Eli Zaretskii
2018-11-13
1
-12
/
+14
*
Act like POSIX sh if $HOME is relative
Paul Eggert
2018-11-13
1
-4
/
+58
*
file-attributes cleanup
Paul Eggert
2018-09-23
1
-7
/
+5
*
Shrink pseudovectors a bit
Paul Eggert
2018-09-06
1
-2
/
+2
*
Simplify bignum->intmax conversion
Paul Eggert
2018-09-04
1
-8
/
+4
*
Improve bignum support for system types
Paul Eggert
2018-08-27
1
-3
/
+10
*
Merge remote-tracking branch 'origin/master' into feature/bignum
Tom Tromey
2018-08-09
1
-6
/
+29
|
\
|
*
Fix file-name-case-insensitive-p on non-existent files
Ken Brown
2018-07-27
1
-0
/
+15
|
*
Make async :family 'local failures fail correctly again
Lars Ingebrigtsen
2018-07-22
1
-5
/
+13
|
*
Prefer NILP (x) to EQ (x, Qnil)
Paul Eggert
2018-07-19
1
-1
/
+1
*
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-24
/
+24
*
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-48
/
+48
|
/
*
unbind_to performance tuning
Paul Eggert
2018-06-29
1
-2
/
+1
*
Avoid Lisp_Misc allocation if C stack suffices
Paul Eggert
2018-06-14
1
-11
/
+18
*
Use native alignment to access Lisp object data
Paul Eggert
2018-06-10
1
-10
/
+7
*
Fix decoding of directories when "~" includes non-ASCII chars
Eli Zaretskii
2018-05-18
1
-15
/
+60
*
Do not assume --with-file-notification
Paul Eggert
2018-03-30
1
-0
/
+2
*
Avoid infinite recursion in file_directory_p
Eli Zaretskii
2018-02-10
1
-1
/
+1
*
Work around macOS faccessat bug
Paul Eggert
2018-02-05
1
-5
/
+8
*
Avoid EOVERFLOW problems with file-directory-p
Paul Eggert
2018-02-03
1
-9
/
+37
*
Merge from origin/emacs-26
Paul Eggert
2018-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
|
Merge from origin/emacs-26
Paul Eggert
2017-11-25
1
-2
/
+4
|
\
|
|
*
Tweak copy-file, rename-file doc
Paul Eggert
2017-11-25
1
-8
/
+4
|
*
Reflect changes in copy-file and rename-file in doc strings
Eli Zaretskii
2017-11-24
1
-0
/
+6
*
|
Merge from origin/emacs-26
Paul Eggert
2017-11-13
1
-1
/
+2
|
\
|
|
*
Fix Bug#29225
Michael Albinus
2017-11-12
1
-1
/
+2
*
|
Merge from origin/emacs-26
Paul Eggert
2017-11-02
1
-1
/
+9
|
\
|
|
*
* src/fileio.c (Fset_default_file_modes): Fix typo in doc string.
Eli Zaretskii
2017-10-27
1
-1
/
+1
|
*
Improve documentation of set-default-file-modes
Eli Zaretskii
2017-10-27
1
-1
/
+9
*
|
Merge from origin/emacs-26
Paul Eggert
2017-10-20
1
-1
/
+1
|
\
|
|
*
Avoid compilation warnings in optimized builds
Eli Zaretskii
2017-10-15
1
-1
/
+1
*
|
Merge from origin/emacs-26
Paul Eggert
2017-10-12
1
-2
/
+12
|
\
|
|
*
Let rename-file rename dirs across filesystems
Paul Eggert
2017-10-12
1
-2
/
+12
*
|
Merge from origin/emacs-26
Paul Eggert
2017-10-12
1
-1
/
+1
|
\
|
|
*
; Typo fixes, mostly repeated words
Paul Eggert
2017-10-09
1
-1
/
+1
*
|
Add file name handler support for file-system-info
Michael Albinus
2017-10-03
1
-0
/
+13
*
|
Port file-system-info to non-Microsoft
Paul Eggert
2017-10-01
1
-0
/
+39
|
/
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-3
/
+3
*
Fix race with rename-file etc. with dir NEWNAME
Paul Eggert
2017-09-10
1
-28
/
+27
*
Fix 'directory-file-name' on DOS_NT systems as well
Eli Zaretskii
2017-09-08
1
-1
/
+1
*
Fix bug: (directory-file-name "///") returned "//"
Paul Eggert
2017-09-07
1
-7
/
+8
*
* src/fileio.c (Fexpand_file_name): Doc fix. (Bug#27982)
Eli Zaretskii
2017-09-02
1
-1
/
+3
*
Do not munge contents of local symbolic links
Paul Eggert
2017-08-26
1
-19
/
+9
*
Improve doc for file-name-absolute-p.
Paul Eggert
2017-08-26
1
-2
/
+2
*
Simplify expand_and_dir_to_file
Paul Eggert
2017-08-25
1
-57
/
+28
*
Fix a comment whitespace typo.
Reuben Thomas
2017-08-23
1
-1
/
+1
[next]