aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 36a3e8d64d2..96e6aa25d5e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,17 @@
12015-01-29 Eli Zaretskii <eliz@gnu.org> 12015-01-29 Eli Zaretskii <eliz@gnu.org>
2 2
3 * dired.c (directory_files_internal, file_name_completion)
4 [WINDOWSNT]: Signal an error when errno is set non-zero by
5 'readdir', regardless of its value.
6
7 * w32.c (sys_readdir): Set errno to ENOENT when the directory
8 doesn't exist and to EACCES when it's not accessible to the
9 current user. Set errno to zero when FindNextFile exhausts the
10 directory, so that callers don't interpret that as an error and
11 don't signal a file-error.
12 (open_unc_volume): Set errno to ENOENT if WNetOpenEnum fails.
132015-01-29 Eli Zaretskii <eliz@gnu.org>
14
3 Use bool for boolean in w32menu.c, w32font.c, w32uniscribe.c. 15 Use bool for boolean in w32menu.c, w32font.c, w32uniscribe.c.
4 * w32uniscribe.c (uniscribe_list, uniscribe_match): Use bool where 16 * w32uniscribe.c (uniscribe_list, uniscribe_match): Use bool where
5 appropriate. 17 appropriate.