From 14fe0273ce596311f4e3febf5e09c75e322b365d Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 29 Feb 1988 01:33:33 +0000 Subject: [PATCH] Reimplement unix I/O using buffered stdio instead of unbuffered low-level I/O. The latter had bad performance on TTYs and possibly other devices as well. --- v7/src/microcode/version.h | 10 +++++----- v8/src/microcode/version.h | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 703985667..e9d4aedc5 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -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. */ /* 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 diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index 4487f57e5..3e7d44a1a 100644 --- a/v8/src/microcode/version.h +++ b/v8/src/microcode/version.h @@ -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. */ /* 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 -- 2.25.1