Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 3005:d3dcb668d6c8
[xemacs-hg @ 2005-10-21 09:19:40 by stephent]
Remove redundant change log.
author | stephent |
---|---|
date | Fri, 21 Oct 2005 09:19:40 +0000 |
parents | ec5f23ea6d2e |
children | bd7174adf0f2 |
comparison
equal
deleted
inserted
replaced
3004:12328ef38474 | 3005:d3dcb668d6c8 |
---|---|
71 * alloca.c (xemacs_c_alloca): | 71 * alloca.c (xemacs_c_alloca): |
72 Don't declare a variable `register' when it can be passed to | 72 Don't declare a variable `register' when it can be passed to |
73 xfree(), which may take its address. | 73 xfree(), which may take its address. |
74 | 74 |
75 new -> new_. | 75 new -> new_. |
76 | |
77 2005-09-27 Ben Wing <ben@xemacs.org> | |
78 | |
79 * alloc.c (garbage_collect_1): | |
80 Avoid use of reserved C++ `catch'. | |
81 | |
82 * alloc.c: | |
83 * alloc.c (gc_plist_hack): | |
84 * alloc.c (HACK_O_MATIC): | |
85 * alloc.c (Fgarbage_collect): | |
86 * alloc.c (Ftotal_memory_usage): | |
87 * alloc.c (Flisp_object_memory_usage): | |
88 * alloc.c (recompute_need_to_garbage_collect): | |
89 * alloc.c (common_init_alloc_early): | |
90 * alloc.c (syms_of_alloc): | |
91 * alloc.c (vars_of_alloc): | |
92 Rename underused `memory-usage' to `total-memory-usage'. | |
93 Add `lisp-object-memory-usage'. Reimplement `gc-cons-percentage' | |
94 to be a percentage of total Lisp object allocation (not total | |
95 memory of all sorts, which is hard to calculate in any case) and | |
96 give it a preliminary value of 40%. Use EMACS_INT instead of | |
97 int in a couple of places. | |
98 | 76 |
99 2005-09-26 Marcus Crestani <crestani@xemacs.org> | 77 2005-09-26 Marcus Crestani <crestani@xemacs.org> |
100 | 78 |
101 * symbols.c (check_module_subr): Fix new allocator's module | 79 * symbols.c (check_module_subr): Fix new allocator's module |
102 support: remove duplicating the subr. | 80 support: remove duplicating the subr. |