stx_libbasic.st
author Merge Script
Sun, 07 Jun 2015 06:38:49 +0200
branchjv
changeset 18457 214d760f8247
parent 18120 e3a375d5f6a8
child 18482 68a43e2b3e78
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9811
1e3ab1349e3d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9800
diff changeset
     1
"
1e3ab1349e3d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9800
diff changeset
     2
 COPYRIGHT (c) 2006 by eXept Software AG
13439
cf331e8bca08 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 13438
diff changeset
     3
	      All Rights Reserved
9811
1e3ab1349e3d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9800
diff changeset
     4
1e3ab1349e3d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9800
diff changeset
     5
 This software is furnished under a license and may be used
1e3ab1349e3d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9800
diff changeset
     6
 only in accordance with the terms of that license and with the
1e3ab1349e3d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9800
diff changeset
     7
 inclusion of the above copyright notice.   This software may not
1e3ab1349e3d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9800
diff changeset
     8
 be provided or otherwise made available to, or used by, any
1e3ab1349e3d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9800
diff changeset
     9
 other person.  No title to or ownership of the software is
1e3ab1349e3d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9800
diff changeset
    10
 hereby transferred.
1e3ab1349e3d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9800
diff changeset
    11
"
9711
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
"{ Package: 'stx:libbasic' }"
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
17357
a8ddc5445869 new queries for load in progress to
Claus Gittinger <cg@exept.de>
parents: 17102
diff changeset
    14
"{ NameSpace: Smalltalk }"
a8ddc5445869 new queries for load in progress to
Claus Gittinger <cg@exept.de>
parents: 17102
diff changeset
    15
9711
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
LibraryDefinition subclass:#stx_libbasic
13439
cf331e8bca08 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 13438
diff changeset
    17
	instanceVariableNames:''
cf331e8bca08 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 13438
diff changeset
    18
	classVariableNames:''
cf331e8bca08 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 13438
diff changeset
    19
	poolDictionaries:''
cf331e8bca08 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 13438
diff changeset
    20
	category:'* Projects & Packages *'
9711
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    21
!
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    22
9811
1e3ab1349e3d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9800
diff changeset
    23
!stx_libbasic class methodsFor:'documentation'!
1e3ab1349e3d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9800
diff changeset
    24
1e3ab1349e3d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9800
diff changeset
    25
copyright
1e3ab1349e3d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9800
diff changeset
    26
"
1e3ab1349e3d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9800
diff changeset
    27
 COPYRIGHT (c) 2006 by eXept Software AG
13439
cf331e8bca08 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 13438
diff changeset
    28
	      All Rights Reserved
9811
1e3ab1349e3d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9800
diff changeset
    29
1e3ab1349e3d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9800
diff changeset
    30
 This software is furnished under a license and may be used
1e3ab1349e3d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9800
diff changeset
    31
 only in accordance with the terms of that license and with the
1e3ab1349e3d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9800
diff changeset
    32
 inclusion of the above copyright notice.   This software may not
1e3ab1349e3d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9800
diff changeset
    33
 be provided or otherwise made available to, or used by, any
1e3ab1349e3d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9800
diff changeset
    34
 other person.  No title to or ownership of the software is
1e3ab1349e3d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9800
diff changeset
    35
 hereby transferred.
1e3ab1349e3d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9800
diff changeset
    36
"
1e3ab1349e3d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9800
diff changeset
    37
!
1e3ab1349e3d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9800
diff changeset
    38
1e3ab1349e3d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9800
diff changeset
    39
documentation
1e3ab1349e3d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9800
diff changeset
    40
"
16736
c58d7f55b688 class: stx_libbasic
Claus Gittinger <cg@exept.de>
parents: 16692
diff changeset
    41
    Package documentation:
c58d7f55b688 class: stx_libbasic
Claus Gittinger <cg@exept.de>
parents: 16692
diff changeset
    42
9811
1e3ab1349e3d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9800
diff changeset
    43
    This library contains basic (nonGUI) classes.
17540
f51b6fa18e90 class: stx_libbasic
Claus Gittinger <cg@exept.de>
parents: 17507
diff changeset
    44
    These are the fundamental classes which are required for any Smalltalk,
16736
c58d7f55b688 class: stx_libbasic
Claus Gittinger <cg@exept.de>
parents: 16692
diff changeset
    45
    whether scripting, non-GUI, repl, IDE or end user application.
17540
f51b6fa18e90 class: stx_libbasic
Claus Gittinger <cg@exept.de>
parents: 17507
diff changeset
    46
f51b6fa18e90 class: stx_libbasic
Claus Gittinger <cg@exept.de>
parents: 17507
diff changeset
    47
    Things you find here are mostly classes as described in the ANSI standard.
16736
c58d7f55b688 class: stx_libbasic
Claus Gittinger <cg@exept.de>
parents: 16692
diff changeset
    48
17540
f51b6fa18e90 class: stx_libbasic
Claus Gittinger <cg@exept.de>
parents: 17507
diff changeset
    49
    There are no GUI dependencies here 
f51b6fa18e90 class: stx_libbasic
Claus Gittinger <cg@exept.de>
parents: 17507
diff changeset
    50
    (some conditional code deals with the non-presence of UI classes; 
f51b6fa18e90 class: stx_libbasic
Claus Gittinger <cg@exept.de>
parents: 17507
diff changeset
    51
     for example, debugging, for which a non-UI version is provided here)
16736
c58d7f55b688 class: stx_libbasic
Claus Gittinger <cg@exept.de>
parents: 16692
diff changeset
    52
17540
f51b6fa18e90 class: stx_libbasic
Claus Gittinger <cg@exept.de>
parents: 17507
diff changeset
    53
    Also no developer support classes are found here 
f51b6fa18e90 class: stx_libbasic
Claus Gittinger <cg@exept.de>
parents: 17507
diff changeset
    54
    (i.e. Change/History support, compiler etc.).
9811
1e3ab1349e3d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9800
diff changeset
    55
"
1e3ab1349e3d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9800
diff changeset
    56
! !
9711
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    57
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    58
!stx_libbasic class methodsFor:'description'!
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    59
10573
dfb0c710b4e8 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 10526
diff changeset
    60
excludedFromPreRequisites
12537
75cfa5a16b41 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 12510
diff changeset
    61
    "list all packages which should be ignored in the automatic
75cfa5a16b41 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 12510
diff changeset
    62
     preRequisites scan. See #preRequisites for more."
10573
dfb0c710b4e8 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 10526
diff changeset
    63
dfb0c710b4e8 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 10526
diff changeset
    64
    ^ #(
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
    65
        #'exept:ctypes'    "CType - referenced by ExternalLibraryFunction>>ffiTypeSymbolForType: "
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
    66
        #'exept:expecco'    "Expecco::ExpeccoXMLDecoder - referenced by ClassDescription>>iconInBrowserForVariableNamed: "
14844
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
    67
        #'exept:libcrypt'    "HashRandom - referenced by HashStream class>>random "
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
    68
        #'stx:goodies'    "LockedFileStream - referenced by ClassDescription>>changesStream "
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
    69
        #'stx:goodies/simpleServices'    "STXScriptingServer - referenced by StandaloneStartup class>>handleScriptingOptionsFromArguments: "
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
    70
        #'stx:goodies/sunit'    "TestRunner - referenced by UserPreferences>>testRunnerClass "
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
    71
        #'stx:goodies/xml/stx'    "XMLCoder - referenced by ClassDescription>>fileOutXMLString:on: "
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
    72
        #'stx:goodies/xml/vw'    "XML::XMLParser - referenced by PeekableStream>>fileInXMLNotifying:passChunk: "
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
    73
        #'stx:libbasic2'    "List - referenced by Collection>>asList "
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
    74
        #'stx:libbasic3'    "ClassOrganizer - referenced by ClassDescription>>organization "
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
    75
        #'stx:libboss'    "BinaryObjectStorage - referenced by PeekableStream>>fileInBinary "
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
    76
        #'stx:libcomp'    "Parser - referenced by CharacterArray>>isValidSmalltalkIdentifier "
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
    77
        #'stx:libcompat'    "Dolphin::ClassCategoriesReader - referenced by ClassDescription>>categoriesForClass "
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
    78
        #'stx:libhtml'    "URL - referenced by CharacterArray>>asURL "
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
    79
        #'stx:libtool'    "Tools::ToDoListBrowser - referenced by ClassBuilder>>checkInstvarRedefsWith:subclassOf:old:name: "
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
    80
        #'stx:libview'    "Image - referenced by UserPreferences class>>saveSettings:in: "
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
    81
        #'stx:libview2'    "ApplicationModel - referenced by ApplicationDefinition class>>startupClassName_code "
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
    82
        #'stx:libwidg'    "Button - referenced by UserPreferences class>>saveSettings:in: "
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
    83
        #'stx:libwidg2'    "ProgressNotification - referenced by UserNotification class>>notify:progress: "
12537
75cfa5a16b41 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 12510
diff changeset
    84
    )
75cfa5a16b41 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 12510
diff changeset
    85
!
10526
db65ccd3e584 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10467
diff changeset
    86
14844
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
    87
mandatoryPreRequisites
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
    88
    "list all required mandatory packages.
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
    89
     Packages are mandatory, if they contain superclasses of the package's classes
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
    90
     or classes which are extended by this package.
12537
75cfa5a16b41 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 12510
diff changeset
    91
     This list can be maintained manually or (better) generated and
14844
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
    92
     updated by scanning the superclass hierarchies
16062
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
    93
     (the browser has a menu function for that)"
14844
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
    94
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
    95
    ^ #(
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
    96
    )
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
    97
!
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
    98
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
    99
referencedPreRequisites
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
   100
    "list all packages containing classes referenced by the packages's members.
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
   101
     This list can be maintained manually or (better) generated and
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
   102
     updated by looking for global variable accesses
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
   103
     (the browser has a menu function for that)
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
   104
     However, often too much is found, and you may want to explicitely
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
   105
     exclude individual packages in the #excludedFromPreRequisites method."
12537
75cfa5a16b41 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 12510
diff changeset
   106
75cfa5a16b41 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 12510
diff changeset
   107
    ^ #(
10526
db65ccd3e584 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10467
diff changeset
   108
    )
15142
aeb9341fd2b8 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 14918
diff changeset
   109
!
aeb9341fd2b8 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 14918
diff changeset
   110
aeb9341fd2b8 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 14918
diff changeset
   111
subProjects
aeb9341fd2b8 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 14918
diff changeset
   112
    "list packages which are known as subprojects.
aeb9341fd2b8 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 14918
diff changeset
   113
     The generated makefile will enter those and make there as well.
aeb9341fd2b8 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 14918
diff changeset
   114
     However: they are not forced to be loaded when a package is loaded;
aeb9341fd2b8 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 14918
diff changeset
   115
     for those, redefine requiredPrerequisites"
aeb9341fd2b8 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 14918
diff changeset
   116
aeb9341fd2b8 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 14918
diff changeset
   117
    ^ #(
aeb9341fd2b8 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 14918
diff changeset
   118
    )
9711
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   119
! !
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   120
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   121
!stx_libbasic class methodsFor:'description - compilation'!
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   122
11939
d6dfaea4ebc4 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 11914
diff changeset
   123
additionalBaseAddressDefinition_bc_dot_mak
d6dfaea4ebc4 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 11914
diff changeset
   124
    "this is an optional definition, which (if present) may speed up the dll-loading a little
d6dfaea4ebc4 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 11914
diff changeset
   125
     on win32 systems."
d6dfaea4ebc4 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 11914
diff changeset
   126
9772
86c8ca2f7540 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9766
diff changeset
   127
    ^ '
10307
19562e7dd549 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10247
diff changeset
   128
# see stdHeader_bc for LIBBASIC_BASE
11939
d6dfaea4ebc4 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 11914
diff changeset
   129
LIB_BASE=$(LIBBASIC_BASE)
9772
86c8ca2f7540 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9766
diff changeset
   130
'
9752
c6fe4bd58bc2 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9740
diff changeset
   131
!
c6fe4bd58bc2 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9740
diff changeset
   132
9828
78a5d6c6b30f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9811
diff changeset
   133
localIncludes
15260
417c9c49a244 class: stx_libbasic
Claus Gittinger <cg@exept.de>
parents: 15150
diff changeset
   134
    ^ '-I$(TOP)/librun $(FFI_INCLUDE)'
9711
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   135
9828
78a5d6c6b30f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9811
diff changeset
   136
    "Created: / 06-09-2006 / 18:18:06 / cg"
9711
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   137
!
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   138
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   139
stcOptimizationOptions
9720
09649246c44e automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9711
diff changeset
   140
    ^ '+optinline +optinline2'
9711
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   141
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   142
    "Created: / 23-08-2006 / 11:06:17 / cg"
17102
b3ff7be6e1f8 warnings
Claus Gittinger <cg@exept.de>
parents: 17093
diff changeset
   143
!
b3ff7be6e1f8 warnings
Claus Gittinger <cg@exept.de>
parents: 17093
diff changeset
   144
b3ff7be6e1f8 warnings
Claus Gittinger <cg@exept.de>
parents: 17093
diff changeset
   145
stcWarningOptions
b3ff7be6e1f8 warnings
Claus Gittinger <cg@exept.de>
parents: 17093
diff changeset
   146
    ^ '-warnNonStandard -warnUnused'
9711
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   147
! !
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   148
9945
ec6b4320a7f0 +StandAloneStartup
Claus Gittinger <cg@exept.de>
parents: 9878
diff changeset
   149
!stx_libbasic class methodsFor:'description - contents'!
ec6b4320a7f0 +StandAloneStartup
Claus Gittinger <cg@exept.de>
parents: 9878
diff changeset
   150
ec6b4320a7f0 +StandAloneStartup
Claus Gittinger <cg@exept.de>
parents: 9878
diff changeset
   151
classNamesAndAttributes
12448
e6f77e779599 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 12407
diff changeset
   152
    "lists the classes which are to be included in the project.
e6f77e779599 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 12407
diff changeset
   153
     Each entry in the list may be: a single class-name (symbol),
e6f77e779599 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 12407
diff changeset
   154
     or an array-literal consisting of class name and attributes.
e6f77e779599 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 12407
diff changeset
   155
     Attributes are: #autoload or #<os> where os is one of win32, unix,..."
e6f77e779599 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 12407
diff changeset
   156
9945
ec6b4320a7f0 +StandAloneStartup
Claus Gittinger <cg@exept.de>
parents: 9878
diff changeset
   157
    ^ #(
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   158
        "<className> or (<className> attributes...) in load order"
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   159
        Autoload
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   160
        Object
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   161
        ProtoObject
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   162
        AbstractOperatingSystem
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   163
        AbstractSourceFileReader
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   164
        Annotation
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   165
        Behavior
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   166
        Boolean
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   167
        CharacterEncoder
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   168
        ClassBuilder
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   169
        ClassCategoryReader
16062
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   170
        CmdLineOption
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   171
        CmdLineParser
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   172
        Collection
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   173
        ConfigurableFeatures
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   174
        Context
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   175
        Continuation
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   176
        Delay
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   177
        ExecutableFunction
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   178
        ExternalAddress
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   179
        ExternalLibrary
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   180
        Filename
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   181
        GenericException
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   182
        Geometric
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   183
        InlineObject
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   184
        InterestConverter
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   185
        Link
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   186
        Lookup
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   187
        Magnitude
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   188
        Message
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   189
        MiniDebugger
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   190
        MiniInspector
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   191
        MiniLogger
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   192
        NameSpace
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   193
        OSErrorHolder
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   194
        OSProcess
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   195
        ObjectMemory
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   196
        PackageId
16062
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   197
        PolymorphicInlineCache
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   198
        ProcessorScheduler
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   199
        ProgrammingLanguage
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   200
        Project
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   201
        ProjectDefinition
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   202
        ReadEvalPrintLoop
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   203
        RecursionLock
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   204
        Registry
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   205
        Semaphore
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   206
        SharedPool
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   207
        Signal
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   208
        Smalltalk
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   209
        StandaloneStartup
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   210
        Stream
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   211
        SystemChangeNotifier
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   212
        UndefinedObject
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   213
        UserMessage
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   214
        Visitor
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   215
        AbstractTime
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   216
        ApplicationDefinition
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   217
        ArithmeticValue
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   218
        AspectVisitor
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   219
        AutoDeletedFilename
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   220
        Bag
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   221
        BlockContext
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   222
        BuiltinLookup
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   223
        CachingRegistry
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   224
        Character
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   225
        #'CharacterEncoderImplementations::ISO10646_1'
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   226
        #'CharacterEncoderImplementations::SingleByteEncoder'
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   227
        #'CharacterEncoderImplementations::TwoByteEncoder'
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   228
        CompiledCode
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   229
        ControlInterrupt
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   230
        Date
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   231
        Exception
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   232
        ExternalFunction
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   233
        False
16689
f89b6104fb6b new folder definition
Claus Gittinger <cg@exept.de>
parents: 16618
diff changeset
   234
        FolderForProjectsDefinition
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   235
        HandleRegistry
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   236
        HashStream
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   237
        InlineObjectPrototype
17093
9ace5a9cc66d initial checkin
Claus Gittinger <cg@exept.de>
parents: 17063
diff changeset
   238
        JavaPackage
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   239
        KeyedCollection
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   240
        LibraryDefinition
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   241
        LookupKey
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   242
        MessageSend
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   243
        NamespaceAwareLookup
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   244
        NoHandlerError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   245
        Notification
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   246
        OSHandle
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   247
        PeekableStream
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   248
        Process
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   249
        QuerySignal
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   250
        Rectangle
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   251
        SequenceableCollection
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   252
        Set
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   253
        SmalltalkChunkFileSourceReader
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   254
        SmalltalkLanguage
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   255
        True
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   256
        UnixFilename
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   257
        WeakInterestConverter
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   258
        ArrayedCollection
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   259
        Association
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   260
        Block
16062
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   261
        CascadingNotification
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   262
        #'CharacterEncoderImplementations::ASCII'
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   263
        #'CharacterEncoderImplementations::CP437'
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   264
        #'CharacterEncoderImplementations::EBCDIC'
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   265
        #'CharacterEncoderImplementations::ISO10646_to_UTF16BE'
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   266
        #'CharacterEncoderImplementations::ISO10646_to_UTF8'
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   267
        #'CharacterEncoderImplementations::ISO8859_1'
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   268
        #'CharacterEncoderImplementations::ISO8859_10'
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   269
        #'CharacterEncoderImplementations::ISO8859_11'
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   270
        #'CharacterEncoderImplementations::ISO8859_13'
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   271
        #'CharacterEncoderImplementations::ISO8859_14'
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   272
        #'CharacterEncoderImplementations::ISO8859_15'
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   273
        #'CharacterEncoderImplementations::ISO8859_16'
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   274
        #'CharacterEncoderImplementations::ISO8859_2'
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   275
        #'CharacterEncoderImplementations::ISO8859_3'
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   276
        #'CharacterEncoderImplementations::ISO8859_4'
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   277
        #'CharacterEncoderImplementations::ISO8859_5'
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   278
        #'CharacterEncoderImplementations::ISO8859_6'
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   279
        #'CharacterEncoderImplementations::ISO8859_7'
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   280
        #'CharacterEncoderImplementations::ISO8859_8'
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   281
        #'CharacterEncoderImplementations::KOI8_R'
16601
ce914f74d59b initial checkin
Claus Gittinger <cg@exept.de>
parents: 16534
diff changeset
   282
        #'CharacterEncoderImplementations::MAC_Roman'
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   283
        #'CharacterEncoderImplementations::MS_Ansi'
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   284
        #'CharacterEncoderImplementations::MS_Arabic'
14181
c1ad356525a9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 14036
diff changeset
   285
        #'CharacterEncoderImplementations::MS_Baltic'
c1ad356525a9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 14036
diff changeset
   286
        #'CharacterEncoderImplementations::MS_Cyrillic'
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   287
        #'CharacterEncoderImplementations::MS_EastEuropean'
14181
c1ad356525a9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 14036
diff changeset
   288
        #'CharacterEncoderImplementations::MS_Greek'
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   289
        #'CharacterEncoderImplementations::MS_Hebrew'
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   290
        #'CharacterEncoderImplementations::MS_Symbol'
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   291
        #'CharacterEncoderImplementations::MS_Turkish'
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   292
        ClassDescription
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   293
        Complex
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   294
        ControlRequest
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   295
        Dictionary
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   296
        EncodedStream
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   297
        EndOfStreamNotification
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   298
        Error
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   299
        ExternalFunctionCallback
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   300
        ExternalLibraryFunction
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   301
        HaltInterrupt
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   302
        IdentitySet
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   303
        LinkedList
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   304
        MD5Stream
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   305
        Method
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   306
        MethodDictionary
16062
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   307
        NaiveRomanNumberFormatNotification
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   308
        Number
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   309
        OSFileHandle
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   310
        ObjectCoder
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   311
        OrderedCollection
16062
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   312
        OrderedSet
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   313
        Point
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   314
        PositionableStream
16062
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   315
        ProceedingNotification
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   316
        Query
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   317
        ReadOnlySequenceableCollection
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   318
        RecursiveStoreError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   319
        SHA1Stream
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   320
        Time
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   321
        TimeoutNotification
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   322
        Timestamp
16062
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   323
        UserConfirmation
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   324
        UserInterrupt
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   325
        UserNotification
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   326
        YesToAllConfirmation
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   327
        #'stx_libbasic'
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   328
        AbortAllOperationRequest
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   329
        AbortAllOperationWantedQuery
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   330
        AbstractSourceFileWriter
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   331
        ActivityNotification
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   332
        Array
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   333
        BreakPointInterrupt
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   334
        #'CharacterEncoderImplementations::ISO10646_to_UTF16LE'
17507
a7db94a6eb8b new encoder for utf8-mac
Claus Gittinger <cg@exept.de>
parents: 17483
diff changeset
   335
        #'CharacterEncoderImplementations::ISO10646_to_UTF8_MAC'
16062
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   336
        #'CharacterEncoderImplementations::ISO10646_to_XMLUTF8'
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   337
        #'CharacterEncoderImplementations::ISO8859_9'
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   338
        #'CharacterEncoderImplementations::KOI8_U'
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   339
        CheapBlock
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   340
        ClassBuildError
16062
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   341
        CmdLineOptionError
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   342
        ElementBoundsError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   343
        Fraction
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   344
        GetOpt
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   345
        IdentityDictionary
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   346
        InlineObjectClassDescription
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   347
        Integer
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   348
        Interval
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   349
        IsDebuggingQuery
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   350
        LimitedPrecisionReal
17357
a8ddc5445869 new queries for load in progress to
Claus Gittinger <cg@exept.de>
parents: 17102
diff changeset
   351
        LoadInProgressQuery
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   352
        MeasurementValue
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   353
        MetaNumber
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   354
        Metaclass
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   355
        MethodWithBreakpoints
16062
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   356
        OrderedDictionary
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   357
        OsError
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   358
        PluginSupport
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   359
        ProceedableError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   360
        QueryWithoutDefault
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   361
        ReadStream
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   362
        RecursionError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   363
        RecursiveExceptionError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   364
        RestartProcessRequest
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   365
        SameForAllNotification
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   366
        SemaphoreSet
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   367
        SignalSet
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   368
        SnapshotError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   369
        SortedCollection
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   370
        StringCollection
16962
5e2bb71a0711 +TZTimestamp
Claus Gittinger <cg@exept.de>
parents: 16736
diff changeset
   371
        TZTimestamp
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   372
        TerminateProcessRequest
16364
b6561c7643d5 class: TimeDuration
Claus Gittinger <cg@exept.de>
parents: 16205
diff changeset
   373
        TimeDuration
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   374
        UninterpretedBytes
16963
Claus Gittinger <cg@exept.de>
parents: 16962
diff changeset
   375
        (UnixFileDescriptorHandle unix)
Claus Gittinger <cg@exept.de>
parents: 16962
diff changeset
   376
        (UnixFileHandle unix)
Claus Gittinger <cg@exept.de>
parents: 16962
diff changeset
   377
        (UnixOperatingSystem unix)
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   378
        UserInformation
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   379
        UtcTimestamp
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   380
        VMInternalError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   381
        VarArgBlock
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   382
        Warning
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   383
        WeakArray
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   384
        WeakIdentitySet
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   385
        WeakValueDictionary
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   386
        WriteStream
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   387
        AbortOperationRequest
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   388
        AbstractNumberVector
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   389
        AllocationFailure
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   390
        AmbiguousMessage
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   391
        ArithmeticError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   392
        AssertionFailedError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   393
        AutoloadMetaclass
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   394
        ByteArray
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   395
        CharacterArray
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   396
        CharacterWriteStream
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   397
        Class
16434
c828ccafd850 new class
Claus Gittinger <cg@exept.de>
parents: 16364
diff changeset
   398
        ClassBuildWarning
17357
a8ddc5445869 new queries for load in progress to
Claus Gittinger <cg@exept.de>
parents: 17102
diff changeset
   399
        ClassLoadInProgressQuery
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   400
        ContextError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   401
        ConversionError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   402
        DeepCopyError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   403
        ExceptionHandlerSet
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   404
        ExecutionError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   405
        ExternalBytes
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   406
        FixedPoint
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   407
        Float
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   408
        ImmutableArray
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   409
        Infinity
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   410
        InvalidPatchError
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   411
        LargeInteger
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   412
        LongFloat
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   413
        MessageNotUnderstood
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   414
        NoModificationError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   415
        NotFoundError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   416
        OSSignalInterrupt
16963
Claus Gittinger <cg@exept.de>
parents: 16962
diff changeset
   417
        (OSXOperatingSystem unix)
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   418
        OsIllegalOperation
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   419
        OsInaccessibleError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   420
        OsInvalidArgumentsError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   421
        OsNeedRetryError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   422
        OsNoResourcesError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   423
        OsNotification
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   424
        OsTransferFaultError
16143
5a557c70b976 Add PackagLoadError, PackageNotFoundError
Stefan Vogel <sv@exept.de>
parents: 16107
diff changeset
   425
        PackageLoadError
17357
a8ddc5445869 new queries for load in progress to
Claus Gittinger <cg@exept.de>
parents: 17102
diff changeset
   426
        PackageLoadInProgressQuery
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   427
        PrivateMetaclass
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   428
        ProceedError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   429
        ReadWriteStream
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   430
        ShortFloat
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   431
        SignalError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   432
        SmallInteger
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   433
        SmalltalkChunkFileSourceWriter
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   434
        SomeNumber
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   435
        StreamError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   436
        SubclassResponsibilityError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   437
        TimeoutError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   438
        UnimplementedFunctionalityError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   439
        UserPreferences
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   440
        VarArgCheapBlock
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   441
        WeakIdentityDictionary
16062
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   442
        WeakValueIdentityDictionary
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   443
        ArgumentError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   444
        CannotResumeError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   445
        CannotReturnError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   446
        CharacterEncoderError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   447
        DateConversionError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   448
        DomainError
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   449
        DoubleArray
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   450
        EndOfStreamError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   451
        ExternalStream
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   452
        ExternalStructure
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   453
        FloatArray
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   454
        ImmutableByteArray
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   455
        IncompleteNextCountError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   456
        IndexNotFoundError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   457
        InvalidCodeError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   458
        InvalidModeError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   459
        InvalidOperationError
16062
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   460
        InvalidTypeError
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   461
        KeyNotFoundError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   462
        MallocFailure
16062
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   463
        MethodNotAppropriateError
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   464
        NonBooleanReceiverError
16062
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   465
        NumberConversionError
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   466
        OpenError
16143
5a557c70b976 Add PackagLoadError, PackageNotFoundError
Stefan Vogel <sv@exept.de>
parents: 16107
diff changeset
   467
        PackageNotFoundError
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   468
        PositionError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   469
        PositionOutOfBoundsError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   470
        PrimitiveFailure
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   471
        RangeError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   472
        ReadError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   473
        StreamIOError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   474
        StreamNotOpenError
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   475
        String
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   476
        TimeConversionError
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   477
        TwoByteString
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   478
        UnorderedNumbersError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   479
        UnprotectedExternalBytes
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   480
        WeakDependencyDictionary
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   481
        WriteError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   482
        WrongProceedabilityError
16062
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   483
        AbstractClassInstantiationError
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   484
        BadLiteralsError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   485
        DecodingError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   486
        EncodingError
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   487
        FileDoesNotExistException
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   488
        FileStream
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   489
        ImmutableString
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   490
        InvalidByteCodeError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   491
        InvalidInstructionError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   492
        InvalidReadError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   493
        InvalidWriteError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   494
        NoByteCodeError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   495
        NonIntegerIndexError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   496
        NonPositionableExternalStream
16062
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   497
        NumberFormatError
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   498
        OverflowError
16601
ce914f74d59b initial checkin
Claus Gittinger <cg@exept.de>
parents: 16534
diff changeset
   499
        PTYOpenError
17093
9ace5a9cc66d initial checkin
Claus Gittinger <cg@exept.de>
parents: 17063
diff changeset
   500
        PackageNotCompatibleError
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   501
        SubscriptOutOfBoundsError
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   502
        Symbol
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   503
        UnderflowError
14454
9b4a3a45dbd1 comment/format in: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14425
diff changeset
   504
        Unicode16String
14036
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   505
        WrongNumberOfArgumentsError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   506
        ZeroDivide
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   507
        CharacterRangeError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   508
        DirectoryStream
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   509
        InvalidEncodingError
c03fb0fc3ccd automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13982
diff changeset
   510
        PipeStream
16062
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   511
        RomanNumberFormatError
16601
ce914f74d59b initial checkin
Claus Gittinger <cg@exept.de>
parents: 16534
diff changeset
   512
        (QualifiedName autoload)
16107
13afffb2382b Added Win32 and VMS classes accidentally dropped stx_libbasic 1.121.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 16062
diff changeset
   513
        (OpenVMSFileHandle vms)
13afffb2382b Added Win32 and VMS classes accidentally dropped stx_libbasic 1.121.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 16062
diff changeset
   514
        (OpenVMSFilename vms)
13afffb2382b Added Win32 and VMS classes accidentally dropped stx_libbasic 1.121.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 16062
diff changeset
   515
        (OpenVMSOperatingSystem vms)
13afffb2382b Added Win32 and VMS classes accidentally dropped stx_libbasic 1.121.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 16062
diff changeset
   516
        (PCFilename win32)
13afffb2382b Added Win32 and VMS classes accidentally dropped stx_libbasic 1.121.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 16062
diff changeset
   517
        (Win32Constants win32)
13afffb2382b Added Win32 and VMS classes accidentally dropped stx_libbasic 1.121.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 16062
diff changeset
   518
        (Win32FILEHandle win32)
13afffb2382b Added Win32 and VMS classes accidentally dropped stx_libbasic 1.121.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 16062
diff changeset
   519
        (Win32Handle win32)
13afffb2382b Added Win32 and VMS classes accidentally dropped stx_libbasic 1.121.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 16062
diff changeset
   520
        (Win32OperatingSystem win32)
13afffb2382b Added Win32 and VMS classes accidentally dropped stx_libbasic 1.121.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 16062
diff changeset
   521
        (Win32Process win32)
16062
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   522
        (AbstractDesktop autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   523
        (BadRomanNumberFormatError autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   524
        (#'CharacterEncoderImplementations::BIG5' autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   525
        (#'CharacterEncoderImplementations::CNS11643' autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   526
        (#'CharacterEncoderImplementations::GB2313_1980' autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   527
        (#'CharacterEncoderImplementations::HANGUL' autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   528
        (#'CharacterEncoderImplementations::ISO10646_to_JavaText' autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   529
        (#'CharacterEncoderImplementations::ISO10646_to_SGML' autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   530
        (#'CharacterEncoderImplementations::JIS0201' autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   531
        (#'CharacterEncoderImplementations::JIS0208' autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   532
        (#'CharacterEncoderImplementations::JIS0208_to_EUC' autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   533
        (#'CharacterEncoderImplementations::JIS0208_to_JIS7' autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   534
        (#'CharacterEncoderImplementations::JIS0208_to_SJIS' autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   535
        (#'CharacterEncoderImplementations::JIS0212' autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   536
        (#'CharacterEncoderImplementations::JOHAB' autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   537
        (#'CharacterEncoderImplementations::KOI7' autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   538
        (#'CharacterEncoderImplementations::KSC5601' autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   539
        (#'CharacterEncoderImplementations::MAC_Arabic' autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   540
        (#'CharacterEncoderImplementations::MAC_CentralEuropean' autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   541
        (#'CharacterEncoderImplementations::MAC_Croatian' autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   542
        (#'CharacterEncoderImplementations::MAC_Cyrillic' autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   543
        (#'CharacterEncoderImplementations::MAC_Dingbats' autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   544
        (#'CharacterEncoderImplementations::MAC_Farsi' autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   545
        (#'CharacterEncoderImplementations::MAC_Greek' autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   546
        (#'CharacterEncoderImplementations::MAC_Hebrew' autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   547
        (#'CharacterEncoderImplementations::MAC_Iceland' autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   548
        (#'CharacterEncoderImplementations::MAC_Japanese' autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   549
        (#'CharacterEncoderImplementations::MAC_Korean' autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   550
        (#'CharacterEncoderImplementations::MAC_Romanian' autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   551
        (#'CharacterEncoderImplementations::MAC_Symbol' autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   552
        (#'CharacterEncoderImplementations::MAC_Thai' autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   553
        (#'CharacterEncoderImplementations::MAC_Turkish' autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   554
        (#'CharacterEncoderImplementations::NEXT' autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   555
        (CmdLineParserTest autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   556
        (GNOMEDesktop autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   557
        (ImaginaryResultError autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   558
        (LargeFloat autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   559
        (MacFilename macos autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   560
        (MappedExternalBytes autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   561
        (NotANumber autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   562
        (SmalltalkDesktop autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   563
        (SystemNotification autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   564
        (TextCollectorStream autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   565
        (UnboundedExternalStream autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   566
        (UnixDesktop autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   567
        (WindowsDesktop autoload)
1a95c0937233 recheckin to fix build files
Claus Gittinger <cg@exept.de>
parents: 16033
diff changeset
   568
        (XDGDesktop autoload)
10898
58db31117c32 Correct load order
Stefan Vogel <sv@exept.de>
parents: 10889
diff changeset
   569
    )
58db31117c32 Correct load order
Stefan Vogel <sv@exept.de>
parents: 10889
diff changeset
   570
!
58db31117c32 Correct load order
Stefan Vogel <sv@exept.de>
parents: 10889
diff changeset
   571
58db31117c32 Correct load order
Stefan Vogel <sv@exept.de>
parents: 10889
diff changeset
   572
extensionMethodNames
12537
75cfa5a16b41 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 12510
diff changeset
   573
    "lists the extension methods which are to be included in the project.
75cfa5a16b41 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 12510
diff changeset
   574
     Entries are 2-element array literals, consisting of class-name and selector."
75cfa5a16b41 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 12510
diff changeset
   575
10898
58db31117c32 Correct load order
Stefan Vogel <sv@exept.de>
parents: 10889
diff changeset
   576
    ^ #(
9945
ec6b4320a7f0 +StandAloneStartup
Claus Gittinger <cg@exept.de>
parents: 9878
diff changeset
   577
    )
ec6b4320a7f0 +StandAloneStartup
Claus Gittinger <cg@exept.de>
parents: 9878
diff changeset
   578
! !
ec6b4320a7f0 +StandAloneStartup
Claus Gittinger <cg@exept.de>
parents: 9878
diff changeset
   579
9711
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   580
!stx_libbasic class methodsFor:'description - project information'!
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   581
14844
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
   582
applicationIconFileName
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
   583
    "Return the name (without suffix) of an icon-file (the app's icon); will be included in the rc-resource file"
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
   584
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
   585
    ^ nil
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
   586
    "/ ^ self applicationName
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
   587
!
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
   588
9711
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   589
companyName
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   590
    "Return a companyname which will appear in <lib>.rc"
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   591
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   592
    ^ 'eXept Software AG'
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   593
!
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   594
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   595
description
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   596
    "Return a description string which will appear in nt.def / bc.def"
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   597
9800
8d36600d0ec2 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9796
diff changeset
   598
    ^ 'Smalltalk/X Basic Classes'
9711
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   599
!
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   600
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   601
legalCopyright
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   602
    "Return a copyright string which will appear in <lib>.rc"
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   603
14909
82e6a8d5f436 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 14868
diff changeset
   604
    ^ 'Copyright Claus Gittinger 1988-2012\nCopyright eXept Software AG 1998-2013'
10786
e9cd8d487baf *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10784
diff changeset
   605
14211
7b7c33b2b493 changed: #legalcopyright
Claus Gittinger <cg@exept.de>
parents: 14181
diff changeset
   606
    "Modified: / 18-07-2012 / 19:10:19 / cg"
14844
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
   607
!
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
   608
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
   609
productName
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
   610
    "Return a product name which will appear in <lib>.rc"
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
   611
14e91641aff1 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 14829
diff changeset
   612
    ^ 'Smalltalk/X'
9711
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   613
! !
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   614
13429
0e72af05fd47 Jan's changes
vrany
parents: 13410
diff changeset
   615
!stx_libbasic class methodsFor:'description - svn'!
0e72af05fd47 Jan's changes
vrany
parents: 13410
diff changeset
   616
0e72af05fd47 Jan's changes
vrany
parents: 13410
diff changeset
   617
svnRevisionNr
0e72af05fd47 Jan's changes
vrany
parents: 13410
diff changeset
   618
    "Return a SVN revision number of myself.
0e72af05fd47 Jan's changes
vrany
parents: 13410
diff changeset
   619
     This number is updated after a commit"
0e72af05fd47 Jan's changes
vrany
parents: 13410
diff changeset
   620
13811
8ef2bc5e0616 Added MiniLogger
vrany
parents: 13672
diff changeset
   621
    ^ "$SVN-Revision:"'exported'"$"
13429
0e72af05fd47 Jan's changes
vrany
parents: 13410
diff changeset
   622
! !
0e72af05fd47 Jan's changes
vrany
parents: 13410
diff changeset
   623
9711
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   624
!stx_libbasic class methodsFor:'documentation'!
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   625
13649
795cb3dfa8e6 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13642
diff changeset
   626
version
17540
f51b6fa18e90 class: stx_libbasic
Claus Gittinger <cg@exept.de>
parents: 17507
diff changeset
   627
    ^ '$Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.144 2015-02-21 11:11:16 cg Exp $'
13649
795cb3dfa8e6 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13642
diff changeset
   628
!
795cb3dfa8e6 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 13642
diff changeset
   629
13429
0e72af05fd47 Jan's changes
vrany
parents: 13410
diff changeset
   630
version_CVS
17540
f51b6fa18e90 class: stx_libbasic
Claus Gittinger <cg@exept.de>
parents: 17507
diff changeset
   631
    ^ '$Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.144 2015-02-21 11:11:16 cg Exp $'
12073
81ce07ce3c13 automatic checkIn
fm
parents: 12021
diff changeset
   632
!
81ce07ce3c13 automatic checkIn
fm
parents: 12021
diff changeset
   633
13429
0e72af05fd47 Jan's changes
vrany
parents: 13410
diff changeset
   634
version_SVN
15260
417c9c49a244 class: stx_libbasic
Claus Gittinger <cg@exept.de>
parents: 15150
diff changeset
   635
    ^ '$ Id: stx_libbasic.st 10648 2011-06-23 15:55:10Z vranyj1  $'
9711
57a31a862d57 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   636
! !
14829
74e6931520fb automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 14485
diff changeset
   637