stx_libbasic2.st
author Stefan Vogel <sv@exept.de>
Thu, 25 Apr 2013 09:38:02 +0200
changeset 2987 6ed226d684ee
parent 2943 3d7b1ff12bc4
child 3036 8c7e3b9d80fa
permissions -rw-r--r--
automatic checkIn
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
"
2831
63024b4839fe comment
Claus Gittinger <cg@exept.de>
parents: 2800
diff changeset
    39
    Build- and package information for creation of the st/x standard library: stx_libbasic2
1723
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    40
    This library contains additional basic (nonGUI) classes.
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    41
"
419f90ed83cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1722
diff changeset
    42
! !
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    43
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    44
!stx_libbasic2 class methodsFor:'description'!
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    45
1879
1bb6fc9f4912 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1874
diff changeset
    46
excludedFromPreRequisites
1bb6fc9f4912 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1874
diff changeset
    47
    ^ #(
2910
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
    48
        #'exept:libcrypt'    "Rc4Cipher - referenced by RandomGenerator class>>new "
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
    49
        #'stx:goodies/communication'    "FTPClient - referenced by FtpURI>>writeStreamDo:create:atomic: "
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
    50
        #'stx:libtool'    "FileBrowser - referenced by Archiver::ArchiverOutputParser>>parseLine:forItemClass: "
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
    51
        #'stx:libview2'    "MIMETypes - referenced by Archiver::ArchiverOutputParser>>parseLine:forItemClass: "
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
    52
        #'stx:libwidg'    "DialogBox - referenced by Archiver::CompressedFile>>compressFile:to: "
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
    53
        #'stx:libhtml'    "HTMLParser - referenced by HTMLUtilities class>>plainTextOfHTML: "
1879
1bb6fc9f4912 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1874
diff changeset
    54
    )
1bb6fc9f4912 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1874
diff changeset
    55
!
1bb6fc9f4912 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1874
diff changeset
    56
2910
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
    57
mandatoryPreRequisites
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
    58
    "list all required mandatory packages.
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
    59
     Packages are mandatory, if they contain superclasses of the package's classes
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
    60
     or classes which are extended by this package.
2600
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
    61
     This list can be maintained manually or (better) generated and
2910
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
    62
     updated by scanning the superclass hierarchies
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
    63
     (the browser has a menu function for that)
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
    64
     However, often too much is found, and you may want to explicitely
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
    65
     exclude individual packages in the #excludedFromPreRequisites method."
2600
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
    66
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    67
    ^ #(
2987
6ed226d684ee automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2943
diff changeset
    68
        #'stx:libbasic'    "AbstractNumberVector - superclass of IntegerArray "
2910
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
    69
    )
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
    70
!
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
    71
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
    72
referencedPreRequisites
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
    73
    "list all packages containing classes referenced by the packages's members.
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
    74
     This list can be maintained manually or (better) generated and
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
    75
     updated by looking for global variable accesses
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
    76
     (the browser has a menu function for that)
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
    77
     However, often too much is found, and you may want to explicitely
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
    78
     exclude individual packages in the #excludedFromPreRequisites method."
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
    79
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
    80
    ^ #(
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    81
    )
2987
6ed226d684ee automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2943
diff changeset
    82
!
6ed226d684ee automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2943
diff changeset
    83
6ed226d684ee automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2943
diff changeset
    84
subProjects
6ed226d684ee automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2943
diff changeset
    85
    "list packages which are known as subprojects.
6ed226d684ee automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2943
diff changeset
    86
     The generated makefile will enter those and make there as well.
6ed226d684ee automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2943
diff changeset
    87
     However: they are not forced to be loaded when a package is loaded;
6ed226d684ee automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2943
diff changeset
    88
     for those, redefine requiredPrerequisites"
6ed226d684ee automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2943
diff changeset
    89
6ed226d684ee automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2943
diff changeset
    90
    ^ #(
6ed226d684ee automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2943
diff changeset
    91
    )
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    92
! !
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    93
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    94
!stx_libbasic2 class methodsFor:'description - compilation'!
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    95
2248
0c599f0d812c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2232
diff changeset
    96
additionalBaseAddressDefinition_bc_dot_mak
2254
b5e6ad2d0f4b automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2248
diff changeset
    97
    "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
    98
     on win32 systems."
b5e6ad2d0f4b automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2248
diff changeset
    99
1703
24ee7963195e automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1697
diff changeset
   100
    ^ '
2254
b5e6ad2d0f4b automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2248
diff changeset
   101
# see stdHeader_bc for LIBBASIC2_BASE
2248
0c599f0d812c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2232
diff changeset
   102
LIB_BASE=$(LIBBASIC2_BASE)
1703
24ee7963195e automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1697
diff changeset
   103
'
1690
c422f6199c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1689
diff changeset
   104
!
c422f6199c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1689
diff changeset
   105
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   106
additionalLinkLibraries_bc_dot_mak
1823
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
   107
"/    ^ '$(ZLIB) $(BZ2LIB)'
1956
977938c9f3e6 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 1950
diff changeset
   108
    ^ '$(ZLIB_DIR)\$(ZLIB)'
1823
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
additionalLinkLibraries_make_dot_proto
1683
eb117bac0f75 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1677
diff changeset
   112
    ^ '$(ZLIB_LD_ARG) $(BZ2LIB_LD_ARG)'
eb117bac0f75 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1677
diff changeset
   113
!
eb117bac0f75 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1677
diff changeset
   114
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   115
additionalRules_bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   116
    ^ '
1806
c319f83eade2 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1791
diff changeset
   117
$(ZLIB):
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   118
	cd $(ZLIB_DIR)
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   119
	$(MAKE) $(MAKE_ZLIB_ARG) $(ZLIB)
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   120
	cd ..\..\libbasic2
1806
c319f83eade2 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1791
diff changeset
   121
c319f83eade2 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1791
diff changeset
   122
$(BZ2LIB):
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   123
	cd $(BZ2LIB_DIR)
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   124
	$(MAKE) $(MAKE_BZ2LIB_ARG) bz2.lib
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   125
	cd ..\..\libbasic2
1806
c319f83eade2 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1791
diff changeset
   126
'
c319f83eade2 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1791
diff changeset
   127
!
c319f83eade2 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1791
diff changeset
   128
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   129
additionalRules_make_dot_proto
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   130
    ^ '
1823
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
   131
zlib:
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   132
	cd $(ZLIB_DIR); $(MAKE) $(MAKE_ZLIB_ARG)
1823
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
   133
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
   134
bz2lib:
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   135
	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
   136
'
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
   137
!
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
   138
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   139
additionalTargets_bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   140
"/    ^ '$(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
   141
    ^ '$(ZLIB)'
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
   142
!
bcba29fb4568 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1819
diff changeset
   143
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   144
additionalTargets_make_dot_proto
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   145
    ^ 'bz2lib zlib'
1738
78ec0825259c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1732
diff changeset
   146
78ec0825259c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1732
diff changeset
   147
    "Created: / 05-09-2006 / 16:05:12 / cg"
78ec0825259c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1732
diff changeset
   148
!
78ec0825259c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1732
diff changeset
   149
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   150
localIncludes
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   151
    ^ '-I$(ZLIB_DIR)'
1732
f6a1de369941 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1723
diff changeset
   152
1739
0b7c61afb2c8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1738
diff changeset
   153
    "Created: / 06-09-2006 / 18:18:15 / cg"
1732
f6a1de369941 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1723
diff changeset
   154
!
f6a1de369941 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1723
diff changeset
   155
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   156
stcOptimizationOptions
2539
58371ca3591f changed: #stcOptimizationOptions
Claus Gittinger <cg@exept.de>
parents: 2535
diff changeset
   157
    ^ '+optinline +optinline2 +inlinenew'
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   158
2539
58371ca3591f changed: #stcOptimizationOptions
Claus Gittinger <cg@exept.de>
parents: 2535
diff changeset
   159
    "Modified: / 21-02-2011 / 14:13:24 / cg"
2254
b5e6ad2d0f4b automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2248
diff changeset
   160
! !
2248
0c599f0d812c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2232
diff changeset
   161
2254
b5e6ad2d0f4b automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2248
diff changeset
   162
!stx_libbasic2 class methodsFor:'description - contents'!
b5e6ad2d0f4b automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2248
diff changeset
   163
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   164
classNamesAndAttributes
2360
15005df82bed automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2352
diff changeset
   165
    "lists the classes which are to be included in the project.
15005df82bed automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2352
diff changeset
   166
     Each entry in the list may be: a single class-name (symbol),
15005df82bed automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2352
diff changeset
   167
     or an array-literal consisting of class name and attributes.
15005df82bed automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2352
diff changeset
   168
     Attributes are: #autoload or #<os> where os is one of win32, unix,..."
15005df82bed automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2352
diff changeset
   169
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   170
    ^ #(
2600
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   171
        "<className> or (<className> attributes...) in load order"
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   172
        ActorStream
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   173
        (AppletalkSocketAddress autoload)
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   174
        Archiver
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   175
        (BIG5EncodedString autoload)
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   176
        BTree
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   177
        (BZip2Stream unix autoload)
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   178
        BackgroundJob
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   179
        BaseNCoder
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   180
        Bezier
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   181
        BinaryTree
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   182
        BinaryTreeNode
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   183
        BitArray
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   184
        CRC32Stream
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   185
        CacheDictionary
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   186
        CharacterSet
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   187
        Circle
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   188
        CollectingReadStream
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   189
        (CollectingSharedQueueStream autoload)
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   190
        CompressionStream
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   191
        (CompressionStreamTest autoload)
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   192
        (Cons autoload)
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   193
        (ConsStream autoload)
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   194
        Curve
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   195
        (DecNetSocketAddress autoload)
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   196
        DirectoryContents
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   197
        EllipticalArc
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   198
        (EpsonFX1PrinterStream autoload)
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   199
        ExternalLong
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   200
        FileSorter
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   201
        (FileText autoload)
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   202
        FilteringStream
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   203
        FourByteString
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   204
        Future
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   205
        (GBEncodedString autoload)
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   206
        (HPLjetIIPrinterStream autoload)
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   207
        HTMLUtilities
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   208
        (HandlerCollection autoload)
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   209
        Heap
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   210
        IncrementNotification
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   211
        InterestConverterWithParameters
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   212
        (InternalPipeStream autoload)
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   213
        Iterator
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   214
        JISEncodedString
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   215
        (KSCEncodedString autoload)
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   216
        (KeywordInContextIndexBuilder autoload)
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   217
        Lazy
2759
bedbb76275b1 changed: #classNamesAndAttributes
Claus Gittinger <cg@exept.de>
parents: 2750
diff changeset
   218
        LazyArray
2600
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   219
        (LazyCons autoload)
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   220
        (LazyValue autoload)
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   221
        LineSegment
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   222
        List
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   223
        MappedCollection
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   224
        (MessageChannel autoload)
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   225
        Monitor
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   226
        MultiReadStream
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   227
        NameLookupError
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   228
        (NumberSet autoload)
2609
c18dc7ad61cf automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2600
diff changeset
   229
        OperationQueue
2600
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   230
        PhoneticStringUtilities
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   231
        Polygon
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   232
        (PowerSet autoload)
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   233
        PrinterStream
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   234
        PrintfScanf
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   235
        Promise
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   236
        Queue
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   237
        Random
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   238
        RandomGenerator
2618
59e4b4392e4e automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2609
diff changeset
   239
        (RandomParkMiller autoload)
2609
c18dc7ad61cf automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2600
diff changeset
   240
        RandomTT800
2600
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   241
        ReindexedCollection
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   242
        RunArray
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   243
        SelectingReadStream
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   244
        SequenceWithSentinel
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   245
        (SequenceableCollectionSorter autoload)
2609
c18dc7ad61cf automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2600
diff changeset
   246
        SerialPort
2600
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   247
        SharedCollection
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   248
        Singleton
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   249
        Socket
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   250
        SocketAddress
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   251
        SocketAddressInfo
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   252
        SoundStream
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   253
        Spline
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   254
        (SplittingWriteStream autoload)
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   255
        Stack
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   256
        StringUtilities
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   257
        TSTree
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   258
        Text
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   259
        TextStream
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   260
        TimeDuration
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   261
        TreeSet
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   262
        URI
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   263
        UUID
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   264
        UnboxedIntegerArray
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   265
        UndoSupport
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   266
        UnitConverter
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   267
        (UnixPTYStream autoload)
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   268
        (ValueLink autoload)
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   269
        (WinAPIFunction autoload)
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   270
        ZipArchiveConstants
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   271
        #'stx_libbasic2'
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   272
        AATree
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   273
        AATreeNode
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   274
        Arrow
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   275
        ArrowedSpline
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   276
        BackgroundQueueProcessingJob
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   277
        Base32Coder
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   278
        Base64Coder
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   279
        Bezier2Segment
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   280
        BooleanArray
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   281
        CacheDictionaryWithFactory
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   282
        FilteringLineStream
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   283
        HierarchicalURI
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   284
        HostAddressLookupError
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   285
        HostNameLookupError
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   286
        IPSocketAddress
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   287
        IntegerArray
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   288
        LineNumberReadStream
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   289
        LongIntegerArray
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   290
        PostscriptPrinterStream
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   291
        SharedQueue
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   292
        SignedIntegerArray
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   293
        SignedLongIntegerArray
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   294
        SignedWordArray
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   295
        TimedPromise
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   296
        UDSocketAddress
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   297
        Unicode32String
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   298
        WordArray
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   299
        ZipArchive
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   300
        ZipStream
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   301
        FileURI
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   302
        FtpURI
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   303
        HttpURI
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   304
        IPv6SocketAddress
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   305
        SftpURI
2626
854c133f50f9 automatic checkIn
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2618
diff changeset
   306
        StringPattern
2636
c076bb946b58 automatic checkIn
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2626
diff changeset
   307
        BackgroundPeriodicalJob
2653
129db31677d1 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2636
diff changeset
   308
        (AVLTree autoload)
2759
bedbb76275b1 changed: #classNamesAndAttributes
Claus Gittinger <cg@exept.de>
parents: 2750
diff changeset
   309
        VirtualArray
bedbb76275b1 changed: #classNamesAndAttributes
Claus Gittinger <cg@exept.de>
parents: 2750
diff changeset
   310
        (Trie autoload)
2797
6ae35a95753f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2759
diff changeset
   311
        (SortedSet autoload)
2800
4c38711ee34d changed: #classNamesAndAttributes
Claus Gittinger <cg@exept.de>
parents: 2797
diff changeset
   312
        (BoltLock autoload)
2846
e9f899827c52 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2831
diff changeset
   313
        CachedValue
2885
36e6a080007f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2846
diff changeset
   314
        SmallBag
2887
935939d19c75 class: stx_libbasic2
Claus Gittinger <cg@exept.de>
parents: 2885
diff changeset
   315
        (ActiveObject autoload)
2925
3da0b6ac607b automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2914
diff changeset
   316
        SegmentedOrderedCollection
2943
3d7b1ff12bc4 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2925
diff changeset
   317
        (LoggingStream autoload)
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   318
    )
2254
b5e6ad2d0f4b automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2248
diff changeset
   319
!
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   320
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   321
extensionMethodNames
2600
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   322
    "lists the extension methods which are to be included in the project.
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   323
     Entries are 2-element array literals, consisting of class-name and selector."
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   324
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   325
    ^ #(
2600
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   326
        CharacterArray asKoelnerPhoneticCode
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   327
        CharacterArray asSoundexCode
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   328
        CharacterArray printf:
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   329
        CharacterArray printf:on:
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   330
        CharacterArray printfWith:
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   331
        CharacterArray printfWith:with:
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   332
        CharacterArray printfWith:with:with:
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   333
        CharacterArray printfWith:with:with:with:
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   334
        CharacterArray #'printf_formatArgCount'
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   335
        CharacterArray #'printf_printArgFrom:to:withData:'
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   336
        CharacterArray #'printf_printOn:withData:'
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   337
        CharacterArray scanf:
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   338
        CharacterArray #'scanf_scanArgFrom:to:format:'
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   339
        CharacterArray sscanf:
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   340
        Float absDecimalPrintOn:digits:
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   341
        Float absPrintOn:digits:
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   342
        Float absScientificPrintOn:digits:
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   343
        Object addInterest:
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   344
        Object expressInterestIn:for:sendBack:
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   345
        Object interests
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   346
        Object interestsFor:
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   347
        Object onChangeEvaluate:
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   348
        Object onChangeSend:to:
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   349
        Object removeInterest:
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   350
        Object retractInterestIn:for:
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   351
        Object retractInterests
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   352
        Object retractInterestsFor:
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   353
        Object retractInterestsForWhich:
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   354
        Object retractInterestsIn:
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   355
        Object when:send:to:
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   356
        Stream collecting:
1baebd09201c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   357
        Stream selecting:
2910
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
   358
        Object removeActionsForEvent:
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
   359
        Object removeActionsWithReceiver:
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
   360
        Object removeAllActionsWithReceiver:
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
   361
        Object trigger:
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
   362
        Object trigger:with:
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
   363
        Object triggerEvent:
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
   364
        Object triggerEvent:with:
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
   365
        Object triggerEvent:withArguments:
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
   366
        Object when:send:to:with:
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
   367
        Object when:sendTo:
1767
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   368
    )
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   369
! !
c167bc410cb5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1747
diff changeset
   370
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   371
!stx_libbasic2 class methodsFor:'description - project information'!
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   372
2910
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
   373
applicationIconFileName
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
   374
    "Return the name (without suffix) of an icon-file (the app's icon); will be included in the rc-resource file"
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
   375
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
   376
    ^ nil
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
   377
    "/ ^ self applicationName
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
   378
!
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
   379
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   380
companyName
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   381
    "Return a companyname which will appear in <lib>.rc"
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   382
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   383
    ^ 'eXept Software AG'
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   384
!
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   385
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   386
description
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   387
    "Return a description string which will appear in nt.def / bc.def"
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   388
1740
9a2696245a64 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1739
diff changeset
   389
    ^ 'Smalltalk/X Additional Basic Classes'
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   390
1740
9a2696245a64 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1739
diff changeset
   391
    "Modified: / 14-09-2006 / 10:57:15 / cg"
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   392
!
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   393
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   394
legalCopyright
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   395
    "Return a copyright string which will appear in <lib>.rc"
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   396
2750
50f786768873 changed: #legalcopyright
Claus Gittinger <cg@exept.de>
parents: 2729
diff changeset
   397
    ^ 'Copyright Claus Gittinger 1988-2012\nCopyright eXept Software AG 1998-2012'
2255
Claus Gittinger <cg@exept.de>
parents: 2254
diff changeset
   398
2750
50f786768873 changed: #legalcopyright
Claus Gittinger <cg@exept.de>
parents: 2729
diff changeset
   399
    "Modified: / 18-07-2012 / 19:11:22 / cg"
2910
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
   400
!
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
   401
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
   402
productName
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
   403
    "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
   404
e7f29980eed5 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2887
diff changeset
   405
    ^ 'Smalltalk/X'
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   406
! !
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   407
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   408
!stx_libbasic2 class methodsFor:'documentation'!
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   409
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   410
version
2987
6ed226d684ee automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2943
diff changeset
   411
    ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.95 2013-04-25 07:38:02 stefan Exp $'
2284
141696a39190 changed: #classNamesAndAttributes
Claus Gittinger <cg@exept.de>
parents: 2277
diff changeset
   412
!
141696a39190 changed: #classNamesAndAttributes
Claus Gittinger <cg@exept.de>
parents: 2277
diff changeset
   413
141696a39190 changed: #classNamesAndAttributes
Claus Gittinger <cg@exept.de>
parents: 2277
diff changeset
   414
version_CVS
2987
6ed226d684ee automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2943
diff changeset
   415
    ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.95 2013-04-25 07:38:02 stefan Exp $'
1665
07e01525e60b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   416
! !
2885
36e6a080007f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2846
diff changeset
   417