• Fred Drake's avatar
    Thomas Wouters <thomas@xs4all.net>: · 8cef4cf7
    Fred Drake yazdı
    This patch adds the openpty() and forkpty() library calls to posixmodule.c,
    when they are available on the target
    system. (glibc-2.1-based Linux systems, FreeBSD and BSDI at least, probably
    the other BSD-based systems as well.)
    
    Lib/pty.py is also rewritten to use openpty when available, but falls
    back to the old SGI method or the "manual" BSD open-a-pty
    code. Openpty() is necessary to use the Unix98 ptys under Linux 2.2,
    or when using non-standard tty names under (at least) BSDI, which is
    why I needed it, myself ;-) forkpty() is included for symmetry.
    8cef4cf7
Adı
Son kayıt (commit)
Son güncelleme
BeOS Loading commit data...
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.cvsignore Loading commit data...
.hgtags Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...