IOPackage.config
Copyright Ó 1985, 1986, 1987, 1991, 1993 by Xerox Corporation. All rights reserved.
Teitelman, April 20, 1983 3:42 pm
Rovner, May 31, 1983 11:29 am
Birrell, June 7, 1983 10:54 am
MBrown, October 21, 1983 0:01 am
Swinehart, June 25, 1984 1:30:53 pm PDT
Atkinson, February 4, 1985 7:50:28 pm PST
Demers, January 24, 1987 6:47:13 pm PST
Willie-Sue, November 2, 1987 4:55:53 pm PST
JKF August 29, 1988 8:59:56 am PDT
Carl Hauser, December 7, 1988 3:24:08 pm PST
Christian Jacobi, July 25, 1990 8:20 pm PDT
Michael Plass, August 9, 1991 2:11 pm PDT
Doug Wyatt, October 15, 1991 11:01 am PDT
Last tweaked by Mike Spreitzer March 20, 1992 2:29 pm PST
Willie-s, March 5, 1993 3:27 pm PST
IOPackage: CONFIGURATION
IMPORTS Atom, AtomPrivate, Basics, BasicTime, DReal, PreDebug, Process, Real, RefText, Rope, RuntimeError, XNS
EXPORTS Convert, IO, IOClasses, IOErrorFormatting, IOUtils, EchoStream, EditedStream, FanoutStream, TiogaFileIO
CONTROL IOCommonImpl, IOSimpleStreamsImpl, IOScanImpl, IOPrintImpl, IOConvertImpl, IODateAndTimeImpl, IOClassesImpl, IOPipeImpl, IOEditedStreamImpl, TiogaFileIOImpl, FanoutStreamImpl
= BEGIN
IOCommonImpl;
IOSimpleStreamsImpl;
IOScanImpl;
IOPrintImpl;
IOConvertImpl;
IODateAndTimeImpl;
IOClassesImpl;
IOPipeImpl;
IOEditedStreamImpl;
TiogaFileIOImpl;
EchoStreamImpl;
FanoutStreamImpl;
END.
March 5, 1993: WSO - Added FanoutStreamImpl to control list, to avoid start trap.