stx_libbasic2.st
author Claus Gittinger <cg@exept.de>
Sat, 02 May 2020 21:40:13 +0200
changeset 5476 7355a4b11cb6
parent 5427 c39bc9b6d6b0
permissions -rw-r--r--
#FEATURE by cg class: Socket class added: #newTCPclientToHost:port:domain:domainOrder:withTimeout: changed: #newTCPclientToHost:port:domain:withTimeout:
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5427
c39bc9b6d6b0 #OTHER by stefan
Stefan Vogel <sv@exept.de>
parents: 5404
diff changeset
     1
"{ Encoding: utf8 }"
c39bc9b6d6b0 #OTHER by stefan
Stefan Vogel <sv@exept.de>
parents: 5404
diff changeset
     2
1723
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
     3
"
5427
c39bc9b6d6b0 #OTHER by stefan
Stefan Vogel <sv@exept.de>
parents: 5404
diff changeset
     4
 COPYRIGHT (c) 2006 Claus Gittinger / eXept Software AG
c39bc9b6d6b0 #OTHER by stefan
Stefan Vogel <sv@exept.de>
parents: 5404
diff changeset
     5
              All Rights Reserved
1723
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
     6
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
     7
 This software is furnished under a license and may be used
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
     8
 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
     9
 inclusion of the above copyright notice.   This software may not
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    10
 be provided or otherwise made available to, or used by, any
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    11
 other person.  No title to or ownership of the software is
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    12
 hereby transferred.
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    13
"
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
"{ Package: 'stx:libbasic2' }"
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
3474
0bfc9a68c225 class: stx_libbasic2
Claus Gittinger <cg@exept.de>
parents: 3450
diff changeset
    16
"{ NameSpace: Smalltalk }"
0bfc9a68c225 class: stx_libbasic2
Claus Gittinger <cg@exept.de>
parents: 3450
diff changeset
    17
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    18
LibraryDefinition subclass:#stx_libbasic2
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
	instanceVariableNames:''
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
	classVariableNames:''
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    21
	poolDictionaries:''
1857
50f7618b6311 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1849
diff changeset
    22
	category:'* Projects & Packages *'
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    23
!
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    24
1723
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    25
!stx_libbasic2 class methodsFor:'documentation'!
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    26
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    27
copyright
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    28
"
5427
c39bc9b6d6b0 #OTHER by stefan
Stefan Vogel <sv@exept.de>
parents: 5404
diff changeset
    29
 COPYRIGHT (c) 2006 Claus Gittinger / eXept Software AG
c39bc9b6d6b0 #OTHER by stefan
Stefan Vogel <sv@exept.de>
parents: 5404
diff changeset
    30
              All Rights Reserved
1723
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    31
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    32
 This software is furnished under a license and may be used
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    33
 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
    34
 inclusion of the above copyright notice.   This software may not
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    35
 be provided or otherwise made available to, or used by, any
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    36
 other person.  No title to or ownership of the software is
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    37
 hereby transferred.
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
!
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    40
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    41
documentation
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    42
"
3320
2f2efbd80f0c class: stx_libbasic2
Claus Gittinger <cg@exept.de>
parents: 3300
diff changeset
    43
    Package documentation:
2f2efbd80f0c class: stx_libbasic2
Claus Gittinger <cg@exept.de>
parents: 3300
diff changeset
    44
1723
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    45
    This library contains additional basic (nonGUI) classes.
3916
d797329e07d8 BZ2Stream for bcc
Claus Gittinger <cg@exept.de>
parents: 3905
diff changeset
    46
3744
381346e4e81c #DOCUMENTATION
Claus Gittinger <cg@exept.de>
parents: 3738
diff changeset
    47
    These are less fundamental as in libbasic and not required by many stand alone applications.
3320
2f2efbd80f0c class: stx_libbasic2
Claus Gittinger <cg@exept.de>
parents: 3300
diff changeset
    48
    Beside additional container classes, this includes URL support, Zip support,
3504
98cfb12e9c3d class: stx_libbasic2
Claus Gittinger <cg@exept.de>
parents: 3503
diff changeset
    49
    PTY, serial line, sockets and IP addresses, and other less frequently needed things.
98cfb12e9c3d class: stx_libbasic2
Claus Gittinger <cg@exept.de>
parents: 3503
diff changeset
    50
3916
d797329e07d8 BZ2Stream for bcc
Claus Gittinger <cg@exept.de>
parents: 3905
diff changeset
    51
    Most real world applications will include this, but it is possible to create
3504
98cfb12e9c3d class: stx_libbasic2
Claus Gittinger <cg@exept.de>
parents: 3503
diff changeset
    52
    small standAlone apps which do not need it.
4208
c7b29ae39e62 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 4207
diff changeset
    53
c7b29ae39e62 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 4207
diff changeset
    54
    [author:]
5285
09319da96610 #OTHER by exept
Claus Gittinger <cg@exept.de>
parents: 5258
diff changeset
    55
	cg
4208
c7b29ae39e62 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 4207
diff changeset
    56
c7b29ae39e62 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 4207
diff changeset
    57
    [primary maintainer:]
5285
09319da96610 #OTHER by exept
Claus Gittinger <cg@exept.de>
parents: 5258
diff changeset
    58
	cg
1723
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    59
"
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    60
! !
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    61
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    62
!stx_libbasic2 class methodsFor:'description'!
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    63
1879
1bb6fc9f4912 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1874
diff changeset
    64
excludedFromPreRequisites
1bb6fc9f4912 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1874
diff changeset
    65
    ^ #(
3916
d797329e07d8 BZ2Stream for bcc
Claus Gittinger <cg@exept.de>
parents: 3905
diff changeset
    66
	#'exept:libcrypt'    "Rc4Cipher - referenced by RandomGenerator class>>new "
d797329e07d8 BZ2Stream for bcc
Claus Gittinger <cg@exept.de>
parents: 3905
diff changeset
    67
	#'stx:goodies/communication'    "FTPClient - referenced by FtpURI>>writeStreamDo:create:atomic: "
d797329e07d8 BZ2Stream for bcc
Claus Gittinger <cg@exept.de>
parents: 3905
diff changeset
    68
	#'stx:libtool'    "FileBrowser - referenced by Archiver::ArchiverOutputParser>>parseLine:forItemClass: "
d797329e07d8 BZ2Stream for bcc
Claus Gittinger <cg@exept.de>
parents: 3905
diff changeset
    69
	#'stx:libview2'    "MIMETypes - referenced by Archiver::ArchiverOutputParser>>parseLine:forItemClass: "
d797329e07d8 BZ2Stream for bcc
Claus Gittinger <cg@exept.de>
parents: 3905
diff changeset
    70
	#'stx:libwidg'    "DialogBox - referenced by Archiver::CompressedFile>>compressFile:to: "
d797329e07d8 BZ2Stream for bcc
Claus Gittinger <cg@exept.de>
parents: 3905
diff changeset
    71
	#'stx:libhtml'    "HTMLParser - referenced by HTMLUtilities class>>plainTextOfHTML: "
d797329e07d8 BZ2Stream for bcc
Claus Gittinger <cg@exept.de>
parents: 3905
diff changeset
    72
	#'stx:goodies/webServer/htmlTree'    "HTML::TreeBuilder - referenced by HTMLPrinterStream>>initialize"
1879
1bb6fc9f4912 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1874
diff changeset
    73
    )
1bb6fc9f4912 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1874
diff changeset
    74
!
1bb6fc9f4912 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1874
diff changeset
    75
2910
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
    76
mandatoryPreRequisites
3803
7c8a909da4d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3745
diff changeset
    77
    "list packages which are mandatory as a prerequisite.
7c8a909da4d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3745
diff changeset
    78
     This are packages containing superclasses of my classes and classes which
7c8a909da4d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3745
diff changeset
    79
     are extended by myself.
7c8a909da4d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3745
diff changeset
    80
     They are mandatory, because we need these packages as a prerequisite for loading and compiling.
5098
c4b4aeea9802 #OTHER by exept
Claus Gittinger <cg@exept.de>
parents: 5066
diff changeset
    81
     When loading whole packages,
c4b4aeea9802 #OTHER by exept
Claus Gittinger <cg@exept.de>
parents: 5066
diff changeset
    82
     mandatoryPreRequisites will be automatically loaded
5404
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
    83
     BEFORE this packet has been loaded.
3803
7c8a909da4d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3745
diff changeset
    84
     This method is generated automatically,
4162
9c676f6de27e #REFACTORING by cg
Claus Gittinger <cg@exept.de>
parents: 4076
diff changeset
    85
     by searching along the inheritance chain of all of my classes.
9c676f6de27e #REFACTORING by cg
Claus Gittinger <cg@exept.de>
parents: 4076
diff changeset
    86
     Please take a look at the #referencedPreRequisites method as well."
2600
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
    87
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    88
    ^ #(
5404
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
    89
	#'stx:libbasic'    "AbstractMultidimensionalArray - superclass of Matrix"
2910
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
    90
    )
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
    91
!
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
    92
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
    93
referencedPreRequisites
3803
7c8a909da4d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3745
diff changeset
    94
    "list packages which are a prerequisite, because they contain
7c8a909da4d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3745
diff changeset
    95
     classes which are referenced by my classes.
4162
9c676f6de27e #REFACTORING by cg
Claus Gittinger <cg@exept.de>
parents: 4076
diff changeset
    96
     These packages are NOT needed as a prerequisite for compiling or loading,
3803
7c8a909da4d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3745
diff changeset
    97
     however, a class from it may be referenced during execution and having it
7c8a909da4d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3745
diff changeset
    98
     unloaded then may lead to a runtime doesNotUnderstand error, unless the caller
7c8a909da4d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3745
diff changeset
    99
     includes explicit checks for the package being present.
5098
c4b4aeea9802 #OTHER by exept
Claus Gittinger <cg@exept.de>
parents: 5066
diff changeset
   100
     When loading whole packages,
c4b4aeea9802 #OTHER by exept
Claus Gittinger <cg@exept.de>
parents: 5066
diff changeset
   101
     referencedPreRequisites will be automatically loaded
5404
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   102
     AFTER this packet has been loaded.
3803
7c8a909da4d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3745
diff changeset
   103
     This method is generated automatically,
4162
9c676f6de27e #REFACTORING by cg
Claus Gittinger <cg@exept.de>
parents: 4076
diff changeset
   104
     by searching all classes (and their packages) which are referenced by my classes.
9c676f6de27e #REFACTORING by cg
Claus Gittinger <cg@exept.de>
parents: 4076
diff changeset
   105
     Please also take a look at the #mandatoryPreRequisites method"
2910
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
   106
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
   107
    ^ #(
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   108
    )
5098
c4b4aeea9802 #OTHER by exept
Claus Gittinger <cg@exept.de>
parents: 5066
diff changeset
   109
!
4975
dfb8998b95e0 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 4915
diff changeset
   110
5098
c4b4aeea9802 #OTHER by exept
Claus Gittinger <cg@exept.de>
parents: 5066
diff changeset
   111
subProjects
c4b4aeea9802 #OTHER by exept
Claus Gittinger <cg@exept.de>
parents: 5066
diff changeset
   112
    "list packages which are known as subprojects.
c4b4aeea9802 #OTHER by exept
Claus Gittinger <cg@exept.de>
parents: 5066
diff changeset
   113
     The generated makefile will enter those and make there as well.
c4b4aeea9802 #OTHER by exept
Claus Gittinger <cg@exept.de>
parents: 5066
diff changeset
   114
     However: they are only built, not forced to be loaded when a package is loaded;
c4b4aeea9802 #OTHER by exept
Claus Gittinger <cg@exept.de>
parents: 5066
diff changeset
   115
     for those, redefine #referencedPrerequisites or #mandatoryPreRequisites."
c4b4aeea9802 #OTHER by exept
Claus Gittinger <cg@exept.de>
parents: 5066
diff changeset
   116
c4b4aeea9802 #OTHER by exept
Claus Gittinger <cg@exept.de>
parents: 5066
diff changeset
   117
    ^ #(
c4b4aeea9802 #OTHER by exept
Claus Gittinger <cg@exept.de>
parents: 5066
diff changeset
   118
    )
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   119
! !
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   120
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   121
!stx_libbasic2 class methodsFor:'description - compilation'!
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   122
2248
0c599f0d812c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2232
diff changeset
   123
additionalBaseAddressDefinition_bc_dot_mak
2254
b5e6ad2d0f4b automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2248
diff changeset
   124
    "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
   125
     on win32 systems."
b5e6ad2d0f4b automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2248
diff changeset
   126
1703
24ee7963195e automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1697
diff changeset
   127
    ^ '
2254
b5e6ad2d0f4b automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2248
diff changeset
   128
# see stdHeader_bc for LIBBASIC2_BASE
2248
0c599f0d812c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2232
diff changeset
   129
LIB_BASE=$(LIBBASIC2_BASE)
1703
24ee7963195e automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1697
diff changeset
   130
'
1690
c422f6199c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1689
diff changeset
   131
!
c422f6199c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1689
diff changeset
   132
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   133
additionalLinkLibraries_bc_dot_mak
3928
d1133788cbba #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3921
diff changeset
   134
    ^ '$(ZLIB_DIR)\$(ZLIB) $(BZ2LIB) $(WINSOCK_LIB)'
1823
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
   135
!
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
   136
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   137
additionalLinkLibraries_make_dot_proto
5404
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   138
    ^ '$(ZLIB_LD_ARG) $(BZ2LIB_LD_ARG) $(AUDIOLIB_LD_ARG)'
1683
eb117bac0f75 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1677
diff changeset
   139
!
eb117bac0f75 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1677
diff changeset
   140
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   141
additionalRules_bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   142
    ^ '
1806
c319f83eade2 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1791
diff changeset
   143
$(ZLIB):
5285
09319da96610 #OTHER by exept
Claus Gittinger <cg@exept.de>
parents: 5258
diff changeset
   144
	cd $(ZLIB_DIR)
09319da96610 #OTHER by exept
Claus Gittinger <cg@exept.de>
parents: 5258
diff changeset
   145
	$(MAKE_BAT)
09319da96610 #OTHER by exept
Claus Gittinger <cg@exept.de>
parents: 5258
diff changeset
   146
	cd ..\..\libbasic2
1806
c319f83eade2 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1791
diff changeset
   147
c319f83eade2 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1791
diff changeset
   148
$(BZ2LIB):
5285
09319da96610 #OTHER by exept
Claus Gittinger <cg@exept.de>
parents: 5258
diff changeset
   149
	cd $(BZ2LIB_DIR)
09319da96610 #OTHER by exept
Claus Gittinger <cg@exept.de>
parents: 5258
diff changeset
   150
	$(MAKE_BAT)
09319da96610 #OTHER by exept
Claus Gittinger <cg@exept.de>
parents: 5258
diff changeset
   151
	cd ..\..\libbasic2
1806
c319f83eade2 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1791
diff changeset
   152
'
c319f83eade2 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1791
diff changeset
   153
!
c319f83eade2 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1791
diff changeset
   154
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   155
additionalRules_make_dot_proto
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   156
    ^ '
1823
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
   157
zlib:
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   158
	cd $(ZLIB_DIR); $(MAKE) $(MAKE_ZLIB_ARG)
1823
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
   159
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
   160
bz2lib:
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   161
	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
   162
'
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
   163
!
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
   164
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   165
additionalTargets_bc_dot_mak
3928
d1133788cbba #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3921
diff changeset
   166
    ^ '$(ZLIB) $(BZ2LIB)'
1823
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
   167
!
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
   168
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   169
additionalTargets_make_dot_proto
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   170
    ^ 'bz2lib zlib'
1738
78ec0825259c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1732
diff changeset
   171
78ec0825259c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1732
diff changeset
   172
    "Created: / 05-09-2006 / 16:05:12 / cg"
78ec0825259c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1732
diff changeset
   173
!
78ec0825259c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1732
diff changeset
   174
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   175
localIncludes
3928
d1133788cbba #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3921
diff changeset
   176
    ^ '-I$(ZLIB_DIR) -I$(BZ2LIB_DIR)'
1732
f6a1de369941 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1723
diff changeset
   177
1739
0b7c61afb2c8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1738
diff changeset
   178
    "Created: / 06-09-2006 / 18:18:15 / cg"
1732
f6a1de369941 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1723
diff changeset
   179
!
f6a1de369941 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1723
diff changeset
   180
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   181
stcOptimizationOptions
2539
58371ca3591f changed: #stcOptimizationOptions
Claus Gittinger <cg@exept.de>
parents: 2535
diff changeset
   182
    ^ '+optinline +optinline2 +inlinenew'
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   183
2539
58371ca3591f changed: #stcOptimizationOptions
Claus Gittinger <cg@exept.de>
parents: 2535
diff changeset
   184
    "Modified: / 21-02-2011 / 14:13:24 / cg"
3445
Claus Gittinger <cg@exept.de>
parents: 3428
diff changeset
   185
!
Claus Gittinger <cg@exept.de>
parents: 3428
diff changeset
   186
Claus Gittinger <cg@exept.de>
parents: 3428
diff changeset
   187
stcWarningOptions
Claus Gittinger <cg@exept.de>
parents: 3428
diff changeset
   188
    ^ '-warnNonStandard -warnUnused'
2254
b5e6ad2d0f4b automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2248
diff changeset
   189
! !
2248
0c599f0d812c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2232
diff changeset
   190
2254
b5e6ad2d0f4b automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2248
diff changeset
   191
!stx_libbasic2 class methodsFor:'description - contents'!
b5e6ad2d0f4b automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2248
diff changeset
   192
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   193
classNamesAndAttributes
2360
15005df82bed automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2352
diff changeset
   194
    "lists the classes which are to be included in the project.
15005df82bed automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2352
diff changeset
   195
     Each entry in the list may be: a single class-name (symbol),
15005df82bed automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2352
diff changeset
   196
     or an array-literal consisting of class name and attributes.
15005df82bed automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2352
diff changeset
   197
     Attributes are: #autoload or #<os> where os is one of win32, unix,..."
15005df82bed automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2352
diff changeset
   198
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   199
    ^ #(
5404
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   200
	"<className> or (<className> attributes...) in load order"
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   201
	AVLTree
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   202
	AbstractBackgroundJob
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   203
	ActiveObject
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   204
	ActorStream
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   205
	Archiver
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   206
	AutoResizingOrderedCollection
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   207
	BIG5EncodedString
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   208
	BTree
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   209
	BaseNCoder
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   210
	Bezier
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   211
	BinaryTree
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   212
	BinaryTreeNode
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   213
	BloomFilter
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   214
	BoltLock
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   215
	CRCStream
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   216
	CacheDictionary
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   217
	CachedValue
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   218
	CharacterSet
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   219
	Circle
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   220
	CollectingReadStream
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   221
	CollectingSharedQueueStream
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   222
	CollectionBuilder
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   223
	ComplexDoubleArray
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   224
	ComplexFloatArray
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   225
	CompressionStream
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   226
	Cons
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   227
	ConsStream
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   228
	Curve
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   229
	DelayedValue
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   230
	DirectoryContents
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   231
	DoubleLink
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   232
	EllipticalArc
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   233
	ExternalInt
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   234
	ExternalLong
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   235
	FileSorter
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   236
	FileText
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   237
	FilteringStream
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   238
	FourByteString
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   239
	FuzzyMatcher
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   240
	GBEncodedString
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   241
	GeometricSeries
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   242
	HTMLUtilities
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   243
	HalfFloat
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   244
	HalfFloatArray
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   245
	HandlerCollection
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   246
	Heap
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   247
	IEEEFloat
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   248
	IdentityBag
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   249
	IncompatibleMatrixError
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   250
	IncrementNotification
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   251
	IndentStream
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   252
	InterestConverterWithParameters
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   253
	InternalPipeStream
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   254
	Iterator
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   255
	JISEncodedString
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   256
	KSCEncodedString
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   257
	KeywordInContextIndexBuilder
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   258
	Lazy
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   259
	LazyArray
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   260
	LazyValue
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   261
	LineSegment
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   262
	List
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   263
	LoggingStream
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   264
	MappedCollection
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   265
	Matrix
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   266
	MessageChannel
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   267
	Monitor
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   268
	MultiReadStream
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   269
	NameLookupError
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   270
	NumberSet
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   271
	OctaFloat
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   272
	OperationQueue
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   273
	PersistentFileHistory
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   274
	PhoneticStringUtilities
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   275
	PluggableDictionary
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   276
	PluggableSet
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   277
	Polygon
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   278
	PowerSet
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   279
	PrinterStream
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   280
	PrintfScanf
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   281
	PriorityQueue
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   282
	Promise
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   283
	QDouble
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   284
	QuadFloat
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   285
	Queue
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   286
	Random
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   287
	RandomBlumBlumShub
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   288
	RandomKISS
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   289
	RandomKISS2
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   290
	RandomMT19937
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   291
	RandomParkMiller
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   292
	RandomRDRand
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   293
	RandomTT800
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   294
	ReindexedCollection
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   295
	RunArray
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   296
	SegmentedOrderedCollection
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   297
	SelectingReadStream
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   298
	SequenceWithSentinel
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   299
	SequenceableCollectionSorter
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   300
	SerialPort
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   301
	SharedCollection
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   302
	Singleton
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   303
	SmallBag
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   304
	Socket
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   305
	SocketAddress
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   306
	SocketAddressInfo
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   307
	SocketErrorNotification
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   308
	SortedSet
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   309
	SoundStream
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   310
	Spline
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   311
	SplittingWriteStream
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   312
	Stack
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   313
	StringPattern
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   314
	StringUtilities
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   315
	TSTree
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   316
	TSTreeNode
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   317
	TableData
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   318
	TerminalSession
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   319
	Text
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   320
	TextClassifier
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   321
	TextStream
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   322
	TreeSet
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   323
	Trie
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   324
	URI
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   325
	UUID
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   326
	UndoSupport
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   327
	UnitConverter
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   328
	UnixPTYStream
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   329
	ValueLink
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   330
	VirtualArray
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   331
	VirtualDictionary
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   332
	WeakOrderedCollection
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   333
	ZipArchiveConstants
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   334
	#'stx_libbasic2'
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   335
	AATree
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   336
	AATreeNode
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   337
	AppletalkSocketAddress
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   338
	Arrow
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   339
	ArrowedSpline
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   340
	AutoResizingOrderedCollectionWithDefault
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   341
	BZip2Stream
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   342
	BackgroundJob
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   343
	BackgroundPeriodicalJob
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   344
	BackgroundQueueProcessingJob
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   345
	Base32Coder
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   346
	Base64Coder
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   347
	BayesClassifier
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   348
	Bezier2Segment
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   349
	CRC16Stream
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   350
	CRC32Stream
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   351
	CRC8Stream
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   352
	CacheDictionaryWithFactory
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   353
	DecNetSocketAddress
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   354
	EpsonFX1PrinterStream
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   355
	FilteringLineStream
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   356
	Future
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   357
	HPLjetIIPrinterStream
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   358
	HTMLPrinterStream
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   359
	HierarchicalURI
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   360
	HostAddressLookupError
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   361
	HostNameLookupError
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   362
	IPSocketAddress
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   363
	LazyCons
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   364
	LineNumberReadStream
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   365
	PostscriptPrinterStream
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   366
	RandomGNUSmalltalk
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   367
	RandomGenerator
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   368
	SharedQueue
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   369
	TSMultiTree
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   370
	TSMultiTreeNode
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   371
	TimedPromise
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   372
	TwoDimensionalMatrix
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   373
	UDSocketAddress
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   374
	Unicode32String
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   375
	ValueDoubleLink
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   376
	VirtualArrayWithCache
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   377
	ZipArchive
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   378
	ZipStream
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   379
	Base64UrlCoder
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   380
	FileURI
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   381
	FtpURI
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   382
	HttpURI
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   383
	IPv6SocketAddress
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   384
	SftpURI
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   385
	SquareMatrix
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   386
	UnlimitedSharedQueue
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   387
	HttpsURI
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   388
	#'Matrix2_2'
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   389
	#'Matrix3_3'
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   390
	(DoubleLinkedList autoload)
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   391
	(IdentitySkipList autoload)
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   392
	(IteratorStream autoload)
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   393
	(RecursiveSeriesStream autoload)
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   394
	(SkipList autoload)
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   395
	(SkipListNode autoload)
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   396
    )
2254
b5e6ad2d0f4b automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2248
diff changeset
   397
!
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   398
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   399
extensionMethodNames
3905
adde823a70ca #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3895
diff changeset
   400
    "lists the extension methods which are to be included in the project.
5353
b13c97dc8d56 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 5332
diff changeset
   401
     Entries are 2-element array literals, consisting of class-name and selector.
b13c97dc8d56 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 5332
diff changeset
   402
     A correponding method with real names must be present in my concrete subclasses
b13c97dc8d56 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 5332
diff changeset
   403
     if it has extensions."
2600
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   404
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   405
    ^ #(
5404
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   406
	ArithmeticValue asQDouble
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   407
	ArithmeticValue asQuadFloat
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   408
	ArithmeticValue differenceFromIEEEFloat:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   409
	ArithmeticValue differenceFromQDouble:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   410
	ArithmeticValue equalFromIEEEFloat:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   411
	ArithmeticValue equalFromQDouble:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   412
	ArithmeticValue lessFromIEEEFloat:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   413
	ArithmeticValue lessFromQDouble:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   414
	ArithmeticValue productFromIEEEFloat:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   415
	ArithmeticValue productFromQDouble:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   416
	ArithmeticValue quotientFromIEEEFloat:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   417
	ArithmeticValue quotientFromQDouble:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   418
	ArithmeticValue remainderFromQDouble:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   419
	ArithmeticValue sumFromIEEEFloat:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   420
	ArithmeticValue sumFromQDouble:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   421
	Block deferredValue
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   422
	Block deferredValueAt:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   423
	Block futureValue
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   424
	Block futureValue:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   425
	Block futureValue:value:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   426
	Block futureValue:value:value:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   427
	Block futureValueWithArguments:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   428
	Block lazyValue
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   429
	Block lazyValue:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   430
	Block lazyValue:value:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   431
	Block lazyValue:value:value:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   432
	Block lazyValueWithArguments:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   433
	Block promise
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   434
	Block promiseAt:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   435
	CharacterArray asKoelnerPhoneticCode
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   436
	CharacterArray asSoundexCode
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   437
	CharacterArray printf:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   438
	CharacterArray printf:on:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   439
	CharacterArray printfWith:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   440
	CharacterArray printfWith:with:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   441
	CharacterArray printfWith:with:with:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   442
	CharacterArray printfWith:with:with:with:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   443
	CharacterArray printfWith:with:with:with:with:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   444
	CharacterArray #'printf_formatArgCount'
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   445
	CharacterArray #'printf_printArgFrom:to:withData:'
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   446
	CharacterArray #'printf_printOn:withData:'
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   447
	CharacterArray scanf:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   448
	CharacterArray #'scanf_scanArgFrom:to:format:'
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   449
	CharacterArray sscanf:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   450
	CharacterArray urlDecoded
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   451
	CharacterArray urlEncoded
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   452
	Collection asHalfFloatArray
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   453
	Collection asIdentitySkipList
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   454
	Collection asList
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   455
	Collection asRunArray
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   456
	Collection asSharedCollection
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   457
	Collection asSkipList
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   458
	Collection asSkipList:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   459
	Float absDecimalPrintOn:digits:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   460
	Float absPrintOn:digits:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   461
	Float absScientificPrintOn:digits:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   462
	Float asIEEEFloat
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   463
	Float asOctaFloat
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   464
	Float asQDouble
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   465
	Float asQuadFloat
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   466
	Fraction asQuadFloat
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   467
	Integer asIEEEFloat
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   468
	Integer asOctaFloat
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   469
	Integer asQDouble
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   470
	Integer asQuadFloat
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   471
	Integer atRandom
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   472
	LimitedPrecisionReal asOctaFloat
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   473
	LimitedPrecisionReal asQuadFloat
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   474
	LongFloat asIEEEFloat
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   475
	LongFloat asQDouble
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   476
	LongFloat asQuadFloat
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   477
	MetaNumber asOctaFloat
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   478
	MetaNumber asQDouble
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   479
	MetaNumber asQuadFloat
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   480
	Object addInterest:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   481
	Object asDoubleLink
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   482
	Object expressInterestIn:for:sendBack:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   483
	Object interests
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   484
	Object interestsFor:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   485
	Object onChange:evaluate:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   486
	Object onChange:send:to:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   487
	Object onChangeEvaluate:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   488
	Object onChangeSend:to:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   489
	Object removeActionsForEvent:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   490
	Object removeActionsWithReceiver:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   491
	Object removeAllActionsWithReceiver:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   492
	Object removeDependentAndRetractInterestsFor:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   493
	Object removeInterest:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   494
	Object retractInterestIn:for:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   495
	Object retractInterests
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   496
	Object retractInterestsFor:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   497
	Object retractInterestsForWhich:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   498
	Object retractInterestsIn:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   499
	Object trigger:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   500
	Object trigger:with:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   501
	Object triggerEvent:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   502
	Object triggerEvent:with:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   503
	Object triggerEvent:withArguments:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   504
	Object when:send:to:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   505
	Object when:send:to:with:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   506
	Object when:sendTo:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   507
	ShortFloat asIEEEFloat
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   508
	ShortFloat asQuadFloat
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   509
	Stream collecting:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   510
	Stream printf:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   511
	Stream printf:arguments:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   512
	Stream printf:with:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   513
	Stream printf:with:with:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   514
	Stream printf:with:with:with:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   515
	Stream printf:with:with:with:with:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   516
	Stream printf:with:with:with:with:with:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   517
	Stream printf:withAll:
59a7350c7149 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5353
diff changeset
   518
	Stream selecting:
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   519
    )
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   520
! !
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   521
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   522
!stx_libbasic2 class methodsFor:'description - project information'!
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   523
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   524
companyName
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   525
    "Return a companyname which will appear in <lib>.rc"
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   526
4207
6010972179be #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 4189
diff changeset
   527
    ^ 'Claus Gittinger / eXept Software AG'
6010972179be #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 4189
diff changeset
   528
6010972179be #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 4189
diff changeset
   529
    "Modified: / 18-11-2016 / 11:48:36 / cg"
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   530
!
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   531
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   532
description
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   533
    "Return a description string which will appear in nt.def / bc.def"
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   534
1740
9a2696245a64 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1739
diff changeset
   535
    ^ 'Smalltalk/X Additional Basic Classes'
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   536
1740
9a2696245a64 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1739
diff changeset
   537
    "Modified: / 14-09-2006 / 10:57:15 / cg"
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   538
!
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   539
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   540
legalCopyright
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   541
    "Return a copyright string which will appear in <lib>.rc"
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   542
4209
c1651ea1e426 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 4208
diff changeset
   543
    ^ 'Copyright Claus Gittinger 1988\nCopyright eXept Software AG 2012'
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   544
4209
c1651ea1e426 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 4208
diff changeset
   545
    "Modified: / 18-11-2016 / 12:17:38 / cg"
2910
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
   546
!
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
   547
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
   548
productName
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
   549
    "Return a product name which will appear in <lib>.rc"
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
   550
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
   551
    ^ 'Smalltalk/X'
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   552
! !
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   553
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   554
!stx_libbasic2 class methodsFor:'documentation'!
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   555
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   556
version
3568
6f684b01fe00 added: AutoResizingOrderedCollection
Claus Gittinger <cg@exept.de>
parents: 3504
diff changeset
   557
    ^ '$Header$'
2284
141696a39190 changed: #classNamesAndAttributes
Claus Gittinger <cg@exept.de>
parents: 2277
diff changeset
   558
!
141696a39190 changed: #classNamesAndAttributes
Claus Gittinger <cg@exept.de>
parents: 2277
diff changeset
   559
141696a39190 changed: #classNamesAndAttributes
Claus Gittinger <cg@exept.de>
parents: 2277
diff changeset
   560
version_CVS
3568
6f684b01fe00 added: AutoResizingOrderedCollection
Claus Gittinger <cg@exept.de>
parents: 3504
diff changeset
   561
    ^ '$Header$'
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   562
! !
5427
c39bc9b6d6b0 #OTHER by stefan
Stefan Vogel <sv@exept.de>
parents: 5404
diff changeset
   563