aboutsummaryrefslogtreecommitdiffstats
path: root/src/dired.c (unfollow)
Commit message (Expand)AuthorFilesLines
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-01-19Replace call[1-8] with callnStefan Kangas1-9/+9
2025-01-17Fix build on Solaris 10 (bug#75451)Pip Cet1-1/+11
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-05-29Fix unsafe usage of string data on AndroidPo Lu1-0/+4
2024-05-26Address compilation errors and warnings on x86 Solaris 10 systemsPo Lu1-2/+5
2024-03-29New `sort` keyword arguments (bug#69709)Mattias Engdegård1-1/+1
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-07-28Allow quitting from Android content provider operationsPo Lu1-0/+9
2023-07-27Update Android portPo Lu1-1/+1
2023-01-26Update Android portPo Lu1-6/+0
2023-01-26Update Android portPo Lu1-1/+2
2023-01-21Update Android portPo Lu1-0/+13
2023-01-13Update Android portPo Lu1-12/+38
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-12-31Bring up the Android operating system and its window systemPo Lu1-2/+3
2022-10-14Rename `file-attribute-file-number' to `file-attribute-file-identifier'Michael Albinus1-1/+1
2022-10-14; Fix recent change in documentation of "device number"Eli Zaretskii1-3/+3
2022-10-13Clarify structure of file-attribute's device numberMichael Albinus1-2/+3
2022-07-10* src/dired.c (directory_files_internal): Update commentStefan Monnier1-1/+11
2022-07-10* src/dired.c (directory_files_internal): Fix bug#56469Stefan Monnier1-3/+11
2022-06-27Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen1-2/+2
2022-06-16Use BASE_EQ instead of EQ where obviously safeMattias Engdegård1-15/+20
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård1-4/+4
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-11-02Fix a recent change in dired.cEli Zaretskii1-1/+1
2020-11-02Fix some glitches in recent directory-files-* changesMichael Albinus1-7/+7
2020-11-02Add directory-empty-p and new argument COUNT for directory-files-*Arthur Miller1-13/+30
2020-10-19Further clarification of directory-files* docMichael Albinus1-2/+2
2020-10-19* src/dired.c (Fdirectory_files, Fdirectory_files_and_attributes):Michael Albinus1-3/+5
2020-10-05Use the full name of the null byte/character, not its abbreviationAndreas Schwab1-1/+1
2020-01-20Work better if stat etc. are interruptedPaul Eggert1-2/+2
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-11-04Fix last change in dired.cEli Zaretskii1-2/+2
2019-11-03Fix case-insensitive completion of non-ASCII file namesEli Zaretskii1-35/+66
2019-09-17Improve reporting of I/O, access errorsPaul Eggert1-5/+4
2019-09-17Pacify GCC -Wmaybe-uninitializedPaul Eggert1-1/+1
2019-09-16directory-files cleanup and speed tweakingPaul Eggert1-80/+49
2019-09-12Fix file name encoding when open_directory signalsPaul Eggert1-6/+6
2019-09-11Fix directory-files-and-attributes racePaul Eggert1-1/+2
2019-07-08Avoid some unnecessary stdio.h includesPaul Eggert1-1/+0
2019-06-29Simplify workaround for Cygwin O_PATH bugKen Brown1-5/+1
2019-06-27Work around Cygwin bug with O_PATHPaul Eggert1-0/+4
2019-03-21Fix misuses of NULL when talking about the NUL characterStefan Monnier1-1/+1
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-12-27Avoid assertion violation in directory-filesEli Zaretskii1-0/+3
2018-12-22Use "file name handler" consequentlyMichael Albinus1-9/+10