Mercurial > hg > xemacs-beta
comparison tests/ChangeLog @ 5905:85fd1ab80057
Fix a bug in #'parse-integer with negative bignums and non-nil JUNK-ALLOWED
src/ChangeLog addition:
2015-05-08 Aidan Kehoe <kehoea@parhasard.net>
* data.c (parse_integer):
Fix a bug here with the interaction of negative bignums and a
non-zero JUNK-ALLOWED argument.
tests/ChangeLog addition:
2015-05-08 Aidan Kehoe <kehoea@parhasard.net>
* automated/lisp-tests.el:
Check for a bug just fixed with the interaction of negative
bignums and :junk-allowed non-nil.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Fri, 08 May 2015 16:24:57 +0100 |
parents | ee27ca517e90 |
children | 6174848f3e6c |
comparison
equal
deleted
inserted
replaced
5904:ee27ca517e90 | 5905:85fd1ab80057 |
---|---|
1 2015-05-08 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * automated/lisp-tests.el: | |
4 Check for a bug just fixed with the interaction of negative | |
5 bignums and :junk-allowed non-nil. | |
6 | |
1 2015-05-08 Aidan Kehoe <kehoea@parhasard.net> | 7 2015-05-08 Aidan Kehoe <kehoea@parhasard.net> |
2 | 8 |
3 * automated/lisp-reader-tests.el: | 9 * automated/lisp-reader-tests.el: |
4 Check read and print handling of symbols that look like | 10 Check read and print handling of symbols that look like |
5 numbers. In passing, check the read and print handling of the | 11 numbers. In passing, check the read and print handling of the |