diff 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
line wrap: on
line diff
--- a/src/ChangeLog	Thu Jan 14 20:55:10 2010 -0500
+++ b/src/ChangeLog	Sat Jan 16 19:04:52 2010 +0000
@@ -1,3 +1,11 @@
+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.
+
 2010-01-14  Vin Shelton  <acs@xemacs.org>
 
 	* fileio.c (check_writable): Fix compilation error under Visual