summaryrefslogtreecommitdiffstats
path: root/Mac/mwerks/mwerks_small_config.h
Commit message (Collapse)AuthorAgeFilesLines
* - Got rid of non-carbon stuffJack Jansen2002-06-231-44/+0
| | | | | - Use precompiled headers - Rationalized naming scheme
* Got rid of obsolete defines.Jack Jansen2002-04-111-3/+0
|
* Define NDEBUG if Py_DEBUG isn't defined.Jack Jansen2001-12-051-0/+3
|
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-301-0/+1
| | | | changes from start of branch upto r22b2 were already merged, of course).
* Got rid of (hopefully) the last 68k Mac-related ifdefs and various other cruft.Jack Jansen2001-08-071-2/+0
|
* Added a WITHOUT_FRAMEWORKS define to all the config files, so that on ↵Jack Jansen2001-05-141-0/+1
| | | | MacOS<=9 compiles use Universal Headers, not Carbon/Carbon.h.
* ucnhash module has gone.Jack Jansen2001-01-251-1/+0
|
* Don't use our own malloc any more. It made test_longexp crash due to its ↵Jack Jansen2000-08-251-1/+6
| | | | optimization to lock blocks into a specific size malloc requests. This loses 15% performance, but that we'll have to live with:-(
* Added a declaration of fileno() if we use GUSI. Not sure whether it should ↵Jack Jansen2000-07-111-0/+5
| | | | go here or in pyport.h really...
* Added USE_UCNHASH (experimental, I hope it can go)Jack Jansen2000-06-281-0/+1
|
* Started on GUSI2 and threading support.Jack Jansen2000-04-071-2/+3
|
* Modified for new dll import source organisation by Greg.Jack Jansen1999-12-241-1/+1
|
* First bits and pieces of appearance support: an init routine, a global flag ↵Jack Jansen1999-12-071-0/+1
| | | | | | PyMac_AppearanceCompliant (exported thru MacOS). If USE_APPEARANCE is off the code is disabled (but the variables are still there, set to 0).
* Added USE_ZLIB to nonshared config filesJack Jansen1997-06-031-0/+1
|
* Updated for (optional) use of MSL librariesJack Jansen1997-05-071-1/+6
|
* - Put USE_MAC_DYNAMIC_LOADING beack here in stead of auto-enabling itJack Jansen1997-02-201-0/+5
| | | | | | in importdl.c (I had just one crash too many with a static python importing a dynamic module) - On powerpc, enable USE_CACHE_ALIGNED with a linesize of 32 bytes.
* Added USE_MALLOC_DEBUG (disabled)Jack Jansen1996-10-231-0/+1
|
* "Small" 68K interpreter, without waste, img and tkinterJack Jansen1996-08-281-0/+20