Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 1773:aa0db78e67c4
[xemacs-hg @ 2003-11-01 14:54:53 by kaltenbach]
Bugfix in USE_KKCC mode processing weak data structures
2003-11-01 Markus Kaltenbach <makalten@informatik.uni-tuebingen.de>
* src/alloc.c (garbage_collect_1):fix bug
* automated/weak-tests.el:added test to track it down
author | kaltenbach |
---|---|
date | Sat, 01 Nov 2003 14:55:00 +0000 |
parents | 0240ff815597 |
children | 0461b6ab9fbd |
comparison
equal
deleted
inserted
replaced
1772:c6b9198bfc23 | 1773:aa0db78e67c4 |
---|---|
1 2003-11-01 Markus Kaltenbach <makalten@informatik.uni-tuebingen.de> | |
2 | |
3 * alloc.c (garbage_collect_1): | |
4 move kkcc_marking() call inside the while loop containing all | |
5 the iterative calls for marking weak data structures since the | |
6 entries on the kkcc_stack need to be processed after every run | |
7 to mark attached objects | |
8 | |
1 2003-10-16 Jerry James <james@xemacs.org> | 9 2003-10-16 Jerry James <james@xemacs.org> |
2 | 10 |
3 * realpath.c (qxe_realpath): When a symbolic link to an absolute | 11 * realpath.c (qxe_realpath): When a symbolic link to an absolute |
4 pathname is found, really start over. | 12 pathname is found, really start over. |
5 | 13 |