Mercurial > hg > xemacs-beta
comparison tests/ChangeLog @ 5886:c96000075e49
Be more careful about C integer overflow, #'parse-integer.
src/ChangeLog addition:
2015-04-08 Aidan Kehoe <kehoea@parhasard.net>
* data.c (parse_integer):
Fix a bug in my detecting a C overflow here.
tests/ChangeLog addition:
2015-04-08 Aidan Kehoe <kehoea@parhasard.net>
* automated/lisp-tests.el:
Add a couple of tests for #'parse-integer to check for a bug just
fixed.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 08 Apr 2015 21:03:18 +0100 |
parents | e0f1dfaa821e |
children | bd644055ef44 a0e751d6c3ad |
comparison
equal
deleted
inserted
replaced
5885:c8bbb32fe124 | 5886:c96000075e49 |
---|---|
1 2015-04-08 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * automated/lisp-tests.el: | |
4 Add a couple of tests for #'parse-integer to check for a bug just | |
5 fixed. | |
6 | |
1 2015-03-16 Aidan Kehoe <kehoea@parhasard.net> | 7 2015-03-16 Aidan Kehoe <kehoea@parhasard.net> |
2 | 8 |
3 * automated/lisp-tests.el: | 9 * automated/lisp-tests.el: |
4 Extend the tests for #'parse-integer, #'digit-char, #'digit-char-p | 10 Extend the tests for #'parse-integer, #'digit-char, #'digit-char-p |
5 substantially, testing the Unicode decimal digits in detail. | 11 substantially, testing the Unicode decimal digits in detail. |