need explicit #initialize (due to startup optimization)
authorClaus Gittinger <cg@exept.de>
Sat, 27 Apr 1996 13:13:12 +0200
changeset 260 427397326fac
parent 259 6d36f3ac42a2
child 261 2fd450dd712f
need explicit #initialize (due to startup optimization)
BIG5EncodedString.st
BIG5String.st
GBEncodedString.st
GBString.st
JISEncodedString.st
JISString.st
--- a/BIG5EncodedString.st	Thu Apr 25 19:02:29 1996 +0200
+++ b/BIG5EncodedString.st	Sat Apr 27 13:13:12 1996 +0200
@@ -17,6 +17,20 @@
 
 ! !
 
+!BIG5EncodedString class methodsFor:'initialization'!
+
+initialize
+    "initialize the class - private"
+
+    self flags:(Behavior flagWords)
+
+    "
+     BIG5EncodedString initialize
+    "
+
+    "Created: 27.4.1996 / 13:12:30 / cg"
+! !
+
 !BIG5EncodedString class methodsFor:'code tables'!
 
 romanBIG5DecoderTable
@@ -75,5 +89,6 @@
 !BIG5EncodedString class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/BIG5EncodedString.st,v 1.3 1996-04-20 21:16:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/BIG5EncodedString.st,v 1.4 1996-04-27 11:12:54 cg Exp $'
 ! !
+BIG5EncodedString initialize!
--- a/BIG5String.st	Thu Apr 25 19:02:29 1996 +0200
+++ b/BIG5String.st	Sat Apr 27 13:13:12 1996 +0200
@@ -17,6 +17,20 @@
 
 ! !
 
+!BIG5EncodedString class methodsFor:'initialization'!
+
+initialize
+    "initialize the class - private"
+
+    self flags:(Behavior flagWords)
+
+    "
+     BIG5EncodedString initialize
+    "
+
+    "Created: 27.4.1996 / 13:12:30 / cg"
+! !
+
 !BIG5EncodedString class methodsFor:'code tables'!
 
 romanBIG5DecoderTable
@@ -75,5 +89,6 @@
 !BIG5EncodedString class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/BIG5String.st,v 1.3 1996-04-20 21:16:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/BIG5String.st,v 1.4 1996-04-27 11:12:54 cg Exp $'
 ! !
+BIG5EncodedString initialize!
--- a/GBEncodedString.st	Thu Apr 25 19:02:29 1996 +0200
+++ b/GBEncodedString.st	Sat Apr 27 13:13:12 1996 +0200
@@ -18,6 +18,20 @@
 
 ! !
 
+!GBEncodedString class methodsFor:'initialization'!
+
+initialize
+    "initialize the class - private"
+
+    self flags:(Behavior flagWords)
+
+    "
+     GBEncodedString initialize
+    "
+
+    "Created: 27.4.1996 / 13:12:17 / cg"
+! !
+
 !GBEncodedString methodsFor:'queries'!
 
 encoding
@@ -32,5 +46,6 @@
 !GBEncodedString class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/GBEncodedString.st,v 1.2 1996-04-20 21:17:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/GBEncodedString.st,v 1.3 1996-04-27 11:13:05 cg Exp $'
 ! !
+GBEncodedString initialize!
--- a/GBString.st	Thu Apr 25 19:02:29 1996 +0200
+++ b/GBString.st	Sat Apr 27 13:13:12 1996 +0200
@@ -18,6 +18,20 @@
 
 ! !
 
+!GBEncodedString class methodsFor:'initialization'!
+
+initialize
+    "initialize the class - private"
+
+    self flags:(Behavior flagWords)
+
+    "
+     GBEncodedString initialize
+    "
+
+    "Created: 27.4.1996 / 13:12:17 / cg"
+! !
+
 !GBEncodedString methodsFor:'queries'!
 
 encoding
@@ -32,5 +46,6 @@
 !GBEncodedString class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/GBString.st,v 1.2 1996-04-20 21:17:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/GBString.st,v 1.3 1996-04-27 11:13:05 cg Exp $'
 ! !
+GBEncodedString initialize!
--- a/JISEncodedString.st	Thu Apr 25 19:02:29 1996 +0200
+++ b/JISEncodedString.st	Sat Apr 27 13:13:12 1996 +0200
@@ -53,6 +53,20 @@
 "
 ! !
 
+!JISEncodedString class methodsFor:'initialization'!
+
+initialize
+    "initialize the class - private"
+
+    self flags:(Behavior flagWords)
+
+    "
+     JISEncodedString initialize
+    "
+
+    "Created: 27.4.1996 / 13:12:02 / cg"
+! !
+
 !JISEncodedString class methodsFor:'code tables'!
 
 romanJISDecoderTable
@@ -127,5 +141,6 @@
 !JISEncodedString class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/JISEncodedString.st,v 1.8 1996-04-25 16:11:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/JISEncodedString.st,v 1.9 1996-04-27 11:13:12 cg Exp $'
 ! !
+JISEncodedString initialize!
--- a/JISString.st	Thu Apr 25 19:02:29 1996 +0200
+++ b/JISString.st	Sat Apr 27 13:13:12 1996 +0200
@@ -53,6 +53,20 @@
 "
 ! !
 
+!JISEncodedString class methodsFor:'initialization'!
+
+initialize
+    "initialize the class - private"
+
+    self flags:(Behavior flagWords)
+
+    "
+     JISEncodedString initialize
+    "
+
+    "Created: 27.4.1996 / 13:12:02 / cg"
+! !
+
 !JISEncodedString class methodsFor:'code tables'!
 
 romanJISDecoderTable
@@ -127,5 +141,6 @@
 !JISEncodedString class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/JISString.st,v 1.8 1996-04-25 16:11:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/JISString.st,v 1.9 1996-04-27 11:13:12 cg Exp $'
 ! !
+JISEncodedString initialize!