cpython/Mac/Modules
Jeremy Hylton 938ace69a0 staticforward bites the dust.
The staticforward define was needed to support certain broken C
compilers (notably SCO ODT 3.0, perhaps early AIX as well) botched the
static keyword when it was used with a forward declaration of a static
initialized structure.  Standard C allows the forward declaration with
static, and we've decided to stop catering to broken C compilers.  (In
fact, we expect that the compilers are all fixed eight years later.)

I'm leaving staticforward and statichere defined in object.h as
static.  This is only for backwards compatibility with C extensions
that might still use it.

XXX I haven't updated the documentation.
2002-07-17 16:30:39 +00:00
..
ae Regenerated. 2002-04-23 22:46:01 +00:00
app Regenerated. 2002-04-23 22:46:01 +00:00
carbonevt Regenerated. 2002-04-23 22:46:01 +00:00
cf Added typechecking to the individual python->CF converters, so we can use them in the CF object initializers safely. 2002-05-13 21:23:10 +00:00
cg Regenerated. 2002-04-23 22:46:01 +00:00
cm Regenerated. 2002-04-23 22:46:01 +00:00
ctl staticforward bites the dust. 2002-07-17 16:30:39 +00:00
dlg Regenerated. 2002-04-23 22:46:01 +00:00
drag Regenerated. 2002-04-23 22:46:01 +00:00
evt Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. 2002-03-25 00:32:17 +00:00
fm Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. 2002-03-25 00:32:17 +00:00
help Updated to Universal Headers 3.4 2001-12-18 15:39:38 +00:00
htmlrender Replaced lots of PyMem_DEL() calls with PyObject_DEL(). 2002-05-22 14:31:48 +00:00
icn Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. 2002-03-25 00:32:17 +00:00
list Regenerated. 2002-04-23 22:46:01 +00:00
macspeech Add files by Jack 1994-10-02 11:33:59 +00:00
menu Regenerated. 2002-04-23 22:46:01 +00:00
mlte staticforward bites the dust. 2002-07-17 16:30:39 +00:00
qd staticforward bites the dust. 2002-07-17 16:30:39 +00:00
qdoffs Regenerated. 2002-04-23 22:46:01 +00:00
qt Regenerated. 2002-04-23 22:46:01 +00:00
res Regenerated. 2002-04-23 22:46:01 +00:00
scrap Replaced lots of PyMem_DEL() calls with PyObject_DEL(). 2002-05-22 14:31:48 +00:00
snd staticforward bites the dust. 2002-07-17 16:30:39 +00:00
te Regenerated. 2002-04-23 22:46:01 +00:00
waste staticforward bites the dust. 2002-07-17 16:30:39 +00:00
win fixed refcount leak in CreateNewWindow() and CreateWindowFromResource(). 2002-06-05 17:41:03 +00:00
ColorPickermodule.c pymactoolbox.h contains protoypes for all externally visible toolbox module 2000-07-14 22:16:45 +00:00
Nav.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
Printingmodule.c Got rid of Py_FatalError calls. 2000-09-08 10:21:44 +00:00
_dummy_tkinter.c Dummy _tkinter module for Carbon, which explains that Tkinter isnt supported under Carbon. 2001-03-20 23:29:41 +00:00
calldll.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
ctbmodule.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
gestaltmodule.c Added prototypes to shut gcc -Wstrict-prototypes up. 2001-09-04 22:29:31 +00:00
hfsplusmodule.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
icgluemodule.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
macconfig.c - Got rid if WITH_CYCLE_GC 2002-07-07 20:54:44 +00:00
macfsmodule.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
macmodule.c Got rid of ifdefs for long-obsolete GUSI versions. 2002-04-11 20:46:23 +00:00
macosmodule.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
macspeechmodule.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00