aboutsummaryrefslogtreecommitdiffstats
path: root/util/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'util/ChangeLog')
-rw-r--r--util/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/util/ChangeLog b/util/ChangeLog
index 1f066c763..12b9ba4c6 100644
--- a/util/ChangeLog
+++ b/util/ChangeLog
@@ -1,3 +1,10 @@
+Thu Jul 27 10:02:38 CEST 2000 Werner Koch <[email protected]>
+
+ * iobuf.c: Use setmode() at several places to set stdin and stdout
+ to binary mode for MSDOS based systems
+
+ * iobuf.c (underflow): Initialize dummy_len to keep memory checker happy.
+
Fri Jun 9 10:09:52 CEST 2000 Werner Koch <[email protected]>
* ttyio.c: Simulate termios with termios. By Dave Dykstra.