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
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Avoid assertion violation in directory-files
Eli Zaretskii
2018-12-27
1
-0
/
+3
*
|
Use "file name handler" consequently
Michael Albinus
2018-12-22
1
-9
/
+10
*
|
file-attributes cleanup
Paul Eggert
2018-09-23
1
-12
/
+8
*
|
Fix documentation for conversion to bignums
Eli Zaretskii
2018-09-08
1
-9
/
+8
*
|
Improve bignum support for system types
Paul Eggert
2018-08-27
1
-9
/
+8
*
|
Merge remote-tracking branch 'origin/master' into feature/bignum
Tom Tromey
2018-08-09
1
-1
/
+1
|
\
\
|
*
|
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
-1
/
+1
*
|
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-10
/
+10
|
/
/
*
/
Decouple dired from regex internals
Daniel Colascione
2018-06-16
1
-25
/
+12
|
/
*
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
[next]