comparison src/ChangeLog @ 69391:f40201ca30bf

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 11 Mar 2006 15:24:02 +0000
parents 921341a03d5b
children ebf37f0a455f
comparison
equal deleted inserted replaced
69390:7e58bc915ffe 69391:f40201ca30bf
1 2006-03-11 Richard Stallman <rms@gnu.org>
2
3 * vm-limit.c (get_lim_data, lim_data, data_space_start):
4 Moved from mem-limits.h.
5 (enum warnlevel): New data type.
6 (check_memory_limits): Rewrite the logic about warnings.
7 Use standard `struct rlimit'. Check return values for nonsense.
8 (memory_warnings): Always clear lim_data.
9
10 * mem-limits.h (get_lim_data, lim_data, data_space_start):
11 Moved to vm-limit.c.
12
13 * xterm.c (x_fully_uncatch_errors, x_catching_errors): New functions.
14
15 * eval.c (unwind_to_catch): Call x_fully_uncatch_errors.
16 (internal_condition_case_1, internal_condition_case_2):
17 Abort if within unclosed x_catch_errors.
18
1 2006-03-11 Romain Francoise <romain@orebokech.com> 19 2006-03-11 Romain Francoise <romain@orebokech.com>
2 20
3 * process.c (Vprocess_adaptive_read_buffering): Doc fix. 21 * process.c (Vprocess_adaptive_read_buffering): Doc fix.
4 22
5 2006-03-11 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change) 23 2006-03-11 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)