cpython/Mac/Lib
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
..
Carbon Regenerated from new Universal Headers. 2002-05-22 15:08:58 +00:00
lib-scriptpackages Fixed a mistake on my part when regenerating: removed a bogus import of Applscript_Suite. 2002-05-07 20:16:20 +00:00
mkcwproject In plugin projects use (by default) the new mwerks_shcarbon_pch 2002-06-26 20:36:12 +00:00
test staticforward bites the dust. 2002-07-17 16:30:39 +00:00
aepack.py Got rid of obsolete way to get at various toolbox types. 2002-03-30 23:44:58 +00:00
aetools.py Rename the routine to start the target running _start(), with a compatibility 2002-01-23 22:46:30 +00:00
aetypes.py Import the MacOS toolbox modules from the Carbon package. 2001-08-25 12:15:04 +00:00
applesingle.py Removed debug. 2002-03-29 14:28:09 +00:00
Audio_mac.py Import the MacOS toolbox modules from the Carbon package. 2001-08-25 12:15:04 +00:00
buildtools.py Open the source file in universal newline mode. 2002-06-20 20:42:07 +00:00
cfmfile.py Import the MacOS toolbox modules from the Carbon package. 2001-08-25 12:15:04 +00:00
dbmac.py
EasyDialogs.py Turns out GetArgv() options can be 4-tuples too, with the last value being the default (or something like that). Cater for this. 2002-06-26 15:14:48 +00:00
findertools.py Import the MacOS toolbox modules from the Carbon package. 2001-08-25 12:15:04 +00:00
FrameWork.py Added minimal support for floating windows. 2002-02-04 12:52:44 +00:00
ic.py Import the MacOS toolbox modules from the Carbon package. 2001-08-25 12:15:04 +00:00
icopen.py
maccache.py
macerrors.py Regenerated to include Internet Config error strings. 2002-04-22 11:45:46 +00:00
MACFS.py Fixed macroman<->latin1 conversion. Some chars don't 2001-05-17 12:45:13 +00:00
macfsn.py Don't attempt to create a dummy fsspec if the user cancelled out, just 2002-03-29 21:19:37 +00:00
macostools.py mkalias() now also works for folders. Fixes bug #515830. 2002-03-10 19:28:02 +00:00
macresource.py Re-raise the Res.Error if the file doesn't exist. 2002-03-29 21:17:57 +00:00
mactty.py
MiniAEFrame.py Import the MacOS toolbox modules from the Carbon package. 2001-08-25 12:15:04 +00:00
nsremote.py
PixMapWrapper.py Import the MacOS toolbox modules from the Carbon package. 2001-08-25 12:15:04 +00:00
preferences.py Import the MacOS toolbox modules from the Carbon package. 2001-08-25 12:15:04 +00:00
py_resource.py Import the MacOS toolbox modules from the Carbon package. 2001-08-25 12:15:04 +00:00
pythonprefs.py Added preferences/startup options for division warning 2001-09-01 22:36:29 +00:00
quietconsole.py
SoundMgr.py
videoreader.py Import the MacOS toolbox modules from the Carbon package. 2001-08-25 12:15:04 +00:00
WASTEconst.py Moved here form lib-toolbox, for lack of a better place to go. 2001-08-19 22:05:33 +00:00