summaryrefslogtreecommitdiff
path: root/src/dired.c
AgeCommit message (Expand)Author
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-01-01Update copyright year to 2021Paul Eggert
2020-11-02Fix a recent change in dired.cEli Zaretskii
2020-11-02Fix some glitches in recent directory-files-* changesMichael Albinus
2020-11-02Add directory-empty-p and new argument COUNT for directory-files-*Arthur Miller
2020-10-19Further clarification of directory-files* docMichael Albinus
2020-10-19* src/dired.c (Fdirectory_files, Fdirectory_files_and_attributes):Michael Albinus
2020-10-05Use the full name of the null byte/character, not its abbreviationAndreas Schwab
2020-01-20Work better if stat etc. are interruptedPaul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-11-04Fix last change in dired.cEli Zaretskii
2019-11-03Fix case-insensitive completion of non-ASCII file namesEli Zaretskii
2019-09-17Improve reporting of I/O, access errorsPaul Eggert
2019-09-17Pacify GCC -Wmaybe-uninitializedPaul Eggert
2019-09-16directory-files cleanup and speed tweakingPaul Eggert
2019-09-12Fix file name encoding when open_directory signalsPaul Eggert
2019-09-11Fix directory-files-and-attributes racePaul Eggert
2019-07-08Avoid some unnecessary stdio.h includesPaul Eggert
2019-06-29Simplify workaround for Cygwin O_PATH bugKen Brown
2019-06-27Work around Cygwin bug with O_PATHPaul Eggert
2019-03-21Fix misuses of NULL when talking about the NUL characterStefan Monnier
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-27Avoid assertion violation in directory-filesEli Zaretskii
2018-12-22Use "file name handler" consequentlyMichael Albinus
2018-09-23file-attributes cleanupPaul Eggert
2018-09-08Fix documentation for conversion to bignumsEli Zaretskii
2018-08-27Improve bignum support for system typesPaul Eggert
2018-08-09Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey
2018-08-07More macro renamings for bignumTom Tromey
2018-07-19Prefer NILP (x) to EQ (x, Qnil)Paul Eggert
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-06-16Decouple dired from regex internalsDaniel Colascione
2018-06-01Improve documentation of 'directory-files-and-attributes'Eli Zaretskii
2018-01-01Update copyright year to 2018Paul Eggert
2017-11-01Avoid wrong value from file-attributes on Linux kernel before 3.6Andreas Schwab
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-08-25Fix file-attributes race on GNU hostsPaul Eggert
2017-07-31Avoid most stat calls when completing file namesPaul Eggert
2017-02-01Remove immediate_quit.Paul Eggert
2017-01-25Replace QUIT with maybe_quitPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-25regex.h now includes sys/types.hPaul Eggert
2016-11-04Merge from origin/emacs-25Paul Eggert
2016-10-25Revert fixes to allocation of regex matchingNoam Postavsky
2016-10-23Merge from origin/emacs-25Paul Eggert
2016-10-21Fix handling of allocation in regex matchingNoam Postavsky
2016-05-31Merge from origin/emacs-25Paul Eggert