summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2009-08-28 15:01:20 +1000
committerDarren Tucker <dtucker@zip.com.au>2009-08-28 15:01:20 +1000
commitac9f1b9b89b17c2fbe9361ecd849a1b7df2aa1ee (patch)
treea4c3b7ac2031031aa15676aa301a17739f55b8f9 /ChangeLog
parent86e30a0166f9c9e65983d2c4066873c4181d08c8 (diff)
- (dtucker) [configure.ac] Fix the syntax of the Solaris tcgetattr entry.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 89bfa66a1..525ea8831 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,7 @@
15 - (dtucker) [clientloop.c configure.ac defines.h] Make the client's IO buffer 15 - (dtucker) [clientloop.c configure.ac defines.h] Make the client's IO buffer
16 size a compile-time option and set it to 64k on Cygwin, since Corinna 16 size a compile-time option and set it to 64k on Cygwin, since Corinna
17 reports that it makes a significant difference to performance. ok djm@ 17 reports that it makes a significant difference to performance. ok djm@
18 - (dtucker) [configure.ac] Fix the syntax of the Solaris tcgetattr entry.
18 19
1920090820 2020090820
20 - (dtucker) [includes.h] Bug #1634: do not include system glob.h if we're not 21 - (dtucker) [includes.h] Bug #1634: do not include system glob.h if we're not