summaryrefslogtreecommitdiff
path: root/Src/Modules/zpty.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-1632131: avoid infinite loop reading pty on platforms that do not buffer output...Jun T1-2/+2
2013-08-2631672: Add test that was failing and fix zpty set-up racePeter Stephenson1-2/+28
2013-08-2531665: zpty should attach terminal on slave.Peter Stephenson1-0/+3
2011-05-0929165: use term.h globally if needed at all.Peter Stephenson1-2/+2
2010-05-1227951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxtPeter Stephenson1-1/+1
2009-12-16Check the return value of all pipe(), read(), and write() calls.Wayne Davison1-2/+2
2009-09-2227284: better use of movefd()Peter Stephenson1-0/+7
2009-01-1326301: make zpty -r exit more cleanly on bad readsPeter Stephenson1-13/+33
2008-11-18François Revol: some BeOS fixesPeter Stephenson1-0/+3
2008-09-29users/13295, tweaked: dont reset line numbers when parsing strings, sometimesPeter Stephenson1-1/+1
2008-05-1525040: zpty should display context information more like evalPeter Stephenson1-1/+15
2008-01-2524460: make zpty -rt more consistent by polling before every bytePeter Stephenson1-5/+41
2007-07-0623665: autoloading of module features and related tweaksPeter Stephenson1-3/+3
2007-05-28see 23479: add initial features support for modulesPeter Stephenson1-3/+27
2006-05-3022474: use variable argument lists to improve error message handlingPeter Stephenson1-14/+14
2005-05-11Joerg Sonnenberger: 21252: Dragonfly BSD supportOliver Kiddle1-5/+3
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-4/+4
2004-03-1619629: fix zpty on HP-UXPeter Stephenson1-6/+23
2004-02-26Got rid of an unused-variable compiler-warning.Wayne Davison1-1/+2
2004-02-2019456: Fix ptmx tests, again.Peter Stephenson1-3/+2
2004-02-1719429: configure test for ptmxPeter Stephenson1-9/+11
2003-02-0518195: Timeouts for read builtin.Peter Stephenson1-1/+1
2002-08-2717582: Improved option argument handling.Peter Stephenson1-17/+22
2002-06-0617297: 17265 continued.Clint Adams1-1/+1
2001-07-0915327: always use local LINENOs in parse_string().Peter Stephenson1-1/+1
2001-05-08Fixes from Andrej for zpty on cygwinPeter Stephenson1-1/+6
2001-02-13try to make the -t option of zpty smarter (13462)Sven Wischnowsky1-5/+11
2001-01-16remove 13108 (trap queues); replace with signal queueing to ensure that user ...Sven Wischnowsky1-2/+2
2000-11-14don't be sure that read-ahead doesn't contains nuls (13163)Sven Wischnowsky1-5/+8
2000-11-13use unmetafy() to allow writing special characters into a pty (13156)Sven Wischnowsky1-4/+6
2000-11-11Sven: 13108: Handle traps synchronouslyPeter Stephenson1-2/+2
2000-11-08*** empty log message ***Sven Wischnowsky1-1/+6
2000-11-06Tweak interactiveness of cloned shell.Bart Schaefer1-1/+1
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
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 retu...Sven Wischnowsky1-1/+1
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