-- Misc.config
-- Last edited by: Levin on: 28-Apr-82  9:57:26

PACK -- resident code
ResidentHeapImpl, StreamImpl, UtilitiesImpl, ZoneImpl;

Misc: CONFIGURATION LINKS: CODE
  IMPORTS PilotSwitches, Process, ResidentMemory, Runtime, RuntimeInternal,
    Space, SpecialSpace, SystemInternal, Transaction
  EXPORTS ALL =
BEGIN

HeapImpl;

ResidentHeapImpl;

StreamImpl;

UtilitiesImpl;

ZoneImpl;

END.

LOG
(For earlier log entries see Teak archive version.)
Time: January 27, 1980  6:26 PM	By: Forrest
	Action: Export Space
Time: January 28, 1980  1:33 PM By: Forrest
	Action: Eliminate export of Space
Time: January 28, 1980  4:47 PM	By: Forrest
	Action: Import SystemInternal for new StreamImpl
Time: April 30, 1980  4:51 PM	By: Forrest
	Action: Move PPDataImpl to RuntimePerf.config
Time: June 26, 1980  9:48 AM	By: McJones
	Action: Add HeapImpl; import PilotSwitches, Transaction
Time: July 22, 1980  4:12 PM	By: Fay
	Action: Export SpecialHeap.
Time: September 15, 1980  11:05 AM	By: Forrest
	Action: Links: CODE.
Time: December 23, 1980  10:35 AM	By: Randy
	Action: Export ZoneInternal.
Time: 28-Apr-82  9:57:26	By: Levin
	Action: EXPORTS ALL.