stx_libbasic.st
changeset 14400 03969c4b3ea2
parent 14281 9b5dae5f0925
child 14424 4fd458a53915
equal deleted inserted replaced
14399:efc745b3589a 14400:03969c4b3ea2
   374         SignalSet
   374         SignalSet
   375         SnapshotError
   375         SnapshotError
   376         SortedCollection
   376         SortedCollection
   377         StringCollection
   377         StringCollection
   378         TerminateProcessRequest
   378         TerminateProcessRequest
   379         UninterpretedBytes
       
   380         UserConfirmation
   379         UserConfirmation
   381         UserInformation
   380         UserInformation
   382         VMInternalError
   381         VMInternalError
   383         VarArgBlock
   382         VarArgBlock
   384         Warning
   383         Warning
   501         Complex
   500         Complex
   502         ConfigurableFeatures
   501         ConfigurableFeatures
   503         FileDoesNotExistException
   502         FileDoesNotExistException
   504         MiniLogger
   503         MiniLogger
   505         MethodWithBreakpoints
   504         MethodWithBreakpoints
       
   505         IsDebuggingQuery
       
   506         (UnixFileDescriptorHandle unix)
       
   507         (UnixFileHandle unix)
       
   508         (UnixOperatingSystem unix)
   506     )
   509     )
   507 !
   510 !
   508 
   511 
   509 extensionMethodNames
   512 extensionMethodNames
   510     "lists the extension methods which are to be included in the project.
   513     "lists the extension methods which are to be included in the project.
   546 ! !
   549 ! !
   547 
   550 
   548 !stx_libbasic class methodsFor:'documentation'!
   551 !stx_libbasic class methodsFor:'documentation'!
   549 
   552 
   550 version
   553 version
   551     ^ '$Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.102 2012-08-02 19:53:21 cg Exp $'
   554     ^ '$Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.103 2012-10-18 13:48:59 stefan Exp $'
   552 !
   555 !
   553 
   556 
   554 version_CVS
   557 version_CVS
   555     ^ '$Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.102 2012-08-02 19:53:21 cg Exp $'
   558     ^ '$Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.103 2012-10-18 13:48:59 stefan Exp $'
   556 !
   559 !
   557 
   560 
   558 version_SVN
   561 version_SVN
   559     ^ '§ Id: stx_libbasic.st 10648 2011-06-23 15:55:10Z vranyj1  §'
   562     ^ '§ Id: stx_libbasic.st 10648 2011-06-23 15:55:10Z vranyj1  §'
   560 ! !
   563 ! !