comparison src/ChangeLog @ 5299:28651c24b3f8

Error in #'list-length if LIST is dotted; check for this error with #'mapcar src/ChangeLog addition: 2010-11-06 Aidan Kehoe <kehoea@parhasard.net> * fns.c (Flist_length): Error if LIST is dotted in this function; document this behaviour. tests/ChangeLog addition: 2010-11-06 Aidan Kehoe <kehoea@parhasard.net> * automated/lisp-tests.el (malformed-list): Check that #'mapcar, #'map and #'list-length throw this error when appropriate.
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 06 Nov 2010 14:51:13 +0000
parents d185fa593d5f
children 9f738305f80f
comparison
equal deleted inserted replaced
5298:99006e0b3a84 5299:28651c24b3f8
1 2010-11-06 Aidan Kehoe <kehoea@parhasard.net>
2
3 * fns.c (Flist_length): Error if LIST is dotted in this function;
4 document this behaviour.
5
1 2010-10-25 Aidan Kehoe <kehoea@parhasard.net> 6 2010-10-25 Aidan Kehoe <kehoea@parhasard.net>
2 7
3 * specifier.c (specifier_instance_from_inst_list): 8 * specifier.c (specifier_instance_from_inst_list):
4 Call call_with_suspended_errors() with ERROR_ME_WARN, explicitly; 9 Call call_with_suspended_errors() with ERROR_ME_WARN, explicitly;
5 avoids the problem Giacomo Boffi describes in 10 avoids the problem Giacomo Boffi describes in