diff options
| author | Jan Djärv | 2012-12-08 20:02:30 +0100 |
|---|---|---|
| committer | Jan Djärv | 2012-12-08 20:02:30 +0100 |
| commit | a06ae17da2c6eb3c0e53fb3c9de555da71796af0 (patch) | |
| tree | 37b4c248a2c2f51071f6534bf577e20d128fc41e /src/ChangeLog | |
| parent | cb576b5cd0d5899b73ce92c2d7d58535c60bb1d2 (diff) | |
| download | emacs-a06ae17da2c6eb3c0e53fb3c9de555da71796af0.tar.gz emacs-a06ae17da2c6eb3c0e53fb3c9de555da71796af0.zip | |
* nsterm.m (fd_handler:): FD_ZERO fds.
Fixes: debbugs:13103
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f3af852f9e9..9d9c1fdaff5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,9 +1,13 @@ | |||
| 1 | 2012-12-08 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * nsterm.m (fd_handler:): FD_ZERO fds (Bug#13103). | ||
| 4 | |||
| 1 | 2012-12-08 Fabrice Popineau <fabrice.popineau@gmail.com> | 5 | 2012-12-08 Fabrice Popineau <fabrice.popineau@gmail.com> |
| 2 | 6 | ||
| 3 | * w32fns.c (cache_system_info): Cast sysinfo_cache.dwPageSize to | 7 | * w32fns.c (cache_system_info): Cast sysinfo_cache.dwPageSize to |
| 4 | DWORD_PTR, for compatibility with 64-bit builds. | 8 | DWORD_PTR, for compatibility with 64-bit builds. |
| 5 | 9 | ||
| 6 | * w32.c (_PROCESS_MEMORY_COUNTERS_EX): | 10 | * w32.c (_PROCESS_MEMORY_COUNTERS_EX): |
| 7 | (GetProcessWorkingSetSize_Proc, get_process_working_set_size) | 11 | (GetProcessWorkingSetSize_Proc, get_process_working_set_size) |
| 8 | (system_process_attributes): Use SIZE_T rather than DWORD, for | 12 | (system_process_attributes): Use SIZE_T rather than DWORD, for |
| 9 | compatibility with 64-bit builds. | 13 | compatibility with 64-bit builds. |