diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9fac265ae48..a1aa19e6f2e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-05-04 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-05-04 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux. | ||
| 4 | * eval.c (verror): doprnt a copy of ap, not the original. (Bug#8545) | ||
| 5 | |||
| 3 | * eval.c (verror): OK to create a string of up to MOST_POSITIVE_FIXNUM | 6 | * eval.c (verror): OK to create a string of up to MOST_POSITIVE_FIXNUM |
| 4 | bytes. | 7 | bytes. |
| 5 | 8 | ||