aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6e3a82c7c13..60e7e376729 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12013-07-13 Paul Eggert <eggert@cs.ucla.edu>
2
3 Don't lose top specpdl entry when memory is exhausted.
4 * eval.c (grow_specpdl): Increment specpdl top by 1 and check for
5 specpdl overflow here, to simplify callers; all callers changed.
6 Always reserve an unused entry at the stack top; this avoids
7 losing the top entry's information when memory is exhausted.
8
12013-07-12 Paul Eggert <eggert@cs.ucla.edu> 92013-07-12 Paul Eggert <eggert@cs.ucla.edu>
2 10
3 Clean up errno reporting and fix some errno-reporting bugs. 11 Clean up errno reporting and fix some errno-reporting bugs.