diff options
| author | Paul Eggert | 2013-03-23 19:40:51 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-03-23 19:40:51 -0700 |
| commit | a9ebfa0b3eb23056f523742e53ce79279cae1bd0 (patch) | |
| tree | edb8a5c891743c7fa8ca2839903b3283e6c6bb71 /src/ChangeLog | |
| parent | f8ce376ec852149b64afa282860ec778a4fec328 (diff) | |
| download | emacs-a9ebfa0b3eb23056f523742e53ce79279cae1bd0.tar.gz emacs-a9ebfa0b3eb23056f523742e53ce79279cae1bd0.zip | |
Static checking by GCC 4.8-20130319.
* image.c (gif_load): Assume pass < 3 to pacify GCC.
* process.c (Fset_process_datagram_address)
(Fmake_network_process): Check get_lisp_to_sockaddr_size return value.
* xdisp.c (get_char_face_and_encoding):
(get_glyph_face_and_encoding): Ensure that *CHAR2B is initialized.
(get_glyph_face_and_encoding): Prepare face before possibly using it.
(get_per_char_metric): Don't use CHAR2B if it might not be initialized.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c4e57537522..16e70324af2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2013-03-24 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Static checking by GCC 4.8-20130319. | ||
| 4 | * image.c (gif_load): Assume pass < 3 to pacify GCC. | ||
| 5 | * process.c (Fset_process_datagram_address) | ||
| 6 | (Fmake_network_process): Check get_lisp_to_sockaddr_size return value. | ||
| 7 | * xdisp.c (get_char_face_and_encoding): | ||
| 8 | (get_glyph_face_and_encoding): Ensure that *CHAR2B is initialized. | ||
| 9 | (get_glyph_face_and_encoding): Prepare face before possibly using it. | ||
| 10 | (get_per_char_metric): Don't use CHAR2B if it might not be initialized. | ||
| 11 | |||
| 1 | 2013-03-24 Ken Brown <kbrown@cornell.edu> | 12 | 2013-03-24 Ken Brown <kbrown@cornell.edu> |
| 2 | 13 | ||
| 3 | * w32fns.c (emacs_abort) [CYGWIN]: Define `_open' as a macro to | 14 | * w32fns.c (emacs_abort) [CYGWIN]: Define `_open' as a macro to |