Last set of CW Pro 5 projects (probably)

This commit is contained in:
Jack Jansen 2000-08-25 22:33:27 +00:00
parent 3e98501f76
commit be80fa2f5d
31 changed files with 41 additions and 15 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,2 +1 @@
initFm initFm
FMRec_New

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -169,6 +169,7 @@ PyMapping_HasKeyString
PyMapping_SetItemString PyMapping_SetItemString
PyMapping_GetItemString PyMapping_GetItemString
PyMapping_Length PyMapping_Length
PyMapping_Size
PyMapping_Check PyMapping_Check
PySequence_Index PySequence_Index
PySequence_In PySequence_In
@ -183,9 +184,12 @@ PySequence_DelItem
PySequence_SetItem PySequence_SetItem
PySequence_GetSlice PySequence_GetSlice
PySequence_GetItem PySequence_GetItem
PySequence_InPlaceRepeat
PySequence_InPlaceConcat
PySequence_Repeat PySequence_Repeat
PySequence_Concat PySequence_Concat
PySequence_Length PySequence_Length
PySequence_Size
PySequence_Check PySequence_Check
PyNumber_Float PyNumber_Float
PyNumber_Long PyNumber_Long
@ -194,6 +198,17 @@ PyNumber_Absolute
PyNumber_Invert PyNumber_Invert
PyNumber_Positive PyNumber_Positive
PyNumber_Negative PyNumber_Negative
PyNumber_InPlacePower
PyNumber_InPlaceRemainder
PyNumber_InPlaceDivide
PyNumber_InPlaceMultiply
PyNumber_InPlaceSubtract
PyNumber_InPlaceAdd
PyNumber_InPlaceRshift
PyNumber_InPlaceLshift
PyNumber_InPlaceAnd
PyNumber_InPlaceXor
PyNumber_InPlaceOr
PyNumber_Power PyNumber_Power
PyNumber_Divmod PyNumber_Divmod
PyNumber_Remainder PyNumber_Remainder
@ -214,6 +229,7 @@ PyObject_DelItem
PyObject_SetItem PyObject_SetItem
PyObject_GetItem PyObject_GetItem
PyObject_Length PyObject_Length
PyObject_Size
PyObject_Type PyObject_Type
PyObject_Cmp PyObject_Cmp
PyClass_Type PyClass_Type
@ -224,6 +240,7 @@ PyMethod_Class
PyMethod_Self PyMethod_Self
PyMethod_Function PyMethod_Function
PyMethod_New PyMethod_New
PyInstance_HalfBinOp
PyInstance_DoBinOp PyInstance_DoBinOp
PyInstance_New PyInstance_New
PyClass_IsSubclass PyClass_IsSubclass
@ -262,10 +279,13 @@ PyDict_SetItem
PyDict_GetItem PyDict_GetItem
PyDict_New PyDict_New
PyFile_Type PyFile_Type
PyObject_AsFileDescriptor
PyFile_WriteString PyFile_WriteString
PyFile_WriteObject PyFile_WriteObject
PyFile_SoftSpace PyFile_SoftSpace
PyFile_GetLine PyFile_GetLine
_portable_ftell
_portable_fseek
PyFile_SetBufSize PyFile_SetBufSize
PyFile_FromString PyFile_FromString
PyFile_FromFile PyFile_FromFile
@ -396,6 +416,9 @@ PyString_ConcatAndDel
PyString_Concat PyString_Concat
PyString_AsString PyString_AsString
PyString_Size PyString_Size
PyString_AsEncodedString
PyString_Encode
PyString_Decode
PyString_FromString PyString_FromString
PyString_FromStringAndSize PyString_FromStringAndSize
PyTuple_Type PyTuple_Type
@ -427,6 +450,7 @@ PyParser_ParseFile
PyParser_ParseString PyParser_ParseString
_PyParser_TokenNames _PyParser_TokenNames
PyTokenizer_Get PyTokenizer_Get
PyToken_ThreeChars
PyToken_TwoChars PyToken_TwoChars
PyToken_OneChar PyToken_OneChar
PyTokenizer_Free PyTokenizer_Free
@ -462,7 +486,7 @@ initrgbimg
initrotor initrotor
initselect initselect
gethostbyname_lock gethostbyname_lock
initsocket init_socket
initsoundex initsoundex
initstrop initstrop
initstruct initstruct
@ -516,7 +540,6 @@ PyMac_HandleEvent
PyMac_BuildEventRecord PyMac_BuildEventRecord
PyMac_HandleEventIntern PyMac_HandleEventIntern
PyMac_SetEventHandler PyMac_SetEventHandler
PyMac_InForeground
PyOS_InterruptOccurred PyOS_InterruptOccurred
PyErr_CheckSignals PyErr_CheckSignals
PyOS_FiniInterrupts PyOS_FiniInterrupts
@ -533,7 +556,7 @@ PLstrcpy
PyMac_StopGUSISpin PyMac_StopGUSISpin
RotateCursor RotateCursor
SpinCursor SpinCursor
guesstabsize PyMac_getscript
PyMac_AppRefNum PyMac_AppRefNum
options options
Py_GetExecPrefix Py_GetExecPrefix
@ -544,8 +567,8 @@ PyMac_Exit
PyMac_InitApplication PyMac_InitApplication
PyMac_Initialize PyMac_Initialize
PyMac_InitApplet PyMac_InitApplet
getfiletype PyMac_getfiletype
setfiletype PyMac_setfiletype
main main
PyMac_AddLibResources PyMac_AddLibResources
__initialize_with_resources __initialize_with_resources
@ -557,13 +580,8 @@ initgestalt
initmacfs initmacfs
newmfssobject newmfssobject
mfs_GetFSSpecFSSpec mfs_GetFSSpecFSSpec
newmfsaobject
initmac initmac
initMacOS initMacOS
calloc
realloc
free
malloc
Pcre_Type Pcre_Type
initpcre initpcre
pcre_lcc pcre_lcc
@ -590,15 +608,13 @@ _PyImport_Inittab
CtlObj_chain CtlObj_chain
Control_Type Control_Type
initCtl initCtl
CtlObj_NewUnmanaged
CtlObj_WhichControl
CtlObj_Convert CtlObj_Convert
CtlObj_New CtlObj_New
ControlFontStyle_Convert
DlgObj_chain DlgObj_chain
Dialog_Type Dialog_Type
initDlg initDlg
DlgObj_Convert DlgObj_Convert
DlgObj_New
MenuObj_chain MenuObj_chain
Menu_Type Menu_Type
initMenu initMenu
@ -668,6 +684,7 @@ PyCodec_Decoder
PyCodec_Encoder PyCodec_Encoder
_PyCodec_Lookup _PyCodec_Lookup
PyCodec_Register PyCodec_Register
_PyUnicode_IsAlpha
_PyUnicode_ToLowercase _PyUnicode_ToLowercase
_PyUnicode_ToUppercase _PyUnicode_ToUppercase
_PyUnicode_IsUppercase _PyUnicode_IsUppercase
@ -718,16 +735,17 @@ PyUnicode_AsUTF16String
PyUnicode_EncodeUTF16 PyUnicode_EncodeUTF16
PyUnicode_DecodeUTF16 PyUnicode_DecodeUTF16
PyUnicode_AsUTF8String PyUnicode_AsUTF8String
_PyUnicode_AsUTF8String
PyUnicode_EncodeUTF8 PyUnicode_EncodeUTF8
PyUnicode_DecodeUTF8 PyUnicode_DecodeUTF8
PyUnicode_SetDefaultEncoding PyUnicode_SetDefaultEncoding
PyUnicode_GetDefaultEncoding PyUnicode_GetDefaultEncoding
PyUnicode_GetSize PyUnicode_GetSize
PyUnicode_AsUnicode PyUnicode_AsUnicode
_PyUnicode_AsDefaultEncodedString
PyUnicode_AsEncodedString PyUnicode_AsEncodedString
PyUnicode_Encode PyUnicode_Encode
PyUnicode_Decode PyUnicode_Decode
PyUnicode_FromEncodedObject
PyUnicode_FromObject PyUnicode_FromObject
PyUnicode_FromUnicode PyUnicode_FromUnicode
PyUnicode_Resize PyUnicode_Resize
@ -768,6 +786,8 @@ PyExc_OverflowError
PyExc_RuntimeError PyExc_RuntimeError
PyExc_NotImplementedError PyExc_NotImplementedError
PyExc_SyntaxError PyExc_SyntaxError
PyExc_IndentationError
PyExc_TabError
PyExc_SystemError PyExc_SystemError
PyExc_SystemExit PyExc_SystemExit
PyExc_UnboundLocalError PyExc_UnboundLocalError
@ -787,6 +807,9 @@ initAE
AEDesc_Convert AEDesc_Convert
AEDesc_New AEDesc_New
init_locale init_locale
initEvt
copyright
init_sre
__vt__15GUSISIOUXDevice # GUSISIOUXDevice::__vt __vt__15GUSISIOUXDevice # GUSISIOUXDevice::__vt
__vt__15GUSISIOUXSocket # GUSISIOUXSocket::__vt __vt__15GUSISIOUXSocket # GUSISIOUXSocket::__vt
sInstance__15GUSISIOUXDevice # GUSISIOUXDevice::sInstance sInstance__15GUSISIOUXDevice # GUSISIOUXDevice::sInstance
@ -1835,6 +1858,10 @@ vec_realloc
vec_calloc vec_calloc
vec_malloc vec_malloc
__pool_free_all __pool_free_all
calloc
realloc
free
malloc
__msize __msize
deallocate_from_fixed_pools deallocate_from_fixed_pools
allocate_from_fixed_pools allocate_from_fixed_pools

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.