summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2009-08-28 11:02:37 +1000
committerDarren Tucker <dtucker@zip.com.au>2009-08-28 11:02:37 +1000
commit3980b636312516ee823e84e884dadbc86e6795d3 (patch)
tree9831ee718e444151d57aae8f045db8e4ff04ce76 /ChangeLog
parent7d4a2685f78440f09d25bf3fc7236a5f99af208a (diff)
- (dtucker) [channels.c configure.ac] Bug #1528: skip the tcgetattr call on
the pty master on Solaris, since it never succeeds and can hang if large amounts of data is sent to the slave (eg a copy-paste). Based on a patch originally from Doke Scott, ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 90da28c17..e24f73274 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,10 @@
8 attempting atomic rename(); ok dtucker@ 8 attempting atomic rename(); ok dtucker@
9 - (djm) [Makefile.in] bz#1505: Solaris make(1) doesn't accept make variables 9 - (djm) [Makefile.in] bz#1505: Solaris make(1) doesn't accept make variables
10 in argv, so pass them in the environment; ok dtucker@ 10 in argv, so pass them in the environment; ok dtucker@
11 - (dtucker) [channels.c configure.ac] Bug #1528: skip the tcgetattr call on
12 the pty master on Solaris, since it never succeeds and can hang if large
13 amounts of data is sent to the slave (eg a copy-paste). Based on a patch
14 originally from Doke Scott, ok djm@
11 15
1220090820 1620090820
13 - (dtucker) [includes.h] Bug #1634: do not include system glob.h if we're not 17 - (dtucker) [includes.h] Bug #1634: do not include system glob.h if we're not