Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 4883:f730384b8ddf
Be more careful about canonical integer forms when dealing with ratios.
2010-01-24 Aidan Kehoe <kehoea@parhasard.net>
* number.c (Fnumerator, Fdenominator, Fcanonicalize_number):
Be more careful to return integers in their canonical forms here,
and to give the same answer all the time when treating a rational
that is itself is an integer as a ratio.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 24 Jan 2010 19:56:31 +0000 |
parents | 7822019c5d98 |
children | 1e9078742fa7 a47abe9c47f2 77e3b19bd245 |
line wrap: on
line diff
--- a/src/ChangeLog Wed Jan 20 17:30:29 2010 +0000 +++ b/src/ChangeLog Sun Jan 24 19:56:31 2010 +0000 @@ -1,3 +1,10 @@ +2010-01-24 Aidan Kehoe <kehoea@parhasard.net> + + * number.c (Fnumerator, Fdenominator, Fcanonicalize_number): + Be more careful to return integers in their canonical forms here, + and to give the same answer all the time when treating a rational + that is itself is an integer as a ratio. + 2010-01-17 Vin Shelton <acs@xemacs.org> * fileio.c (check_writable): Remove cast from 2010-01-14