diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 | ||
12 | 20090820 | 16 | 20090820 |
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 |