aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 62731238903..fe7779304ad 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-04-03 Paul Eggert <eggert@cs.ucla.edu> 12011-04-03 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * eval.c (funcall_lambda): Rename local to avoid shadowing.
4
3 * alloc.c (mark_object_loop_halt, mark_object): Use size_t, not int. 5 * alloc.c (mark_object_loop_halt, mark_object): Use size_t, not int.
4 Otherwise, GCC 4.6.0 optimizes the loop check away since the check 6 Otherwise, GCC 4.6.0 optimizes the loop check away since the check
5 can always succeed if overflow has undefined behavior. 7 can always succeed if overflow has undefined behavior.