aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-05-20 15:55:53 +0000
committerGerd Moellmann2000-05-20 15:55:53 +0000
commit087121cc2f9544887d64f446567fb75faf280846 (patch)
tree916cc2b85e6e49570aa25de22781dc966e7b2f49 /src
parentf22ac298de79df6357be3cffea999ffe9dffa861 (diff)
downloademacs-087121cc2f9544887d64f446567fb75faf280846.tar.gz
emacs-087121cc2f9544887d64f446567fb75faf280846.zip
*** empty log message ***
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