Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5088:207dad9e74f7
Signal an error upon reading 1/0.
Thanks to Ben Wing for finding the problem. See xemacs-patches message with ID
<870180fe1003021239k77d81203xb7b6f94ce83208b3@mail.gmail.com> and also
<d7ba68911002240223u36bb87c2nf4ccfde06b5519cc@mail.gmail.com> in xemacs-beta.
author | Jerry James <james@xemacs.org> |
---|---|
date | Tue, 02 Mar 2010 13:42:37 -0700 |
parents | 47bcef7b0b44 |
children | 99f8ebc082d9 cb4f2e1bacc4 |
comparison
equal
deleted
inserted
replaced
5087:818eeb72e0fb | 5088:207dad9e74f7 |
---|---|
1 2010-03-02 Jerry James <james@xemacs.org> | |
2 | |
3 * lread.c (read_atom): Signal a read error upon encountering a | |
4 ratio constant with a zero denominator. | |
5 | |
1 2010-03-02 Aidan Kehoe <kehoea@parhasard.net> | 6 2010-03-02 Aidan Kehoe <kehoea@parhasard.net> |
2 | 7 |
3 * eval.c (print_multiple_value): | 8 * eval.c (print_multiple_value): |
4 Say #<INTERNAL OBJECT (XEmacs bug?) ...> when printing these, for | 9 Say #<INTERNAL OBJECT (XEmacs bug?) ...> when printing these, for |
5 consistency with the rest of the print code. | 10 consistency with the rest of the print code. |