Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 1887:1e5b7843dfa0
[xemacs-hg @ 2004-01-27 17:55:15 by james]
Shut up compiler warnings from ICC 8.0 about signed 1-bit fields.
author | james |
---|---|
date | Tue, 27 Jan 2004 17:55:18 +0000 |
parents | 51ce4f55d8c3 |
children | bf8be6575eae |
comparison
equal
deleted
inserted
replaced
1886:ee0959363838 | 1887:1e5b7843dfa0 |
---|---|
1 2004-01-21 Jerry James <james@xemacs.org> | |
2 | |
3 * unicode.c (struct unicode_coding_system): Make one bit fields | |
4 unsigned. | |
5 * unicode.c (decode_unicode_char): Ditto. | |
6 * unicode.c (encode_unicode_char_1): Ditto. | |
7 * unicode.c (encode_unicode_char): Ditto. | |
8 * unicode.c (unicode_convert): Ditto. | |
9 * unicode.c (struct utf_8_detector): Ditto. | |
10 | |
1 2003-11-04 Stephen J. Turnbull <stephen@xemacs.org> | 11 2003-11-04 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 12 |
3 * frame-x.c (x_wm_hack_wm_protocols): | 13 * frame-x.c (x_wm_hack_wm_protocols): |
4 (x_frame_window_state): | 14 (x_frame_window_state): |
5 Get casts right to avoid aliasing issues. | 15 Get casts right to avoid aliasing issues. |