Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 1990:4f5e0297b73f
[xemacs-hg @ 2004-04-06 20:52:08 by james]
Fix bignum_to_double so it actually gives the right answer.
author | james |
---|---|
date | Tue, 06 Apr 2004 20:52:20 +0000 |
parents | 83276542ee26 |
children | 4529ff71e646 |
comparison
equal
deleted
inserted
replaced
1989:55bab11c30e8 | 1990:4f5e0297b73f |
---|---|
1 2004-04-06 Jerry James <james@xemacs.org> | |
2 | |
3 * number-mp.c (bignum_to_double): Original algorithm was wrong. | |
4 | |
1 2004-04-06 Stephen J. Turnbull <stephen@xemacs.org> | 5 2004-04-06 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 6 |
3 * lisp.h (Other numeric types): Band-aid: #define make_integer. | 7 * lisp.h (Other numeric types): Band-aid: #define make_integer. |
4 | 8 |
5 2004-04-05 Jerry James <james@xemacs.org> | 9 2004-04-05 Jerry James <james@xemacs.org> |