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 557a844c8f1..27101506fa8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2012-06-23 Eli Zaretskii <eliz@gnu.org> | 1 | 2012-06-23 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu. | ||
| 4 | * w32.c (fdutimens): New function. | ||
| 5 | |||
| 6 | * w32proc.c (sys_select): Adapt to change in the EMACS_TIME type. | ||
| 7 | |||
| 8 | * s/ms-w32.h (pselect): Redirect to sys_select. | ||
| 9 | |||
| 10 | * sysselect.h [WINDOWSNT]: Don't include sys/select.h. | ||
| 11 | |||
| 3 | * ralloc.c (r_alloc_inhibit_buffer_relocation): Fix stupid thinko | 12 | * ralloc.c (r_alloc_inhibit_buffer_relocation): Fix stupid thinko |
| 4 | in the logic of incrementing and decrementing the value of | 13 | in the logic of incrementing and decrementing the value of |
| 5 | use_relocatable_buffers. | 14 | use_relocatable_buffers. |