ByteArray.st
branchjv
changeset 17751 b2273fa8d59f
parent 17742 3fef0ed4c2d5
child 17754 5322906cdb6a
--- a/ByteArray.st	Sat Feb 13 18:48:33 2010 +0000
+++ b/ByteArray.st	Sat Feb 13 23:34:44 2010 +0000
@@ -173,6 +173,7 @@
     "Modified: 23.4.1996 / 15:56:25 / cg"
 ! !
 
+
 !ByteArray methodsFor:'Compatibility-Squeak'!
 
 bitXor:aByteArray
@@ -3196,6 +3197,7 @@
     "
 ! !
 
+
 !ByteArray methodsFor:'searching'!
 
 indexOf:aByte startingAt:start
@@ -3251,6 +3253,8 @@
     "
 ! !
 
+
+
 !ByteArray methodsFor:'testing'!
 
 isByteArray
@@ -3278,13 +3282,14 @@
 !ByteArray class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ByteArray.st 10489 2009-12-27 20:16:54Z vranyj1 $'
+    ^ '$Id: ByteArray.st 10501 2010-02-13 23:34:44Z vranyj1 $'
 !
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libbasic/ByteArray.st,v 1.198 2009/12/15 21:35:21 stefan Exp §'
+    ^ '§Header: /cvs/stx/stx/libbasic/ByteArray.st,v 1.199 2010/02/10 17:37:56 cg Exp §'
 ! !
 
 
 
 
+