Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 3391:639cdee384e4
[xemacs-hg @ 2006-05-10 15:03:35 by james]
Fix bignum arithmetic on 64-bit platforms. See xemacs-patches message with ID
<m364kg9nnq.fsf@jerrypc.cs.usu.edu>.
author | james |
---|---|
date | Wed, 10 May 2006 15:03:35 +0000 |
parents | 77b0b03fbc47 |
children | 96ec8f16af45 |
line wrap: on
line diff
--- a/src/ChangeLog Tue May 09 21:51:20 2006 +0000 +++ b/src/ChangeLog Wed May 10 15:03:35 2006 +0000 @@ -1,3 +1,10 @@ +2006-05-08 Jerry James <james@xemacs.org> + + * number.c (Fcanonicalize_number): Use EMACS_INT instead of int, + which fixes bignum arithmetic on 64-bit platforms. + * number.h (bignum_fits_emacs_int_p): New macro. + * number.h (bignum_to_emacs_int): New macro. + 2006-03-30 Stephen J. Turnbull <stephen@xemacs.org> * objects-x.c (x_initialize_font_instance):