aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9bf6b61c2d9..0ac76e7bd60 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
2
3 * s/gnu-linux.h (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
4 (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_OPEN, PTY_TTY_NAME_SPRINTF)
5 [HAVE_GRANDPT]: Define.
6 (C_SWITCH_SYSTEM): Add -D_XOPEN_SOURCE.
7
8 * sysdep.c (setup_pty): Treat case that UNIX98_PTYS is defined
9 like SYSV_PTYS.
10
11 * config.in (HAVE_GRANDPT, HAVE_GETPT): New defines.
12
13 * process.c (toplevel) [UNIX98_PTYS]: Include stdlib.h.
14
12000-05-20 Kenichi Handa <handa@etl.go.jp> 152000-05-20 Kenichi Handa <handa@etl.go.jp>
2 16
3 The following changes are to handle 8-bit characters in a 17 The following changes are to handle 8-bit characters in a