summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/gestaltmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* Make gestaltmodule.c 64-bit safe.Ronald Oussoren2008-05-181-1/+1
|
* Convert more modules to METH_VARARGS.Georg Brandl2006-05-291-2/+2
|
* This patches fixes a number of byteorder problems in MacOSX specific code.Ronald Oussoren2006-04-171-8/+1
|
* 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.