comparison src/ChangeLog @ 1429:969b7290edca

[xemacs-hg @ 2003-04-24 05:33:43 by youngs] 2003-04-24 Matthew O. Persico <persicom@acedsl.com> * unicode.c: Removed trailing commas in some enums; older (Solaris 2.7 cc) compiler produced volumous warnings. * text.c: Replaced char initialization of static Ibyte strcasecmp_charmap[] with octal numeric init. Apparently older (Solaris 2.7 cc) compiler treats quoted octals as signed, causing 256 signed-assigned-to-unsigned warnings. * lrecord.h: Removed trailing commas in some enums; older (Solaris 2.7 cc) compiler produced volumous warnings. * lisp.h: Removed trailing commas in some enums; older (Solaris 2.7 cc) compiler produced volumous warnings. * frame.c: Removed trailing commas in some enums; older (Solaris 2.7 cc) compiler produced volumous warnings. * file-coding.h: Removed trailing commas in some enums; older (Solaris 2.7 cc) compiler produced volumous warnings.
author youngs
date Thu, 24 Apr 2003 05:33:44 +0000
parents 74cb069b8417
children bd5929b8e039
comparison
equal deleted inserted replaced
1428:10738b72057d 1429:969b7290edca
1 2003-04-24 Matthew O. Persico <persicom@acedsl.com>
2
3 * unicode.c: Removed trailing commas in some enums; older
4 (Solaris 2.7 cc) compiler produced volumous warnings.
5
6 * text.c: Replaced char initialization of static Ibyte
7 strcasecmp_charmap[] with octal numeric init. Apparently older
8 (Solaris 2.7 cc) compiler treats quoted octals as signed,
9 causing 256 signed-assigned-to-unsigned warnings.
10
11 * lrecord.h: Removed trailing commas in some enums; older
12 (Solaris 2.7 cc) compiler produced volumous warnings.
13
14 * lisp.h: Removed trailing commas in some enums; older
15 (Solaris 2.7 cc) compiler produced volumous warnings.
16
17 * frame.c: Removed trailing commas in some enums; older
18 (Solaris 2.7 cc) compiler produced volumous warnings.
19
20 * file-coding.h: Removed trailing commas in some enums; older
21 (Solaris 2.7 cc) compiler produced volumous warnings.
22
1 2003-04-17 Stephen J. Turnbull <stephen@xemacs.org> 23 2003-04-17 Stephen J. Turnbull <stephen@xemacs.org>
2 24
3 Fix stale match data after failed search bug. 25 Fix stale match data after failed search bug.
4 26
5 * search.c (search_buffer): 27 * search.c (search_buffer):