diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 14727d403c2..832c8abfdcc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 2011-04-28 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-28 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * doprnt.c (doprnt): Omit useless test; int overflow check (Bug#8545). | 3 | * doprnt.c (doprnt): Omit useless test; int overflow check (Bug#8545). |
| 4 | (SIZE_MAX): Move defn after all includes, as they might #define it. | ||
| 4 | 5 | ||
| 5 | 2011-04-28 Juanma Barranquero <lekktu@gmail.com> | 6 | 2011-04-28 Juanma Barranquero <lekktu@gmail.com> |
| 6 | 7 | ||