index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dired.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve documentation of 'directory-files-and-attributes'
Eli Zaretskii
2018-06-01
1
-1
/
+8
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Avoid wrong value from file-attributes on Linux kernel before 3.6
Andreas Schwab
2017-11-01
1
-1
/
+8
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Fix file-attributes race on GNU hosts
Paul Eggert
2017-08-25
1
-22
/
+64
*
Avoid most stat calls when completing file names
Paul Eggert
2017-07-31
1
-30
/
+41
*
Remove immediate_quit.
Paul Eggert
2017-02-01
1
-3
/
+0
*
Replace QUIT with maybe_quit
Paul Eggert
2017-01-25
1
-5
/
+5
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
regex.h now includes sys/types.h
Paul Eggert
2016-12-25
1
-1
/
+0
*
|
Merge from origin/emacs-25
Paul Eggert
2016-11-04
1
-3
/
+1
|
\
|
|
*
Revert fixes to allocation of regex matching
Noam Postavsky
2016-10-25
1
-3
/
+1
*
|
Merge from origin/emacs-25
Paul Eggert
2016-10-23
1
-1
/
+3
|
\
|
|
*
Fix handling of allocation in regex matching
Noam Postavsky
2016-10-21
1
-1
/
+3
*
|
Merge from origin/emacs-25
Paul Eggert
2016-05-31
1
-2
/
+1
|
\
|
|
*
* src/dired.c (Ffile_name_all_completions): Doc fix. (Bug#23631)
Eli Zaretskii
2016-05-27
1
-2
/
+1
*
|
Fix compiler warnings in the MinGW build
Eli Zaretskii
2016-05-21
1
-4
/
+6
*
|
No need to block input when reading directories
Paul Eggert
2016-03-19
1
-13
/
+1
*
|
Merge from origin/emacs-25
John Wiegley
2016-03-11
1
-2
/
+2
|
\
|
|
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-2
/
+2
*
|
Add accessors for `file-attributes'
Lars Ingebrigtsen
2016-03-04
1
-0
/
+8
|
/
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Fix dired.c typo with ptrdiff_t vs Lisp_Object
Paul Eggert
2015-12-23
1
-11
/
+12
*
Fix file-name completion on OS X
Eli Zaretskii
2015-12-23
1
-8
/
+45
*
Include-file cleanup for src directory
Paul Eggert
2015-10-20
1
-3
/
+0
*
Improve doc strings in dired.c
Stephen Leake
2015-10-01
1
-3
/
+10
*
Docstring fixes re quotes in C code
Paul Eggert
2015-09-01
1
-1
/
+1
*
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
Paul Eggert
2015-08-26
1
-25
/
+4
*
Fix last commit, which confused WINDOWSNT with MSDOS.
Eli Zaretskii
2015-01-31
1
-1
/
+1
*
Simplify read_dirent's MSDOS hacks
Paul Eggert
2015-01-30
1
-13
/
+8
*
Fix error messages when readdir cannot open a directory on MS-Windows
Eli Zaretskii
2015-01-30
1
-5
/
+20
*
Refactor calls to opendir for simplicity
Paul Eggert
2015-01-29
1
-15
/
+8
*
Report readdir failures
Paul Eggert
2015-01-29
1
-55
/
+29
*
Merge from origin/emacs-24
Paul Eggert
2015-01-29
1
-8
/
+7
|
\
|
*
Improve the fix for bug #19701
Eli Zaretskii
2015-01-28
1
-8
/
+7
*
|
Merge from origin/emacs-24
Fabián Ezequiel Gallina
2015-01-28
1
-0
/
+13
|
\
|
|
*
Signal a file-error from directory-files on MS-Windows (Bug#19701)
Eli Zaretskii
2015-01-27
1
-0
/
+13
|
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
|
Count MANY function args more reliably
Paul Eggert
2015-01-25
1
-30
/
+26
*
|
Avoid extra multibyteness check in ENCODE_FILE users.
Dmitry Antipov
2015-01-14
1
-5
/
+3
*
|
Consolidate duplicated string matching code.
Dmitry Antipov
2015-01-13
1
-15
/
+6
*
|
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-05
1
-8
/
+0
*
|
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
|
Merge from emacs-24; up to 117687
Glenn Morris
2014-11-08
1
-1
/
+4
|
\
|
|
*
* dired.c (Ffile_attributes): Return Qnil, if Fexpand_file_name
Michael Albinus
2014-11-05
1
-1
/
+4
*
|
Merge from emacs-24; up to 2014-06-27T16:27:08Z!rgm@gnu.org
Glenn Morris
2014-08-03
1
-0
/
+7
|
\
|
|
*
Fix bug with clang + directory_files_internal + GC.
Paul Eggert
2014-08-02
1
-0
/
+7
*
|
Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.ca
Paul Eggert
2014-04-16
1
-0
/
+4
|
\
|
|
*
Fix the MSDOS build.
Eli Zaretskii
2014-04-16
1
-0
/
+4
[next]