diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e7ab13311e1..e9c4fe0c50e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2013-01-23 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32.c (max_filename_mbslen): New function. | ||
| 4 | (normalize_filename, readdir): Use it to detect locales where ANSI | ||
| 5 | encoding of file names uses a double-byte character set (DBCS). | ||
| 6 | If a DBCS encoding is used, advance by characters using | ||
| 7 | CharNextExA, instead of incrementing a 'char *' pointer. Use | ||
| 8 | _mbslwr instead of _strlwr. (Bug#13515) | ||
| 9 | |||
| 1 | 2013-01-22 Eli Zaretskii <eliz@gnu.org> | 10 | 2013-01-22 Eli Zaretskii <eliz@gnu.org> |
| 2 | 11 | ||
| 3 | * w32heap.c (allocate_heap) [!_WIN64]: Decrease the initial | 12 | * w32heap.c (allocate_heap) [!_WIN64]: Decrease the initial |