Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 2666:7bf1f40e6acb
[xemacs-hg @ 2005-03-15 11:56:32 by crestani]
* alloc.c: Dynamically allocate KKCC backtrace stack and some
minor typo-fixes for KKCC functions.
* alloc.c (lispdesc_indirect_count_1): Condition kkcc_backtrace on
DEBUG_XEMACS.
* alloc.c (kkcc_bt_init): New.
* alloc.c (kkcc_bt_stack_realloc): New.
* alloc.c (kkcc_bt_free): New.
* alloc.c (kkcc_bt_push): If stack size is exhausted, realloc the
stack.
* alloc.c (kkcc_marking): Init and free backtrace stack.
author | crestani |
---|---|
date | Tue, 15 Mar 2005 11:56:35 +0000 |
parents | 674ee2dfe5fc |
children | f15523a6da7a |
comparison
equal
deleted
inserted
replaced
2665:bac3173b2665 | 2666:7bf1f40e6acb |
---|---|
1 2005-03-15 Marcus Crestani <crestani@informatik.uni-tuebingen.de> | |
2 | |
3 * alloc.c: Dynamically allocate KKCC backtrace stack and some | |
4 minor typo-fixes for KKCC functions. | |
5 * alloc.c (lispdesc_indirect_count_1): Condition kkcc_backtrace on | |
6 DEBUG_XEMACS. | |
7 * alloc.c (kkcc_bt_init): New. | |
8 * alloc.c (kkcc_bt_stack_realloc): New. | |
9 * alloc.c (kkcc_bt_free): New. | |
10 * alloc.c (kkcc_bt_push): If stack size is exhausted, realloc the | |
11 stack. | |
12 * alloc.c (kkcc_marking): Init and free backtrace stack. | |
13 | |
1 2005-03-13 Marcus Crestani <crestani@informatik.uni-tuebingen.de> | 14 2005-03-13 Marcus Crestani <crestani@informatik.uni-tuebingen.de> |
2 | 15 |
3 * alloc.c (KKCC_BT_STACK_SIZE): Temporary fix for KKCC | 16 * alloc.c (KKCC_BT_STACK_SIZE): Temporary fix for KKCC |
4 backtrace. Thanks to Adrian. | 17 backtrace. Thanks to Adrian. |
5 | 18 |