CW Pro 5 projects.

This commit is contained in:
Jack Jansen 1999-09-30 19:47:33 +00:00
parent fa968ac35b
commit 70d784979c
33 changed files with 70 additions and 51 deletions

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.

View File

@ -11,6 +11,7 @@ ttyname
getlogin getlogin
exec exec
cuserid cuserid
umask
ValidateMallocHeap ValidateMallocHeap
GetNextMallocHeapRegistration GetNextMallocHeapRegistration
GetFirstMallocHeapRegistration GetFirstMallocHeapRegistration
@ -40,13 +41,16 @@ __vswscanf
vwscanf vwscanf
wscanf wscanf
fwscanf fwscanf
__vfwscanf __wStringRead
swprintf __wFileRead
vwprintf
vswprintf vswprintf
wprintf swprintf
fwprintf
vfwprintf vfwprintf
vwprintf
fwprintf
wprintf
__wStringWrite
__wFileWrite
wmemcmp wmemcmp
wmemchr wmemchr
wmemset wmemset
@ -149,7 +153,8 @@ sscanf
__vsscanf __vsscanf
scanf scanf
fscanf fscanf
__vfscanf __StringRead
__FileRead
srand srand
rand rand
qsort qsort
@ -157,20 +162,14 @@ sprintf
snprintf snprintf
vsprintf vsprintf
vsnprintf vsnprintf
printf vfprintf
vprintf vprintf
fprintf fprintf
vfprintf printf
__StringWrite
__FileWrite
__sys_free __sys_free
__sys_alloc __sys_alloc
__pool_free_all
__pool_free
__pool_realloc
__pool_alloc_clear
__pool_alloc
__pool_preassign
__pool_preallocate
__init_pool_obj
__path2fss __path2fss
__stdio_atexit __stdio_atexit
perror perror
@ -232,11 +231,8 @@ isdigit
iscntrl iscntrl
isalpha isalpha
isalnum isalnum
__end_critical_region
__begin_critical_region
__kill_critical_regions __kill_critical_regions
__init_critical_regions __init_critical_regions
clrscr
__close_console __close_console
__write_console __write_console
__read_console __read_console
@ -282,13 +278,16 @@ div
llabs llabs
labs labs
abs abs
__num_to_file
__file_to_num
__flush_line_buffered_output_files __flush_line_buffered_output_files
__flush_all __flush_all
__close_all __close_all
__init_file __init_file
__find_unopened_file __find_unopened_file
__pool_free_all
__msize
deallocate_from_fixed_pools
allocate_from_fixed_pools
unlink
__exit __exit
__atexit __atexit
atexit atexit
@ -315,7 +314,7 @@ SIOUXDoEditCut
SIOUXDoSaveText SIOUXDoSaveText
SIOUXUpdateMenuItems SIOUXUpdateMenuItems
SIOUXSetupMenus SIOUXSetupMenus
SIOUXclrscr clrscr
getch getch
kbhit kbhit
SIOUXSetTitle SIOUXSetTitle
@ -371,10 +370,10 @@ __som_check_ev
__som_check_new __som_check_new
__destroy_global_chain __destroy_global_chain
__register_global_object __register_global_object
longjmp
exit exit
abort abort
GUSISetupMSLSIOUX__Fv # GUSISetupMSLSIOUX() GUSISetupMSLSIOUX__Fv # GUSISetupMSLSIOUX()
fwalk
fdopen fdopen
__close_file __close_file
__position_file __position_file
@ -1144,6 +1143,7 @@ getwd
getbootvol getbootvol
sync sync
macstat macstat
main
PyMac_AddLibResources PyMac_AddLibResources
__initialize_with_resources __initialize_with_resources
getfiletype getfiletype
@ -1313,6 +1313,7 @@ PyObject_Print
_PyObject_NewVar _PyObject_NewVar
_PyObject_New _PyObject_New
_PyModule_Clear _PyModule_Clear
PyModule_GetFilename
PyModule_GetName PyModule_GetName
PyModule_GetDict PyModule_GetDict
PyModule_New PyModule_New
@ -1601,6 +1602,11 @@ _PyBuiltin_Fini_2
_PyBuiltin_Fini_1 _PyBuiltin_Fini_1
_PyBuiltin_Init_2 _PyBuiltin_Init_2
_PyBuiltin_Init_1 _PyBuiltin_Init_1
PyBuffer_New
PyBuffer_FromReadWriteMemory
PyBuffer_FromMemory
PyBuffer_FromReadWriteObject
PyBuffer_FromObject
initWin initWin
WinObj_WhichWindow WinObj_WhichWindow
WinObj_Convert WinObj_Convert
@ -1624,6 +1630,7 @@ initDlg
DlgObj_Convert DlgObj_Convert
initCtl initCtl
CtlObj_WhichControl CtlObj_WhichControl
CtlObj_NewUnmanaged
CtlObj_Convert CtlObj_Convert
CtlObj_New CtlObj_New
ControlFontStyle_Convert ControlFontStyle_Convert
@ -1788,6 +1795,7 @@ optind
opterr opterr
PyImport_FrozenModules PyImport_FrozenModules
PyCode_Type PyCode_Type
PyBuffer_Type
Window_Type Window_Type
WinObj_chain WinObj_chain
Resource_Type Resource_Type
@ -1814,7 +1822,7 @@ Pcre_Type
_ftype _ftype
_fcreator _fcreator
errno errno
__malloc_pool fix_start
__console_exit __console_exit
__stdio_exit __stdio_exit
__aborting __aborting
@ -1905,6 +1913,7 @@ PyExc_NotImplementedError
PyExc_SyntaxError PyExc_SyntaxError
PyExc_SystemError PyExc_SystemError
PyExc_SystemExit PyExc_SystemExit
PyExc_UnboundLocalError
PyExc_TypeError PyExc_TypeError
PyExc_ValueError PyExc_ValueError
PyExc_ZeroDivisionError PyExc_ZeroDivisionError

Binary file not shown.

View File

@ -21,6 +21,7 @@ PyExc_NotImplementedError
PyExc_SyntaxError PyExc_SyntaxError
PyExc_SystemError PyExc_SystemError
PyExc_SystemExit PyExc_SystemExit
PyExc_UnboundLocalError
PyExc_TypeError PyExc_TypeError
PyExc_ValueError PyExc_ValueError
PyExc_ZeroDivisionError PyExc_ZeroDivisionError
@ -346,6 +347,7 @@ PyCFunction_GetFunction
PyCFunction_New PyCFunction_New
PyModule_Type PyModule_Type
_PyModule_Clear _PyModule_Clear
PyModule_GetFilename
PyModule_GetName PyModule_GetName
PyModule_GetDict PyModule_GetDict
PyModule_New PyModule_New
@ -541,6 +543,7 @@ PyMac_Initialize
PyMac_InitApplet PyMac_InitApplet
getfiletype getfiletype
setfiletype setfiletype
main
PyMac_AddLibResources PyMac_AddLibResources
__initialize_with_resources __initialize_with_resources
getbootvol getbootvol
@ -584,6 +587,7 @@ _PyImport_Inittab
CtlObj_chain CtlObj_chain
Control_Type Control_Type
initCtl initCtl
CtlObj_NewUnmanaged
CtlObj_WhichControl CtlObj_WhichControl
CtlObj_Convert CtlObj_Convert
CtlObj_New CtlObj_New
@ -622,6 +626,12 @@ initWin
WinObj_WhichWindow WinObj_WhichWindow
WinObj_Convert WinObj_Convert
WinObj_New WinObj_New
PyBuffer_Type
PyBuffer_New
PyBuffer_FromReadWriteMemory
PyBuffer_FromMemory
PyBuffer_FromReadWriteObject
PyBuffer_FromObject
uADSPCompletion uADSPCompletion
__vt__21AppleTalkSocketDomain # AppleTalkSocketDomain::__vt __vt__21AppleTalkSocketDomain # AppleTalkSocketDomain::__vt
__vt__10ADSPSocket # ADSPSocket::__vt __vt__10ADSPSocket # ADSPSocket::__vt
@ -1207,7 +1217,6 @@ __dt__10UnixSocketFv # UnixSocket::~UnixSocket()
__ct__10UnixSocketFs # UnixSocket::UnixSocket(short) __ct__10UnixSocketFs # UnixSocket::UnixSocket(short)
__ct__14UnixSocketAddrF9TFileSpec # UnixSocketAddr::UnixSocketAddr(TFileSpec) __ct__14UnixSocketAddrF9TFileSpec # UnixSocketAddr::UnixSocketAddr(TFileSpec)
GUSISetupMSLSIOUX__Fv # GUSISetupMSLSIOUX() GUSISetupMSLSIOUX__Fv # GUSISetupMSLSIOUX()
fwalk
fdopen fdopen
__close_file __close_file
__position_file __position_file
@ -1263,9 +1272,6 @@ __nwa__FUl # operator new[](unsigned long)
__dl__FPv # operator delete(void*) __dl__FPv # operator delete(void*)
__nw__FUlRCQ23std9nothrow_t # operator new(unsigned long,const std::nothrow_t&) __nw__FUlRCQ23std9nothrow_t # operator new(unsigned long,const std::nothrow_t&)
__nw__FUl # operator new(unsigned long) __nw__FUl # operator new(unsigned long)
_prealloc_newpool__3stdFUl # std::_prealloc_newpool(unsigned long)
_set_newnonptrmax__3stdFUl # std::_set_newnonptrmax(unsigned long)
_set_newpoolsize__3stdFUl # std::_set_newpoolsize(unsigned long)
__throws_bad_alloc__3std # std::__throws_bad_alloc __throws_bad_alloc__3std # std::__throws_bad_alloc
__vt__Q23std9bad_alloc # std::bad_alloc::__vt __vt__Q23std9bad_alloc # std::bad_alloc::__vt
__new_handler__3std # std::__new_handler __new_handler__3std # std::__new_handler
@ -1276,6 +1282,8 @@ set_new_handler__3stdFPFv_v # std::set_new_handler(void (*)(void))
__throw_bad_alloc__3stdFv # std::__throw_bad_alloc() __throw_bad_alloc__3stdFv # std::__throw_bad_alloc()
__dt__Q23std9bad_allocFv # std::bad_alloc::~bad_alloc() __dt__Q23std9bad_allocFv # std::bad_alloc::~bad_alloc()
qd qd
__vec_longjmp
longjmp
exit exit
abort abort
__console_exit __console_exit
@ -1286,10 +1294,16 @@ exit
__atexit __atexit
atexit atexit
abort abort
__malloc_pool fix_start
vec_free
vec_realloc
vec_calloc
vec_malloc
__pool_free_all
__msize
deallocate_from_fixed_pools
allocate_from_fixed_pools
__files __files
__num_to_file
__file_to_num
__flush_line_buffered_output_files __flush_line_buffered_output_files
__flush_all __flush_all
__close_all __close_all
@ -1413,22 +1427,16 @@ perror
ferror ferror
feof feof
clearerr clearerr
__pool_free_all
__pool_free
__pool_realloc
__pool_alloc_clear
__pool_alloc
__pool_preassign
__pool_preallocate
__init_pool_obj
sprintf sprintf
snprintf snprintf
vsprintf vsprintf
vsnprintf vsnprintf
printf vfprintf
vprintf vprintf
fprintf fprintf
vfprintf printf
__StringWrite
__FileWrite
qsort qsort
srand srand
rand rand
@ -1436,7 +1444,8 @@ sscanf
__vsscanf __vsscanf
scanf scanf
fscanf fscanf
__vfscanf __StringRead
__FileRead
raise raise
signal signal
__strerror __strerror
@ -1488,14 +1497,12 @@ difftime
clock clock
__leap_year __leap_year
ccommand ccommand
clrscr
__close_console __close_console
__write_console __write_console
__read_console __read_console
__end_critical_region
__begin_critical_region
__kill_critical_regions __kill_critical_regions
__init_critical_regions __init_critical_regions
umask
__rename_file __rename_file
__delete_file __delete_file
__temp_file_name __temp_file_name
@ -1569,18 +1576,21 @@ wmemchr
wmemset wmemset
wmemmove wmemmove
wmemcpy wmemcpy
swprintf
vwprintf
vswprintf vswprintf
wprintf swprintf
fwprintf
vfwprintf vfwprintf
vwprintf
fwprintf
wprintf
__wStringWrite
__wFileWrite
swscanf swscanf
__vswscanf __vswscanf
vwscanf vwscanf
wscanf wscanf
fwscanf fwscanf
__vfwscanf __wStringRead
__wFileRead
wcsstr wcsstr
wcstok wcstok
wcscspn wcscspn
@ -1714,7 +1724,7 @@ llrint
lrint lrint
scalbln scalbln
scalbn scalbn
SIOUXclrscr clrscr
getch getch
kbhit kbhit
SIOUXSetTitle SIOUXSetTitle

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.