summaryrefslogtreecommitdiff
path: root/src/dired.c
Commit message (Expand)AuthorAgeFilesLines
* Replace call[1-8] with callnStefan Kangas2025-01-191-9/+9
* Fix build on Solaris 10 (bug#75451)Pip Cet2025-01-171-1/+11
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Fix unsafe usage of string data on AndroidPo Lu2024-05-291-0/+4
* Address compilation errors and warnings on x86 Solaris 10 systemsPo Lu2024-05-261-2/+5
* New `sort` keyword arguments (bug#69709)Mattias Engdegård2024-03-291-1/+1
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Allow quitting from Android content provider operationsPo Lu2023-07-281-0/+9
* | Update Android portPo Lu2023-07-271-1/+1
* | Update Android portPo Lu2023-01-261-6/+0
* | Update Android portPo Lu2023-01-261-1/+2
* | Update Android portPo Lu2023-01-211-0/+13
* | Update Android portPo Lu2023-01-131-12/+38
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-01-021-1/+1
|\|
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Bring up the Android operating system and its window systemPo Lu2022-12-311-2/+3
|/
* Rename `file-attribute-file-number' to `file-attribute-file-identifier'Michael Albinus2022-10-141-1/+1
* ; Fix recent change in documentation of "device number"Eli Zaretskii2022-10-141-3/+3
* Clarify structure of file-attribute's device numberMichael Albinus2022-10-131-2/+3
* * src/dired.c (directory_files_internal): Update commentStefan Monnier2022-07-101-1/+11
* * src/dired.c (directory_files_internal): Fix bug#56469Stefan Monnier2022-07-101-3/+11
* Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-271-2/+2
* Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-161-15/+20
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-4/+4
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Fix a recent change in dired.cEli Zaretskii2020-11-021-1/+1
* Fix some glitches in recent directory-files-* changesMichael Albinus2020-11-021-7/+7
* Add directory-empty-p and new argument COUNT for directory-files-*Arthur Miller2020-11-021-13/+30
* Further clarification of directory-files* docMichael Albinus2020-10-191-2/+2
* * src/dired.c (Fdirectory_files, Fdirectory_files_and_attributes):Michael Albinus2020-10-191-3/+5
* Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-051-1/+1
* Work better if stat etc. are interruptedPaul Eggert2020-01-201-2/+2
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix last change in dired.cEli Zaretskii2019-11-041-2/+2
* Fix case-insensitive completion of non-ASCII file namesEli Zaretskii2019-11-031-35/+66
* Improve reporting of I/O, access errorsPaul Eggert2019-09-171-5/+4
* Pacify GCC -Wmaybe-uninitializedPaul Eggert2019-09-171-1/+1
* directory-files cleanup and speed tweakingPaul Eggert2019-09-161-80/+49
* Fix file name encoding when open_directory signalsPaul Eggert2019-09-121-6/+6
* Fix directory-files-and-attributes racePaul Eggert2019-09-111-1/+2
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-081-1/+0
* Simplify workaround for Cygwin O_PATH bugKen Brown2019-06-291-5/+1
* Work around Cygwin bug with O_PATHPaul Eggert2019-06-271-0/+4
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Avoid assertion violation in directory-filesEli Zaretskii2018-12-271-0/+3
* | Use "file name handler" consequentlyMichael Albinus2018-12-221-9/+10