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