automatic checkIn
authorClaus Gittinger <cg@exept.de>
Fri, 21 May 2010 15:54:39 +0200
changeset 2457 42caf9f4ce85
parent 2456 60e20da793bd
child 2458 8c1955020123
automatic checkIn
stx_libbasic2.st
--- a/stx_libbasic2.st	Fri May 21 15:54:36 2010 +0200
+++ b/stx_libbasic2.st	Fri May 21 15:54:39 2010 +0200
@@ -42,7 +42,7 @@
 !
 
 extensionsVersion_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.66 2009-12-14 14:20:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.67 2010-05-21 13:54:39 cg Exp $'
 ! !
 
 !stx_libbasic2 class methodsFor:'description'!
@@ -147,7 +147,7 @@
         (BIG5EncodedString autoload)
         (BZip2Stream unix autoload)
         BaseNCoder
-        Bezier 
+        Bezier
         BinaryTree
         BinaryTreeNode
         BitArray
@@ -182,7 +182,7 @@
         (LazyCons autoload)
         (LazyValue autoload)
         LineSegment
-        Bezier2Segment 
+        Bezier2Segment
         List
         MappedCollection
         (MessageChannel autoload)
@@ -213,8 +213,8 @@
         SocketAddress
         SocketAddressInfo
         SoundStream
-        Spline 
-        ArrowedSpline 
+        Spline
+        ArrowedSpline
         (SplittingWriteStream autoload)
         Stack
         Text
@@ -260,7 +260,7 @@
         StringUtilities
         AATree
         AATreeNode
-        BTree 
+        BTree
         TSTree
         TreeSet
         Lazy
@@ -271,6 +271,7 @@
         FilteringStream
         LineNumberReadStream
         FilteringLineStream
+        MultiReadStream
     )
 !
 
@@ -321,9 +322,9 @@
 !stx_libbasic2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.66 2009-12-14 14:20:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.67 2010-05-21 13:54:39 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.66 2009-12-14 14:20:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.67 2010-05-21 13:54:39 cg Exp $'
 ! !