stx_libbasic.st
branchjv
changeset 17807 06cc6c49e291
parent 17802 16f86e6a8266
child 17814 b75a7f0c346b
--- a/stx_libbasic.st	Tue Nov 09 13:54:57 2010 +0000
+++ b/stx_libbasic.st	Tue Nov 09 16:24:28 2010 +0000
@@ -487,6 +487,8 @@
         PipeStream
         Symbol
         Unicode16String
+        #'CharacterEncoderImplementations::EBCDIC'
+        SameForAllNotification
     )
 !
 
@@ -526,19 +528,20 @@
     "Return a SVN revision number of myself.
      This number is updated after a commit"
 
-    ^ "$SVN-Revision:"'10581M'"$"
+    ^ "$SVN-Revision:"'10589M'"$"
 ! !
 
 !stx_libbasic class methodsFor:'documentation'!
 
 version
-    ^ '$Id: stx_libbasic.st 10582 2010-10-15 07:53:41Z vranyj1 $'
+    ^ '$Id: stx_libbasic.st 10590 2010-11-09 16:24:28Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.75 2010/08/20 10:18:46 cg Exp '
+    ^ 'Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.78 2010-10-14 08:42:44 cg Exp '
 !
 
 version_SVN
-    ^ '$Id: stx_libbasic.st 10582 2010-10-15 07:53:41Z vranyj1 $'
+    ^ '$Id: stx_libbasic.st 10590 2010-11-09 16:24:28Z vranyj1 $'
 ! !
+