aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/mactoolboxglue.c
Commit message (Expand)AuthorAge
* Added one call to Py_Main(), for OSX framework builds only, that will get theJack Jansen2002-08-02
* More sprintf -> PyOS_snprintf.Tim Peters2001-12-04
* Make the CoreFoundation object _New and _Convert routines available to other ...Jack Jansen2001-11-05
* Link the core with CoreServices, not with Carbon, and don't use any CarbonJack Jansen2001-10-31
* Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length'Jack Jansen2001-09-10
* Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef.Jack Jansen2001-09-01
* Refer to the toolbox modules by their official name (Carbon.AE), not the inte...Jack Jansen2001-08-27
* Mac toolbox modules have gotten an _ prepended to their name.Jack Jansen2001-08-23
* Got rid of unused includes.Jack Jansen2001-08-08
* Split macglue.c into two: a new mactoolboxglue.c (in ./Python)Jack Jansen2001-08-08