summaryrefslogtreecommitdiffstats
path: root/Mac/mwerks
Commit message (Collapse)AuthorAgeFilesLines
* This file has been dead for aeons. I have no idea how it suddenlyJack Jansen2001-08-211-2/+0
| | | | surfaced again.
* Got rid of (hopefully) the last 68k Mac-related ifdefs and various other cruft.Jack Jansen2001-08-079-21/+0
|
* Removed outdated stuff.Jack Jansen2001-08-073-130/+0
|
* Bit another bullet: all toolbox modules are now in dynamically loaded ↵Jack Jansen2001-08-072-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 Jansen2001-05-224-1/+5
|
* Added a WITHOUT_FRAMEWORKS define to all the config files, so that on ↵Jack Jansen2001-05-1414-0/+14
| | | | MacOS<=9 compiles use Universal Headers, not Carbon/Carbon.h.
* Ported the icglue module to carbon.Jack Jansen2001-01-291-1/+1
|
* Got waste to work for Carbon.Jack Jansen2001-01-261-1/+1
|
* ucnhash module has gone.Jack Jansen2001-01-256-6/+0
|
* The C-prefix file for Carbon plugin projects.Jack Jansen2001-01-231-0/+19
|
* Config file for standalone carbon python.Jack Jansen2001-01-161-0/+52
|
* Config file for shared carbon Python.Jack Jansen2001-01-141-0/+52
|
* Added GUSI-Carbon targets (both threading and nonthreading), and they work!! ↵Jack Jansen2001-01-114-1/+138
| | | | YEAH!!!
* Added USE_IC and USE_PYEXPATJack Jansen2000-09-141-0/+2
|
* Added USE_UCNHASH, defined USE_GUSI if USE_GUSI{1,2} defined.Jack Jansen2000-09-081-1/+4
|
* Don't use our own malloc any more. It made test_longexp crash due to its ↵Jack Jansen2000-08-256-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 Jansen2000-08-251-0/+2
|
* Declare fileno() with prototype if USE_GUSI2 defined. This isn't really the ↵Jack Jansen2000-07-242-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 Jansen2000-07-181-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 Jansen2000-07-181-0/+3
|
* ANSIfication step 2: make sure all needed prototypes are available, and all ↵Jack Jansen2000-07-111-0/+2
| | | | | | needed header files included.
* 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), USE_TOOLBOX and USE_QT.Jack Jansen2000-06-281-3/+4
|
* Added USE_UCNHASH (experimental, I hope it can go)Jack Jansen2000-06-281-0/+1
|
* Removed assorted old ifdefs.Jack Jansen2000-06-041-2/+0
|
* Removed support for very old CodeWarrior runtimes.Jack Jansen2000-06-041-20/+0
|
* Define USE_GUSI2, not USE_GUSI1. PythonStandalone still doesn't compile due ↵Jack Jansen2000-06-041-2/+2
| | | | to tk issues, though, but it isn't important right now.
* Config file for PythonStandCarbon (small non-shared MacPython for Carbon).Jack Jansen2000-06-021-0/+40
|
* Made compatible with MSL Carbon libraries.Jack Jansen2000-06-021-4/+13
|
* USE_GUSI2 should be defined, not USE_GUSI1.Jack Jansen2000-05-091-2/+2
|
* We should define both USE_GUSI and USE_GUSI2.Jack Jansen2000-05-061-2/+5
|
* Enable multithreading.Jack Jansen2000-04-073-0/+3
|
* Started on GUSI2 and threading support.Jack Jansen2000-04-078-6/+48
|
* Renamed USE_MAC_DYNAMIC_LOADING to HAVE_DYNAMIC_LOADINGJack Jansen1999-12-291-1/+1
|
* Modified for new dll import source organisation by Greg.Jack Jansen1999-12-242-2/+2
|
* Added USE_APPEARANCE flag.Jack Jansen1999-12-093-0/+3
|
* 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 a define USE_CORE_TOOLBOX, which includes six core toolbox modulesJack Jansen1999-02-071-1/+2
| | | | into the config file.
* Projects moved to Mac:Build. The macfreeze projects still need sorting out.Jack Jansen1999-01-2939-3493/+0
|
* Added Icn module to toolboxmodulesJack Jansen1999-01-252-0/+1
|
* Set PythonCore version number to sys.hexversion, and removed versionJack Jansen1999-01-2523-0/+0
| | | | numbers in all other projects/libraries.
* CW Projects for 1.5.2b1Jack Jansen1999-01-1323-0/+0
|
* Removed USE_MALLOC_DEBUG that shoulnd't be in the production version.Jack Jansen1999-01-131-1/+1
|
* Project files converted for CW Pro 4. And the daylight savings time switch ↵Jack Jansen1998-11-0123-0/+0
| | | | seems to have "modified" the resource files (but nothing has changed there).
* Newer versions of projects.Jack Jansen1998-10-059-0/+0
|
* Don't remember...Jack Jansen1998-09-131-1/+1
|
* Split tcl/tk libs out of other libraries (don't want to build these always)Jack Jansen1998-09-081-0/+0
|
* All libraries have now been moved to their new location, with their new names.Jack Jansen1998-08-209-0/+0
| | | | | As everything is also under CVS this should greatly simplify the work to be done when a new version of one of the libraries we use is released.
* A new project that builds cwgusi, tcl, tk and all image libraries needed.Jack Jansen1998-08-201-0/+0
|
* Replaced all remaining BinHex files with their binary counterparts.Jack Jansen1998-08-204-1247/+0
|