Mercurial > emacs
comparison src/ChangeLog @ 58986:59945307b86b
* syssignal.h: Declare main_thread.
(SIGNAL_THREAD_CHECK): New macro.
* keyboard.c (input_available_signal): Move thread checking code
to macro SIGNAL_THREAD_CHECK and call that macro.
(interrupt_signal): Call SIGNAL_THREAD_CHECK.
* alloc.c (uninterrupt_malloc): Move main_thread to emacs.c.
* emacs.c: Define main_thread.
(main): Initialize main_thread.
(handle_USR1_signal, handle_USR2_signal, fatal_error_signal)
(memory_warning_signal): Call SIGNAL_THREAD_CHECK.
* floatfns.c (float_error): Call SIGNAL_THREAD_CHECK.
* dispnew.c (window_change_signal): Call SIGNAL_THREAD_CHECK.
* sysdep.c (select_alarm): Call SIGNAL_THREAD_CHECK.
* process.c (send_process_trap, sigchld_handler): Call
SIGNAL_THREAD_CHECK.
* data.c (arith_error): Call SIGNAL_THREAD_CHECK.
* atimer.c (alarm_signal_handler): Call SIGNAL_THREAD_CHECK.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Wed, 15 Dec 2004 21:40:41 +0000 |
parents | 0395e55b4aa7 |
children | 2dd8aacd82ce |
comparison
equal
deleted
inserted
replaced
58985:0395e55b4aa7 | 58986:59945307b86b |
---|---|
1 2004-12-15 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 1 2004-12-15 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
2 | |
3 * syssignal.h: Declare main_thread. | |
4 (SIGNAL_THREAD_CHECK): New macro. | |
5 | |
6 * keyboard.c (input_available_signal): Move thread checking code | |
7 to macro SIGNAL_THREAD_CHECK and call that macro. | |
8 (interrupt_signal): Call SIGNAL_THREAD_CHECK. | |
9 | |
10 * alloc.c (uninterrupt_malloc): Move main_thread to emacs.c. | |
11 | |
12 * emacs.c: Define main_thread. | |
13 (main): Initialize main_thread. | |
14 (handle_USR1_signal, handle_USR2_signal, fatal_error_signal) | |
15 (memory_warning_signal): Call SIGNAL_THREAD_CHECK. | |
16 | |
17 * floatfns.c (float_error): Call SIGNAL_THREAD_CHECK. | |
18 | |
19 * dispnew.c (window_change_signal): Call SIGNAL_THREAD_CHECK. | |
20 | |
21 * sysdep.c (select_alarm): Call SIGNAL_THREAD_CHECK. | |
22 | |
23 * process.c (send_process_trap, sigchld_handler): Call | |
24 SIGNAL_THREAD_CHECK. | |
25 | |
26 * data.c (arith_error): Call SIGNAL_THREAD_CHECK. | |
27 | |
28 * atimer.c (alarm_signal_handler): Call SIGNAL_THREAD_CHECK. | |
2 | 29 |
3 * xterm.c (xg_scroll_callback): Update XG_LAST_SB_DATA before | 30 * xterm.c (xg_scroll_callback): Update XG_LAST_SB_DATA before |
4 returning when xg_ignore_gtk_scrollbar is true. | 31 returning when xg_ignore_gtk_scrollbar is true. |
5 | 32 |
6 2004-12-14 Kim F. Storm <storm@cua.dk> | 33 2004-12-14 Kim F. Storm <storm@cua.dk> |