index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dired.c
Age
Commit message (
Expand
)
Author
2022-02-12
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias EngdegÄrd
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-11-02
Fix a recent change in dired.c
Eli Zaretskii
2020-11-02
Fix some glitches in recent directory-files-* changes
Michael Albinus
2020-11-02
Add directory-empty-p and new argument COUNT for directory-files-*
Arthur Miller
2020-10-19
Further clarification of directory-files* doc
Michael Albinus
2020-10-19
* src/dired.c (Fdirectory_files, Fdirectory_files_and_attributes):
Michael Albinus
2020-10-05
Use the full name of the null byte/character, not its abbreviation
Andreas Schwab
2020-01-20
Work better if stat etc. are interrupted
Paul Eggert
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-11-04
Fix last change in dired.c
Eli Zaretskii
2019-11-03
Fix case-insensitive completion of non-ASCII file names
Eli Zaretskii
2019-09-17
Improve reporting of I/O, access errors
Paul Eggert
2019-09-17
Pacify GCC -Wmaybe-uninitialized
Paul Eggert
2019-09-16
directory-files cleanup and speed tweaking
Paul Eggert
2019-09-12
Fix file name encoding when open_directory signals
Paul Eggert
2019-09-11
Fix directory-files-and-attributes race
Paul Eggert
2019-07-08
Avoid some unnecessary stdio.h includes
Paul Eggert
2019-06-29
Simplify workaround for Cygwin O_PATH bug
Ken Brown
2019-06-27
Work around Cygwin bug with O_PATH
Paul Eggert
2019-03-21
Fix misuses of NULL when talking about the NUL character
Stefan Monnier
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-12-27
Avoid assertion violation in directory-files
Eli Zaretskii
2018-12-22
Use "file name handler" consequently
Michael Albinus
2018-09-23
file-attributes cleanup
Paul Eggert
2018-09-08
Fix documentation for conversion to bignums
Eli Zaretskii
2018-08-27
Improve bignum support for system types
Paul Eggert
2018-08-09
Merge remote-tracking branch 'origin/master' into feature/bignum
Tom Tromey
2018-08-07
More macro renamings for bignum
Tom Tromey
2018-07-19
Prefer NILP (x) to EQ (x, Qnil)
Paul Eggert
2018-07-12
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-06-16
Decouple dired from regex internals
Daniel Colascione
2018-06-01
Improve documentation of 'directory-files-and-attributes'
Eli Zaretskii
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-11-01
Avoid wrong value from file-attributes on Linux kernel before 3.6
Andreas Schwab
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-08-25
Fix file-attributes race on GNU hosts
Paul Eggert
2017-07-31
Avoid most stat calls when completing file names
Paul Eggert
2017-02-01
Remove immediate_quit.
Paul Eggert
2017-01-25
Replace QUIT with maybe_quit
Paul Eggert
2017-01-01
Merge from origin/emacs-25
Paul Eggert
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-12-25
regex.h now includes sys/types.h
Paul Eggert
2016-11-04
Merge from origin/emacs-25
Paul Eggert
2016-10-25
Revert fixes to allocation of regex matching
Noam Postavsky
2016-10-23
Merge from origin/emacs-25
Paul Eggert
2016-10-21
Fix handling of allocation in regex matching
Noam Postavsky
2016-05-31
Merge from origin/emacs-25
Paul Eggert
[next]