summaryrefslogtreecommitdiffstats
path: root/Mac/mwerks/mwerks_threadsmall_config.h
Commit message (Collapse)AuthorAgeFilesLines
* Getting rid of support for MacOS9 and earlier. This is the first step,Jack Jansen2003-11-191-39/+0
| | | | | and the biggest in size, but probably the easiest. Hunting through the source code comes next.
* Got rid of obsolete defines.Jack Jansen2002-04-111-4/+1
|
* Define NDEBUG if Py_DEBUG isn't defined.Jack Jansen2001-12-051-0/+3
|
* 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.
* 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:-(
* Started on GUSI2 and threading support.Jack Jansen2000-04-071-0/+35