comparison src/ChangeLog @ 535:c69610198c35

[xemacs-hg @ 2001-05-14 04:52:02 by martinb] Eliminate the need to define HAVE_PTYS in s&m files.
author martinb
date Mon, 14 May 2001 04:52:49 +0000
parents a0266879cecf
children 8f3fb4fd879b
comparison
equal deleted inserted replaced
534:a0266879cecf 535:c69610198c35
1 2001-05-11 Martin Buchholz <martin@xemacs.org>
2
3 Eliminate the need to define HAVE_PTYS in s&m files.
4
5 * config.h.in:
6 * event-msw.c (emacs_mswindows_create_stream_pair):
7 * event-stream.c (execute_internal_event):
8 * event-unixoid.c (event_stream_unixoid_create_stream_pair):
9 * process-unix.c:
10 * process-unix.c (unix_create_process):
11 * sysdep.c:
12 * sysdep.c (set_descriptor_non_blocking):
13 * sysdep.c (setup_pty): Delete ancient FIONBIO code.
14 * systty.h:
15 * s/aix3-1.h:
16 * s/bsd4-1.h:
17 * s/bsd4-2.h:
18 * s/cxux.h:
19 * s/dgux.h:
20 * s/cygwin32.h:
21 * s/esix.h:
22 * s/hpux.h:
23 * s/iris3-5.h:
24 * s/iris3-6.h:
25 * s/irix3-3.h:
26 * s/isc2-2.h:
27 * s/linux.h:
28 * s/ptx.h:
29 * s/rtu.h:
30 * s/sco4.h:
31 * s/sco5.h:
32 * s/template.h:
33 * s/umax.h:
34 * s/umips.h:
35 * s/unipl5-0.h:
36 * s/unipl5-2.h:
37 * s/usg5-0.h:
38 * s/usg5-3.h:
39 * s/usg5-4.h:
40 * s/windowsnt.h:
41 * s/xenix.h:
42 * m/7300.h:
43 * m/delta.h:
44 * m/delta88k.h:
45 * m/dpx2.h:
46 * m/hp800.h:
47 * m/ibmps2-aix.h:
48 * m/ibmrt-aix.h:
49 * m/mips.h:
50 * m/pfa50.h:
51 * m/sps7.h:
52 * m/stride.h:
53 * m/tad68k.h:
54 * m/tekxd88.h:
55 * m/wicat.h:
56 Nuke all references to HAVE_PTYS, SYSV_PTYS, NEED_BSDTTY.
57 All current Unix systems have ptys, and even on systems without
58 ptys, the basic functionality has been sufficiently
59 autoconfiscated that everything should just work anyways.
60
1 2001-05-11 Mike Alexander <mta@arbortext.com> 61 2001-05-11 Mike Alexander <mta@arbortext.com>
2 62
3 * event-msw.c (mswindows_need_event_in_modal_loop): 63 * event-msw.c (mswindows_need_event_in_modal_loop):
4 (mswindows_need_event): 64 (mswindows_need_event):
5 Fix indentation. 65 Fix indentation.