diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e2cde630333..55b71844144 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-05-07 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * unexelf.c: Don't assume ElfW (Half) fits in int. | ||
| 4 | (entry_address, find_section, unexec): Use ptrdiff_t, not int, | ||
| 5 | when dealing with ElfW (Half) values, since they can exceed 2**31 | ||
| 6 | on 64-bit OpenBSD hosts. Problem reported privately by Han Boetes. | ||
| 7 | (entry_address): Omit unused NUM arg. All uses changed. | ||
| 8 | |||
| 1 | 2013-05-07 Juri Linkov <juri@jurta.org> | 9 | 2013-05-07 Juri Linkov <juri@jurta.org> |
| 2 | 10 | ||
| 3 | * callint.c (Fcall_interactively): Set `visargs[i]' for code 'n' | 11 | * callint.c (Fcall_interactively): Set `visargs[i]' for code 'n' |