summaryrefslogtreecommitdiff
path: root/Src/Modules/zpty.c
AgeCommit message (Collapse)AuthorFilesLines
2000-11-06Make zpty more like eval.Bart Schaefer1-56/+47
2000-11-05Assorted read_poll() and zpty cleanup.Bart Schaefer1-26/+65
2000-11-05Better streaming behavior from `zpty -r', plus other cleanup.Bart Schaefer1-43/+20
2000-10-19make non-blocking IO on ptys work again; add -t option to test if command is ↵Sven Wischnowsky1-14/+41
still alive (13035)
2000-06-27Andrej: don't close slave if not yet open (12084)Sven Wischnowsky1-1/+0
2000-06-27Andrej: 12081: zpty under cygwinPeter Stephenson1-2/+6
2000-05-1711426: Src/Modules/zpty.c: don't use #elif.Tanaka Akira1-4/+6
2000-05-1611420: Src/Modules/zpty.c: try more pty device files.Tanaka Akira1-4/+7
2000-05-08close fd for pty-master in sub-shellSven Wischnowsky1-0/+1
2000-05-05make zpty -r stoppable even when SIGINT is caught (and the handler calls ↵Sven Wischnowsky1-1/+1
return or some such) (11181)
2000-05-04close dump file descriptors in children (11151)Sven Wischnowsky1-0/+2
2000-05-04make pty the controlling terminal of their commands (11144)Sven Wischnowsky1-40/+75
2000-04-0710562, 10581: Complete .src.rpm after rpm --rebuild; note fixed bug; typo.Bart Schaefer1-1/+1
2000-04-01Updated from list as far as 10376Peter Stephenson1-38/+115
2000-01-20Initial revisionTanaka Akira1-0/+564