comparison src/ChangeLog @ 5629:0d05accafc63

Don't lose bits in make_fixnum / make_char_1. See xemacs-patches message with ID <CAHCOHQnRTjm6c5gWVO3iizWJ9Jb7GvEyFe3aQ19hAXhcR_mrrA@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Wed, 28 Dec 2011 11:30:47 -0700
parents 81fee4aee9b6
children f5315ccbf005
comparison
equal deleted inserted replaced
5628:81fee4aee9b6 5629:0d05accafc63
1 2011-12-28 Jerry James <james@xemacs.org>
2
3 * lisp-disunion.h (make_fixnum): avoid losing bits off the left end
4 if the value is of large magnitude and narrow type.
5 (make_char_1): ditto.
6
1 2011-12-28 Didier Verna <didier@xemacs.org> 7 2011-12-28 Didier Verna <didier@xemacs.org>
2 8
3 * console-impl.h (struct console_methods): Have the text_width 9 * console-impl.h (struct console_methods): Have the text_width
4 methods expect a frame instead of a window pointer. 10 methods expect a frame instead of a window pointer.
5 * console-stream.c (stream_text_width): 11 * console-stream.c (stream_text_width):