comparison ChangeLog @ 13040:320f40c27bf5

forkpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
author Bruno Haible <bruno@clisp.org>
date Mon, 22 Mar 2010 02:46:57 +0100
parents a5feaf571140
children 3c571b86f200
comparison
equal deleted inserted replaced
13039:a5feaf571140 13040:320f40c27bf5
1 2010-03-21 Bruno Haible <bruno@clisp.org>
2
3 forkpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
4 * lib/forkpty.c (forkpty): New replacement function, from glibc with
5 modifications.
6 * lib/pty.in.h (forkpty): Update declaration. Add comments.
7 * m4/pty.m4 (gl_FORKPTY): If forkpty is not declared, arrange to
8 provide the replacement.
9 * modules/forkpty (Depends-on): Add openpty, login_tty.
10 * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_FORKPTY.
11 * modules/pty (Makefile.am): Substitute HAVE_FORKPTY.
12 * doc/glibc-functions/forkpty.texi: More supported platforms.
13 * config/srclist.txt: Add forkpty.c (commented).
14
1 2010-03-21 Bruno Haible <bruno@clisp.org> 15 2010-03-21 Bruno Haible <bruno@clisp.org>
2 16
3 * modules/forkpty-tests: Use the common TEMPLATE-TESTS. 17 * modules/forkpty-tests: Use the common TEMPLATE-TESTS.
4 (Makefile.am): Verify that PTY_LIB is defined. 18 (Makefile.am): Verify that PTY_LIB is defined.
5 19