Mercurial > hg > xemacs-beta
diff tests/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 | 04811a268716 |
children | 99de5fd48e87 |
line wrap: on
line diff
--- a/tests/ChangeLog Sun Oct 10 12:32:38 2010 +0100 +++ b/tests/ChangeLog Tue Oct 12 18:14:12 2010 +0100 @@ -1,3 +1,8 @@ +2010-10-12 Aidan Kehoe <kehoea@parhasard.net> + + * automated/lisp-tests.el: + Make sure circularity checking with #'merge is sane. + 2010-08-15 Aidan Kehoe <kehoea@parhasard.net> * automated/lisp-tests.el: