Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5489:159face738c3
Never pass a leading + to mpz_set_string, parse_integer ().
src/ChangeLog addition:
2011-05-01 Aidan Kehoe <kehoea@parhasard.net>
* lread.c (parse_integer):
GMP's mpz_set_string deals with a leading plus badly, make sure it
never sees one coming from this function.
tests/ChangeLog addition:
2011-05-01 Aidan Kehoe <kehoea@parhasard.net>
* automated/lisp-reader-tests.el:
If the bignum feature is available, check that a leading plus sign
is treated correctly when reading bignum integers.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 01 May 2011 13:51:33 +0100 |
parents | 58e320bde005 |
children | 1f0b15040456 |
comparison
equal
deleted
inserted
replaced
5488:1e544fd7be12 | 5489:159face738c3 |
---|---|
1 2011-05-01 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * lread.c (parse_integer): | |
4 GMP's mpz_set_string deals with a leading plus badly, make sure it | |
5 never sees one coming from this function. | |
6 | |
1 2010-12-31 Mike Kupfer <mike.kupfer@xemacs.org> | 7 2010-12-31 Mike Kupfer <mike.kupfer@xemacs.org> |
2 | 8 |
3 * redisplay.c (pixel_to_glyph_translation): | 9 * redisplay.c (pixel_to_glyph_translation): |
4 Handle redisplay edge case. | 10 Handle redisplay edge case. |
5 With motion events when entering a frame and the minibuffer is | 11 With motion events when entering a frame and the minibuffer is |