summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/gestaltmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* Port of universal binary support for Mac OSX from python 2.5. This takes awayRonald Oussoren2006-10-081-8/+1
| | | | | | | | the need for the out-of-tree universal binary support that was used to build the 2.4.3 installer. Missing here relative to that tree are some changes to IDLE, IMHO those patches aren't appropriate for the 2.4 branch and users are better of using 2.5's IDLE.
* Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.Jack Jansen2003-11-201-1/+1
| | | | Cleaned up various things in the toolbox modules.
* WITHOUT_FRAMEWORKS conditional code bites the dust: this was forJack Jansen2003-11-191-5/+0
| | | | pre-carbon MacOS9 support.
* Added prototypes to shut gcc -Wstrict-prototypes up.Jack Jansen2001-09-041-4/+2
|
* Got the first MacPython module working under MacOSX/MachO (gestalt). Main ↵Jack Jansen2001-05-121-0/+4
| | | | | | | | changes are including Carbon/Carbon.h in stead of the old headers (unless WITHOUT_FRAMEWORKS is defined, as it will be for classic MacPython) and selectively disabling all the stuff that is unneeded in a unix-Python (event handling, etc).
* Return MacOS.Error in stead of RuntimeError in case of failure so the userJack Jansen1999-08-231-6/+3
| | | | gets a reasonable explanation in stead of a large negative number.
* - Changed GestaltEqu.h to Gestalt.hJack Jansen1997-02-241-1/+1
| | | | | | | | - Changed FragLoader.h to CodeFragments.h - Removed Desk.h - Regenerated bgen modules from new universal headers - Changed some of the s# in PyArg_ParseTuple to m# (unfortunately: this should have been a different commit)
* Added/updated copyright noticesJack Jansen1997-01-311-1/+1
| | | | (and the &*^$%@ resource files got binhexed again, sigh)
* RenamedJack Jansen1997-01-301-11/+10
|
* added copyright headerGuido van Rossum1995-02-191-0/+24
|
* gestaltmodule.c: interface to Gestalt Manager.Guido van Rossum1994-09-161-0/+45
macosmodule.c: interface to random collection of Managers. macsetfiletype.c: set file type, for import.c.