comparison 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
comparison
equal deleted inserted replaced
3390:1a44d3ebacc1 3391:639cdee384e4
1 2006-05-08 Jerry James <james@xemacs.org>
2
3 * number.c (Fcanonicalize_number): Use EMACS_INT instead of int,
4 which fixes bignum arithmetic on 64-bit platforms.
5 * number.h (bignum_fits_emacs_int_p): New macro.
6 * number.h (bignum_to_emacs_int): New macro.
7
1 2006-03-30 Stephen J. Turnbull <stephen@xemacs.org> 8 2006-03-30 Stephen J. Turnbull <stephen@xemacs.org>
2 9
3 * objects-x.c (x_initialize_font_instance): 10 * objects-x.c (x_initialize_font_instance):
4 Ensure that duplicative X font gets freed if we have an Xft font. 11 Ensure that duplicative X font gets freed if we have an Xft font.
5 Remove some redundant debug output. 12 Remove some redundant debug output.