diff options
| author | Paul Eggert | 2011-05-03 23:24:29 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-05-03 23:24:29 -0700 |
| commit | 288b08c747644d42c1636c2b469f8c34836ccd35 (patch) | |
| tree | a9dd957bf752b0031f75365a64105ca6e4ba3dac /src/ChangeLog | |
| parent | e3601888f128801233a35cbff7031d9a58931d20 (diff) | |
| download | emacs-288b08c747644d42c1636c2b469f8c34836ccd35.tar.gz emacs-288b08c747644d42c1636c2b469f8c34836ccd35.zip | |
* eval.c (verror): OK to create a string of up to MOST_POSITIVE_FIXNUM
bytes.
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 87876ac9b8b..9fac265ae48 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 | * eval.c (verror): OK to create a string of up to MOST_POSITIVE_FIXNUM | ||
| 4 | bytes. | ||
| 5 | |||
| 3 | * term.c: Don't include <stdarg.h>, as <lisp.h> does that. | 6 | * term.c: Don't include <stdarg.h>, as <lisp.h> does that. |
| 4 | 7 | ||
| 5 | Arithmetic overflows now return float rather than wrapping around. | 8 | Arithmetic overflows now return float rather than wrapping around. |