*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 12 Oct 2001 10:10:04 +0200
changeset 985 d643b08463c5
parent 984 1a9ee7a63d3d
child 986 96deeecb60d6
*** empty log message ***
Make.proto
abbrev.stc
libInit.cc
--- a/Make.proto	Fri Oct 12 10:04:30 2001 +0200
+++ b/Make.proto	Fri Oct 12 10:10:04 2001 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic2/Make.proto,v 1.99 2000-12-18 19:33:32 cg Exp $
+# $Header: /cvs/stx/stx/libbasic2/Make.proto,v 1.100 2001-10-12 08:10:04 cg Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -24,60 +24,61 @@
 # these are uncritical - save some bytes by compiling with optspace
 #
 
-NOTINCLUDEDOBJS=                                \
-	ValueLink.$(O)                          \
-	    FileText.$(O)                       \
-	BIG5EncodedString.$(O)                  \
-	GBEncodedString.$(O)                    \
-	KSCEncodedString.$(O)                   \
-	  HPIIPrintStream.$(O)                  \
+NOTINCLUDEDOBJS=                        \
+	ValueLink.$(O)                  \
+	    FileText.$(O)               \
+	BIG5EncodedString.$(O)          \
+	GBEncodedString.$(O)            \
+	KSCEncodedString.$(O)           \
+	  HPIIPrintStream.$(O)          \
 	  FX1PrintStream.$(O)
 
-UNCRITICALOBJS=                                 \
-	HandlerCollection.$(O)                  \
-	MessageChannel.$(O)                     \
-	Promise.$(O)                            \
-	SequenceableCollectionSorter.$(O)       \
-	UnitConverter.$(O)                      \
-	JISEncodedString.$(O)                   \
-	PrinterStream.$(O)                      \
+UNCRITICALOBJS=                         \
+	HandlerCollection.$(O)          \
+	MessageChannel.$(O)             \
+	Promise.$(O)                    \
+	SequenceableCollectionSorter.$(O) \
+	UnitConverter.$(O)              \
+	JISEncodedString.$(O)           \
+	PrinterStream.$(O)              \
 	  PostscriptPrinterStream.$(O)
 
-OBJS=                                           \
-	MappedCollection.$(O)                   \
-	TwoByteString.$(O)                      \
-	  UnicodeString.$(O)           		\
-	  JISEncodedString.$(O)                 \
-	Polygon.$(O)                            \
-	  StringCollection.$(O)                 \
-	RecursionLock.$(O)                      \
-	List.$(O)                               \
-	Queue.$(O)                              \
-	SharedQueue.$(O)                        \
-	CacheDictionary.$(O)                    \
-	RunArray.$(O)                           \
-	Text.$(O)                               \
-	MessageSend.$(O)                        \
-	Socket.$(O)                             \
-	ActorStream.$(O)                        \
-	SoundStream.$(O)                        \
-	PrinterStream.$(O)                      \
-	  PostscriptPrinterStream.$(O)          \
-	TextStream.$(O)                         \
-	UnitConverter.$(O)                      \
-	Random.$(O)                             \
-	WordArray.$(O)                          \
-	SignedWordArray.$(O)                    \
-	IntegerArray.$(O)                       \
-	SignedIntegerArray.$(O)                 \
-	LongIntegerArray.$(O)                   \
-	SignedLongIntegerArray.$(O)             \
-	ZipArchive.$(O)                         \
-	DirectoryContents.$(O)                  \
-	CachingRegistry.$(O)                    \
-	BooleanArray.$(O)                       \
-	BitArray.$(O)                           \
-	Monitor.$(O)                            \
+OBJS=                                   \
+	MappedCollection.$(O)           \
+	TwoByteString.$(O)              \
+	  UnicodeString.$(O)           	\
+	  JISEncodedString.$(O)         \
+	Polygon.$(O)                    \
+	  StringCollection.$(O)         \
+	RecursionLock.$(O)              \
+	List.$(O)                       \
+	Queue.$(O)                      \
+	SharedQueue.$(O)                \
+	CacheDictionary.$(O)            \
+	RunArray.$(O)                   \
+	Iterator.$(O)			\
+	Text.$(O)                       \
+	MessageSend.$(O)                \
+	Socket.$(O)                     \
+	ActorStream.$(O)                \
+	SoundStream.$(O)                \
+	PrinterStream.$(O)              \
+	  PostscriptPrinterStream.$(O)  \
+	TextStream.$(O)                 \
+	UnitConverter.$(O)              \
+	Random.$(O)                     \
+	WordArray.$(O)                  \
+	SignedWordArray.$(O)            \
+	IntegerArray.$(O)               \
+	SignedIntegerArray.$(O)         \
+	LongIntegerArray.$(O)           \
+	SignedLongIntegerArray.$(O)     \
+	ZipArchive.$(O)                 \
+	DirectoryContents.$(O)          \
+	CachingRegistry.$(O)            \
+	BooleanArray.$(O)               \
+	BitArray.$(O)                   \
+	Monitor.$(O)                    \
 	$(LIBBASIC2_PACKAGE_OBJS)
 
 objs::  $(OBJS)
--- a/abbrev.stc	Fri Oct 12 10:04:30 2001 +0200
+++ b/abbrev.stc	Fri Oct 12 10:10:04 2001 +0200
@@ -23,6 +23,7 @@
 IPSocketAddress IPSocketAddress stx:libbasic2 'OS-Sockets'
 IPv6SocketAddress IPv6SocketAddress stx:libbasic2 'OS-Sockets'
 IntegerArray IntegerArray stx:libbasic2 'Collections-Arrayed'
+Iterator Iterator stx:libbasic2 'Collections-Sequenceable'
 JISEncodedString JISEncodedString stx:libbasic2 'Collections-Text'
 KSCEncodedString KSCEncodedString stx:libbasic2 'Collections-Text'
 KeyedCollection KeyedCollection stx:libbasic2 'Collections-Abstract'
--- a/libInit.cc	Fri Oct 12 10:04:30 2001 +0200
+++ b/libInit.cc	Fri Oct 12 10:10:04 2001 +0200
@@ -33,6 +33,7 @@
 _SharedQueue_Init(pass,__pRT__,snd);
 _CacheDictionary_Init(pass,__pRT__,snd);
 _RunArray_Init(pass,__pRT__,snd);
+_Iterator_Init(pass,__pRT__,snd);
 _Text_Init(pass,__pRT__,snd);
 _MessageSend_Init(pass,__pRT__,snd);
 _Socket_Init(pass,__pRT__,snd);