aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c1942a066be..56a471cc1f4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,22 @@
12008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
4 always defined as int.
5
6 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
7 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
8 * s/gnu-linux.h (HAVE_WAIT_HEADER):
9 * s/freebsd.h (HAVE_WAIT_HEADER):
10 * s/bsd-common.h (HAVE_UNION_WAIT):
11 * s/aix4-2.h (HAVE_WAIT_HEADER):
12 * m/mips.h (HAVE_UNION_WAIT):
13 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
14 (COFF, static): Do not define, they are undefined later in the file.
15
16 * process.c (update_status): Don't use a union.
17 (status_convert):
18 (sigchld_handler): Use int instead of WAITTYPE.
19
12008-07-12 Chong Yidong <cyd@stupidchicken.com> 202008-07-12 Chong Yidong <cyd@stupidchicken.com>
2 21
3 * indent.c (Fvertical_motion): Restore hscroll before moving to 22 * indent.c (Fvertical_motion): Restore hscroll before moving to