Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
4869:e533a9912ef1 | 4883:f730384b8ddf |
---|---|
1 2010-01-24 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * number.c (Fnumerator, Fdenominator, Fcanonicalize_number): | |
4 Be more careful to return integers in their canonical forms here, | |
5 and to give the same answer all the time when treating a rational | |
6 that is itself is an integer as a ratio. | |
7 | |
1 2010-01-17 Vin Shelton <acs@xemacs.org> | 8 2010-01-17 Vin Shelton <acs@xemacs.org> |
2 | 9 |
3 * fileio.c (check_writable): Remove cast from 2010-01-14 | 10 * fileio.c (check_writable): Remove cast from 2010-01-14 |
4 | 11 |
5 * syswindows.h: Use consts in macros where appropriate in lieu of | 12 * syswindows.h: Use consts in macros where appropriate in lieu of |