summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-02-05 01:01:55 +1100
committerDamien Miller <djm@mindrot.org>2001-02-05 01:01:55 +1100
commit849e288b8a466c3bd4c050034d9dba0fe442eaa3 (patch)
tree4fd5dcdec9108cbc4c13a8d987984c0b78f4f948 /ChangeLog
parent6d98656e589e8bd5f57cd9af2e82922b9fb4a481 (diff)
- (djm) Use setvbuf() instead of setlinebuf(). Suggest from stevek@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ab110c61..73b4a6973 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,6 +31,7 @@
31 - (djm) Makefile.in fixes 31 - (djm) Makefile.in fixes
32 - (stevesk) add mysignal() wrapper and use it for the protocol 2 32 - (stevesk) add mysignal() wrapper and use it for the protocol 2
33 SIGCHLD handler. 33 SIGCHLD handler.
34 - (djm) Use setvbuf() instead of setlinebuf(). Suggest from stevek@
34 35
3520010103 3620010103
36 - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com> 37 - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>