aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2015-01-30 08:48:32 +0200
committerEli Zaretskii2015-01-30 08:48:32 +0200
commit44ae1364908f91d877a6afa9bdd394e31fbd8311 (patch)
tree4b255660f198612f7be14046492bb37ffedb4208 /src/ChangeLog
parentd7adc7d90fb93edb5d0a1674c013f8425677dff8 (diff)
downloademacs-44ae1364908f91d877a6afa9bdd394e31fbd8311.tar.gz
emacs-44ae1364908f91d877a6afa9bdd394e31fbd8311.zip
Fix error messages when readdir cannot open a directory on MS-Windows
src/dired.c (read_dirent): Accept an additional argument FIRST_ENTRY. If readdir fails with ENOENT or EACCES the first time it is called, report the error as if it happened in open_directory. (directory_files_internal, file_name_completion): Adjust callers or read_dirent.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 67b6fa01b59..fc4258c9bfb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12015-01-30 Eli Zaretskii <eliz@gnu.org>
2
3 * dired.c (read_dirent): Accept an additional argument
4 FIRST_ENTRY. If readdir fails with ENOENT or EACCES the first
5 time it is called, report the error as if it happened in
6 open_directory.
7 (directory_files_internal, file_name_completion): Adjust callers
8 or read_dirent.
9
12015-01-30 Paul Eggert <eggert@cs.ucla.edu> 102015-01-30 Paul Eggert <eggert@cs.ucla.edu>
2 11
3 Refactor calls to opendir for simplicity 12 Refactor calls to opendir for simplicity