summaryrefslogtreecommitdiffstats
path: root/Python/mactoolboxglue.c
Commit message (Expand)AuthorAgeFilesLines
* More sprintf -> PyOS_snprintf.Tim Peters2001-12-041-1/+1
* Make the CoreFoundation object _New and _Convert routines available to other ...Jack Jansen2001-11-051-0/+22
* Link the core with CoreServices, not with Carbon, and don't use any CarbonJack Jansen2001-10-311-0/+8
* Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length'Jack Jansen2001-09-101-1/+41
* Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef.Jack Jansen2001-09-011-0/+4
* Refer to the toolbox modules by their official name (Carbon.AE), not the inte...Jack Jansen2001-08-271-59/+59
* Mac toolbox modules have gotten an _ prepended to their name.Jack Jansen2001-08-231-58/+58
* Got rid of unused includes.Jack Jansen2001-08-081-22/+2
* Split macglue.c into two: a new mactoolboxglue.c (in ./Python)Jack Jansen2001-08-081-0/+430