summaryrefslogtreecommitdiff
path: root/src/dired.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Fix a recent change in dired.cEli Zaretskii2020-11-021-1/+1
* Fix some glitches in recent directory-files-* changesMichael Albinus2020-11-021-7/+7
* Add directory-empty-p and new argument COUNT for directory-files-*Arthur Miller2020-11-021-13/+30
* Further clarification of directory-files* docMichael Albinus2020-10-191-2/+2
* * src/dired.c (Fdirectory_files, Fdirectory_files_and_attributes):Michael Albinus2020-10-191-3/+5
* Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-051-1/+1
* Work better if stat etc. are interruptedPaul Eggert2020-01-201-2/+2
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix last change in dired.cEli Zaretskii2019-11-041-2/+2
* Fix case-insensitive completion of non-ASCII file namesEli Zaretskii2019-11-031-35/+66
* Improve reporting of I/O, access errorsPaul Eggert2019-09-171-5/+4
* Pacify GCC -Wmaybe-uninitializedPaul Eggert2019-09-171-1/+1
* directory-files cleanup and speed tweakingPaul Eggert2019-09-161-80/+49
* Fix file name encoding when open_directory signalsPaul Eggert2019-09-121-6/+6
* Fix directory-files-and-attributes racePaul Eggert2019-09-111-1/+2
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-081-1/+0
* Simplify workaround for Cygwin O_PATH bugKen Brown2019-06-291-5/+1
* Work around Cygwin bug with O_PATHPaul Eggert2019-06-271-0/+4
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Avoid assertion violation in directory-filesEli Zaretskii2018-12-271-0/+3
* | Use "file name handler" consequentlyMichael Albinus2018-12-221-9/+10
* | file-attributes cleanupPaul Eggert2018-09-231-12/+8
* | Fix documentation for conversion to bignumsEli Zaretskii2018-09-081-9/+8
* | Improve bignum support for system typesPaul Eggert2018-08-271-9/+8
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-1/+1
|\ \
| * | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-191-1/+1
* | | More macro renamings for bignumTom Tromey2018-08-071-1/+1
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-10/+10
|/ /
* | Decouple dired from regex internalsDaniel Colascione2018-06-161-25/+12
|/
* Improve documentation of 'directory-files-and-attributes'Eli Zaretskii2018-06-011-1/+8
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Avoid wrong value from file-attributes on Linux kernel before 3.6Andreas Schwab2017-11-011-1/+8
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Fix file-attributes race on GNU hostsPaul Eggert2017-08-251-22/+64
* Avoid most stat calls when completing file namesPaul Eggert2017-07-311-30/+41
* Remove immediate_quit.Paul Eggert2017-02-011-3/+0
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-5/+5
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | regex.h now includes sys/types.hPaul Eggert2016-12-251-1/+0
* | Merge from origin/emacs-25Paul Eggert2016-11-041-3/+1
|\ \ | |/
| * Revert fixes to allocation of regex matchingNoam Postavsky2016-10-251-3/+1
* | Merge from origin/emacs-25Paul Eggert2016-10-231-1/+3
|\ \ | |/
| * Fix handling of allocation in regex matchingNoam Postavsky2016-10-211-1/+3
* | Merge from origin/emacs-25Paul Eggert2016-05-311-2/+1
|\ \ | |/
| * * src/dired.c (Ffile_name_all_completions): Doc fix. (Bug#23631)Eli Zaretskii2016-05-271-2/+1
* | Fix compiler warnings in the MinGW buildEli Zaretskii2016-05-211-4/+6