summaryrefslogtreecommitdiff
path: root/src/dired.c
AgeCommit message (Expand)Author
2023-07-28Allow quitting from Android content provider operationsPo Lu
2023-07-27Update Android portPo Lu
2023-01-26Update Android portPo Lu
2023-01-26Update Android portPo Lu
2023-01-21Update Android portPo Lu
2023-01-13Update Android portPo Lu
2023-01-02Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-31Bring up the Android operating system and its window systemPo Lu
2022-10-14Rename `file-attribute-file-number' to `file-attribute-file-identifier'Michael Albinus
2022-10-14; Fix recent change in documentation of "device number"Eli Zaretskii
2022-10-13Clarify structure of file-attribute's device numberMichael Albinus
2022-07-10* src/dired.c (directory_files_internal): Update commentStefan Monnier
2022-07-10* src/dired.c (directory_files_internal): Fix bug#56469Stefan Monnier
2022-06-27Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen
2022-06-16Use BASE_EQ instead of EQ where obviously safeMattias EngdegÄrd
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