diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 227da56a250..643317e9fa3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-05-18 Christoph Scholtes <cschol2112@googlemail.com> | ||
| 2 | |||
| 3 | * menu.c: Include limits.h (fixes the MS-Windows build broken by | ||
| 4 | revision 104625). | ||
| 5 | |||
| 1 | 2011-05-18 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2011-05-18 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | Fix some integer overflow issues, such as string length overflow. | 8 | Fix some integer overflow issues, such as string length overflow. |