summaryrefslogtreecommitdiff
path: root/Mac/Modules/icgluemodule.c
Commit message (Expand)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-249/+249
* Ensure 'module removed' warning messages contain the word 'module' or 'package'.Mark Dickinson2010-04-031-1/+1
* Add warnings to and deprecated all those Mac modulesBenjamin Peterson2008-05-121-0/+3
* Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.Jack Jansen2003-11-201-1/+1
* WITHOUT_FRAMEWORKS conditional code bites the dust: this was forJack Jansen2003-11-191-4/+0
* Getting rid of pre-Carbon (MacOS8) support. All code depending onJack Jansen2002-12-121-89/+0
* staticforward bites the dust.Jeremy Hylton2002-07-171-1/+1
* Replaced lots of PyMem_DEL() calls with PyObject_DEL().Jack Jansen2002-05-221-2/+2
* Internet Config is now part of official Apple interfaces, so use the newJack Jansen2002-01-111-78/+65
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
* Added prototypes to silence gcc strict-prototype warnings.Jack Jansen2001-09-041-60/+21
* Include Carbon/Carbon.h in stead of universal headers, if appropriate.Jack Jansen2001-05-191-7/+19
* Ported the icglue module to carbon.Jack Jansen2001-01-291-1/+5
* Undefine and redefine PRAGMA_ALIGN_SUPPORTED under Carbon. Apple's "solution"...Jack Jansen2001-01-191-0/+8
* Added/updated copyright noticesJack Jansen1997-01-311-1/+1
* Low-level interface to Internet Config (to be augmented by nice PythonJack Jansen1997-01-071-0/+596