summaryrefslogtreecommitdiff
path: root/src/dired.c
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-19Replace call[1-8] with callnStefan Kangas
2025-01-17Fix build on Solaris 10 (bug#75451)Pip Cet
2025-01-01Update copyright year to 2025Paul Eggert
2024-05-29Fix unsafe usage of string data on AndroidPo Lu
2024-05-26Address compilation errors and warnings on x86 Solaris 10 systemsPo Lu
2024-03-29New `sort` keyword arguments (bug#69709)Mattias Engdegård
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
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