summaryrefslogtreecommitdiffstats
path: root/Python/mactoolboxglue.c
Commit message (Expand)AuthorAgeFilesLines
* 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