BasicPackages.config
Copyright Ó 1985, 1986, 1987, 1989, 1991, 1992 by Xerox Corporation. All rights reserved.
L. Stewart, January 14, 1984 4:00 pm
Rovner On December 6, 1983 10:54 pm
Russ Atkinson (RRA) May 8, 1985 9:19:51 pm PDT
Doug Wyatt, February 6, 1987 5:41:36 pm PST
Carl Hauser, July 12, 1988 8:28:22 pm PDT
JKF August 1, 1988 1:07:21 pm PDT
Foote, November 21, 1988 6:03:01 pm PST
Michael Plass, November 6, 1992 11:17 am PST
Chauser, March 22, 1990 1:59 pm PST
Willie-s, August 28, 1991 5:31 pm PDT
Christian Jacobi, July 24, 1992 2:47 pm PDT
BasicPackages: CONFIGURATION
IMPORTS Basics, Convert, DReal, Finalize, FinalizeOps, IO, List, ProcessProps, Real, Rope, SymTab, UnixSysCallExtensions, UXStrings, UXEnviron, VM
EXPORTS ALL
CONTROL PropImpl, CommanderImpl, PriorityQueueImpl, RopeFileImpl, RopeListImpl, RedBlackTreeImpl, ScaledImpl, UnixEnvironImpl
= BEGIN
PropImpl;
CommanderImpl;
PriorityQueueImpl;
RopeFileImpl;
RopeFileStreamImpl;
RopeListImpl;
RedBlackTreeImpl;
ScaledImpl;
UnixEnvironImpl;
END.
Willie-s, August 8, 1991 3:39:27 pm PDT
added UnixEnvironImpl