summaryrefslogtreecommitdiff
path: root/src/dired.c
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Rename `file-attribute-file-number' to `file-attribute-file-identifier'Michael Albinus2022-10-14
* ; Fix recent change in documentation of "device number"Eli Zaretskii2022-10-14
* Clarify structure of file-attribute's device numberMichael Albinus2022-10-13
* * src/dired.c (directory_files_internal): Update commentStefan Monnier2022-07-10
* * src/dired.c (directory_files_internal): Fix bug#56469Stefan Monnier2022-07-10
* Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-27
* Use BASE_EQ instead of EQ where obviously safeMattias EngdegÄrd2022-06-16
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd2022-02-12
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Update copyright year to 2021Paul Eggert2021-01-01
* Fix a recent change in dired.cEli Zaretskii2020-11-02
* Fix some glitches in recent directory-files-* changesMichael Albinus2020-11-02
* Add directory-empty-p and new argument COUNT for directory-files-*Arthur Miller2020-11-02
* Further clarification of directory-files* docMichael Albinus2020-10-19
* * src/dired.c (Fdirectory_files, Fdirectory_files_and_attributes):Michael Albinus2020-10-19
* Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-05
* Work better if stat etc. are interruptedPaul Eggert2020-01-20
* Update copyright year to 2020Paul Eggert2020-01-01
* Fix last change in dired.cEli Zaretskii2019-11-04
* Fix case-insensitive completion of non-ASCII file namesEli Zaretskii2019-11-03
* Improve reporting of I/O, access errorsPaul Eggert2019-09-17
* Pacify GCC -Wmaybe-uninitializedPaul Eggert2019-09-17
* directory-files cleanup and speed tweakingPaul Eggert2019-09-16
* Fix file name encoding when open_directory signalsPaul Eggert2019-09-12
* Fix directory-files-and-attributes racePaul Eggert2019-09-11
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-08
* Simplify workaround for Cygwin O_PATH bugKen Brown2019-06-29
* Work around Cygwin bug with O_PATHPaul Eggert2019-06-27
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-21
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Avoid assertion violation in directory-filesEli Zaretskii2018-12-27
* | Use "file name handler" consequentlyMichael Albinus2018-12-22
* | file-attributes cleanupPaul Eggert2018-09-23
* | Fix documentation for conversion to bignumsEli Zaretskii2018-09-08
* | Improve bignum support for system typesPaul Eggert2018-08-27
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-09
|\ \
| * | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-19
* | | More macro renamings for bignumTom Tromey2018-08-07
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
|/ /
* / Decouple dired from regex internalsDaniel Colascione2018-06-16
|/
* Improve documentation of 'directory-files-and-attributes'Eli Zaretskii2018-06-01
* Update copyright year to 2018Paul Eggert2018-01-01
* Avoid wrong value from file-attributes on Linux kernel before 3.6Andreas Schwab2017-11-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Fix file-attributes race on GNU hostsPaul Eggert2017-08-25
* Avoid most stat calls when completing file namesPaul Eggert2017-07-31
* Remove immediate_quit.Paul Eggert2017-02-01
* Replace QUIT with maybe_quitPaul Eggert2017-01-25