Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Got rid of non-carbon stuff | Jack Jansen | 2002-06-23 | 1 | -47/+0 |
| | | | | | - Use precompiled headers - Rationalized naming scheme | ||||
* | Got rid of obsolete defines. | Jack Jansen | 2002-04-11 | 1 | -3/+0 |
| | |||||
* | Define NDEBUG if Py_DEBUG isn't defined. | Jack Jansen | 2001-12-05 | 1 | -0/+3 |
| | |||||
* | Got rid of (hopefully) the last 68k Mac-related ifdefs and various other cruft. | Jack Jansen | 2001-08-07 | 1 | -2/+0 |
| | |||||
* | Bit another bullet: all toolbox modules are now in dynamically loaded ↵ | Jack Jansen | 2001-08-07 | 1 | -1/+1 |
| | | | | modules. Everything still seems to work, but the ConfigurePythonXXX on initial install may still need work. | ||||
* | Added WITHOUT_FRAMEWORKS and USE_TOOLBOX_OBJECT_GLUE defines. | Jack Jansen | 2001-05-22 | 1 | -0/+1 |
| | |||||
* | Added a WITHOUT_FRAMEWORKS define to all the config files, so that on ↵ | Jack Jansen | 2001-05-14 | 1 | -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 Jansen | 2000-08-25 | 1 | -1/+6 |
| | | | | optimization to lock blocks into a specific size malloc requests. This loses 15% performance, but that we'll have to live with:-( | ||||
* | Declare fileno() with prototype if USE_GUSI2 defined. This isn't really the ↵ | Jack Jansen | 2000-07-24 | 1 | -0/+5 |
| | | | | right place, but it will have to do for now. | ||||
* | Enable multithreading. | Jack Jansen | 2000-04-07 | 1 | -0/+1 |
| | |||||
* | Started on GUSI2 and threading support. | Jack Jansen | 2000-04-07 | 1 | -1/+2 |
| | |||||
* | Modified for new dll import source organisation by Greg. | Jack Jansen | 1999-12-24 | 1 | -1/+1 |
| | |||||
* | Added USE_APPEARANCE flag. | Jack Jansen | 1999-12-09 | 1 | -0/+1 |
| | |||||
* | Added a define USE_CORE_TOOLBOX, which includes six core toolbox modules | Jack Jansen | 1999-02-07 | 1 | -1/+2 |
| | | | | into the config file. | ||||
* | Added USE_ZLIB to nonshared config files | Jack Jansen | 1997-06-03 | 1 | -0/+1 |
| | |||||
* | Updated for (optional) use of MSL libraries | Jack Jansen | 1997-05-07 | 1 | -0/+6 |
| | |||||
* | - Put USE_MAC_DYNAMIC_LOADING beack here in stead of auto-enabling it | Jack Jansen | 1997-02-20 | 1 | -0/+4 |
| | | | | | | 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 Jansen | 1996-10-23 | 1 | -0/+1 |
| | |||||
* | Rationalized header files: | Jack Jansen | 1996-08-20 | 1 | -5/+20 |
| | | | | | | | | | | - mwerks_nonshared_config.h for standalone pythons - mwerks_shared_config.h for shared pythons (PythonCore, app and applet) - mwerks_plugin_config.h for plugins Only the _tkinter plugin uses a customized header. Old config files have gone to the "old" directory, for the time being. | ||||
* | Fixes by Guido: HAVE_CONFIG_H, USE_STACKCHECK and | Jack Jansen | 1996-08-19 | 1 | -3/+0 |
| | | | | | USE_MAC_DYNAMIC_LOADING are no longer needed. Also, WASTE and IMG removed in some places. | ||||
* | Added USE_STACKCHECK define | Jack Jansen | 1996-07-22 | 1 | -0/+2 |
| | |||||
* | Split shared-library support and dynamic-loading support (they were | Jack Jansen | 1995-06-14 | 1 | -1/+4 |
| | | | | | | | | both enabled with USE_SHARED_LIBRARY, now there's also USE_MAC_DYNAMIC_LOADING). Added a few other USE_ defines for optional modules to nonshared config (they're not included in the base shared library) | ||||
* | Rationalized mwerks config files: they only differ depending on | Jack Jansen | 1995-02-24 | 1 | -0/+4 |
whether there is shared library support. Libraries, applets and applications are distinguished by the sources they include. |