aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-10-08 09:42:24 +0000
committerGerd Moellmann2001-10-08 09:42:24 +0000
commit3ecd9cc373e093b541ec10283ba83fe6dae58c14 (patch)
tree9c06c9d77f70e843bbc946ba3ab926b495a814ad /src/ChangeLog
parent402c9a512185f6748803868c1c0ed503227d3301 (diff)
downloademacs-3ecd9cc373e093b541ec10283ba83fe6dae58c14.tar.gz
emacs-3ecd9cc373e093b541ec10283ba83fe6dae58c14.zip
(alarm_signal_handler) [USG && !POSIX_SIGNALS]:
Remove code setting signal handler.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 526ec3146e6..823289fa6cf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12001-10-08 Gerd Moellmann <gerd@gnu.org> 12001-10-08 Gerd Moellmann <gerd@gnu.org>
2 2
3 * atimer.c (alarm_signal_handler) [USG && !POSIX_SIGNALS]:
4 Remove code setting signal handler.
5
3 * sysdep.c (child_setup_tty) [HAVE_TERMIO || HAVE_TERMIOS]: 6 * sysdep.c (child_setup_tty) [HAVE_TERMIO || HAVE_TERMIOS]:
4 Clear ICRNL and INLCR. From Daiki Ueno <ueno@unixuser.org>. 7 Clear ICRNL and INLCR. From Daiki Ueno <ueno@unixuser.org>.
5 8