summaryrefslogtreecommitdiffstats
path: root/Mac/mwerks/mwerks_carbon_config.h
Commit message (Collapse)AuthorAgeFilesLines
* Don't use our own malloc any more. It made test_longexp crash due to its ↵Jack Jansen2000-08-251-2/+6
| | | | optimization to lock blocks into a specific size malloc requests. This loses 15% performance, but that we'll have to live with:-(
* MacPython on MacOSX DP4 gets started in the wrong directory. The workaround ↵Jack Jansen2000-07-181-0/+1
| | | | (ifdeffed by USE_ARGV0_CHDIR) is to do a chdir() to the folder part of our executable name.
* Added USE_UCNHASH (experimental, I hope it can go), USE_TOOLBOX and USE_QT.Jack Jansen2000-06-281-3/+4
|
* Config file for PythonStandCarbon (small non-shared MacPython for Carbon).Jack Jansen2000-06-021-0/+40