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 d972f754549..074c74a70e2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2012-10-01 Eli Zaretskii <eliz@gnu.org> | 1 | 2012-10-01 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * unexw32.c (OFFSET_TO_RVA, RVA_TO_OFFSET) | ||
| 4 | (RVA_TO_SECTION_OFFSET): Encode all macro arguments in parentheses. | ||
| 5 | (RVA_TO_PTR): Cast the result of RVA_TO_OFFSET to 'unsigned char *', | ||
| 6 | as the previous version used 'void *'. | ||
| 7 | |||
| 8 | * ralloc.c (ROUNDUP): Fix last change. | ||
| 9 | (MEM_ROUNDUP): Don't cast MEM_ALIGN, it is already of type | ||
| 10 | 'size_t'. | ||
| 11 | |||
| 3 | * w32proc.c <disable_itimers>: New static flag. | 12 | * w32proc.c <disable_itimers>: New static flag. |
| 4 | (init_timers): Initialize it to zero, after creating the critical | 13 | (init_timers): Initialize it to zero, after creating the critical |
| 5 | sections used by the timer threads. | 14 | sections used by the timer threads. |