automatic checkIn
authorClaus Gittinger <cg@exept.de>
Thu, 07 Dec 2006 17:51:10 +0100
changeset 10247 dadc23116a80
parent 10246 86cdd013e818
child 10248 c00913f343f1
automatic checkIn
stx_libbasic.st
--- a/stx_libbasic.st	Thu Dec 07 17:51:09 2006 +0100
+++ b/stx_libbasic.st	Thu Dec 07 17:51:10 2006 +0100
@@ -323,6 +323,7 @@
         QueryWithoutDefault
         RangeError
         ReadError
+        ReadEvalPrintLoop
         ReadOnlySequenceableCollection
         ReadStream
         ReadWriteStream
@@ -405,10 +406,13 @@
         WrongProceedabilityError
         YesToAllConfirmation
         ZeroDivide
+        TwoByteString
+        Unicode16String
+        PackageId
         #'stx_libbasic'
     )
 
-    "Modified: / 23-10-2006 / 13:26:47 / cg"
+    "Modified: / 07-12-2006 / 17:49:48 / cg"
 ! !
 
 !stx_libbasic class methodsFor:'description - project information'!
@@ -440,5 +444,5 @@
 !stx_libbasic class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.28 2006-10-23 11:26:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.29 2006-12-07 16:51:10 cg Exp $'
 ! !