comparison src/ChangeLog @ 3469:f986ebd9c080

[xemacs-hg @ 2006-06-23 15:44:59 by stephent] Quiet GCC 4 signedness warnings. <87zmg399dw.fsf@tleepslib.sk.tsukuba.ac.jp> <87veqr996l.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Fri, 23 Jun 2006 15:45:03 +0000
parents 4d52aea479a2
children 2b84dd8eb906
comparison
equal deleted inserted replaced
3468:4572e331d1cf 3469:f986ebd9c080
1 2006-06-23 Stephen J. Turnbull <stephen@xemacs.org>
2
3 * font-mgr.c (extract_fcapi_string):
4 (fc_intern):
5 (Ffc_name_parse):
6 (Ffc_name_unparse):
7 (Ffc_pattern_add):
8 (Ffc_pattern_del):
9 (Ffc_pattern_get):
10 (string_list_to_fcobjectset):
11 fc_intern and extract_fcapi_string should return
12 [const] Extbyte *. Make it so, update callers.
13
14 2006-05-26 Stephen J. Turnbull <stephen@xemacs.org>
15
16 * objects-x.c (x_initialize_font_instance):
17 (x_font_instance_truename):
18 (charset_table):
19 (x_find_charset_font):
20 Pander to GCC4 signed character paranoia.
21
1 2006-06-19 Jerry James <james@xemacs.org> 22 2006-06-19 Jerry James <james@xemacs.org>
2 23
3 * device-x.c (x_IO_error_handler): Do not dereference d if it is 24 * device-x.c (x_IO_error_handler): Do not dereference d if it is
4 NULL. 25 NULL.
5 * dialog-x.c (dbox_selection_callback): Ensure f is non-NULL, then 26 * dialog-x.c (dbox_selection_callback): Ensure f is non-NULL, then