stx_libbasic3.st
author Stefan Vogel <sv@exept.de>
Thu, 11 Jan 2007 19:06:02 +0100
changeset 1926 7ebda08994ea
parent 1853 3e363f7b4656
child 1943 0f843e4c315c
permissions -rw-r--r--
Rename nt.mak to bc.mak
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1551
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
     1
"
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
     2
 COPYRIGHT (c) 2006 by eXept Software AG
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
     3
              All Rights Reserved
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
     4
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
     5
 This software is furnished under a license and may be used
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
     6
 only in accordance with the terms of that license and with the
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
     7
 inclusion of the above copyright notice.   This software may not
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
     8
 be provided or otherwise made available to, or used by, any
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
     9
 other person.  No title to or ownership of the software is
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    10
 hereby transferred.
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    11
"
1548
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
"{ Package: 'stx:libbasic3' }"
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
LibraryDefinition subclass:#stx_libbasic3
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
	instanceVariableNames:''
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
	classVariableNames:''
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
	poolDictionaries:''
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    18
	category:'* Projects *'
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
!
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
1551
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    21
!stx_libbasic3 class methodsFor:'documentation'!
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    22
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    23
copyright
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    24
"
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    25
 COPYRIGHT (c) 2006 by eXept Software AG
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    26
              All Rights Reserved
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    27
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    28
 This software is furnished under a license and may be used
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    29
 only in accordance with the terms of that license and with the
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    30
 inclusion of the above copyright notice.   This software may not
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    31
 be provided or otherwise made available to, or used by, any
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    32
 other person.  No title to or ownership of the software is
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    33
 hereby transferred.
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    34
"
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    35
!
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    36
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    37
documentation
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    38
"
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    39
    Build-Information for creation of the st/x standard library: stx_libbasic3.
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    40
    This library contains source-code-management, packaging and history related stuff.
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    41
"
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    42
! !
1548
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    43
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    44
!stx_libbasic3 class methodsFor:'description'!
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    45
1776
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    46
extensionMethodNames
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    47
    ^ #(
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    48
    )
1853
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    49
!
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    50
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    51
preRequisites
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    52
    ^ #(
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    53
        #'stx:libbasic'
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    54
        #'stx:libcomp'
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    55
    )
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    56
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    57
    "Modified: / 09-10-2006 / 14:10:03 / cg"
1776
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    58
! !
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    59
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    60
!stx_libbasic3 class methodsFor:'description - compilation'!
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    61
1926
7ebda08994ea Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1853
diff changeset
    62
additionalDefinitions_bc_dot_mak
1776
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    63
    ^ '
1926
7ebda08994ea Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1853
diff changeset
    64
# see stdHeader_bc for LIBBASIC3_BASE
1776
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    65
# LIBBASIC3_BASE   =0x60e80000
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    66
LIB_BASE_LD_ARG=-b:$(LIBBASIC3_BASE)
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    67
'
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    68
! !
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    69
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    70
!stx_libbasic3 class methodsFor:'description - contents'!
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    71
1596
9927fe121382 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1593
diff changeset
    72
classNamesAndAttributes
1853
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    73
    "<className> or (<className> attributes...) in load order"
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    74
1548
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    75
    ^ #(
1853
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    76
        AbstractSourceCodeManager
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    77
        CallChain
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    78
        Change
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    79
        ChangeSet
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    80
        ClassOrganizer
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    81
        HTMLDocGenerator
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    82
        HistoryManager
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    83
        MessageTally
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    84
        MessageTracer
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    85
        MethodFinder
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    86
        PackageId
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    87
        ProfileTree
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    88
        SourceCodeManagerError
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    89
        SourceCodeManagerUtilities
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    90
        SystemOrganizer
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    91
        WrappedMethod
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    92
        #'stx_libbasic3'
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    93
        CVSSourceCodeManager
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    94
        ClassChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    95
        DoItChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    96
        NameSpaceCreationChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    97
        OtherChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    98
        StoreSourceCodeManager
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    99
        ClassCategoryChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   100
        ClassClassVariableChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   101
        ClassCommentChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   102
        ClassDefinitionChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   103
        ClassInstVarDefinitionChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   104
        ClassOtherChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   105
        ClassPrimitiveChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   106
        ClassRemoveChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   107
        ClassRenameChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   108
        MethodCategoryRenameChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   109
        MethodChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   110
        TimestampChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   111
        ClassPrimitiveDefinitionsChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   112
        ClassPrimitiveFunctionsChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   113
        ClassPrimitiveVariablesChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   114
        MethodCategoryChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   115
        MethodDefinitionChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   116
        MethodPackageChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   117
        MethodPrivacyChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   118
        MethodRemoveChange
1596
9927fe121382 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1593
diff changeset
   119
    )
1738
e63af0d84b52 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1724
diff changeset
   120
! !
e63af0d84b52 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1724
diff changeset
   121
1548
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   122
!stx_libbasic3 class methodsFor:'description - project information'!
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   123
1620
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   124
companyName
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   125
    "Return a companyname which will appear in <lib>.rc"
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   126
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   127
    ^ 'eXept Software AG'
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   128
!
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   129
1548
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   130
description
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   131
    "Return a description string which will appear in nt.def / bc.def"
1573
62046bbd8258 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1552
diff changeset
   132
1789
cd1e0942f4c0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1776
diff changeset
   133
    ^ 'Smalltalk/X Additional Developer Basic Classes'
1573
62046bbd8258 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1552
diff changeset
   134
1789
cd1e0942f4c0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1776
diff changeset
   135
    "Modified: / 14-09-2006 / 10:57:32 / cg"
1620
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   136
!
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   137
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   138
legalCopyright
1682
f7b542414914 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1662
diff changeset
   139
    "Return a copyright string which will appear in <lib>.rc"
1620
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   140
1627
7b201e999e7d comments
Claus Gittinger <cg@exept.de>
parents: 1620
diff changeset
   141
    ^ 'Copyright Claus Gittinger 1988-2006\nCopyright eXept Software AG 1998-2006'
1620
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   142
!
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   143
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   144
productName
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   145
    "Return a product name which will appear in <lib>.rc"
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   146
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   147
    ^ 'Smalltalk/X'
1548
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   148
! !
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   149
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   150
!stx_libbasic3 class methodsFor:'documentation'!
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   151
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   152
version
1926
7ebda08994ea Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1853
diff changeset
   153
    ^ '$Header: /cvs/stx/stx/libbasic3/stx_libbasic3.st,v 1.30 2007-01-11 18:06:02 stefan Exp $'
1548
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   154
! !