libInit.cc
author Claus Gittinger <cg@exept.de>
Wed, 17 Mar 2004 12:05:20 +0100
changeset 8219 73a735ba7add
parent 8136 30b63b09b99a
child 8241 554fa7393d4c
permissions -rw-r--r--
*** empty log message ***
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3415
20ca4cea6f94 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3412
diff changeset
     1
/*
20ca4cea6f94 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3412
diff changeset
     2
 * DO NOT EDIT 
6850
0715cd1b384e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6847
diff changeset
     3
 * automagically generated from Make.proto (by make libInit.cc)
3415
20ca4cea6f94 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3412
diff changeset
     4
 */
20ca4cea6f94 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3412
diff changeset
     5
#define __INDIRECTVMINITCALLS__
2902
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
#include <stc.h>
4713
34f5f09b0412 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4709
diff changeset
     7
#define INIT_TEXT_SECT /* as nothing */
4047
ca2199fb2d73 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3856
diff changeset
     8
#ifdef WIN32
4645
590308fd0dd6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4573
diff changeset
     9
# pragma codeseg INITCODE "INITCODE"
4713
34f5f09b0412 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4709
diff changeset
    10
#else /* not WIN32 */
5075
c9e585ae97d4 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5066
diff changeset
    11
# if defined(__GNUC__) && !defined(NO_SECTION_ATTRIBUTES)
4713
34f5f09b0412 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4709
diff changeset
    12
#  if (__GNUC__  == 2 && __GNUC_MINOR__ >= 7) || __GNUC__ > 2
34f5f09b0412 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4709
diff changeset
    13
#   undef INIT_TEXT_SECT
34f5f09b0412 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4709
diff changeset
    14
#   define INIT_TEXT_SECT __attribute__((section(".stxitext")))
34f5f09b0412 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4709
diff changeset
    15
#  endif
34f5f09b0412 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4709
diff changeset
    16
# endif /* not GNUC */
34f5f09b0412 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4709
diff changeset
    17
#endif /* not WIN32 */
34f5f09b0412 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4709
diff changeset
    18
#ifdef INIT_TEXT_SECT
34f5f09b0412 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4709
diff changeset
    19
extern void _libbasic_Init() INIT_TEXT_SECT;
34f5f09b0412 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4709
diff changeset
    20
#endif
34f5f09b0412 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4709
diff changeset
    21
void _libbasic_Init(pass, __pRT__, snd)
2902
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    22
OBJ snd; struct __vmData__ *__pRT__; {
4713
34f5f09b0412 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4709
diff changeset
    23
__BEGIN_PACKAGE2__("libbasic", _libbasic_Init, "stx:libbasic");
2902
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    24
_Object_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    25
_Autoload_Init(pass,__pRT__,snd);
6847
5d723eae6681 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6694
diff changeset
    26
_ProtoObject_Init(pass,__pRT__,snd);
2902
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    27
_Project_Init(pass,__pRT__,snd);
5330
802165ba8aa6 renamed Namespace -> NameSpace
Claus Gittinger <cg@exept.de>
parents: 5075
diff changeset
    28
_NameSpace_Init(pass,__pRT__,snd);
2902
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    29
_Boolean_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    30
_True_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    31
_False_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    32
_ClassCategoryReader_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    33
_Collection_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    34
_Bag_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    35
_SequenceableCollection_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    36
_ArrayedCollection_Init(pass,__pRT__,snd);
3415
20ca4cea6f94 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3412
diff changeset
    37
_UninterpretedBytes_Init(pass,__pRT__,snd);
2902
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    38
_Array_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    39
_WeakArray_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    40
_ByteArray_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    41
_CharacterArray_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    42
_String_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    43
_Symbol_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    44
_DoubleArray_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    45
_FloatArray_Init(pass,__pRT__,snd);
6168
b9b2abcb2854 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6120
diff changeset
    46
_ReadOnlySequenceableCollection_Init(pass,__pRT__,snd);
2902
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    47
_Interval_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    48
_LinkedList_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    49
_Semaphore_Init(pass,__pRT__,snd);
6558
3a6eed4b5859 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6456
diff changeset
    50
_RecursionLock_Init(pass,__pRT__,snd);
2902
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    51
_OrderedCollection_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    52
_SortedCollection_Init(pass,__pRT__,snd);
6562
53f143a9f3c3 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 6558
diff changeset
    53
_StringCollection_Init(pass,__pRT__,snd);
2902
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    54
_Set_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    55
_Dictionary_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    56
_IdentityDictionary_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    57
_WeakIdentityDictionary_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    58
_WeakDependencyDictionary_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    59
_WeakValueDictionary_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    60
_IdentitySet_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    61
_WeakIdentitySet_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    62
_SignalSet_Init(pass,__pRT__,snd);
4645
590308fd0dd6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4573
diff changeset
    63
_ExceptionHandlerSet_Init(pass,__pRT__,snd);
2902
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    64
_SemaphoreSet_Init(pass,__pRT__,snd);
7933
8605384cbe7f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7931
diff changeset
    65
_CharacterEncoder_Init(pass,__pRT__,snd);
8091
069056576fb5 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8070
diff changeset
    66
_CharacterEncoderImplementations__SingleByteEncoder_Init(pass,__pRT__,snd);
069056576fb5 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8070
diff changeset
    67
_CharacterEncoderImplementations__TwoByteEncoder_Init(pass,__pRT__,snd);
8135
f22398526ae2 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8119
diff changeset
    68
_CharacterEncoderImplementations__ASCII_Init(pass,__pRT__,snd);
8091
069056576fb5 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8070
diff changeset
    69
_CharacterEncoderImplementations__ISO8859_1371_Init(pass,__pRT__,snd);
8136
30b63b09b99a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8135
diff changeset
    70
_CharacterEncoderImplementations__ISO8859_1372_Init(pass,__pRT__,snd);
30b63b09b99a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8135
diff changeset
    71
_CharacterEncoderImplementations__ISO8859_1375_Init(pass,__pRT__,snd);
30b63b09b99a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8135
diff changeset
    72
_CharacterEncoderImplementations__ISO8859_1377_Init(pass,__pRT__,snd);
8135
f22398526ae2 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8119
diff changeset
    73
_CharacterEncoderImplementations__ISO10646_137to_137UTF8_Init(pass,__pRT__,snd);
2902
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    74
_Context_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    75
_BlockContext_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    76
_Delay_Init(pass,__pRT__,snd);
4567
cdf2c2f5b422 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4047
diff changeset
    77
_GenericException_Init(pass,__pRT__,snd);
5974
8750a2aad781 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5957
diff changeset
    78
_ControlInterrupt_Init(pass,__pRT__,snd);
8750a2aad781 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5957
diff changeset
    79
_HaltInterrupt_Init(pass,__pRT__,snd);
6040
466471dd7b23 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6028
diff changeset
    80
_BreakPointInterrupt_Init(pass,__pRT__,snd);
5974
8750a2aad781 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5957
diff changeset
    81
_UserInterrupt_Init(pass,__pRT__,snd);
7634
f5b75d721f69 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7365
diff changeset
    82
_Exception_Init(pass,__pRT__,snd);
6215
6949d71f005c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6205
diff changeset
    83
_ControlRequest_Init(pass,__pRT__,snd);
6205
108a40a5b976 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6168
diff changeset
    84
_AbortOperationRequest_Init(pass,__pRT__,snd);
6883
3f63d9ffe955 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6864
diff changeset
    85
_AbortAllOperationRequest_Init(pass,__pRT__,snd);
6215
6949d71f005c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6205
diff changeset
    86
_TerminateProcessRequest_Init(pass,__pRT__,snd);
6949d71f005c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6205
diff changeset
    87
_RestartProcessRequest_Init(pass,__pRT__,snd);
4571
e0868568929e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4567
diff changeset
    88
_Error_Init(pass,__pRT__,snd);
5981
169aba24e29a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5974
diff changeset
    89
_MessageNotUnderstood_Init(pass,__pRT__,snd);
5021
5d1dbd285d83 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4793
diff changeset
    90
_TimeoutError_Init(pass,__pRT__,snd);
4571
e0868568929e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4567
diff changeset
    91
_ProceedableError_Init(pass,__pRT__,snd);
7365
0f2497672b63 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7319
diff changeset
    92
_SubclassResponsibilityError_Init(pass,__pRT__,snd);
5992
8bd92f35f13a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5981
diff changeset
    93
_StreamError_Init(pass,__pRT__,snd);
6353
2e020d123043 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6311
diff changeset
    94
_IncompleteNextCountError_Init(pass,__pRT__,snd);
6311
74dad0c267f0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6299
diff changeset
    95
_PositionOutOfBoundsError_Init(pass,__pRT__,snd);
8070
2fec8e67e119 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8060
diff changeset
    96
_InvalidModeError_Init(pass,__pRT__,snd);
2fec8e67e119 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8060
diff changeset
    97
_InvalidOperationError_Init(pass,__pRT__,snd);
2fec8e67e119 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8060
diff changeset
    98
_OpenError_Init(pass,__pRT__,snd);
2fec8e67e119 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8060
diff changeset
    99
_PositionError_Init(pass,__pRT__,snd);
2fec8e67e119 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8060
diff changeset
   100
_ReadError_Init(pass,__pRT__,snd);
2fec8e67e119 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8060
diff changeset
   101
_InvalidReadError_Init(pass,__pRT__,snd);
2fec8e67e119 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8060
diff changeset
   102
_WriteError_Init(pass,__pRT__,snd);
2fec8e67e119 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8060
diff changeset
   103
_InvalidWriteError_Init(pass,__pRT__,snd);
2fec8e67e119 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8060
diff changeset
   104
_StreamNotOpenError_Init(pass,__pRT__,snd);
2fec8e67e119 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8060
diff changeset
   105
_StreamIOError_Init(pass,__pRT__,snd);
4571
e0868568929e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4567
diff changeset
   106
_SignalError_Init(pass,__pRT__,snd);
e0868568929e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4567
diff changeset
   107
_WrongProceedabilityError_Init(pass,__pRT__,snd);
6028
0809effa40cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6004
diff changeset
   108
_ContextError_Init(pass,__pRT__,snd);
0809effa40cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6004
diff changeset
   109
_CannotResumeError_Init(pass,__pRT__,snd);
0809effa40cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6004
diff changeset
   110
_CannotReturnError_Init(pass,__pRT__,snd);
0809effa40cd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6004
diff changeset
   111
_PrimitiveFailure_Init(pass,__pRT__,snd);
5957
bfe534c912f6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5909
diff changeset
   112
_ArithmeticError_Init(pass,__pRT__,snd);
bfe534c912f6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5909
diff changeset
   113
_DomainError_Init(pass,__pRT__,snd);
bfe534c912f6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5909
diff changeset
   114
_ZeroDivide_Init(pass,__pRT__,snd);
bfe534c912f6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5909
diff changeset
   115
_RangeError_Init(pass,__pRT__,snd);
6694
31b2ce338ee5 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6562
diff changeset
   116
_UnderflowError_Init(pass,__pRT__,snd);
31b2ce338ee5 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6562
diff changeset
   117
_OverflowError_Init(pass,__pRT__,snd);
5957
bfe534c912f6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5909
diff changeset
   118
_UnorderedNumbersError_Init(pass,__pRT__,snd);
6694
31b2ce338ee5 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6562
diff changeset
   119
_ConversionError_Init(pass,__pRT__,snd);
7931
1b7155d1e6fc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7789
diff changeset
   120
_CharacterEncoderError_Init(pass,__pRT__,snd);
8058
b16e8e3506c2 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7954
diff changeset
   121
_EncodingError_Init(pass,__pRT__,snd);
b16e8e3506c2 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7954
diff changeset
   122
_DecodingError_Init(pass,__pRT__,snd);
b16e8e3506c2 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7954
diff changeset
   123
_InvalidEncodingError_Init(pass,__pRT__,snd);
b16e8e3506c2 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7954
diff changeset
   124
_CharacterRangeError_Init(pass,__pRT__,snd);
5981
169aba24e29a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5974
diff changeset
   125
_NotFoundError_Init(pass,__pRT__,snd);
169aba24e29a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5974
diff changeset
   126
_IndexNotFoundError_Init(pass,__pRT__,snd);
169aba24e29a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5974
diff changeset
   127
_NonIntegerIndexError_Init(pass,__pRT__,snd);
169aba24e29a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5974
diff changeset
   128
_SubscriptOutOfBoundsError_Init(pass,__pRT__,snd);
6120
e063c1e5e5ec *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6040
diff changeset
   129
_AllocationFailure_Init(pass,__pRT__,snd);
e063c1e5e5ec *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6040
diff changeset
   130
_MallocFailure_Init(pass,__pRT__,snd);
e063c1e5e5ec *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6040
diff changeset
   131
_RecursionError_Init(pass,__pRT__,snd);
e063c1e5e5ec *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6040
diff changeset
   132
_SnapshotError_Init(pass,__pRT__,snd);
4645
590308fd0dd6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4573
diff changeset
   133
_Notification_Init(pass,__pRT__,snd);
6455
0414601d0360 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6387
diff changeset
   134
_Query_Init(pass,__pRT__,snd);
0414601d0360 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6387
diff changeset
   135
_QueryWithoutDefault_Init(pass,__pRT__,snd);
6456
45f7648fc86e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6455
diff changeset
   136
_EndOfStreamNotification_Init(pass,__pRT__,snd);
4645
590308fd0dd6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4573
diff changeset
   137
_UserNotification_Init(pass,__pRT__,snd);
7036
a69bf9b169e7 New class: UserInformation
Stefan Vogel <sv@exept.de>
parents: 6883
diff changeset
   138
_UserInformation_Init(pass,__pRT__,snd);
a69bf9b169e7 New class: UserInformation
Stefan Vogel <sv@exept.de>
parents: 6883
diff changeset
   139
_Warning_Init(pass,__pRT__,snd);
a69bf9b169e7 New class: UserInformation
Stefan Vogel <sv@exept.de>
parents: 6883
diff changeset
   140
_ProceedError_Init(pass,__pRT__,snd);
4645
590308fd0dd6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4573
diff changeset
   141
_NoHandlerError_Init(pass,__pRT__,snd);
590308fd0dd6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4573
diff changeset
   142
_RecursiveExceptionError_Init(pass,__pRT__,snd);
5909
ffabe0442b64 +ClassBuilder
Claus Gittinger <cg@exept.de>
parents: 5478
diff changeset
   143
_ClassBuilder_Init(pass,__pRT__,snd);
4645
590308fd0dd6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4573
diff changeset
   144
_Behavior_Init(pass,__pRT__,snd);
590308fd0dd6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4573
diff changeset
   145
_ClassDescription_Init(pass,__pRT__,snd);
590308fd0dd6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4573
diff changeset
   146
_Class_Init(pass,__pRT__,snd);
590308fd0dd6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4573
diff changeset
   147
_Metaclass_Init(pass,__pRT__,snd);
590308fd0dd6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4573
diff changeset
   148
_PrivateMetaclass_Init(pass,__pRT__,snd);
590308fd0dd6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4573
diff changeset
   149
_AutoloadMetaclass_Init(pass,__pRT__,snd);
2902
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   150
_ExecutableFunction_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   151
_CompiledCode_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   152
_Block_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   153
_VarArgBlock_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   154
_CheapBlock_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   155
_VarArgCheapBlock_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   156
_Method_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   157
_Filename_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   158
_InterestConverter_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   159
_WeakInterestConverter_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   160
_Link_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   161
_Process_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   162
_Magnitude_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   163
_LookupKey_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   164
_Association_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   165
_AbstractTime_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   166
_AbsoluteTime_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   167
_Time_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   168
_ArithmeticValue_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   169
_Number_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   170
_Fraction_Init(pass,__pRT__,snd);
5066
06cc3b35a863 compile FixedPoint
Claus Gittinger <cg@exept.de>
parents: 5021
diff changeset
   171
_FixedPoint_Init(pass,__pRT__,snd);
2902
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   172
_Integer_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   173
_LargeInteger_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   174
_SmallInteger_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   175
_LimitedPrecisionReal_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   176
_Float_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   177
_ShortFloat_Init(pass,__pRT__,snd);
4645
590308fd0dd6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4573
diff changeset
   178
_LongFloat_Init(pass,__pRT__,snd);
2902
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   179
_Point_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   180
_Character_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   181
_Date_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   182
_Message_Init(pass,__pRT__,snd);
7781
03095ade1b75 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7634
diff changeset
   183
_MessageSend_Init(pass,__pRT__,snd);
2902
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   184
_MiniDebugger_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   185
_MiniInspector_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   186
_ObjectMemory_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   187
_ProcessorScheduler_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   188
_Geometric_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   189
_Rectangle_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   190
_Registry_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   191
_HandleRegistry_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   192
_Signal_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   193
_QuerySignal_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   194
_Smalltalk_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   195
_Stream_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   196
_PeekableStream_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   197
_PositionableStream_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   198
_ReadStream_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   199
_WriteStream_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   200
_ReadWriteStream_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   201
_ExternalStream_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   202
_FileStream_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   203
_DirectoryStream_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   204
_NonPositionableExternalStream_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   205
_PipeStream_Init(pass,__pRT__,snd);
8060
bf5b5ae28af4 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8058
diff changeset
   206
_EncodedStream_Init(pass,__pRT__,snd);
2902
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   207
_UndefinedObject_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   208
_ExternalAddress_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   209
_ExternalBytes_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   210
_ExternalFunction_Init(pass,__pRT__,snd);
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   211
_MethodDictionary_Init(pass,__pRT__,snd);
4765
8aeb4354ff8c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4719
diff changeset
   212
_OSHandle_Init(pass,__pRT__,snd);
8aeb4354ff8c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4719
diff changeset
   213
_OSFileHandle_Init(pass,__pRT__,snd);
6272
46bccd06ecf7 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6215
diff changeset
   214
_OSErrorHolder_Init(pass,__pRT__,snd);
6299
9bffadfd2eeb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6289
diff changeset
   215
_OsError_Init(pass,__pRT__,snd);
9bffadfd2eeb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6289
diff changeset
   216
_OsInvalidArgumentsError_Init(pass,__pRT__,snd);
9bffadfd2eeb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6289
diff changeset
   217
_OsNotification_Init(pass,__pRT__,snd);
9bffadfd2eeb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6289
diff changeset
   218
_OsIllegalOperation_Init(pass,__pRT__,snd);
9bffadfd2eeb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6289
diff changeset
   219
_OsNeedRetryError_Init(pass,__pRT__,snd);
9bffadfd2eeb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6289
diff changeset
   220
_OsTransferFaultError_Init(pass,__pRT__,snd);
9bffadfd2eeb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6289
diff changeset
   221
_OsInaccessibleError_Init(pass,__pRT__,snd);
9bffadfd2eeb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6289
diff changeset
   222
_OsNoResourcesError_Init(pass,__pRT__,snd);
3514
4458b3a59579 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3415
diff changeset
   223
_AbstractOperatingSystem_Init(pass,__pRT__,snd);
3415
20ca4cea6f94 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3412
diff changeset
   224
_UserPreferences_Init(pass,__pRT__,snd);
6387
fb716ad07ac2 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6353
diff changeset
   225
_AbstractObjectCoder_Init(pass,__pRT__,snd);
5478
47af19725279 Add ObjectCoder
Stefan Vogel <sv@exept.de>
parents: 5330
diff changeset
   226
_ObjectCoder_Init(pass,__pRT__,snd);
6864
0d5bd7218853 MD5 stuff now in base system
Claus Gittinger <cg@exept.de>
parents: 6850
diff changeset
   227
_HashStream_Init(pass,__pRT__,snd);
0d5bd7218853 MD5 stuff now in base system
Claus Gittinger <cg@exept.de>
parents: 6850
diff changeset
   228
_MD5Stream_Init(pass,__pRT__,snd);
7147
b725938d4be3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7036
diff changeset
   229
_ExecutionError_Init(pass,__pRT__,snd);
b725938d4be3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7036
diff changeset
   230
_ArgumentError_Init(pass,__pRT__,snd);
7154
ce703da35b38 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7147
diff changeset
   231
_WrongNumberOfArgumentsError_Init(pass,__pRT__,snd);
7147
b725938d4be3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7036
diff changeset
   232
_InvalidCodeError_Init(pass,__pRT__,snd);
b725938d4be3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7036
diff changeset
   233
_BadLiteralsError_Init(pass,__pRT__,snd);
b725938d4be3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7036
diff changeset
   234
_InvalidByteCodeError_Init(pass,__pRT__,snd);
b725938d4be3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7036
diff changeset
   235
_InvalidInstructionError_Init(pass,__pRT__,snd);
b725938d4be3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7036
diff changeset
   236
_NoByteCodeError_Init(pass,__pRT__,snd);
b725938d4be3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7036
diff changeset
   237
_NonBooleanReceiverError_Init(pass,__pRT__,snd);
7789
7f5db654a5e3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7786
diff changeset
   238
#ifdef WIN32
7f5db654a5e3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7786
diff changeset
   239
_PCFilename_Init(pass,__pRT__,snd);
7f5db654a5e3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7786
diff changeset
   240
_Win32FILEHandle_Init(pass,__pRT__,snd);
7f5db654a5e3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7786
diff changeset
   241
_Win32OperatingSystem_Init(pass,__pRT__,snd);
8219
73a735ba7add *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8136
diff changeset
   242
_CharacterEncoderImplementations__MS_137Ansi_Init(pass,__pRT__,snd);
73a735ba7add *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8136
diff changeset
   243
_CharacterEncoderImplementations__MS_137Greek_Init(pass,__pRT__,snd);
73a735ba7add *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8136
diff changeset
   244
_CharacterEncoderImplementations__MS_137Baltic_Init(pass,__pRT__,snd);
73a735ba7add *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8136
diff changeset
   245
_CharacterEncoderImplementations__MS_137Cyrillic_Init(pass,__pRT__,snd);
7789
7f5db654a5e3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7786
diff changeset
   246
#endif
3415
20ca4cea6f94 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3412
diff changeset
   247
#ifdef VMS
20ca4cea6f94 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3412
diff changeset
   248
_OpenVMSFilename_Init(pass,__pRT__,snd);
4765
8aeb4354ff8c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4719
diff changeset
   249
_OpenVMSFileHandle_Init(pass,__pRT__,snd);
8aeb4354ff8c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4719
diff changeset
   250
_OpenVMSOperatingSystem_Init(pass,__pRT__,snd);
3577
6e2e48919aea *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3514
diff changeset
   251
#endif
4765
8aeb4354ff8c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4719
diff changeset
   252
#ifdef UNIX
8aeb4354ff8c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4719
diff changeset
   253
_UnixFilename_Init(pass,__pRT__,snd);
8aeb4354ff8c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4719
diff changeset
   254
_UnixFileHandle_Init(pass,__pRT__,snd);
8aeb4354ff8c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4719
diff changeset
   255
_UnixFileDescriptorHandle_Init(pass,__pRT__,snd);
8aeb4354ff8c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4719
diff changeset
   256
_UnixOperatingSystem_Init(pass,__pRT__,snd);
8aeb4354ff8c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4719
diff changeset
   257
#endif
8aeb4354ff8c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4719
diff changeset
   258
#ifdef OS2
8aeb4354ff8c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4719
diff changeset
   259
#endif
8aeb4354ff8c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4719
diff changeset
   260
#ifdef BEOS
3415
20ca4cea6f94 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3412
diff changeset
   261
#endif
20ca4cea6f94 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3412
diff changeset
   262
__END_PACKAGE__();
2902
55d3c293f055 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   263
}