diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 60e7e376729..59fefb258c0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2013-07-13 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2013-07-13 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * deps.mk (sysdep.o): Remove dependency on ../lib/ignore-value.h. | ||
| 4 | Reported by Herbert J. Skuhra in | ||
| 5 | <http://lists.gnu.org/archive/html/emacs-devel/2013-07/msg00455.html>. | ||
| 6 | |||
| 3 | Don't lose top specpdl entry when memory is exhausted. | 7 | Don't lose top specpdl entry when memory is exhausted. |
| 4 | * eval.c (grow_specpdl): Increment specpdl top by 1 and check for | 8 | * eval.c (grow_specpdl): Increment specpdl top by 1 and check for |
| 5 | specpdl overflow here, to simplify callers; all callers changed. | 9 | specpdl overflow here, to simplify callers; all callers changed. |