Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
27dba87b78ea50102c554c1b908d8d7b8021d100
/
Python
/
mactoolboxglue.c
22a51ef
More sprintf -> PyOS_snprintf.
by Tim Peters
· 23 years ago
537a69f
Make the CoreFoundation object _New and _Convert routines available to other modules. Idea by Donovan Preston, implementaion by me.
by Jack Jansen
· 23 years ago
666b1e7
Link the core with CoreServices, not with Carbon, and don't use any Carbon
by Jack Jansen
· 23 years ago
697842f
Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length'
by Jack Jansen
· 23 years ago
fabd00f
Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef.
by Jack Jansen
· 23 years ago
06bd323
Refer to the toolbox modules by their official name (Carbon.AE), not the internal name (_AE). This can slow things down (once) but it's the only way I can get things to work on OSX, OS9 dynamically loaded and OS9 frozen.
by Jack Jansen
· 23 years ago
3cbf6d9
Mac toolbox modules have gotten an _ prepended to their name.
by Jack Jansen
· 23 years ago
d844a5f
Got rid of unused includes.
by Jack Jansen
· 23 years ago
94bebc0
Split macglue.c into two: a new mactoolboxglue.c (in ./Python)
by Jack Jansen
· 23 years ago