stx_libbasic2.st
author Claus Gittinger <cg@exept.de>
Tue, 10 Oct 2006 23:04:49 +0200
changeset 1775 87c14e5d85ba
parent 1767 c167bc410cb5
child 1791 0465056de290
permissions -rw-r--r--
*** empty log message ***
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1723
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
     1
"
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
     2
 COPYRIGHT (c) 2006 by eXept Software AG
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
     3
              All Rights Reserved
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
     4
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
     5
 This software is furnished under a license and may be used
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
     6
 only in accordance with the terms of that license and with the
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
     7
 inclusion of the above copyright notice.   This software may not
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
     8
 be provided or otherwise made available to, or used by, any
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
     9
 other person.  No title to or ownership of the software is
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    10
 hereby transferred.
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    11
"
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
"{ Package: 'stx:libbasic2' }"
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
LibraryDefinition subclass:#stx_libbasic2
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
	instanceVariableNames:''
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
	classVariableNames:''
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
	poolDictionaries:''
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    18
	category:'* Projects *'
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
!
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
1723
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    21
!stx_libbasic2 class methodsFor:'documentation'!
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    22
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    23
copyright
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    24
"
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    25
 COPYRIGHT (c) 2006 by eXept Software AG
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    26
              All Rights Reserved
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    27
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    28
 This software is furnished under a license and may be used
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    29
 only in accordance with the terms of that license and with the
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    30
 inclusion of the above copyright notice.   This software may not
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    31
 be provided or otherwise made available to, or used by, any
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    32
 other person.  No title to or ownership of the software is
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    33
 hereby transferred.
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    34
"
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    35
!
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    36
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    37
documentation
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    38
"
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    39
    Build-Information for creation of the st/x standard library: stx_libbasic2
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    40
    This library contains additional basic (nonGUI) classes.
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    41
"
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    42
! !
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    43
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    44
!stx_libbasic2 class methodsFor:'description'!
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    45
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
    46
preRequisites
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    47
    ^ #(
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
    48
        #'stx:goodies/communication'
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
    49
        #'stx:libbasic'
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
    50
        #'stx:libtool'
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    51
    )
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    52
! !
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    53
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    54
!stx_libbasic2 class methodsFor:'description - compilation'!
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    55
1690
c422f6199c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1689
diff changeset
    56
additionalDefinitions_nt_dot_mak
1703
24ee7963195e automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1697
diff changeset
    57
    ^ '
1709
aeaaf1433a47 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1703
diff changeset
    58
# see stdHeader_nt for LIBBASIC2_BASE
1721
54f4bde15b35 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1715
diff changeset
    59
# LIBBASIC2_BASE=0x60c80000
1703
24ee7963195e automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1697
diff changeset
    60
LIB_BASE_LD_ARG=-b:$(LIBBASIC2_BASE)
24ee7963195e automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1697
diff changeset
    61
'
1690
c422f6199c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1689
diff changeset
    62
!
c422f6199c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1689
diff changeset
    63
1683
eb117bac0f75 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1677
diff changeset
    64
additionalLinkLibraries_make_dot_proto
eb117bac0f75 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1677
diff changeset
    65
    ^ '$(ZLIB_LD_ARG) $(BZ2LIB_LD_ARG)'
eb117bac0f75 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1677
diff changeset
    66
!
eb117bac0f75 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1677
diff changeset
    67
eb117bac0f75 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1677
diff changeset
    68
additionalRules_make_dot_proto
eb117bac0f75 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1677
diff changeset
    69
    ^ '
eb117bac0f75 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1677
diff changeset
    70
zlib:
eb117bac0f75 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1677
diff changeset
    71
        cd $(ZLIB_DIR); $(MAKE) $(MAKE_ZLIB_ARG)
eb117bac0f75 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1677
diff changeset
    72
eb117bac0f75 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1677
diff changeset
    73
bz2lib:
eb117bac0f75 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1677
diff changeset
    74
        cd $(BZ2LIB_DIR); $(MAKE) $(MAKE_BZ2LIB_ARG) libbz2.a
eb117bac0f75 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1677
diff changeset
    75
'
eb117bac0f75 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1677
diff changeset
    76
!
eb117bac0f75 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1677
diff changeset
    77
1738
78ec0825259c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1732
diff changeset
    78
additionalTargets_make_dot_proto
78ec0825259c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1732
diff changeset
    79
    ^ 'bz2lib zlib'
78ec0825259c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1732
diff changeset
    80
78ec0825259c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1732
diff changeset
    81
    "Created: / 05-09-2006 / 16:05:12 / cg"
78ec0825259c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1732
diff changeset
    82
!
78ec0825259c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1732
diff changeset
    83
1739
0b7c61afb2c8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1738
diff changeset
    84
localIncludes
0b7c61afb2c8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1738
diff changeset
    85
    ^ '-I$(TOP)/support'
1732
f6a1de369941 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1723
diff changeset
    86
1739
0b7c61afb2c8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1738
diff changeset
    87
    "Created: / 06-09-2006 / 18:18:15 / cg"
1732
f6a1de369941 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1723
diff changeset
    88
!
f6a1de369941 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1723
diff changeset
    89
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    90
stcOptimizationOptions
1670
66eef101f84f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1666
diff changeset
    91
    ^ '+optspace2'
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    92
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    93
    "Created: / 23-08-2006 / 11:06:17 / cg"
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    94
! !
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    95
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
    96
!stx_libbasic2 class methodsFor:'description - contents'!
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
    97
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
    98
classNamesAndAttributes
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
    99
    ^ #(
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   100
        "<className> or (<className> attributes...) in load order"
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   101
        ActorStream
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   102
        (AppletalkSocketAddress autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   103
        (Archiver unix autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   104
        (Arrow autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   105
        (ArrowedSpline autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   106
        (BIG5EncodedString autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   107
        (BZip2Stream unix autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   108
        Base64Coder
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   109
        (Bezier autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   110
        (Bezier2Segment autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   111
        (BinaryTree autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   112
        BooleanArray
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   113
        (CRC32Stream autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   114
        CacheDictionary
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   115
        (Circle autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   116
        (CollectingSharedQueueStream autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   117
        CompressionStream
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   118
        (CompressionStreamTest autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   119
        (Cons autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   120
        (ConsStream autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   121
        (Curve autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   122
        (DecNetSocketAddress autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   123
        DirectoryContents
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   124
        (EllipticalArc autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   125
        (EpsonFX1PrinterStream autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   126
        (ExternalLong autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   127
        FileSorter
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   128
        (FileText autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   129
        FourByteString
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   130
        (GBEncodedString autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   131
        (HPLjetIIPrinterStream autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   132
        (HandlerCollection autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   133
        InterestConverterWithParameters
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   134
        (InternalPipeStream autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   135
        Iterator
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   136
        (KSCEncodedString autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   137
        (KeywordInContextIndexBuilder autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   138
        (LazyArray autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   139
        (LazyCons autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   140
        (LazyValue autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   141
        (LineSegment autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   142
        List
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   143
        MappedCollection
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   144
        (MessageChannel autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   145
        Monitor
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   146
        NameLookupError
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   147
        (NumberSet autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   148
        (OperationQueue autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   149
        OrderedDictionary
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   150
        OrderedSet
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   151
        Polygon
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   152
        (PowerSet autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   153
        PrinterStream
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   154
        (PrintfScanf autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   155
        Promise
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   156
        Queue
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   157
        Random
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   158
        RandomGenerator
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   159
        (RandomParkMiller autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   160
        (RandomTT800 autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   161
        ReindexedCollection
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   162
        RunArray
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   163
        (SequenceableCollectionSorter autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   164
        (SerialPort win32)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   165
        SharedCollection
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   166
        Singleton
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   167
        Socket
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   168
        SocketAddress
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   169
        SocketAddressInfo
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   170
        SoundStream
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   171
        (Spline autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   172
        (SplittingWriteStream autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   173
        Stack
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   174
        Text
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   175
        TextStream
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   176
        TimeDuration
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   177
        TwoByteString
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   178
        URI
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   179
        UUID
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   180
        UnboxedIntegerArray
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   181
        UndoSupport
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   182
        UnitConverter
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   183
        (UnixPTYStream autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   184
        (ValueLink autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   185
        (VariableArray autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   186
        (VariableString autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   187
        (WinAPIFunction autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   188
        ZipArchive
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   189
        (ZipStream unix autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   190
        #'stx_libbasic2'
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   191
        BitArray
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   192
        CacheDictionaryWithFactory
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   193
        HierarchicalURI
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   194
        HostAddressLookupError
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   195
        HostNameLookupError
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   196
        IPSocketAddress
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   197
        IntegerArray
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   198
        JISEncodedString
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   199
        LongIntegerArray
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   200
        PostscriptPrinterStream
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   201
        SharedQueue
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   202
        SignedIntegerArray
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   203
        SignedLongIntegerArray
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   204
        SignedWordArray
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   205
        TimedPromise
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   206
        UDSocketAddress
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   207
        Unicode16String
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   208
        Unicode32String
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   209
        WordArray
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   210
        FileURI
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   211
        FtpURI
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   212
        HttpURI
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   213
        IPv6SocketAddress
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   214
    )
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   215
!
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   216
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   217
extensionMethodNames
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   218
    ^ #(
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   219
        Object addInterest:
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   220
        Object expressInterestIn:for:sendBack:
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   221
        Object interests
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   222
        Object interestsFor:
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   223
        Object onChangeEvaluate:
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   224
        Object onChangeSend:to:
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   225
        Object removeInterest:
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   226
        Object retractInterestIn:for:
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   227
        Object retractInterests
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   228
        Object retractInterestsFor:
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   229
        Object retractInterestsForWhich:
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   230
        Object retractInterestsIn:
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   231
        Object when:send:to:
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   232
    )
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   233
! !
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   234
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   235
!stx_libbasic2 class methodsFor:'description - project information'!
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   236
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   237
companyName
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   238
    "Return a companyname which will appear in <lib>.rc"
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   239
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   240
    ^ 'eXept Software AG'
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   241
!
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   242
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   243
description
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   244
    "Return a description string which will appear in nt.def / bc.def"
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   245
1740
9a2696245a64 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1739
diff changeset
   246
    ^ 'Smalltalk/X Additional Basic Classes'
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   247
1740
9a2696245a64 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1739
diff changeset
   248
    "Modified: / 14-09-2006 / 10:57:15 / cg"
1721
54f4bde15b35 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1715
diff changeset
   249
!
54f4bde15b35 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1715
diff changeset
   250
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   251
legalCopyright
1677
4a0f8194674b automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1670
diff changeset
   252
    "Return a copyright string which will appear in <lib>.rc"
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   253
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   254
    ^ 'Copyright Claus Gittinger 1988-2006\nCopyright eXept Software AG 1998-2006'
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   255
!
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   256
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   257
productName
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   258
    "Return a product name which will appear in <lib>.rc"
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   259
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   260
    ^ 'Smalltalk/X'
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   261
! !
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   262
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   263
!stx_libbasic2 class methodsFor:'documentation'!
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   264
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   265
version
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   266
    ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.21 2006-10-10 21:04:49 cg Exp $'
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   267
! !