Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5498:eb4eeec50f25
Remove static qualifier from pdump_file_try.
Thanks to Hans de Graaff of Gentoo and Marcus Crestani.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Tue, 03 May 2011 01:43:36 +0900 |
parents | 1f0b15040456 |
children | d3e0482c7899 |
comparison
equal
deleted
inserted
replaced
5497:70af4098e14f | 5498:eb4eeec50f25 |
---|---|
1 2011-05-03 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 * dumper.c (pdump_file_try): Remove static qualifier. | |
4 Thanks to Hans de Graaff of Gentoo and Marcus Crestani. | |
5 | |
1 2011-05-01 Aidan Kehoe <kehoea@parhasard.net> | 6 2011-05-01 Aidan Kehoe <kehoea@parhasard.net> |
2 | 7 |
3 * lread.c (parse_integer): | 8 * lread.c (parse_integer): |
4 GMP's mpz_set_string deals with a leading plus badly, make sure it | 9 GMP's mpz_set_string deals with a leading plus badly, make sure it |
5 never sees one coming from this function. | 10 never sees one coming from this function. |