stx_libbasic2.st
author Claus Gittinger <cg@exept.de>
Tue, 01 Feb 2011 11:58:06 +0100
changeset 2535 419dafc801d6
parent 2533 1f7b2e97cbe4
child 2539 58371ca3591f
permissions -rw-r--r--
changed: #legalCopyright
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
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
     3
	      All Rights Reserved
1723
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:''
1857
50f7618b6311 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1849
diff changeset
    18
	category:'* Projects & Packages *'
1665
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
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
    26
	      All Rights Reserved
1723
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
"
2352
b1bd54721e5b automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2302
diff changeset
    42
!
b1bd54721e5b automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2302
diff changeset
    43
b1bd54721e5b automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2302
diff changeset
    44
extensionsVersion_CVS
2535
419dafc801d6 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 2533
diff changeset
    45
    ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.71 2011-02-01 10:58:06 cg Exp $'
1723
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    46
! !
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    47
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    48
!stx_libbasic2 class methodsFor:'description'!
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    49
1879
1bb6fc9f4912 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1874
diff changeset
    50
excludedFromPreRequisites
1bb6fc9f4912 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1874
diff changeset
    51
    ^ #(
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
    52
	#'stx:goodies/communication'    "FTPClient - referenced by FtpURI>>writeStreamDo:create:atomic: "
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
    53
	#'stx:libtool'    "FileBrowser - referenced by Archiver::ArchiverOutputParser>>parseLine:forItemClass: "
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
    54
	#'stx:libview2'    "MIMETypes - referenced by Archiver::ArchiverOutputParser>>parseLine:forItemClass: "
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
    55
	#'stx:libwidg'    "DialogBox - referenced by Archiver::CompressedFile>>compressFile:to: "
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
    56
	#'stx:libhtml'    "HTMLParser - referenced by HTMLUtilities class>>plainTextOfHTML: "
1879
1bb6fc9f4912 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1874
diff changeset
    57
    )
1bb6fc9f4912 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1874
diff changeset
    58
!
1bb6fc9f4912 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1874
diff changeset
    59
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
    60
preRequisites
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    61
    ^ #(
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
    62
	#'stx:libbasic'    "Object - superclass of HierarchicalURI "
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    63
    )
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    64
! !
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    65
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    66
!stx_libbasic2 class methodsFor:'description - compilation'!
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    67
2248
0c599f0d812c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2232
diff changeset
    68
additionalBaseAddressDefinition_bc_dot_mak
2254
b5e6ad2d0f4b automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2248
diff changeset
    69
    "this is an optional definition, which (if present) may speed up the dll-loading a little
b5e6ad2d0f4b automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2248
diff changeset
    70
     on win32 systems."
b5e6ad2d0f4b automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2248
diff changeset
    71
1703
24ee7963195e automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1697
diff changeset
    72
    ^ '
2254
b5e6ad2d0f4b automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2248
diff changeset
    73
# see stdHeader_bc for LIBBASIC2_BASE
2248
0c599f0d812c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2232
diff changeset
    74
LIB_BASE=$(LIBBASIC2_BASE)
1703
24ee7963195e automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1697
diff changeset
    75
'
1690
c422f6199c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1689
diff changeset
    76
!
c422f6199c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1689
diff changeset
    77
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
    78
additionalLinkLibraries_bc_dot_mak
1823
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
    79
"/    ^ '$(ZLIB) $(BZ2LIB)'
1956
977938c9f3e6 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 1950
diff changeset
    80
    ^ '$(ZLIB_DIR)\$(ZLIB)'
1823
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
    81
!
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
    82
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
    83
additionalLinkLibraries_make_dot_proto
1683
eb117bac0f75 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1677
diff changeset
    84
    ^ '$(ZLIB_LD_ARG) $(BZ2LIB_LD_ARG)'
eb117bac0f75 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1677
diff changeset
    85
!
eb117bac0f75 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1677
diff changeset
    86
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
    87
additionalRules_bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
    88
    ^ '
1806
c319f83eade2 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1791
diff changeset
    89
$(ZLIB):
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
    90
	cd $(ZLIB_DIR)
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
    91
	$(MAKE) $(MAKE_ZLIB_ARG) $(ZLIB)
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
    92
	cd ..\..\libbasic2
1806
c319f83eade2 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1791
diff changeset
    93
c319f83eade2 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1791
diff changeset
    94
$(BZ2LIB):
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
    95
	cd $(BZ2LIB_DIR)
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
    96
	$(MAKE) $(MAKE_BZ2LIB_ARG) bz2.lib
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
    97
	cd ..\..\libbasic2
1806
c319f83eade2 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1791
diff changeset
    98
'
c319f83eade2 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1791
diff changeset
    99
!
c319f83eade2 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1791
diff changeset
   100
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   101
additionalRules_make_dot_proto
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   102
    ^ '
1823
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
   103
zlib:
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   104
	cd $(ZLIB_DIR); $(MAKE) $(MAKE_ZLIB_ARG)
1823
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
   105
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
   106
bz2lib:
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   107
	cd $(BZ2LIB_DIR); $(MAKE) $(MAKE_BZ2LIB_ARG) libbz2.a
1823
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
   108
'
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
   109
!
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
   110
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   111
additionalTargets_bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   112
"/    ^ '$(BZ2LIB) $(ZLIB)'      bz2lib doesn't work for now
1823
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
   113
    ^ '$(ZLIB)'
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
   114
!
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
   115
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   116
additionalTargets_make_dot_proto
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   117
    ^ 'bz2lib zlib'
1738
78ec0825259c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1732
diff changeset
   118
78ec0825259c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1732
diff changeset
   119
    "Created: / 05-09-2006 / 16:05:12 / cg"
78ec0825259c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1732
diff changeset
   120
!
78ec0825259c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1732
diff changeset
   121
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   122
localIncludes
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   123
    ^ '-I$(ZLIB_DIR)'
1732
f6a1de369941 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1723
diff changeset
   124
1739
0b7c61afb2c8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1738
diff changeset
   125
    "Created: / 06-09-2006 / 18:18:15 / cg"
1732
f6a1de369941 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1723
diff changeset
   126
!
f6a1de369941 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1723
diff changeset
   127
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   128
stcOptimizationOptions
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   129
    ^ '+optspace2'
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   130
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   131
    "Created: / 23-08-2006 / 11:06:17 / cg"
2254
b5e6ad2d0f4b automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2248
diff changeset
   132
! !
2248
0c599f0d812c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2232
diff changeset
   133
2254
b5e6ad2d0f4b automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2248
diff changeset
   134
!stx_libbasic2 class methodsFor:'description - contents'!
b5e6ad2d0f4b automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2248
diff changeset
   135
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   136
classNamesAndAttributes
2360
15005df82bed automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2352
diff changeset
   137
    "lists the classes which are to be included in the project.
15005df82bed automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2352
diff changeset
   138
     Each entry in the list may be: a single class-name (symbol),
15005df82bed automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2352
diff changeset
   139
     or an array-literal consisting of class name and attributes.
15005df82bed automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2352
diff changeset
   140
     Attributes are: #autoload or #<os> where os is one of win32, unix,..."
15005df82bed automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2352
diff changeset
   141
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   142
    ^ #(
2277
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   143
        "<className> or (<className> attributes...) in load order"
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   144
        ActorStream
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   145
        (AppletalkSocketAddress autoload)
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   146
        Archiver
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   147
        (BIG5EncodedString autoload)
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   148
        (BZip2Stream unix autoload)
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   149
        BaseNCoder
2457
42caf9f4ce85 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2411
diff changeset
   150
        Bezier
2277
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   151
        BinaryTree
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   152
        BinaryTreeNode
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   153
        BitArray
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   154
        BooleanArray
2302
ae2c2333d119 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2284
diff changeset
   155
        CRC32Stream
2277
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   156
        CacheDictionary
2384
a6594e4c1678 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2373
diff changeset
   157
        Circle
2277
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   158
        (CollectingSharedQueueStream autoload)
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   159
        CompressionStream
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   160
        (CompressionStreamTest autoload)
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   161
        (Cons autoload)
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   162
        (ConsStream autoload)
2384
a6594e4c1678 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2373
diff changeset
   163
        Curve
2277
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   164
        (DecNetSocketAddress autoload)
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   165
        DirectoryContents
2384
a6594e4c1678 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2373
diff changeset
   166
        EllipticalArc
2277
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   167
        (EpsonFX1PrinterStream autoload)
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   168
        ExternalLong
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   169
        FileSorter
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   170
        (FileText autoload)
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   171
        FourByteString
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   172
        (GBEncodedString autoload)
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   173
        (HPLjetIIPrinterStream autoload)
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   174
        (HandlerCollection autoload)
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   175
        InterestConverterWithParameters
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   176
        (InternalPipeStream autoload)
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   177
        Iterator
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   178
        JISEncodedString
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   179
        (KSCEncodedString autoload)
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   180
        (KeywordInContextIndexBuilder autoload)
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   181
        (LazyArray autoload)
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   182
        (LazyCons autoload)
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   183
        (LazyValue autoload)
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   184
        LineSegment
2457
42caf9f4ce85 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2411
diff changeset
   185
        Bezier2Segment
2277
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   186
        List
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   187
        MappedCollection
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   188
        (MessageChannel autoload)
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   189
        Monitor
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   190
        NameLookupError
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   191
        (NumberSet autoload)
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   192
        (OperationQueue autoload)
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   193
        OrderedDictionary
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   194
        OrderedSet
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   195
        Polygon
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   196
        (PowerSet autoload)
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   197
        PrinterStream
2384
a6594e4c1678 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2373
diff changeset
   198
        PrintfScanf
2277
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   199
        Promise
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   200
        Queue
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   201
        Random
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   202
        RandomGenerator
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   203
        (RandomParkMiller autoload)
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   204
        (RandomTT800 autoload)
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   205
        ReindexedCollection
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   206
        RunArray
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   207
        SequenceWithSentinel
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   208
        (SequenceableCollectionSorter autoload)
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   209
        (SerialPort win32)
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   210
        SharedCollection
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   211
        Singleton
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   212
        Socket
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   213
        SocketAddress
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   214
        SocketAddressInfo
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   215
        SoundStream
2457
42caf9f4ce85 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2411
diff changeset
   216
        Spline
42caf9f4ce85 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2411
diff changeset
   217
        ArrowedSpline
2277
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   218
        (SplittingWriteStream autoload)
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   219
        Stack
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   220
        Text
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   221
        TextStream
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   222
        TimeDuration
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   223
        URI
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   224
        UUID
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   225
        UnboxedIntegerArray
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   226
        UndoSupport
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   227
        UnitConverter
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   228
        (UnixPTYStream autoload)
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   229
        (ValueLink autoload)
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   230
        (WinAPIFunction autoload)
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   231
        #'stx_libbasic2'
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   232
        Arrow
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   233
        Base32Coder
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   234
        Base64Coder
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   235
        CacheDictionaryWithFactory
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   236
        HierarchicalURI
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   237
        HostAddressLookupError
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   238
        HostNameLookupError
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   239
        IPSocketAddress
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   240
        IntegerArray
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   241
        LongIntegerArray
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   242
        PostscriptPrinterStream
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   243
        SharedQueue
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   244
        SignedIntegerArray
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   245
        SignedLongIntegerArray
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   246
        SignedWordArray
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   247
        TimedPromise
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   248
        UDSocketAddress
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   249
        Unicode32String
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   250
        WordArray
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   251
        ZipStream
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   252
        FileURI
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   253
        FtpURI
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   254
        HttpURI
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   255
        IPv6SocketAddress
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   256
        ZipArchive
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   257
        HTMLUtilities
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   258
        IncrementNotification
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   259
        PhoneticStringUtilities
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   260
        StringUtilities
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   261
        AATree
2a1ece74f288 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2255
diff changeset
   262
        AATreeNode
2457
42caf9f4ce85 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2411
diff changeset
   263
        BTree
2411
1dadbe9e1df3 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2403
diff changeset
   264
        TSTree
1dadbe9e1df3 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2403
diff changeset
   265
        TreeSet
2352
b1bd54721e5b automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2302
diff changeset
   266
        Lazy
b1bd54721e5b automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2302
diff changeset
   267
        Future
2384
a6594e4c1678 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2373
diff changeset
   268
        Heap
2373
492a21ea885b automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2360
diff changeset
   269
        SelectingReadStream
492a21ea885b automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2360
diff changeset
   270
        CollectingReadStream
2384
a6594e4c1678 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2373
diff changeset
   271
        FilteringStream
a6594e4c1678 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2373
diff changeset
   272
        LineNumberReadStream
a6594e4c1678 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2373
diff changeset
   273
        FilteringLineStream
2457
42caf9f4ce85 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2411
diff changeset
   274
        MultiReadStream
2482
599d04aa1bd6 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2457
diff changeset
   275
        SftpURI
2509
99be79646bbc automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2482
diff changeset
   276
        ZipArchiveConstants
2533
1f7b2e97cbe4 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2509
diff changeset
   277
        CharacterSet
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   278
    )
2254
b5e6ad2d0f4b automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2248
diff changeset
   279
!
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   280
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   281
extensionMethodNames
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   282
    ^ #(
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   283
	Object addInterest:
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   284
	Object expressInterestIn:for:sendBack:
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   285
	Object interests
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   286
	Object interestsFor:
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   287
	Object onChangeEvaluate:
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   288
	Object onChangeSend:to:
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   289
	Object removeInterest:
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   290
	Object retractInterestIn:for:
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   291
	Object retractInterests
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   292
	Object retractInterestsFor:
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   293
	Object retractInterestsForWhich:
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   294
	Object retractInterestsIn:
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   295
	Object when:send:to:
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   296
	CharacterArray asKoelnerPhoneticCode
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   297
	CharacterArray asSoundexCode
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   298
    )
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   299
! !
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   300
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   301
!stx_libbasic2 class methodsFor:'description - project information'!
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   302
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   303
companyName
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   304
    "Return a companyname which will appear in <lib>.rc"
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   305
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   306
    ^ 'eXept Software AG'
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   307
!
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   308
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   309
description
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   310
    "Return a description string which will appear in nt.def / bc.def"
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   311
1740
9a2696245a64 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1739
diff changeset
   312
    ^ 'Smalltalk/X Additional Basic Classes'
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   313
1740
9a2696245a64 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1739
diff changeset
   314
    "Modified: / 14-09-2006 / 10:57:15 / cg"
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   315
!
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   316
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   317
legalCopyright
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   318
    "Return a copyright string which will appear in <lib>.rc"
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   319
2535
419dafc801d6 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 2533
diff changeset
   320
    ^ 'Copyright Claus Gittinger 1988-2011\nCopyright eXept Software AG 1998-2011'
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   321
2535
419dafc801d6 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 2533
diff changeset
   322
    "Modified: / 01-02-2011 / 11:55:38 / cg"
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   323
! !
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   324
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   325
!stx_libbasic2 class methodsFor:'documentation'!
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   326
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   327
version
2535
419dafc801d6 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 2533
diff changeset
   328
    ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.71 2011-02-01 10:58:06 cg Exp $'
2284
141696a39190 changed: #classNamesAndAttributes
Claus Gittinger <cg@exept.de>
parents: 2277
diff changeset
   329
!
141696a39190 changed: #classNamesAndAttributes
Claus Gittinger <cg@exept.de>
parents: 2277
diff changeset
   330
141696a39190 changed: #classNamesAndAttributes
Claus Gittinger <cg@exept.de>
parents: 2277
diff changeset
   331
version_CVS
2535
419dafc801d6 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 2533
diff changeset
   332
    ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.71 2011-02-01 10:58:06 cg Exp $'
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   333
! !