Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 18195: Timeouts for read builtin. | Peter Stephenson | 2003-02-05 | 1 | -1/+1 |
| | |||||
* | 17582: Improved option argument handling. | Peter Stephenson | 2002-08-27 | 1 | -17/+22 |
| | | | | unposted: Updated version to 4.1.0-dev-6 because of interface change. | ||||
* | 17297: 17265 continued. | Clint Adams | 2002-06-06 | 1 | -1/+1 |
| | |||||
* | 15327: always use local LINENOs in parse_string(). | Peter Stephenson | 2001-07-09 | 1 | -1/+1 |
| | |||||
* | Fixes from Andrej for zpty on cygwin | Peter Stephenson | 2001-05-08 | 1 | -1/+6 |
| | |||||
* | try to make the -t option of zpty smarter (13462) | Sven Wischnowsky | 2001-02-13 | 1 | -5/+11 |
| | |||||
* | remove 13108 (trap queues); replace with signal queueing to ensure that user ↵ | Sven Wischnowsky | 2001-01-16 | 1 | -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 Wischnowsky | 2000-11-14 | 1 | -5/+8 |
| | |||||
* | use unmetafy() to allow writing special characters into a pty (13156) | Sven Wischnowsky | 2000-11-13 | 1 | -4/+6 |
| | |||||
* | Sven: 13108: Handle traps synchronously | Peter Stephenson | 2000-11-11 | 1 | -2/+2 |
| | | | | pws: 13109, 13111: clear up zle display when output produced in trap. | ||||
* | *** empty log message *** | Sven Wischnowsky | 2000-11-08 | 1 | -1/+6 |
| | |||||
* | Tweak interactiveness of cloned shell. | Bart Schaefer | 2000-11-06 | 1 | -1/+1 |
| | |||||
* | Make zpty more like eval. | Bart Schaefer | 2000-11-06 | 1 | -56/+47 |
| | |||||
* | Assorted read_poll() and zpty cleanup. | Bart Schaefer | 2000-11-05 | 1 | -26/+65 |
| | |||||
* | Better streaming behavior from `zpty -r', plus other cleanup. | Bart Schaefer | 2000-11-05 | 1 | -43/+20 |
| | |||||
* | make non-blocking IO on ptys work again; add -t option to test if command is ↵ | Sven Wischnowsky | 2000-10-19 | 1 | -14/+41 |
| | | | | still alive (13035) | ||||
* | Andrej: don't close slave if not yet open (12084) | Sven Wischnowsky | 2000-06-27 | 1 | -1/+0 |
| | |||||
* | Andrej: 12081: zpty under cygwin | Peter Stephenson | 2000-06-27 | 1 | -2/+6 |
| | |||||
* | 11426: Src/Modules/zpty.c: don't use #elif. | Tanaka Akira | 2000-05-17 | 1 | -4/+6 |
| | |||||
* | 11420: Src/Modules/zpty.c: try more pty device files. | Tanaka Akira | 2000-05-16 | 1 | -4/+7 |
| | |||||
* | close fd for pty-master in sub-shell | Sven Wischnowsky | 2000-05-08 | 1 | -0/+1 |
| | |||||
* | make zpty -r stoppable even when SIGINT is caught (and the handler calls ↵ | Sven Wischnowsky | 2000-05-05 | 1 | -1/+1 |
| | | | | return or some such) (11181) | ||||
* | close dump file descriptors in children (11151) | Sven Wischnowsky | 2000-05-04 | 1 | -0/+2 |
| | |||||
* | make pty the controlling terminal of their commands (11144) | Sven Wischnowsky | 2000-05-04 | 1 | -40/+75 |
| | |||||
* | 10562, 10581: Complete .src.rpm after rpm --rebuild; note fixed bug; typo. | Bart Schaefer | 2000-04-07 | 1 | -1/+1 |
| | |||||
* | Updated from list as far as 10376 | Peter Stephenson | 2000-04-01 | 1 | -38/+115 |
| | |||||
* | Initial revision | Tanaka Akira | 2000-01-20 | 1 | -0/+564 |