Reimplement unix I/O using buffered stdio instead of unbuffered
authorChris Hanson <org/chris-hanson/cph>
Mon, 29 Feb 1988 01:33:33 +0000 (01:33 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 29 Feb 1988 01:33:33 +0000 (01:33 +0000)
low-level I/O.  The latter had bad performance on TTYs and possibly
other devices as well.

v7/src/microcode/version.h
v8/src/microcode/version.h

index 703985667c38c92ba8f7cb5d4154e43f3a037c2a..e9d4aedc5f0935e5ce41080b9d20be5f6c4a993d 100644 (file)
@@ -1,6 +1,8 @@
 /* -*-C-*-
 
-Copyright (c) 1987 Massachusetts Institute of Technology
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.27 1988/02/29 01:33:33 cph Exp $
+
+Copyright (c) 1988 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -30,9 +32,7 @@ Technology nor of any adaptation thereof in any advertising,
 promotional, or sales literature without prior written consent from
 MIT in each case. */
 
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.26 1988/02/26 18:11:25 cph Exp $
-
-This file contains version information for the microcode. */
+/* This file contains version information for the microcode. */
 \f
 /* Scheme system release version */
 
@@ -46,7 +46,7 @@ This file contains version information for the microcode. */
 #define VERSION                10
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     26
+#define SUBVERSION     27
 #endif
 
 #ifndef UCODE_TABLES_FILENAME
index 4487f57e5912ddbfa5ca922093252071c7ed0f4f..3e7d44a1a3599e992b0b4d8b48310f6ce3e9c2ce 100644 (file)
@@ -1,6 +1,8 @@
 /* -*-C-*-
 
-Copyright (c) 1987 Massachusetts Institute of Technology
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.27 1988/02/29 01:33:33 cph Exp $
+
+Copyright (c) 1988 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -30,9 +32,7 @@ Technology nor of any adaptation thereof in any advertising,
 promotional, or sales literature without prior written consent from
 MIT in each case. */
 
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.26 1988/02/26 18:11:25 cph Exp $
-
-This file contains version information for the microcode. */
+/* This file contains version information for the microcode. */
 \f
 /* Scheme system release version */
 
@@ -46,7 +46,7 @@ This file contains version information for the microcode. */
 #define VERSION                10
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     26
+#define SUBVERSION     27
 #endif
 
 #ifndef UCODE_TABLES_FILENAME