summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/gestaltmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.