index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Modules
/
zpty.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Joerg Sonnenberger: 21252: Dragonfly BSD support
Oliver Kiddle
2005-05-11
1
-5
/
+3
*
Marked unused parameters with the new UNUSED() macro.
Wayne Davison
2004-06-02
1
-4
/
+4
*
19629: fix zpty on HP-UX
Peter Stephenson
2004-03-16
1
-6
/
+23
*
Got rid of an unused-variable compiler-warning.
Wayne Davison
2004-02-26
1
-1
/
+2
*
19456: Fix ptmx tests, again.
Peter Stephenson
2004-02-20
1
-3
/
+2
*
19429: configure test for ptmx
Peter Stephenson
2004-02-17
1
-9
/
+11
*
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
*
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
*
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
*
*** 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
*
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 retu...
Sven Wischnowsky
2000-05-05
1
-1
/
+1
*
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