aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog19
1 files changed, 17 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2677f03944f..fe8df6ffe41 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,4 @@
12011-08-16 Paul Eggert <eggert@cs.ucla.edu> 12011-08-18 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Integer and memory overflow issues (Bug#9196). 3 Integer and memory overflow issues (Bug#9196).
4 4
@@ -421,6 +421,21 @@
421 (gs_load): Use printmax_t to print the widest integers possible. 421 (gs_load): Use printmax_t to print the widest integers possible.
422 Check for integer overflow when computing image height and width. 422 Check for integer overflow when computing image height and width.
423 423
4242011-08-17 Chong Yidong <cyd@stupidchicken.com>
425
426 * eval.c (internal_condition_case, internal_condition_case_1)
427 (internal_condition_case_2, internal_condition_case_n): Remove
428 unnecessary aborts (Bug#9081).
429
4302011-08-17 Eli Zaretskii <eliz@gnu.org>
431
432 * lread.c (Fload) [DOS_NT]: If `openp' returns -2, but the file
433 has no `load' handler, try opening the file locally. (Bug#9311)
434
4352011-08-16 Ken Brown <kbrown@cornell.edu>
436
437 * gmalloc.c: Expand comment.
438
4242011-08-16 Eli Zaretskii <eliz@gnu.org> 4392011-08-16 Eli Zaretskii <eliz@gnu.org>
425 440
426 * xdisp.c (set_cursor_from_row): Don't accept a previous candidate 441 * xdisp.c (set_cursor_from_row): Don't accept a previous candidate
@@ -475,7 +490,7 @@
4752011-08-14 Kenichi Handa <handa@m17n.org> 4902011-08-14 Kenichi Handa <handa@m17n.org>
476 491
477 * process.c (create_process): Call setup_process_coding_systems 492 * process.c (create_process): Call setup_process_coding_systems
478 after the pid of the process is set to -1. 493 after the pid of the process is set to -1 (Bug#8162).
479 494
4802011-08-14 Eli Zaretskii <eliz@gnu.org> 4952011-08-14 Eli Zaretskii <eliz@gnu.org>
481 496