Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 2965:0612d54a372a
[xemacs-hg @ 2005-09-30 02:15:06 by ben]
fix --disable-debug error
alloca.c: Don't declare a variable `register' when it can be passed to
xfree(), which may take its address.
new -> new_.
| author | ben |
|---|---|
| date | Fri, 30 Sep 2005 02:15:08 +0000 |
| parents | 288869ac83b5 |
| children | 414a64af46c9 |
comparison
equal
deleted
inserted
replaced
| 2964:bcbe7794aa6f | 2965:0612d54a372a |
|---|---|
| 1 2005-09-29 Ben Wing <ben@xemacs.org> | |
| 2 | |
| 3 * alloca.c (xemacs_c_alloca): | |
| 4 Don't declare a variable `register' when it can be passed to | |
| 5 xfree(), which may take its address. | |
| 6 | |
| 7 new -> new_. | |
| 8 | |
| 9 2005-09-27 Ben Wing <ben@xemacs.org> | |
| 10 | |
| 11 * alloc.c (garbage_collect_1): | |
| 12 Avoid use of reserved C++ `catch'. | |
| 13 | |
| 14 * alloc.c: | |
| 15 * alloc.c (gc_plist_hack): | |
| 16 * alloc.c (HACK_O_MATIC): | |
| 17 * alloc.c (Fgarbage_collect): | |
| 18 * alloc.c (Ftotal_memory_usage): | |
| 19 * alloc.c (Flisp_object_memory_usage): | |
| 20 * alloc.c (recompute_need_to_garbage_collect): | |
| 21 * alloc.c (common_init_alloc_early): | |
| 22 * alloc.c (syms_of_alloc): | |
| 23 * alloc.c (vars_of_alloc): | |
| 24 Rename underused `memory-usage' to `total-memory-usage'. | |
| 25 Add `lisp-object-memory-usage'. Reimplement `gc-cons-percentage' | |
| 26 to be a percentage of total Lisp object allocation (not total | |
| 27 memory of all sorts, which is hard to calculate in any case) and | |
| 28 give it a preliminary value of 40%. Use EMACS_INT instead of | |
| 29 int in a couple of places. | |
| 30 | |
| 1 2005-09-26 Marcus Crestani <crestani@xemacs.org> | 31 2005-09-26 Marcus Crestani <crestani@xemacs.org> |
| 2 | 32 |
| 3 * symbols.c (check_module_subr): Fix new allocator's module | 33 * symbols.c (check_module_subr): Fix new allocator's module |
| 4 support: remove duplicating the subr. | 34 support: remove duplicating the subr. |
| 5 | 35 |
