stx_libbasic.st
branchjv
changeset 17834 04ff72c5039a
parent 17829 456b0a794264
child 17841 7abcc4aef871
equal deleted inserted replaced
17833:1602a49e146e 17834:04ff72c5039a
   488         Symbol
   488         Symbol
   489         Unicode16String
   489         Unicode16String
   490         #'CharacterEncoderImplementations::EBCDIC'
   490         #'CharacterEncoderImplementations::EBCDIC'
   491         SameForAllNotification
   491         SameForAllNotification
   492         UtcTimestamp
   492         UtcTimestamp
       
   493         InvalidPatchError
       
   494         AbortAllOperationWantedQuery
   493     )
   495     )
       
   496 
       
   497     "Modified: / 09-02-2011 / 11:44:49 / cg"
   494 !
   498 !
   495 
   499 
   496 extensionMethodNames
   500 extensionMethodNames
   497     "lists the extension methods which are to be included in the project.
   501     "lists the extension methods which are to be included in the project.
   498      Entries are 2-element array literals, consisting of class-name and selector."
   502      Entries are 2-element array literals, consisting of class-name and selector."
   527 
   531 
   528 svnRevisionNr
   532 svnRevisionNr
   529     "Return a SVN revision number of myself.
   533     "Return a SVN revision number of myself.
   530      This number is updated after a commit"
   534      This number is updated after a commit"
   531 
   535 
   532     ^ "$SVN-Revision:"'10621M'"$"
   536     ^ "$SVN-Revision:"'10631M'"$"
   533 ! !
   537 ! !
   534 
   538 
   535 !stx_libbasic class methodsFor:'documentation'!
   539 !stx_libbasic class methodsFor:'documentation'!
   536 
   540 
   537 version
   541 version
   538     ^ '$Id: stx_libbasic.st 10622 2011-03-14 12:10:14Z vranyj1 $'
   542     ^ '$Id: stx_libbasic.st 10632 2011-04-09 17:19:04Z vranyj1 $'
   539 !
   543 !
   540 
   544 
   541 version_CVS
   545 version_CVS
   542     ^ 'Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.80 2011/02/01 10:58:58 cg Exp '
   546     ^ 'Header: /var/local/cvs/stx/libbasic/stx_libbasic.st,v 1.82 2011-02-09 10:46:16 cg Exp '
   543 !
   547 !
   544 
   548 
   545 version_SVN
   549 version_SVN
   546     ^ '$Id: stx_libbasic.st 10622 2011-03-14 12:10:14Z vranyj1 $'
   550     ^ '$Id: stx_libbasic.st 10632 2011-04-09 17:19:04Z vranyj1 $'
   547 ! !
   551 ! !
   548 
   552 
   549 
   553 
   550 
   554 
       
   555