about summary refs log tree commit diff
path: root/Src/Modules/zpty.c
Commit message (Collapse)AuthorAgeFilesLines
* 18195: Timeouts for read builtin.Peter Stephenson2003-02-051-1/+1
|
* 17582: Improved option argument handling.Peter Stephenson2002-08-271-17/+22
| | | | unposted: Updated version to 4.1.0-dev-6 because of interface change.
* 17297: 17265 continued.Clint Adams2002-06-061-1/+1
|
* 15327: always use local LINENOs in parse_string().Peter Stephenson2001-07-091-1/+1
|
* Fixes from Andrej for zpty on cygwinPeter Stephenson2001-05-081-1/+6
|
* try to make the -t option of zpty smarter (13462)Sven Wischnowsky2001-02-131-5/+11
|
* remove 13108 (trap queues); replace with signal queueing to ensure that user ↵Sven Wischnowsky2001-01-161-2/+2
| | | | signal handlers are only executed when it is safe to run them (13365)
* don't be sure that read-ahead doesn't contains nuls (13163)Sven Wischnowsky2000-11-141-5/+8
|
* use unmetafy() to allow writing special characters into a pty (13156)Sven Wischnowsky2000-11-131-4/+6
|
* Sven: 13108: Handle traps synchronouslyPeter Stephenson2000-11-111-2/+2
| | | | pws: 13109, 13111: clear up zle display when output produced in trap.
* *** empty log message ***Sven Wischnowsky2000-11-081-1/+6
|
* Tweak interactiveness of cloned shell.Bart Schaefer2000-11-061-1/+1
|
* Make zpty more like eval.Bart Schaefer2000-11-061-56/+47
|
* Assorted read_poll() and zpty cleanup.Bart Schaefer2000-11-051-26/+65
|
* Better streaming behavior from `zpty -r', plus other cleanup.Bart Schaefer2000-11-051-43/+20
|
* make non-blocking IO on ptys work again; add -t option to test if command is ↵Sven Wischnowsky2000-10-191-14/+41
| | | | still alive (13035)
* Andrej: don't close slave if not yet open (12084)Sven Wischnowsky2000-06-271-1/+0
|
* Andrej: 12081: zpty under cygwinPeter Stephenson2000-06-271-2/+6
|
* 11426: Src/Modules/zpty.c: don't use #elif.Tanaka Akira2000-05-171-4/+6
|
* 11420: Src/Modules/zpty.c: try more pty device files.Tanaka Akira2000-05-161-4/+7
|
* close fd for pty-master in sub-shellSven Wischnowsky2000-05-081-0/+1
|
* make zpty -r stoppable even when SIGINT is caught (and the handler calls ↵Sven Wischnowsky2000-05-051-1/+1
| | | | return or some such) (11181)
* close dump file descriptors in children (11151)Sven Wischnowsky2000-05-041-0/+2
|
* make pty the controlling terminal of their commands (11144)Sven Wischnowsky2000-05-041-40/+75
|
* 10562, 10581: Complete .src.rpm after rpm --rebuild; note fixed bug; typo.Bart Schaefer2000-04-071-1/+1
|
* Updated from list as far as 10376Peter Stephenson2000-04-011-38/+115
|
* Initial revisionTanaka Akira2000-01-201-0/+564