aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index abbe4ed6dd4..bb03ba10bb0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12013-01-30 Eli Zaretskii <eliz@gnu.org>
2
3 * w32.c (sys_open): Zero out the flags for the new file descriptor.
4 (sys_close): Zero out the flags for the file descriptor before
5 closing it. (Bug#13546)
6
7 * w32.c (parse_root, get_volume_info, readdir, read_unc_volume)
8 (logon_network_drive, stat_worker, symlink, chase_symlinks): Use
9 CharNextExA and CharPrevExA to iterate over file names encoded in
10 DBCS. (Bug#13553)
11
12 * w32.c (w32_get_long_filename, init_environment, readlink):
13 Support file names encoded in DBCS codepages.
14 (readlink): Use the current file-name-coding-system, not the ANSI
15 codepage, to decode and handle targets of symlinks.
16
12013-01-28 Eli Zaretskii <eliz@gnu.org> 172013-01-28 Eli Zaretskii <eliz@gnu.org>
2 18
3 * w32.c (opendir): Now accepts a 'const char *'. 19 * w32.c (opendir): Now accepts a 'const char *'.