comparison src/ChangeLog @ 4865:6c0bb4d2c23a

Always use our rint(), for rounding consistency with the bignum code. ChangeLog addition: 2010-01-16 Aidan Kehoe <kehoea@parhasard.net> * configure: Regenerate, now we no longer look for rint(). src/ChangeLog addition: 2010-01-16 Aidan Kehoe <kehoea@parhasard.net> * config.h.in: * floatfns.c (emacs_rint): Don't look for rint in configure, always use our own implementation that rounds to the even number in the case of ambiguity, for consistency with the bignum code.
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 16 Jan 2010 19:04:52 +0000
parents a03421eb562b
children 7822019c5d98
comparison
equal deleted inserted replaced
4864:a03421eb562b 4865:6c0bb4d2c23a
1 2010-01-16 Aidan Kehoe <kehoea@parhasard.net>
2
3 * config.h.in:
4 * floatfns.c (emacs_rint):
5 Don't look for rint in configure, always use our own
6 implementation that rounds to the even number in the case of
7 ambiguity, for consistency with the bignum code.
8
1 2010-01-14 Vin Shelton <acs@xemacs.org> 9 2010-01-14 Vin Shelton <acs@xemacs.org>
2 10
3 * fileio.c (check_writable): Fix compilation error under Visual 11 * fileio.c (check_writable): Fix compilation error under Visual
4 Studio 6. 12 Studio 6.
5 13