diff options
| author | Dmitry Antipov | 2013-08-09 16:25:34 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-08-09 16:25:34 +0400 |
| commit | 309f24d1ec07646fb1a090ee10fe456e79aea097 (patch) | |
| tree | 19ba0104e3713ee963113a52f9b38107a3740b2a /src/ChangeLog | |
| parent | 55902276706ea2db832ad5748a18ab392a0873f1 (diff) | |
| download | emacs-309f24d1ec07646fb1a090ee10fe456e79aea097.tar.gz emacs-309f24d1ec07646fb1a090ee10fe456e79aea097.zip | |
Use xstrdup and build_unibyte_string where applicable.
* alloc.c (xstrdup): Tiny cleanup. Add eassert.
* xfns.c (x_window):
* xrdb.c (x_get_customization_string):
* xterm.c (xim_initialize):
* w32fns.c (w32_window): Use xstrdup.
(w32_display_monitor_attributes_list):
* emacs.c (init_cmdargs):
* keyboard.c (PUSH_C_STR):
* nsfont.m (nsfont_open):
* sysdep.c (system_process_attributes):
* w32.c (system_process_attributes):
* xdisp.c (message1, message1_nolog): Use build_unibyte_string.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index aa424d2ec06..bd8aae80d5d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2013-08-09 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Use xstrdup and build_unibyte_string where applicable. | ||
| 4 | * alloc.c (xstrdup): Tiny cleanup. Add eassert. | ||
| 5 | * xfns.c (x_window): | ||
| 6 | * xrdb.c (x_get_customization_string): | ||
| 7 | * xterm.c (xim_initialize): | ||
| 8 | * w32fns.c (w32_window): Use xstrdup. | ||
| 9 | (w32_display_monitor_attributes_list): | ||
| 10 | * emacs.c (init_cmdargs): | ||
| 11 | * keyboard.c (PUSH_C_STR): | ||
| 12 | * nsfont.m (nsfont_open): | ||
| 13 | * sysdep.c (system_process_attributes): | ||
| 14 | * w32.c (system_process_attributes): | ||
| 15 | * xdisp.c (message1, message1_nolog): Use build_unibyte_string. | ||
| 16 | |||
| 1 | 2013-08-09 Eli Zaretskii <eliz@gnu.org> | 17 | 2013-08-09 Eli Zaretskii <eliz@gnu.org> |
| 2 | 18 | ||
| 3 | * w32.c (PEXCEPTION_POINTERS, PEXCEPTION_RECORD, PCONTEXT): Define | 19 | * w32.c (PEXCEPTION_POINTERS, PEXCEPTION_RECORD, PCONTEXT): Define |