Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Got rid of obsolete defines. | Jack Jansen | 2002-04-11 | 11 | -37/+3 |
| | |||||
* | These are long obsolete. Get rid of them. | Jack Jansen | 2002-04-11 | 5 | -38/+0 |
| | |||||
* | Define NDEBUG if Py_DEBUG isn't defined. | Jack Jansen | 2001-12-05 | 11 | -0/+33 |
| | |||||
* | Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the | Jack Jansen | 2001-11-30 | 2 | -0/+2 |
| | | | | changes from start of branch upto r22b2 were already merged, of course). | ||||
* | This file has been dead for aeons. I have no idea how it suddenly | Jack Jansen | 2001-08-21 | 1 | -2/+0 |
| | | | | surfaced again. | ||||
* | Got rid of (hopefully) the last 68k Mac-related ifdefs and various other cruft. | Jack Jansen | 2001-08-07 | 9 | -21/+0 |
| | |||||
* | Removed outdated stuff. | Jack Jansen | 2001-08-07 | 3 | -130/+0 |
| | |||||
* | Bit another bullet: all toolbox modules are now in dynamically loaded ↵ | Jack Jansen | 2001-08-07 | 2 | -2/+2 |
| | | | | 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 | 4 | -1/+5 |
| | |||||
* | Added a WITHOUT_FRAMEWORKS define to all the config files, so that on ↵ | Jack Jansen | 2001-05-14 | 14 | -0/+14 |
| | | | | MacOS<=9 compiles use Universal Headers, not Carbon/Carbon.h. | ||||
* | Ported the icglue module to carbon. | Jack Jansen | 2001-01-29 | 1 | -1/+1 |
| | |||||
* | Got waste to work for Carbon. | Jack Jansen | 2001-01-26 | 1 | -1/+1 |
| | |||||
* | ucnhash module has gone. | Jack Jansen | 2001-01-25 | 6 | -6/+0 |
| | |||||
* | The C-prefix file for Carbon plugin projects. | Jack Jansen | 2001-01-23 | 1 | -0/+19 |
| | |||||
* | Config file for standalone carbon python. | Jack Jansen | 2001-01-16 | 1 | -0/+52 |
| | |||||
* | Config file for shared carbon Python. | Jack Jansen | 2001-01-14 | 1 | -0/+52 |
| | |||||
* | Added GUSI-Carbon targets (both threading and nonthreading), and they work!! ↵ | Jack Jansen | 2001-01-11 | 4 | -1/+138 |
| | | | | YEAH!!! | ||||
* | Added USE_IC and USE_PYEXPAT | Jack Jansen | 2000-09-14 | 1 | -0/+2 |
| | |||||
* | Added USE_UCNHASH, defined USE_GUSI if USE_GUSI{1,2} defined. | Jack Jansen | 2000-09-08 | 1 | -1/+4 |
| | |||||
* | Don't use our own malloc any more. It made test_longexp crash due to its ↵ | Jack Jansen | 2000-08-25 | 6 | -7/+36 |
| | | | | optimization to lock blocks into a specific size malloc requests. This loses 15% performance, but that we'll have to live with:-( | ||||
* | Don't redefine ERSCH, EINTR and ENODEV if we're using GUSI2. | Jack Jansen | 2000-08-25 | 1 | -0/+2 |
| | |||||
* | Declare fileno() with prototype if USE_GUSI2 defined. This isn't really the ↵ | Jack Jansen | 2000-07-24 | 2 | -0/+10 |
| | | | | right place, but it will have to do for now. | ||||
* | MacPython on MacOSX DP4 gets started in the wrong directory. The workaround ↵ | Jack Jansen | 2000-07-18 | 1 | -0/+1 |
| | | | | (ifdeffed by USE_ARGV0_CHDIR) is to do a chdir() to the folder part of our executable name. | ||||
* | Define USE_GUSI if USE_GUSI1 or USE_GUSI2 is defined. | Jack Jansen | 2000-07-18 | 1 | -0/+3 |
| | |||||
* | ANSIfication step 2: make sure all needed prototypes are available, and all ↵ | Jack Jansen | 2000-07-11 | 1 | -0/+2 |
| | | | | | | needed header files included. | ||||
* | Added a declaration of fileno() if we use GUSI. Not sure whether it should ↵ | Jack Jansen | 2000-07-11 | 1 | -0/+5 |
| | | | | go here or in pyport.h really... | ||||
* | Added USE_UCNHASH (experimental, I hope it can go), USE_TOOLBOX and USE_QT. | Jack Jansen | 2000-06-28 | 1 | -3/+4 |
| | |||||
* | Added USE_UCNHASH (experimental, I hope it can go) | Jack Jansen | 2000-06-28 | 1 | -0/+1 |
| | |||||
* | Removed assorted old ifdefs. | Jack Jansen | 2000-06-04 | 1 | -2/+0 |
| | |||||
* | Removed support for very old CodeWarrior runtimes. | Jack Jansen | 2000-06-04 | 1 | -20/+0 |
| | |||||
* | Define USE_GUSI2, not USE_GUSI1. PythonStandalone still doesn't compile due ↵ | Jack Jansen | 2000-06-04 | 1 | -2/+2 |
| | | | | to tk issues, though, but it isn't important right now. | ||||
* | Config file for PythonStandCarbon (small non-shared MacPython for Carbon). | Jack Jansen | 2000-06-02 | 1 | -0/+40 |
| | |||||
* | Made compatible with MSL Carbon libraries. | Jack Jansen | 2000-06-02 | 1 | -4/+13 |
| | |||||
* | USE_GUSI2 should be defined, not USE_GUSI1. | Jack Jansen | 2000-05-09 | 1 | -2/+2 |
| | |||||
* | We should define both USE_GUSI and USE_GUSI2. | Jack Jansen | 2000-05-06 | 1 | -2/+5 |
| | |||||
* | Enable multithreading. | Jack Jansen | 2000-04-07 | 3 | -0/+3 |
| | |||||
* | Started on GUSI2 and threading support. | Jack Jansen | 2000-04-07 | 8 | -6/+48 |
| | |||||
* | Renamed USE_MAC_DYNAMIC_LOADING to HAVE_DYNAMIC_LOADING | Jack Jansen | 1999-12-29 | 1 | -1/+1 |
| | |||||
* | Modified for new dll import source organisation by Greg. | Jack Jansen | 1999-12-24 | 2 | -2/+2 |
| | |||||
* | Added USE_APPEARANCE flag. | Jack Jansen | 1999-12-09 | 3 | -0/+3 |
| | |||||
* | First bits and pieces of appearance support: an init routine, a global flag ↵ | Jack Jansen | 1999-12-07 | 1 | -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 a define USE_CORE_TOOLBOX, which includes six core toolbox modules | Jack Jansen | 1999-02-07 | 1 | -1/+2 |
| | | | | into the config file. | ||||
* | Projects moved to Mac:Build. The macfreeze projects still need sorting out. | Jack Jansen | 1999-01-29 | 39 | -3493/+0 |
| | |||||
* | Added Icn module to toolboxmodules | Jack Jansen | 1999-01-25 | 2 | -0/+1 |
| | |||||
* | Set PythonCore version number to sys.hexversion, and removed version | Jack Jansen | 1999-01-25 | 23 | -0/+0 |
| | | | | numbers in all other projects/libraries. | ||||
* | CW Projects for 1.5.2b1 | Jack Jansen | 1999-01-13 | 23 | -0/+0 |
| | |||||
* | Removed USE_MALLOC_DEBUG that shoulnd't be in the production version. | Jack Jansen | 1999-01-13 | 1 | -1/+1 |
| | |||||
* | Project files converted for CW Pro 4. And the daylight savings time switch ↵ | Jack Jansen | 1998-11-01 | 23 | -0/+0 |
| | | | | seems to have "modified" the resource files (but nothing has changed there). | ||||
* | Newer versions of projects. | Jack Jansen | 1998-10-05 | 9 | -0/+0 |
| | |||||
* | Don't remember... | Jack Jansen | 1998-09-13 | 1 | -1/+1 |
| |