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
2022-12-16
51212: remove STOUC() macro
Oliver Kiddle
1
-1
/
+1
2021-01-20
47840: make zpty module work on Cygwin
Peiyuan Song
1
-0
/
+11
2019-12-17
45058: internal: Add symbolic names to possible values of zexit()'s "from_whe...
Daniel Shahaf
1
-1
/
+1
2018-04-24
42708: fix for process substitution.
Peter Stephenson
1
-1
/
+1
2017-09-11
41666: zpty compatibility for OpenBSD
Thierry Ghelew
1
-1
/
+6
2017-02-01
40483 (cf. Eric Freese: 40482): Remove zpty exit hook from forked processes
Barton E. Schaefer
1
-0
/
+2
2017-01-29
40453: signal handler safety for callers of patcompile(PAT_STATIC), which is ...
Barton E. Schaefer
1
-4
/
+10
2016-01-30
37838: use UNUSED() consistently
Jun-ichi Takimoto
1
-1
/
+1
2015-12-10
37378: New bindkey tests.
Peter Stephenson
1
-6
/
+18
2015-12-04
unposted: fix init_io() calls in previous change
Peter Stephenson
1
-1
/
+1
2015-10-29
37014: Improved internal parameter setting.
Peter Stephenson
1
-1
/
+1
2015-08-23
users/20455: do not use posix_openpt() on OpenBSD
Jun-ichi Takimoto
1
-1
/
+2
2015-08-11
36092: return the zpty master file descriptor in $REPLY for use with "zle -F"...
Barton E. Schaefer
1
-0
/
+2
2015-06-03
35360 (replacing 35357): fix for configuring zpty on FreeBSD without
Oliver Kiddle
1
-1
/
+1
2015-06-02
35357: FreeBSD needs HAVE_POSIX_OPENPT for zpty
Baptiste Daroussin
1
-1
/
+1
2014-12-11
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
1
-1
/
+1
2014-11-24
33743: use posix_openpt in zpty if it is available
Oliver Kiddle
1
-0
/
+4
2013-12-16
32131: avoid infinite loop reading pty on platforms that do not buffer output...
Jun T
1
-2
/
+2
2013-08-26
31672: Add test that was failing and fix zpty set-up race
Peter Stephenson
1
-2
/
+28
2013-08-25
31665: zpty should attach terminal on slave.
Peter Stephenson
1
-0
/
+3
2011-05-09
29165: use term.h globally if needed at all.
Peter Stephenson
1
-2
/
+2
2010-05-12
27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxt
Peter Stephenson
1
-1
/
+1
2009-12-16
Check the return value of all pipe(), read(), and write() calls.
Wayne Davison
1
-2
/
+2
2009-09-22
27284: better use of movefd()
Peter Stephenson
1
-0
/
+7
2009-01-13
26301: make zpty -r exit more cleanly on bad reads
Peter Stephenson
1
-13
/
+33
2008-11-18
François Revol: some BeOS fixes
Peter Stephenson
1
-0
/
+3
2008-09-29
users/13295, tweaked: dont reset line numbers when parsing strings, sometimes
Peter Stephenson
1
-1
/
+1
2008-05-15
25040: zpty should display context information more like eval
Peter Stephenson
1
-1
/
+15
2008-01-25
24460: make zpty -rt more consistent by polling before every byte
Peter Stephenson
1
-5
/
+41
2007-07-06
23665: autoloading of module features and related tweaks
Peter Stephenson
1
-3
/
+3
2007-05-28
see 23479: add initial features support for modules
Peter Stephenson
1
-3
/
+27
2006-05-30
22474: use variable argument lists to improve error message handling
Peter Stephenson
1
-14
/
+14
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
[next]