Mercurial > emacs
comparison src/ChangeLog @ 112440:b5017c649dfb
Check return values of some library calls.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Sat, 22 Jan 2011 23:30:19 -0800 |
parents | 11f1b4757236 |
children | 2097405cdc11 |
comparison
equal
deleted
inserted
replaced
112438:11f1b4757236 | 112440:b5017c649dfb |
---|---|
1 2011-01-23 Paul Eggert <eggert@cs.ucla.edu> | 1 2011-01-23 Paul Eggert <eggert@cs.ucla.edu> |
2 | |
3 Check return values of some library calls. | |
4 * emacs.c (main): Check dup result. | |
5 * frame.c: Include <limits.h>, for INT_MIN and INT_MAX. | |
6 (frame_name_fnn_p): Check strtol result. | |
2 | 7 |
3 * image.c (x_create_bitmap_from_xpm_data): Add cast to fix type clash | 8 * image.c (x_create_bitmap_from_xpm_data): Add cast to fix type clash |
4 when calling XpmCreatePixmapFromData. | 9 when calling XpmCreatePixmapFromData. |
5 | 10 |
6 Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. | 11 Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. |