diff options
| author | Paul Eggert | 2011-08-29 09:01:33 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-08-29 09:01:33 -0700 |
| commit | d749b01b0c7daff6427373b787e56d06e6f4d223 (patch) | |
| tree | 45ff74c846305c36bd7387e62fc277f1a76239c2 /src/ChangeLog | |
| parent | 66c6fdd52e4e5d4b9a1133bf2c57444b8a6b0048 (diff) | |
| download | emacs-d749b01b0c7daff6427373b787e56d06e6f4d223.tar.gz emacs-d749b01b0c7daff6427373b787e56d06e6f4d223.zip | |
* eval.c (verror): Simplify by rewriting in terms of evxprintf,
which has the guts of the old verror function.
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 e918fa46a2b..bf7d8b9f36f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -33,6 +33,9 @@ | |||
| 33 | * emacs.c (main) [NS_IMPL_COCOA]: Don't overrun buffer | 33 | * emacs.c (main) [NS_IMPL_COCOA]: Don't overrun buffer |
| 34 | when creating daemon; the previous buffer-overflow check was incorrect. | 34 | when creating daemon; the previous buffer-overflow check was incorrect. |
| 35 | 35 | ||
| 36 | * eval.c (verror): Simplify by rewriting in terms of evxprintf, | ||
| 37 | which has the guts of the old verror function. | ||
| 38 | |||
| 36 | 2011-08-26 Paul Eggert <eggert@cs.ucla.edu> | 39 | 2011-08-26 Paul Eggert <eggert@cs.ucla.edu> |
| 37 | 40 | ||
| 38 | Integer and memory overflow issues (Bug#9196). | 41 | Integer and memory overflow issues (Bug#9196). |