]> granicus.if.org Git - python/commitdiff
Moved Ctl, Dlg, Menu, Qd, Res and Win modules to PythonCore.
authorJack Jansen <jack.jansen@cwi.nl>
Sun, 7 Feb 1999 13:57:11 +0000 (13:57 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sun, 7 Feb 1999 13:57:11 +0000 (13:57 +0000)
Moved other toolbox modules to their own .slb file.

46 files changed:
Mac/Build/AE.prj [new file with mode: 0644]
Mac/Build/AE.prj.exp [new file with mode: 0644]
Mac/Build/ColorPicker.prj
Mac/Build/Evt.prj [new file with mode: 0644]
Mac/Build/Evt.prj.exp [new file with mode: 0644]
Mac/Build/Fm.prj [moved from Mac/Build/toolboxmodules.prj with 75% similarity]
Mac/Build/Fm.prj.exp [new file with mode: 0644]
Mac/Build/Help.prj [new file with mode: 0644]
Mac/Build/Help.prj.exp [new file with mode: 0644]
Mac/Build/Icn.prj [new file with mode: 0644]
Mac/Build/Icn.prj.exp [new file with mode: 0644]
Mac/Build/List.prj [new file with mode: 0644]
Mac/Build/List.prj.exp [new file with mode: 0644]
Mac/Build/PlugIns.prj
Mac/Build/Printing.prj
Mac/Build/Python.prj
Mac/Build/PythonApplet.prj
Mac/Build/PythonCore.prj
Mac/Build/PythonCoreCFM68K.prj
Mac/Build/PythonCoreCFM68K.prj.exp
Mac/Build/PythonCorePPC.prj
Mac/Build/PythonCorePPC.prj.exp
Mac/Build/PythonStandSmall.prj
Mac/Build/PythonStandalone.prj
Mac/Build/Scrap.prj [new file with mode: 0644]
Mac/Build/Scrap.prj.exp [new file with mode: 0644]
Mac/Build/Snd.prj [new file with mode: 0644]
Mac/Build/Snd.prj.exp [new file with mode: 0644]
Mac/Build/Sndihooks.prj [new file with mode: 0644]
Mac/Build/Sndihooks.prj.exp [new file with mode: 0644]
Mac/Build/TE.prj [new file with mode: 0644]
Mac/Build/TE.prj.exp [new file with mode: 0644]
Mac/Build/_tkinter.prj
Mac/Build/calldll.ppc.prj
Mac/Build/cm.prj [moved from Mac/Build/qtmodules.prj with 74% similarity]
Mac/Build/cm.prj.exp [new file with mode: 0644]
Mac/Build/ctb.prj
Mac/Build/gdbm.prj
Mac/Build/icglue.prj
Mac/Build/macspeech.prj
Mac/Build/qt.prj [new file with mode: 0644]
Mac/Build/qt.prj.exp [moved from Mac/Build/qtmodules.prj.exp with 50% similarity]
Mac/Build/toolboxmodules.prj.exp [deleted file]
Mac/Build/waste.prj
Mac/Build/xx.prj
Mac/Build/zlib.prj

diff --git a/Mac/Build/AE.prj b/Mac/Build/AE.prj
new file mode 100644 (file)
index 0000000..9993ed3
Binary files /dev/null and b/Mac/Build/AE.prj differ
diff --git a/Mac/Build/AE.prj.exp b/Mac/Build/AE.prj.exp
new file mode 100644 (file)
index 0000000..ca2aa0b
--- /dev/null
@@ -0,0 +1,4 @@
+initAE
+AEDesc_New
+AEDesc_Convert
+AEDesc_Type
index 5723b3f52a284742d2f8f1e9a17c938346b3583a..d87e6a4a0f3167a689736a19d47750ace819b59d 100644 (file)
Binary files a/Mac/Build/ColorPicker.prj and b/Mac/Build/ColorPicker.prj differ
diff --git a/Mac/Build/Evt.prj b/Mac/Build/Evt.prj
new file mode 100644 (file)
index 0000000..62ff1b0
Binary files /dev/null and b/Mac/Build/Evt.prj differ
diff --git a/Mac/Build/Evt.prj.exp b/Mac/Build/Evt.prj.exp
new file mode 100644 (file)
index 0000000..7566ac2
--- /dev/null
@@ -0,0 +1 @@
+initEvt
similarity index 75%
rename from Mac/Build/toolboxmodules.prj
rename to Mac/Build/Fm.prj
index a555db52050fa2e2445e6426586d6e869e6f4344..7af499f14f6cb3e67ee150853fd6c57634f82e3a 100644 (file)
Binary files a/Mac/Build/toolboxmodules.prj and b/Mac/Build/Fm.prj differ
diff --git a/Mac/Build/Fm.prj.exp b/Mac/Build/Fm.prj.exp
new file mode 100644 (file)
index 0000000..0712bb6
--- /dev/null
@@ -0,0 +1,2 @@
+initFm
+FMRec_New
diff --git a/Mac/Build/Help.prj b/Mac/Build/Help.prj
new file mode 100644 (file)
index 0000000..33749c8
Binary files /dev/null and b/Mac/Build/Help.prj differ
diff --git a/Mac/Build/Help.prj.exp b/Mac/Build/Help.prj.exp
new file mode 100644 (file)
index 0000000..7701e19
--- /dev/null
@@ -0,0 +1 @@
+initHelp
diff --git a/Mac/Build/Icn.prj b/Mac/Build/Icn.prj
new file mode 100644 (file)
index 0000000..00808b9
Binary files /dev/null and b/Mac/Build/Icn.prj differ
diff --git a/Mac/Build/Icn.prj.exp b/Mac/Build/Icn.prj.exp
new file mode 100644 (file)
index 0000000..37f80c8
--- /dev/null
@@ -0,0 +1 @@
+initIcn
diff --git a/Mac/Build/List.prj b/Mac/Build/List.prj
new file mode 100644 (file)
index 0000000..7e3fd7a
Binary files /dev/null and b/Mac/Build/List.prj differ
diff --git a/Mac/Build/List.prj.exp b/Mac/Build/List.prj.exp
new file mode 100644 (file)
index 0000000..171b7df
--- /dev/null
@@ -0,0 +1,3 @@
+initList
+ListObj_New
+ListObj_Convert
index feea7ea5b6515064bfb25b2e1f116f18f3eb8574..60fca89ad8b898924cdfb4eb3ef67090cc82b11f 100644 (file)
Binary files a/Mac/Build/PlugIns.prj and b/Mac/Build/PlugIns.prj differ
index b67c266dfdb8eb3de365ba2cb0a824402078f7b6..0c0598a2d7077657540f028e8338a811c7b6fa6a 100644 (file)
Binary files a/Mac/Build/Printing.prj and b/Mac/Build/Printing.prj differ
index 16a21d0dcf5bb30c142d7d79f080e7e51fbb4eda..f7ec18a0a2c2697c90d48010a8962f2b178bea77 100644 (file)
Binary files a/Mac/Build/Python.prj and b/Mac/Build/Python.prj differ
index b97d1c20c572dfbca85e7f373507e04eb86a000b..7be3077be3fd9d9924bd336cbd47eb45842840f5 100644 (file)
Binary files a/Mac/Build/PythonApplet.prj and b/Mac/Build/PythonApplet.prj differ
index e88012e4af97b7491f97b2be4b501a0fad7b6feb..c6cae9de5b7c3000831bd364a1080ea4b6d53f0d 100644 (file)
Binary files a/Mac/Build/PythonCore.prj and b/Mac/Build/PythonCore.prj differ
index 2302b7f5ca485ff5c781e5bbe031a2b61c29d87a..206d07838abc1643471350163e2f9319d79e35bb 100644 (file)
Binary files a/Mac/Build/PythonCoreCFM68K.prj and b/Mac/Build/PythonCoreCFM68K.prj differ
index 7c94a71d41c028dbafc0ec9e794539c9d3615d97..4c8daa9df8f5edf57c75367c0aa2aa02900e2ec9 100644 (file)
@@ -52,6 +52,9 @@ wmemchr
 wmemset
 wmemmove
 wmemcpy
+iswctype
+wctype
+wctob
 towupper
 towlower
 iswxdigit
@@ -67,6 +70,8 @@ iswalpha
 iswalnum
 wctrans
 towctrans
+wcstoumax
+wcstoimax
 watol
 watoi
 wcstoll
@@ -103,6 +108,8 @@ clock
 __leap_year
 system
 getenv
+strtoumax
+strtoimax
 atol
 atoi
 strtoll
@@ -329,11 +336,11 @@ unexpected__3stdFv                # std::unexpected()
 set_unexpected__3stdFPFv_v             # std::set_unexpected(void (*)(void))
 terminate__3stdFv              # std::terminate()
 set_terminate__3stdFPFv_v              # std::set_terminate(void (*)(void))
-__dt__Q23std9bad_allocFv               # std::bad_alloc::~bad_alloc()
 what__Q23std9bad_allocCFv              # std::bad_alloc::what() const
 __del_hdl
 __new_hdl
 set_new_handler__3stdFPFv_v            # std::set_new_handler(void (*)(void))
+__dt__Q23std9bad_allocFv               # std::bad_alloc::~bad_alloc()
 __throw_bad_alloc__3stdFv              # std::__throw_bad_alloc()
 __dla__FPv             # operator delete[](void*)
 __nwa__FUlRCQ23std9nothrow_t           # operator new[](unsigned long,const std::nothrow_t&)
@@ -344,19 +351,19 @@ __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)
-__dt__Q23std10bad_typeidFv             # std::bad_typeid::~bad_typeid()
-__dt__Q23std8bad_castFv                # std::bad_cast::~bad_cast()
-what__Q23std8bad_castCFv               # std::bad_cast::what() const
 what__Q23std10bad_typeidCFv            # std::bad_typeid::what() const
+what__Q23std8bad_castCFv               # std::bad_cast::what() const
+__dt__Q23std8bad_castFv                # std::bad_cast::~bad_cast()
 __dynamic_cast
+__dt__Q23std10bad_typeidFv             # std::bad_typeid::~bad_typeid()
 __get_typeid
-__dt__Q23std9exceptionFv               # std::exception::~exception()
-__dt__Q23std13bad_exceptionFv          # std::bad_exception::~bad_exception()
-what__Q23std13bad_exceptionCFv         # std::bad_exception::what() const
 what__Q23std9exceptionCFv              # std::exception::what() const
+what__Q23std13bad_exceptionCFv         # std::bad_exception::what() const
 __end__catch
 Ex68K_CatchInfoDtor
 __throw
+__dt__Q23std9exceptionFv               # std::exception::~exception()
+__dt__Q23std13bad_exceptionFv          # std::bad_exception::~bad_exception()
 __unexpected
 __unregister_fragment
 __register_fragment
@@ -482,10 +489,10 @@ connect__6SocketFPvi              # Socket::connect(void*,int)
 bind__6SocketFPvi              # Socket::bind(void*,int)
 __dt__6SocketFv                # Socket::~Socket()
 __ct__6SocketFv                # Socket::Socket()
-__dt__17SIOUXSocketDomainFv            # SIOUXSocketDomain::~SIOUXSocketDomain()
 open__17SIOUXSocketDomainFRC11GUSIFileRefi             # SIOUXSocketDomain::open(const GUSIFileRef&,int)
-Yours__17SIOUXSocketDomainFRC11GUSIFileRefQ216FileSocketDomain7Request         # SIOUXSocketDomain::Yours(const GUSIFileRef&,FileSocketDomain::Request)
+__dt__17SIOUXSocketDomainFv            # SIOUXSocketDomain::~SIOUXSocketDomain()
 GUSIwithSIOUXSockets
+Yours__17SIOUXSocketDomainFRC11GUSIFileRefQ216FileSocketDomain7Request         # SIOUXSocketDomain::Yours(const GUSIFileRef&,FileSocketDomain::Request)
 isatty__11SIOUXSocketFv                # SIOUXSocket::isatty()
 select__11SIOUXSocketFPUcPUcPUc                # SIOUXSocket::select(unsigned char*,unsigned char*,unsigned char*)
 write__11SIOUXSocketFPvi               # SIOUXSocket::write(void*,int)
@@ -543,8 +550,8 @@ PAPStatus__FPcP12PAPStatusRecP9AddrBlockPc          # PAPStatus(char*,PAPStatusRec*,Addr
 PAPWrite__FsPcssPsPc           # PAPWrite(short,char*,short,short,short*,char*)
 PAPRead__FsPcPsPsPsPc          # PAPRead(short,char*,short*,short*,short*,char*)
 PAPOpen__FPsPcsP12PAPStatusRecPsPc             # PAPOpen(short*,char*,short,PAPStatusRec*,short*,char*)
-__dt__16NullSocketDomainFv             # NullSocketDomain::~NullSocketDomain()
 __dt__10NullSocketFv           # NullSocket::~NullSocket()
+__dt__16NullSocketDomainFv             # NullSocketDomain::~NullSocketDomain()
 open__16NullSocketDomainFRC11GUSIFileRefi              # NullSocketDomain::open(const GUSIFileRef&,int)
 Yours__16NullSocketDomainFRC11GUSIFileRefQ216FileSocketDomain7Request          # NullSocketDomain::Yours(const GUSIFileRef&,FileSocketDomain::Request)
 fstat__10NullSocketFP4stat             # NullSocket::fstat(stat*)
@@ -552,7 +559,6 @@ select__10NullSocketFPUcPUcPUc              # NullSocket::select(unsigned char*,unsigned cha
 write__10NullSocketFPvi                # NullSocket::write(void*,int)
 read__10NullSocketFPvi         # NullSocket::read(void*,int)
 __ct__10NullSocketFv           # NullSocket::NullSocket()
-make_in_addr__FUl              # make_in_addr(unsigned long)
 getprotobynumber
 getprotobyname
 getservbyport
@@ -565,6 +571,7 @@ gethostid
 inet_addr
 inet_ntoa
 gethostbyaddr
+make_in_addr__FUl              # make_in_addr(unsigned long)
 gethostbyname
 MXInfo
 HInfo
@@ -824,7 +831,6 @@ Consumer__10RingBufferFRl           # RingBuffer::Consumer(long&)
 Producer__10RingBufferFRl              # RingBuffer::Producer(long&)
 __dt__10RingBufferFv           # RingBuffer::~RingBuffer()
 __ct__10RingBufferFUs          # RingBuffer::RingBuffer(unsigned short)
-__dt__10ErrnoSaverFv           # ErrnoSaver::~ErrnoSaver()
 __dt__21AppleTalkSocketDomainFv                # AppleTalkSocketDomain::~AppleTalkSocketDomain()
 AtlkLookup__FRC10EntityNameP9AddrBlock         # AtlkLookup(const EntityName&,AddrBlock*)
 __dt__11AtlkSymAddrFv          # AtlkSymAddr::~AtlkSymAddr()
@@ -851,75 +857,164 @@ __dt__10ADSPSocketFv             # ADSPSocket::~ADSPSocket()
 __ct__10ADSPSocketFUc          # ADSPSocket::ADSPSocket(unsigned char)
 getpeername__15AppleTalkSocketFPvPi            # AppleTalkSocket::getpeername(void*,int*)
 getsockname__15AppleTalkSocketFPvPi            # AppleTalkSocket::getsockname(void*,int*)
+__dt__10ErrnoSaverFv           # ErrnoSaver::~ErrnoSaver()
 bind__15AppleTalkSocketFPvi            # AppleTalkSocket::bind(void*,int)
 ioctl__15AppleTalkSocketFUiPv          # AppleTalkSocket::ioctl(unsigned int,void*)
 fcntl__15AppleTalkSocketFUii           # AppleTalkSocket::fcntl(unsigned int,int)
 __dt__15AppleTalkSocketFv              # AppleTalkSocket::~AppleTalkSocket()
 __ct__15AppleTalkSocketFUc             # AppleTalkSocket::AppleTalkSocket(unsigned char)
+fminl
+fmaxl
+fdiml
+nextafterxl
+remquol
+copysignl
+remainderl
 fmodl
+truncl
+llroundl
+lroundl
+roundl
+llrintl
+lrintl
+rintl
+nearbyintl
 floorl
 ceill
+lgammal
+gammal
+erfcl
+erfl
+hypotl
 sqrtl
 powl
 fabsl
+scalblnl
+scalbnl
+logbl
+log2l
+log1pl
+expm1l
+exp2l
 log10l
 logl
 ldexpl
 frexpl
 expl
+atanhl
+asinhl
+acoshl
 tanhl
 sinhl
 coshl
+tanl
+sinl
+cosl
 atan2l
 atanl
 asinl
 acosl
-tanl
-sinl
-cosl
+fmind
+fmaxd
+fdimd
+copysignd
+remquod
+remainderd
 fmodd
+truncd
+llround
+lround
+roundd
+llrint
+lrint
+rintd
+nearbyintd
 floord
 ceild
+lgammad
+gammad
+erfcd
+erfd
+hypotd
 sqrtd
 powd
 fabsd
+scalbln
+scalbn
+logbd
+log2d
+log1pd
+expm1d
+exp2d
 modfd
 log10d
 logd
 ldexpd
 frexpd
 expd
+atanhd
+asinhd
+acoshd
 tanhd
 sinhd
 coshd
+tand
+sind
+cosd
 atan2d
 atand
 asind
 acosd
-tand
-sind
-cosd
+fminf
+fmaxf
+fdimf
+remquof
+copysignf
+remainderf
 fmodf
+truncf
+llroundf
+lroundf
+roundf
+llrintf
+lrintf
+rintf
+nearbyintf
 floorf
 ceilf
+lgammaf
+gammaf
+erfcf
+erff
+hypotf
 sqrtf
 powf
 fabsf
+scalblnf
+scalbnf
+logbf
+log2f
+log1pf
+expm1f
+exp2f
 log10f
 logf
 ldexpf
 frexpf
 expf
+atanhf
+asinhf
+acoshf
 tanhf
 sinhf
 coshf
+tanf
+sinf
+cosf
 atan2f
 atanf
 asinf
 acosf
-tanf
-sinf
-cosf
 NaN
 GetPrecision
 SetPrecision
@@ -1049,7 +1144,6 @@ getwd
 getbootvol
 sync
 macstat
-main
 PyMac_AddLibResources
 __initialize_with_resources
 getfiletype
@@ -1230,6 +1324,12 @@ PyCFunction_GetSelf
 PyCFunction_GetFunction
 PyCFunction_New
 PyLong_FromString
+PyLong_AsUnsignedLongLong
+PyLong_AsLongLong
+PyLong_FromUnsignedLongLong
+PyLong_FromLongLong
+PyLong_AsVoidPtr
+PyLong_FromVoidPtr
 PyLong_AsDouble
 PyLong_AsUnsignedLong
 PyLong_AsLong
@@ -1501,6 +1601,32 @@ _PyBuiltin_Fini_2
 _PyBuiltin_Fini_1
 _PyBuiltin_Init_2
 _PyBuiltin_Init_1
+initWin
+WinObj_WhichWindow
+WinObj_Convert
+WinObj_New
+initRes
+OptResObj_Convert
+OptResObj_New
+ResObj_Convert
+ResObj_New
+initQd
+BMObj_Convert
+BMObj_New
+GrafObj_Convert
+GrafObj_New
+QdRGB_Convert
+QdRGB_New
+initMenu
+MenuObj_Convert
+MenuObj_New
+initDlg
+DlgObj_Convert
+initCtl
+CtlObj_WhichControl
+CtlObj_Convert
+CtlObj_New
+ControlFontStyle_Convert
 PyMac_FindModuleExtension
 PyMac_LoadResourceModule
 PyMac_LoadCodeResourceModule
@@ -1625,6 +1751,7 @@ __vt__10ADSPSocket                # ADSPSocket::__vt
 __vt__21AppleTalkSocketDomain          # AppleTalkSocketDomain::__vt
 uADSPCompletion
 new_doc
+array_methods
 _PyParser_TokenNames
 PyType_Type
 PyTuple_Type
@@ -1661,6 +1788,21 @@ optind
 opterr
 PyImport_FrozenModules
 PyCode_Type
+Window_Type
+WinObj_chain
+Resource_Type
+ResObj_chain
+QDGlobalsAccess_Type
+BitMap_Type
+BMObj_chain
+GrafPort_Type
+GrafObj_chain
+Menu_Type
+MenuObj_chain
+Dialog_Type
+DlgObj_chain
+Control_Type
+CtlObj_chain
 _PyImport_Inittab
 pcre_free
 pcre_malloc
@@ -1731,6 +1873,7 @@ _Py_re_syntax
 Py_TabcheckFlag
 PyOS_ReadlineFunctionPointer
 PyOS_InputHook
+_PyThreadState_Current
 Py_DebugFlag
 Py_VerboseFlag
 Py_InteractiveFlag
@@ -1758,6 +1901,7 @@ PyExc_MemoryError
 PyExc_NameError
 PyExc_OverflowError
 PyExc_RuntimeError
+PyExc_NotImplementedError
 PyExc_SyntaxError
 PyExc_SystemError
 PyExc_SystemExit
index 6c7c1b75c3a09f4794557e8e170adde8a52d0b60..03b2eb70c47f7413c9316e8013be92122dbec478 100644 (file)
Binary files a/Mac/Build/PythonCorePPC.prj and b/Mac/Build/PythonCorePPC.prj differ
index 37ab7edcc17fa1824b90bed92d10eb43a0dc8164..59c6968fdc45daecc4762565c8fb4f11e679b89a 100644 (file)
@@ -1,4 +1,3 @@
-_PyImport_Inittab
 PyExc_Exception
 PyExc_StandardError
 PyExc_ArithmeticError
@@ -18,6 +17,7 @@ PyExc_MemoryError
 PyExc_NameError
 PyExc_OverflowError
 PyExc_RuntimeError
+PyExc_NotImplementedError
 PyExc_SyntaxError
 PyExc_SystemError
 PyExc_SystemExit
@@ -151,6 +151,7 @@ Py_NewInterpreter
 Py_Finalize
 Py_Initialize
 Py_IsInitialized
+_PyThreadState_Current
 PyThreadState_GetDict
 PyThreadState_Swap
 PyThreadState_Get
@@ -322,6 +323,12 @@ PyList_Size
 PyList_New
 PyLong_Type
 PyLong_FromString
+PyLong_AsUnsignedLongLong
+PyLong_AsLongLong
+PyLong_FromUnsignedLongLong
+PyLong_FromLongLong
+PyLong_AsVoidPtr
+PyLong_FromVoidPtr
 PyLong_AsDouble
 PyLong_AsUnsignedLong
 PyLong_AsLong
@@ -423,6 +430,7 @@ PyToken_OneChar
 PyTokenizer_Free
 PyTokenizer_FromFile
 PyTokenizer_FromString
+array_methods
 initarray
 initaudioop
 initbinascii
@@ -533,7 +541,6 @@ PyMac_Initialize
 PyMac_InitApplet
 getfiletype
 setfiletype
-main
 PyMac_AddLibResources
 __initialize_with_resources
 getbootvol
@@ -573,6 +580,48 @@ PyMac_LoadResourceModule
 PyMac_LoadCodeResourceModule
 PyMac_FindCodeResourceModule
 PyMac_FindResourceModule
+_PyImport_Inittab
+CtlObj_chain
+Control_Type
+initCtl
+CtlObj_WhichControl
+CtlObj_Convert
+CtlObj_New
+ControlFontStyle_Convert
+DlgObj_chain
+Dialog_Type
+initDlg
+DlgObj_Convert
+MenuObj_chain
+Menu_Type
+initMenu
+MenuObj_Convert
+MenuObj_New
+GrafObj_chain
+GrafPort_Type
+BMObj_chain
+BitMap_Type
+QDGlobalsAccess_Type
+initQd
+BMObj_Convert
+BMObj_New
+GrafObj_Convert
+GrafObj_New
+QdRGB_Convert
+QdRGB_New
+ResObj_chain
+Resource_Type
+initRes
+OptResObj_Convert
+OptResObj_New
+ResObj_Convert
+ResObj_New
+WinObj_chain
+Window_Type
+initWin
+WinObj_WhichWindow
+WinObj_Convert
+WinObj_New
 uADSPCompletion
 __vt__21AppleTalkSocketDomain          # AppleTalkSocketDomain::__vt
 __vt__10ADSPSocket             # ADSPSocket::__vt
@@ -1006,9 +1055,9 @@ GUSISIOUXEvents
 __vt__17SIOUXSocketDomain              # SIOUXSocketDomain::__vt
 __vt__11SIOUXSocket            # SIOUXSocket::__vt
 open__17SIOUXSocketDomainFRC11GUSIFileRefi             # SIOUXSocketDomain::open(const GUSIFileRef&,int)
-Yours__17SIOUXSocketDomainFRC11GUSIFileRefQ216FileSocketDomain7Request         # SIOUXSocketDomain::Yours(const GUSIFileRef&,FileSocketDomain::Request)
 GUSIwithSIOUXSockets
 __dt__17SIOUXSocketDomainFv            # SIOUXSocketDomain::~SIOUXSocketDomain()
+Yours__17SIOUXSocketDomainFRC11GUSIFileRefQ216FileSocketDomain7Request         # SIOUXSocketDomain::Yours(const GUSIFileRef&,FileSocketDomain::Request)
 isatty__11SIOUXSocketFv                # SIOUXSocket::isatty()
 select__11SIOUXSocketFPUcPUcPUc                # SIOUXSocket::select(unsigned char*,unsigned char*,unsigned char*)
 write__11SIOUXSocketFPvi               # SIOUXSocket::write(void*,int)
@@ -1173,14 +1222,14 @@ __init_arr
 __copy
 __som_check_ev
 __som_check_new
-__vt__Q23std13bad_exception            # std::bad_exception::__vt
 __vt__Q23std9exception         # std::exception::__vt
-what__Q23std9exceptionCFv              # std::exception::what() const
-__ct__Q23std9exceptionFv               # std::exception::exception()
-__dt__Q23std9exceptionFv               # std::exception::~exception()
+__vt__Q23std13bad_exception            # std::bad_exception::__vt
 what__Q23std13bad_exceptionCFv         # std::bad_exception::what() const
+what__Q23std9exceptionCFv              # std::exception::what() const
 __end__catch
 __throw
+__ct__Q23std9exceptionFv               # std::exception::exception()
+__dt__Q23std9exceptionFv               # std::exception::~exception()
 __unexpected
 __dt__Q23std13bad_exceptionFv          # std::bad_exception::~bad_exception()
 __unregister_fragment
@@ -1338,27 +1387,6 @@ __extended_epsilon
 __extended_tiny
 __extended_huge
 __extended_nan
-fmodf
-floorf
-ceilf
-sqrtf
-powf
-fabsf
-log10f
-logf
-ldexpf
-frexpf
-expf
-tanhf
-sinhf
-coshf
-atan2f
-atanf
-asinf
-acosf
-tanf
-sinf
-cosf
 __lconv
 localeconv
 setlocale
@@ -1436,6 +1464,8 @@ __open_string_file
 atof
 strtod
 __strtold
+strtoumax
+strtoimax
 atol
 atoi
 strtoll
@@ -1503,6 +1533,8 @@ putwc
 watof
 wcstod
 __wcstold
+wcstoumax
+wcstoimax
 watol
 watoi
 wcstoll
@@ -1516,6 +1548,9 @@ towctrans
 __wctype_map
 __wlower_map
 __wupper_map
+iswctype
+wctype
+wctob
 towupper
 towlower
 iswxdigit
@@ -1570,6 +1605,115 @@ GetNextMallocHeapRegistration
 GetFirstMallocHeapRegistration
 UnregisterMallocHeap
 RegisterMallocHeap
+__fminl
+__fmaxl
+__fdiml
+__nextafterl
+__remquol
+__copysignl
+__remainderl
+__fmodl
+__modfl
+__truncl
+llroundl
+lroundl
+__roundl
+llrintl
+lrintl
+__rintl
+__nearbyintl
+__floorl
+__ceill
+__lgammal
+__gammal
+__erfcl
+__erfl
+__hypotl
+__sqrtl
+__powl
+__fabsl
+scalblnl
+scalbnl
+__logbl
+__log2l
+__log1pl
+__expm1l
+__exp2l
+__log10l
+__logl
+__ldexpl
+__frexpl
+__expl
+__atanhl
+__asinhl
+__acoshl
+__tanhl
+__sinhl
+__coshl
+__tanl
+__sinl
+__cosl
+__atan2l
+__atanl
+__asinl
+__acosl
+fminf
+fmaxf
+fdimf
+remquof
+copysignf
+remainderf
+fmodf
+truncf
+llroundf
+lroundf
+roundf
+llrintf
+lrintf
+rintf
+nearbyintf
+floorf
+ceilf
+lgammaf
+gammaf
+erfcf
+erff
+hypotf
+sqrtf
+powf
+fabsf
+scalblnf
+scalbnf
+logbf
+log2f
+log1pf
+expm1f
+exp2f
+log10f
+logf
+ldexpf
+frexpf
+expf
+atanhf
+asinhf
+acoshf
+tanhf
+sinhf
+coshf
+tanf
+sinf
+cosf
+atan2f
+atanf
+asinf
+acosf
+nextafter
+llround
+lround
+llrint
+lrint
+scalbln
+scalbn
 SIOUXclrscr
 getch
 kbhit
index 3f04cfd2c414ad7b78fe4ea09587d8a3f7abf33d..40ad2b162f75dec2526c94c19c38ad839c60c72e 100644 (file)
Binary files a/Mac/Build/PythonStandSmall.prj and b/Mac/Build/PythonStandSmall.prj differ
index 1e95ba62ade42fb14ece1f925863584950435e8e..10251671dcf2e8439aad9ff60ba15c396fb63fef 100644 (file)
Binary files a/Mac/Build/PythonStandalone.prj and b/Mac/Build/PythonStandalone.prj differ
diff --git a/Mac/Build/Scrap.prj b/Mac/Build/Scrap.prj
new file mode 100644 (file)
index 0000000..d5f12d0
Binary files /dev/null and b/Mac/Build/Scrap.prj differ
diff --git a/Mac/Build/Scrap.prj.exp b/Mac/Build/Scrap.prj.exp
new file mode 100644 (file)
index 0000000..e2120f3
--- /dev/null
@@ -0,0 +1 @@
+initScrap
diff --git a/Mac/Build/Snd.prj b/Mac/Build/Snd.prj
new file mode 100644 (file)
index 0000000..220aa37
Binary files /dev/null and b/Mac/Build/Snd.prj differ
diff --git a/Mac/Build/Snd.prj.exp b/Mac/Build/Snd.prj.exp
new file mode 100644 (file)
index 0000000..f6920d9
--- /dev/null
@@ -0,0 +1 @@
+initSnd
diff --git a/Mac/Build/Sndihooks.prj b/Mac/Build/Sndihooks.prj
new file mode 100644 (file)
index 0000000..035b5f4
Binary files /dev/null and b/Mac/Build/Sndihooks.prj differ
diff --git a/Mac/Build/Sndihooks.prj.exp b/Mac/Build/Sndihooks.prj.exp
new file mode 100644 (file)
index 0000000..d5d8963
--- /dev/null
@@ -0,0 +1 @@
+initSndihooks
diff --git a/Mac/Build/TE.prj b/Mac/Build/TE.prj
new file mode 100644 (file)
index 0000000..b44da5b
Binary files /dev/null and b/Mac/Build/TE.prj differ
diff --git a/Mac/Build/TE.prj.exp b/Mac/Build/TE.prj.exp
new file mode 100644 (file)
index 0000000..d5431ec
--- /dev/null
@@ -0,0 +1,4 @@
+initTE
+TEObj_New
+TEObj_Convert
+TE_Type
index 4e691b7e4a3ca0b2e02be607da8e67ed4b899d7c..495ba955b29d0d22c73726d21aac7720d217dc8c 100644 (file)
Binary files a/Mac/Build/_tkinter.prj and b/Mac/Build/_tkinter.prj differ
index aa10327774176c1549abea57361f5fd016014ff5..29f16712b37c8138999cb4d3da12efa6e59a4dfc 100644 (file)
Binary files a/Mac/Build/calldll.ppc.prj and b/Mac/Build/calldll.ppc.prj differ
similarity index 74%
rename from Mac/Build/qtmodules.prj
rename to Mac/Build/cm.prj
index 995d2fefdc94c7ef21ebbb00c0cd4ee0505ea595..618c4032d2702e1fa1a3adaa16143854415080ae 100644 (file)
Binary files a/Mac/Build/qtmodules.prj and b/Mac/Build/cm.prj differ
diff --git a/Mac/Build/cm.prj.exp b/Mac/Build/cm.prj.exp
new file mode 100644 (file)
index 0000000..164d6fd
--- /dev/null
@@ -0,0 +1,5 @@
+initCm
+CmpObj_New
+CmpObj_Convert
+CmpInstObj_Convert
+CmpInstObj_New
\ No newline at end of file
index a6c40792c705a3e623fb9aec71d6c431b56355a3..da5dea21bf1919af0cd4c8db62652997ca9b1692 100644 (file)
Binary files a/Mac/Build/ctb.prj and b/Mac/Build/ctb.prj differ
index 52390dd2212cb7d3f6c38fb95b1c611beac5b477..4576fe83db92638b00279d3234b6ac5ae435a268 100644 (file)
Binary files a/Mac/Build/gdbm.prj and b/Mac/Build/gdbm.prj differ
index 9d66d5c6697bfcf81e0b34dc89b6f328479359bf..6a402605a63d996539129daae366fcbedf71b502 100644 (file)
Binary files a/Mac/Build/icglue.prj and b/Mac/Build/icglue.prj differ
index d9c57f0a1dcde3f8eb3af7ba26f8e08d93161d1e..62b5dd8c66414d56d896fb0712962a4347beafcb 100644 (file)
Binary files a/Mac/Build/macspeech.prj and b/Mac/Build/macspeech.prj differ
diff --git a/Mac/Build/qt.prj b/Mac/Build/qt.prj
new file mode 100644 (file)
index 0000000..b25ed1f
Binary files /dev/null and b/Mac/Build/qt.prj differ
similarity index 50%
rename from Mac/Build/qtmodules.prj.exp
rename to Mac/Build/qt.prj.exp
index 8d412bedb97e5685e10c80d23398af9ddf9e3df8..d1467ac14f8a115640e9389d0ea6b7bb44d4570e 100644 (file)
@@ -1,2 +1 @@
-initCm
 initQt
diff --git a/Mac/Build/toolboxmodules.prj.exp b/Mac/Build/toolboxmodules.prj.exp
deleted file mode 100644 (file)
index d0fd9c8..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-initAE
-initCtl
-initDlg
-initEvt
-initFm
-initHelp
-initIcn
-initMenu
-initList
-initQd
-initRes
-initSnd
-initSndihooks
-initScrap
-initWin
-initTE
-QdRGB_New
-QdRGB_Convert
-ResObj_New
-ResObj_Convert
-Resource_Type
-OptResObj_New
-OptResObj_Convert
-MenuObj_Convert
-Menu_Type
-WinObj_Convert
-Window_Type
-Dialog_Type
-GrafObj_New
-GrafObj_Convert
-GrafPort_Type
-BMObj_New
-BMObj_Convert
-BitMap_Type
-FMRec_New
-ListObj_New
-ListObj_Convert
-TextStyle_New
-TextStyle_Convert
-TEObj_New
-TEObj_Convert
-TE_Type
-AEDesc_New
-AEDesc_Convert
-AEDesc_Type
index 6fce85363f5e8fd8e02a9261fefe9aec2f32a6dc..0f5fc5da0dfecf959e5bf4f4b14d8c6608e4a9ac 100644 (file)
Binary files a/Mac/Build/waste.prj and b/Mac/Build/waste.prj differ
index 01e42281d05c372ddfb85e98d9e1038d4b2ae9a8..3a3fd640da7c4039186f3684ed02c06e16957fa9 100644 (file)
Binary files a/Mac/Build/xx.prj and b/Mac/Build/xx.prj differ
index 41cc3b78371f70c71940f0db595ffad99ac9ee0e..ce1710da5a03ebbd5df0a6ccbd0ecc7e851b76a6 100644 (file)
Binary files a/Mac/Build/zlib.prj and b/Mac/Build/zlib.prj differ