aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ab47c2cab02..7242bd4c371 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,17 @@
12010-03-22 Dan Nicolaescu <dann@ics.uci.edu> 12010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 Remove dead code dealing with POSIX_SIGNALS.
4 * atimer.c (set_alarm): Remove dead code, all USG systems define
5 POSIX_SIGNALS.
6 * data.c (arith_error): Likewise.
7 * keyboard.c (input_available_signal, handle_user_signal)
8 (interrupt_signal): Likewise.
9 * process.c (sigchld_handler): Likewise.
10 (create_process): Remove if 0 code. Remove HPUX conditional when
11 !defined (POSIX_SIGNALS), it cannot be true.
12 * syssignal.h: Remove USG5_4 and USG conditionals when
13 !POSIX_SIGNALS, they cannot be true.
14
3 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on 15 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
4 NO_SOCK_SIGIO, not used anymore. 16 NO_SOCK_SIGIO, not used anymore.
5 17