packages
authorClaus Gittinger <cg@exept.de>
Fri, 08 Nov 1996 22:16:44 +0100
changeset 457 c862c91716b6
parent 456 37b86d48d290
child 458 334717e783a1
packages
Future.st
Iterator.st
Lazy.st
OrderedDictionary.st
--- a/Future.st	Wed Nov 06 15:40:45 1996 +0100
+++ b/Future.st	Fri Nov 08 22:16:44 1996 +0100
@@ -1,3 +1,5 @@
+"{ Package: 'goodies/Parallelism-Futures' }"
+
 "       NAME            Parallelism
 	AUTHOR          tph@cs.man.ac.uk
 	FUNCTION throttled Futures; lazy eval; explicit pa'l'l procs 
--- a/Iterator.st	Wed Nov 06 15:40:45 1996 +0100
+++ b/Iterator.st	Fri Nov 08 22:16:44 1996 +0100
@@ -1,3 +1,5 @@
+"{ Package: 'goodies/Collections-Iterator' }"
+
 "
  COPYRIGHT.
  The above file is a Manchester Goodie protected by copyright.
@@ -315,5 +317,5 @@
 !Iterator class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Iterator.st,v 1.4 1996-05-25 14:21:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Iterator.st,v 1.5 1996-11-08 21:16:25 cg Exp $'
 ! !
--- a/Lazy.st	Wed Nov 06 15:40:45 1996 +0100
+++ b/Lazy.st	Fri Nov 08 22:16:44 1996 +0100
@@ -1,3 +1,5 @@
+"{ Package: 'goodies/Parallelism-Lazy' }"
+
 "       NAME            Parallelism
 	AUTHOR          tph@cs.man.ac.uk
 	FUNCTION throttled Futures; lazy eval; explicit pa'l'l procs 
--- a/OrderedDictionary.st	Wed Nov 06 15:40:45 1996 +0100
+++ b/OrderedDictionary.st	Fri Nov 08 22:16:44 1996 +0100
@@ -1,3 +1,5 @@
+"{ Package: 'goodies/Collections-OrderedDictionary' }"
+
 "       NAME            OrderedDictionary
 	AUTHOR          Ifor Wyn Williams <ifor@uk.ac.man.cs>
 	CONTRIBUTOR     Ifor Wyn Williams <ifor@uk.ac.man.cs>