diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1999-09-30 19:47:33 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1999-09-30 19:47:33 (GMT) |
commit | 70d784979c4d02b7099cce4a5a75de31d33a0f8e (patch) | |
tree | 76af745df65e87be5b2faeb4ddd0309eb5f4f9b0 /Mac/Build/PythonCoreCFM68K.prj.exp | |
parent | fa968ac35b8a3891958d328d4b15a0120179f5a2 (diff) | |
download | cpython-70d784979c4d02b7099cce4a5a75de31d33a0f8e.zip cpython-70d784979c4d02b7099cce4a5a75de31d33a0f8e.tar.gz cpython-70d784979c4d02b7099cce4a5a75de31d33a0f8e.tar.bz2 |
CW Pro 5 projects.
Diffstat (limited to 'Mac/Build/PythonCoreCFM68K.prj.exp')
-rw-r--r-- | Mac/Build/PythonCoreCFM68K.prj.exp | 55 |
1 files changed, 32 insertions, 23 deletions
diff --git a/Mac/Build/PythonCoreCFM68K.prj.exp b/Mac/Build/PythonCoreCFM68K.prj.exp index 4c8daa9..929f0d2 100644 --- a/Mac/Build/PythonCoreCFM68K.prj.exp +++ b/Mac/Build/PythonCoreCFM68K.prj.exp @@ -11,6 +11,7 @@ ttyname getlogin exec cuserid +umask ValidateMallocHeap GetNextMallocHeapRegistration GetFirstMallocHeapRegistration @@ -40,13 +41,16 @@ __vswscanf vwscanf wscanf fwscanf -__vfwscanf +__wStringRead +__wFileRead +vswprintf swprintf +vfwprintf vwprintf -vswprintf -wprintf fwprintf -vfwprintf +wprintf +__wStringWrite +__wFileWrite wmemcmp wmemchr wmemset @@ -149,7 +153,8 @@ sscanf __vsscanf scanf fscanf -__vfscanf +__StringRead +__FileRead srand rand qsort @@ -157,20 +162,14 @@ sprintf snprintf vsprintf vsnprintf -printf +vfprintf vprintf fprintf -vfprintf +printf +__StringWrite +__FileWrite __sys_free __sys_alloc -__pool_free_all -__pool_free -__pool_realloc -__pool_alloc_clear -__pool_alloc -__pool_preassign -__pool_preallocate -__init_pool_obj __path2fss __stdio_atexit perror @@ -232,11 +231,8 @@ isdigit iscntrl isalpha isalnum -__end_critical_region -__begin_critical_region __kill_critical_regions __init_critical_regions -clrscr __close_console __write_console __read_console @@ -282,13 +278,16 @@ div llabs labs abs -__num_to_file -__file_to_num __flush_line_buffered_output_files __flush_all __close_all __init_file __find_unopened_file +__pool_free_all +__msize +deallocate_from_fixed_pools +allocate_from_fixed_pools +unlink __exit __atexit atexit @@ -315,7 +314,7 @@ SIOUXDoEditCut SIOUXDoSaveText SIOUXUpdateMenuItems SIOUXSetupMenus -SIOUXclrscr +clrscr getch kbhit SIOUXSetTitle @@ -371,10 +370,10 @@ __som_check_ev __som_check_new __destroy_global_chain __register_global_object +longjmp exit abort GUSISetupMSLSIOUX__Fv # GUSISetupMSLSIOUX() -fwalk fdopen __close_file __position_file @@ -1144,6 +1143,7 @@ getwd getbootvol sync macstat +main PyMac_AddLibResources __initialize_with_resources getfiletype @@ -1313,6 +1313,7 @@ PyObject_Print _PyObject_NewVar _PyObject_New _PyModule_Clear +PyModule_GetFilename PyModule_GetName PyModule_GetDict PyModule_New @@ -1601,6 +1602,11 @@ _PyBuiltin_Fini_2 _PyBuiltin_Fini_1 _PyBuiltin_Init_2 _PyBuiltin_Init_1 +PyBuffer_New +PyBuffer_FromReadWriteMemory +PyBuffer_FromMemory +PyBuffer_FromReadWriteObject +PyBuffer_FromObject initWin WinObj_WhichWindow WinObj_Convert @@ -1624,6 +1630,7 @@ initDlg DlgObj_Convert initCtl CtlObj_WhichControl +CtlObj_NewUnmanaged CtlObj_Convert CtlObj_New ControlFontStyle_Convert @@ -1788,6 +1795,7 @@ optind opterr PyImport_FrozenModules PyCode_Type +PyBuffer_Type Window_Type WinObj_chain Resource_Type @@ -1814,7 +1822,7 @@ Pcre_Type _ftype _fcreator errno -__malloc_pool +fix_start __console_exit __stdio_exit __aborting @@ -1905,6 +1913,7 @@ PyExc_NotImplementedError PyExc_SyntaxError PyExc_SystemError PyExc_SystemExit +PyExc_UnboundLocalError PyExc_TypeError PyExc_ValueError PyExc_ZeroDivisionError |