Mercurial > emacs
comparison src/ChangeLog @ 64617:66efe03759a5
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 23 Jul 2005 19:15:47 +0000 |
parents | 4d62b8f93b0a |
children | baf18f051cbc |
comparison
equal
deleted
inserted
replaced
64616:bd56ec807f9a | 64617:66efe03759a5 |
---|---|
1 2005-07-23 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * insdel.c (syms_of_insdel): staticpro combine_after_change_buffer. | |
4 | |
5 * bytecode.c (MAYBE_GC): Test gc_cons_threshold and | |
6 gc_relative_threshold, one by one. | |
7 | |
8 * keyboard.c (read_char): Test gc_cons_threshold. | |
9 (syms_of_keyboard): staticpro Qecho_area_clear_hook. | |
10 | |
11 * eval.c (Feval, Ffuncall): Test gc_cons_threshold and | |
12 gc_relative_threshold, one by one. | |
13 | |
14 * alloc.c (gc_cons_threshold): Not static. | |
15 (gc_cons_combined_threshold): Var deleted. | |
16 (gc_relative_threshold): New variable. | |
17 (Fgarbage_collect, init_alloc_once): Compute gc_relative_threshold | |
18 instead of gc_cons_combined_threshold. | |
19 | |
20 * lisp.h (gc_cons_threshold, gc_relative_threshold): Declared. | |
21 (gc_cons_combined_threshold): Declaration deleted. | |
22 | |
1 2005-07-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 23 2005-07-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
2 | 24 |
3 * mac.c: Don't include stdlib.h or string.h. | 25 * mac.c: Don't include stdlib.h or string.h. |
4 (Fdo_applescript, Fmac_file_name_to_posix) | 26 (Fdo_applescript, Fmac_file_name_to_posix) |
5 (Fmac_file_name_to_posix): Doc fixes. | 27 (Fmac_file_name_to_posix): Doc fixes. |