Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Sat May 01 18:53:35 2010 +0300 +++ b/src/ChangeLog Sat May 01 21:28:00 2010 +0300 @@ -1,5 +1,15 @@ 2010-05-01 Eli Zaretskii <eliz@gnu.org> + * 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. + * xdisp.c (find_row_end): New function, refactored from display_line. (display_line): Use it. (extend_face_to_end_of_line): In almost-filled rows, extend only