index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Modules
/
zpty.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-05-11
Joerg Sonnenberger: 21252: Dragonfly BSD support
Oliver Kiddle
1
-5
/
+3
2004-06-02
Marked unused parameters with the new UNUSED() macro.
Wayne Davison
1
-4
/
+4
2004-03-16
19629: fix zpty on HP-UX
Peter Stephenson
1
-6
/
+23
2004-02-26
Got rid of an unused-variable compiler-warning.
Wayne Davison
1
-1
/
+2
2004-02-20
19456: Fix ptmx tests, again.
Peter Stephenson
1
-3
/
+2
2004-02-17
19429: configure test for ptmx
Peter Stephenson
1
-9
/
+11
2003-02-05
18195: Timeouts for read builtin.
Peter Stephenson
1
-1
/
+1
2002-08-27
17582: Improved option argument handling.
Peter Stephenson
1
-17
/
+22
2002-06-06
17297: 17265 continued.
Clint Adams
1
-1
/
+1
2001-07-09
15327: always use local LINENOs in parse_string().
Peter Stephenson
1
-1
/
+1
2001-05-08
Fixes from Andrej for zpty on cygwin
Peter Stephenson
1
-1
/
+6
2001-02-13
try to make the -t option of zpty smarter (13462)
Sven Wischnowsky
1
-5
/
+11
2001-01-16
remove 13108 (trap queues); replace with signal queueing to ensure that user ...
Sven Wischnowsky
1
-2
/
+2
2000-11-14
don't be sure that read-ahead doesn't contains nuls (13163)
Sven Wischnowsky
1
-5
/
+8
2000-11-13
use unmetafy() to allow writing special characters into a pty (13156)
Sven Wischnowsky
1
-4
/
+6
2000-11-11
Sven: 13108: Handle traps synchronously
Peter Stephenson
1
-2
/
+2
2000-11-08
*** empty log message ***
Sven Wischnowsky
1
-1
/
+6
2000-11-06
Tweak interactiveness of cloned shell.
Bart Schaefer
1
-1
/
+1
2000-11-06
Make zpty more like eval.
Bart Schaefer
1
-56
/
+47
2000-11-05
Assorted read_poll() and zpty cleanup.
Bart Schaefer
1
-26
/
+65
2000-11-05
Better streaming behavior from `zpty -r', plus other cleanup.
Bart Schaefer
1
-43
/
+20
2000-10-19
make non-blocking IO on ptys work again; add -t option to test if command is ...
Sven Wischnowsky
1
-14
/
+41
2000-06-27
Andrej: don't close slave if not yet open (12084)
Sven Wischnowsky
1
-1
/
+0
2000-06-27
Andrej: 12081: zpty under cygwin
Peter Stephenson
1
-2
/
+6
2000-05-17
11426: Src/Modules/zpty.c: don't use #elif.
Tanaka Akira
1
-4
/
+6
2000-05-16
11420: Src/Modules/zpty.c: try more pty device files.
Tanaka Akira
1
-4
/
+7
2000-05-08
close fd for pty-master in sub-shell
Sven Wischnowsky
1
-0
/
+1
2000-05-05
make zpty -r stoppable even when SIGINT is caught (and the handler calls retu...
Sven Wischnowsky
1
-1
/
+1
2000-05-04
close dump file descriptors in children (11151)
Sven Wischnowsky
1
-0
/
+2
2000-05-04
make pty the controlling terminal of their commands (11144)
Sven Wischnowsky
1
-40
/
+75
2000-04-07
10562, 10581: Complete .src.rpm after rpm --rebuild; note fixed bug; typo.
Bart Schaefer
1
-1
/
+1
2000-04-01
Updated from list as far as 10376
Peter Stephenson
1
-38
/
+115
2000-01-20
Initial revision
Tanaka Akira
1
-0
/
+564