Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5283:be436ac36ba4
Don't share a counter when checking for circularity, list_merge().
src/ChangeLog addition:
2010-10-12 Aidan Kehoe <kehoea@parhasard.net>
* fns.c (list_merge):
Circularity checking here needs to be done independently for each
list, they can't share a loop counter. Thank you for the bug
report, Robert Pluim!
tests/ChangeLog addition:
2010-10-12 Aidan Kehoe <kehoea@parhasard.net>
* automated/lisp-tests.el:
Make sure circularity checking with #'merge is sane.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 12 Oct 2010 18:14:12 +0100 |
parents | 59a6419f7504 |
children | 99de5fd48e87 |
comparison
equal
deleted
inserted
replaced
5282:dcc34e28cd84 | 5283:be436ac36ba4 |
---|---|
1 2010-10-12 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * fns.c (list_merge): | |
4 Circularity checking here needs to be done independently for each | |
5 list, they can't share a loop counter. Thank you for the bug | |
6 report, Robert Pluim! | |
7 | |
1 2010-09-20 Aidan Kehoe <kehoea@parhasard.net> | 8 2010-09-20 Aidan Kehoe <kehoea@parhasard.net> |
2 | 9 |
3 * lisp.h (GET_DEFUN_LISP_OBJECT): Make the NEW_GC version of this | 10 * lisp.h (GET_DEFUN_LISP_OBJECT): Make the NEW_GC version of this |
4 work, remove a needless and unhelpful semicolon. | 11 work, remove a needless and unhelpful semicolon. |
5 (GET_DEFUN_LISP_OBJECT): Remove a needless semicolon from the | 12 (GET_DEFUN_LISP_OBJECT): Remove a needless semicolon from the |