comparison src/ChangeLog @ 108200:e30aff0bf9d5

Emulate POSIX_SIGNALS on MS-Windows. w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask): New stubs. sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away. (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code from non-POSIX_SIGNALS section to POSIX_SIGNALS section. s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK) (SIG_SETMASK, SIG_UNBLOCK): Define.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 01 May 2010 21:28:00 +0300
parents 97b67e89ecc5
children 05cdbfffcad4
comparison
equal deleted inserted replaced
108199:97b67e89ecc5 108200:e30aff0bf9d5
1 2010-05-01 Eli Zaretskii <eliz@gnu.org> 1 2010-05-01 Eli Zaretskii <eliz@gnu.org>
2
3 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask): New
4 stubs.
5
6 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
7 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
8 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
9
10 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
11 (SIG_SETMASK, SIG_UNBLOCK): Define.
2 12
3 * xdisp.c (find_row_end): New function, refactored from display_line. 13 * xdisp.c (find_row_end): New function, refactored from display_line.
4 (display_line): Use it. 14 (display_line): Use it.
5 (extend_face_to_end_of_line): In almost-filled rows, extend only 15 (extend_face_to_end_of_line): In almost-filled rows, extend only
6 if the row is R2L and not continued. 16 if the row is R2L and not continued.