stx_libbasic2.st
author fm
Wed, 07 Mar 2007 17:50:35 +0100
changeset 1849 f47ee91ab5f7
parent 1835 f52844a8546d
child 1857 50f7618b6311
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
1823
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
    56
additionalDefinitions_bc_dot_mak
1703
24ee7963195e automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1697
diff changeset
    57
    ^ '
1823
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
    58
# see stdHeader_bc 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
1823
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
    64
additionalLinkLibraries_bc_dot_mak
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
    65
"/    ^ '$(ZLIB) $(BZ2LIB)'
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
    66
    ^ '$(ZLIB)'
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
    67
!
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
    68
1683
eb117bac0f75 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1677
diff changeset
    69
additionalLinkLibraries_make_dot_proto
eb117bac0f75 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1677
diff changeset
    70
    ^ '$(ZLIB_LD_ARG) $(BZ2LIB_LD_ARG)'
eb117bac0f75 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1677
diff changeset
    71
!
eb117bac0f75 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1677
diff changeset
    72
1823
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
    73
additionalRules_bc_dot_mak
1806
c319f83eade2 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1791
diff changeset
    74
    ^ '
c319f83eade2 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1791
diff changeset
    75
$(ZLIB):
c319f83eade2 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1791
diff changeset
    76
        cd $(ZLIB_DIR)
1835
f52844a8546d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1823
diff changeset
    77
        $(MAKE) $(MAKE_ZLIB_ARG) zlib.lib
f52844a8546d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1823
diff changeset
    78
        cd ..\..\libbasic2
1806
c319f83eade2 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1791
diff changeset
    79
c319f83eade2 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1791
diff changeset
    80
$(BZ2LIB):
c319f83eade2 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1791
diff changeset
    81
        cd $(BZ2LIB_DIR)
c319f83eade2 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1791
diff changeset
    82
        $(MAKE) $(MAKE_BZ2LIB_ARG) bz2.lib
1835
f52844a8546d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1823
diff changeset
    83
        cd ..\..\libbasic2
1806
c319f83eade2 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1791
diff changeset
    84
'
c319f83eade2 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1791
diff changeset
    85
!
c319f83eade2 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1791
diff changeset
    86
1823
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
    87
additionalRules_make_dot_proto
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
    88
    ^ '
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
    89
zlib:
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
    90
        cd $(ZLIB_DIR); $(MAKE) $(MAKE_ZLIB_ARG)
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
    91
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
    92
bz2lib:
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
    93
        cd $(BZ2LIB_DIR); $(MAKE) $(MAKE_BZ2LIB_ARG) libbz2.a
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
    94
'
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
    95
!
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
    96
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
    97
additionalTargets_bc_dot_mak
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
    98
"/    ^ '$(BZ2LIB) $(ZLIB)'      bz2lib doesn't work for now
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
    99
    ^ '$(ZLIB)'
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
   100
!
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
   101
1738
78ec0825259c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1732
diff changeset
   102
additionalTargets_make_dot_proto
78ec0825259c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1732
diff changeset
   103
    ^ 'bz2lib zlib'
78ec0825259c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1732
diff changeset
   104
78ec0825259c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1732
diff changeset
   105
    "Created: / 05-09-2006 / 16:05:12 / cg"
78ec0825259c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1732
diff changeset
   106
!
78ec0825259c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1732
diff changeset
   107
1739
0b7c61afb2c8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1738
diff changeset
   108
localIncludes
1835
f52844a8546d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1823
diff changeset
   109
    ^ '-I$(ZLIB_DIR)'
1732
f6a1de369941 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1723
diff changeset
   110
1739
0b7c61afb2c8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1738
diff changeset
   111
    "Created: / 06-09-2006 / 18:18:15 / cg"
1732
f6a1de369941 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1723
diff changeset
   112
!
f6a1de369941 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1723
diff changeset
   113
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   114
stcOptimizationOptions
1670
66eef101f84f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1666
diff changeset
   115
    ^ '+optspace2'
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   116
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   117
    "Created: / 23-08-2006 / 11:06:17 / cg"
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   118
! !
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   119
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   120
!stx_libbasic2 class methodsFor:'description - contents'!
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   121
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   122
classNamesAndAttributes
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   123
    ^ #(
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   124
        "<className> or (<className> attributes...) in load order"
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   125
        ActorStream
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   126
        (AppletalkSocketAddress autoload)
1791
0465056de290 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1775
diff changeset
   127
        Archiver
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   128
        (Arrow autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   129
        (ArrowedSpline autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   130
        (BIG5EncodedString autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   131
        (BZip2Stream unix autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   132
        Base64Coder
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   133
        (Bezier autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   134
        (Bezier2Segment autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   135
        (BinaryTree autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   136
        BooleanArray
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   137
        (CRC32Stream autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   138
        CacheDictionary
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   139
        (Circle autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   140
        (CollectingSharedQueueStream autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   141
        CompressionStream
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   142
        (CompressionStreamTest autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   143
        (Cons autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   144
        (ConsStream autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   145
        (Curve autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   146
        (DecNetSocketAddress autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   147
        DirectoryContents
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   148
        (EllipticalArc autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   149
        (EpsonFX1PrinterStream autoload)
1849
f47ee91ab5f7 *** empty log message ***
fm
parents: 1835
diff changeset
   150
        ExternalLong
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   151
        FileSorter
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   152
        (FileText autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   153
        FourByteString
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   154
        (GBEncodedString autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   155
        (HPLjetIIPrinterStream autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   156
        (HandlerCollection autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   157
        InterestConverterWithParameters
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   158
        (InternalPipeStream autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   159
        Iterator
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   160
        (KSCEncodedString autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   161
        (KeywordInContextIndexBuilder autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   162
        (LazyArray autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   163
        (LazyCons autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   164
        (LazyValue autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   165
        (LineSegment autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   166
        List
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   167
        MappedCollection
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   168
        (MessageChannel autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   169
        Monitor
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   170
        NameLookupError
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   171
        (NumberSet autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   172
        (OperationQueue autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   173
        OrderedDictionary
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   174
        OrderedSet
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   175
        Polygon
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   176
        (PowerSet autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   177
        PrinterStream
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   178
        (PrintfScanf autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   179
        Promise
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   180
        Queue
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   181
        Random
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   182
        RandomGenerator
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   183
        (RandomParkMiller autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   184
        (RandomTT800 autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   185
        ReindexedCollection
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   186
        RunArray
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   187
        (SequenceableCollectionSorter autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   188
        (SerialPort win32)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   189
        SharedCollection
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   190
        Singleton
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   191
        Socket
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   192
        SocketAddress
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   193
        SocketAddressInfo
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   194
        SoundStream
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   195
        (Spline autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   196
        (SplittingWriteStream autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   197
        Stack
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   198
        Text
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   199
        TextStream
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   200
        TimeDuration
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   201
        URI
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   202
        UUID
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   203
        UnboxedIntegerArray
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   204
        UndoSupport
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   205
        UnitConverter
1775
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   206
        (UnixPTYStream autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   207
        (ValueLink autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   208
        (VariableArray autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   209
        (VariableString autoload)
87c14e5d85ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   210
        (WinAPIFunction autoload)
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   211
        ZipArchive
1806
c319f83eade2 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1791
diff changeset
   212
        ZipStream
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   213
        #'stx_libbasic2'
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   214
        BitArray
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   215
        CacheDictionaryWithFactory
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   216
        HierarchicalURI
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   217
        HostAddressLookupError
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   218
        HostNameLookupError
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   219
        IPSocketAddress
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   220
        IntegerArray
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   221
        JISEncodedString
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   222
        LongIntegerArray
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   223
        PostscriptPrinterStream
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   224
        SharedQueue
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   225
        SignedIntegerArray
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   226
        SignedLongIntegerArray
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   227
        SignedWordArray
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   228
        TimedPromise
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   229
        UDSocketAddress
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   230
        Unicode32String
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   231
        WordArray
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   232
        FileURI
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   233
        FtpURI
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   234
        HttpURI
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   235
        IPv6SocketAddress
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   236
    )
1791
0465056de290 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1775
diff changeset
   237
0465056de290 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1775
diff changeset
   238
    "Modified: / 29-11-2006 / 09:38:29 / cg"
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   239
!
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   240
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   241
extensionMethodNames
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   242
    ^ #(
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   243
        Object addInterest:
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   244
        Object expressInterestIn:for:sendBack:
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   245
        Object interests
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   246
        Object interestsFor:
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   247
        Object onChangeEvaluate:
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   248
        Object onChangeSend:to:
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   249
        Object removeInterest:
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   250
        Object retractInterestIn:for:
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   251
        Object retractInterests
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   252
        Object retractInterestsFor:
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   253
        Object retractInterestsForWhich:
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   254
        Object retractInterestsIn:
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   255
        Object when:send:to:
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   256
    )
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   257
! !
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   258
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   259
!stx_libbasic2 class methodsFor:'description - project information'!
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   260
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   261
companyName
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   262
    "Return a companyname which will appear in <lib>.rc"
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   263
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   264
    ^ 'eXept Software AG'
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   265
!
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   266
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   267
description
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   268
    "Return a description string which will appear in nt.def / bc.def"
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   269
1740
9a2696245a64 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1739
diff changeset
   270
    ^ 'Smalltalk/X Additional Basic Classes'
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   271
1740
9a2696245a64 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1739
diff changeset
   272
    "Modified: / 14-09-2006 / 10:57:15 / cg"
1721
54f4bde15b35 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1715
diff changeset
   273
!
54f4bde15b35 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1715
diff changeset
   274
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   275
legalCopyright
1677
4a0f8194674b automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1670
diff changeset
   276
    "Return a copyright string which will appear in <lib>.rc"
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   277
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   278
    ^ 'Copyright Claus Gittinger 1988-2006\nCopyright eXept Software AG 1998-2006'
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   279
!
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   280
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   281
productName
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   282
    "Return a product name which will appear in <lib>.rc"
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   283
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   284
    ^ 'Smalltalk/X'
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   285
! !
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   286
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   287
!stx_libbasic2 class methodsFor:'documentation'!
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   288
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   289
version
1849
f47ee91ab5f7 *** empty log message ***
fm
parents: 1835
diff changeset
   290
    ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.28 2007-03-07 16:50:35 fm Exp $'
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   291
! !