summaryrefslogtreecommitdiffstats
path: root/Mac/mwerks
Commit message (Collapse)AuthorAgeFilesLines
* Current ("1.5b4") projects, with new UH toolbox modules and suchJack Jansen1998-02-2022-9902/+10442
|
* USE_PRECOMPILED_HEADERS renamed to MSL_USE_PRECOMPILED_HEADERSJack Jansen1998-02-201-1/+1
|
* Projects for 1.5b3Jack Jansen1998-01-0612-3538/+3767
|
* Projects used for 1.5a4Jack Jansen1997-10-1011-2394/+2442
|
* Added balloon help for options dialog.Jack Jansen1997-09-0912-3035/+3315
| | | | | | Added Help module. Checked in PythonCore.prj.hqx (which had somehow slipped through until now)
* PythonCore is now a fat shared library, the plugin modules aren't fat,Jack Jansen1997-08-1921-4829/+4847
| | | | | | | | unfortunately, this turned out to be too difficult. Plugins.prj now builds all plugin modules, and all the interdependencies between the projects are correct. One exception: plugins don't attempt to build PythonCore (PythonFAT and PythonApplet do).
* Don't define ENOENT when compiling with MSLJack Jansen1997-08-081-2/+0
|
* CW11 projects replaced by CW Pro 1 projects, and all cfm68k/ppcJack Jansen1997-08-0875-16936/+9494
| | | | projects unified (as much as possible: PythonCore is still separate).
* Final set of CW11 projects, before switch to CW Pro 1.Jack Jansen1997-07-2835-9518/+9931
|
* Added USE_ZLIB to nonshared config filesJack Jansen1997-06-033-0/+3
|
* Documented (slightly) the USE_CACHE_ALIGNED define, for the standaloneJack Jansen1997-05-292-2/+13
| | | | distribution
* Projects for 1.5a2 distritbuionJack Jansen1997-05-2928-3179/+3249
|
* Removed references to StdClib and PLStringFuncs, rebuilt everythingJack Jansen1997-05-2330-12711/+12686
|
* Export a few more New/Convert routines, on Just's requestJack Jansen1997-05-132-0/+14
|
* Updated for (optional) use of MSL librariesJack Jansen1997-05-074-1/+22
|
* Updated to use MSL librariesJack Jansen1997-05-0735-13881/+13759
|
* (Optional) MSL compatabilityJack Jansen1997-04-081-0/+4
|
* DisposPtr -> DisposePtrJack Jansen1997-04-081-1/+1
|
* Converted to CW11.Jack Jansen1997-02-2433-12036/+12178
|
* Make cache-alignment work always (in stead of 50% of the time:-)Jack Jansen1997-02-241-1/+1
|
* Rebuilt everything with Guido's new sources, added a few modules hereJack Jansen1997-02-2028-9902/+10328
| | | | and there, etc. These projects are still CW10.
* - Put USE_MAC_DYNAMIC_LOADING beack here in stead of auto-enabling itJack Jansen1997-02-203-0/+13
| | | | | | 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.
* Initial stab at calling C routines from python dynamicallyJack Jansen1997-02-172-0/+214
|
* The USE_CACHE_ALIGNING define now has a value: the number of *words*Jack Jansen1997-02-031-4/+11
| | | | in a cacheline.
* Optionally (on USE_CACHE_ALIGN) extend overhead structure to alignJack Jansen1997-02-011-0/+7
| | | | returned addresses on 16-byte cacheline boundary.
* Added/updated copyright noticesJack Jansen1997-01-313-3/+62
| | | | (and the &*^$%@ resource files got binhexed again, sigh)
* Image libraries moved and small thingsJack Jansen1997-01-3127-9945/+10039
|
* Added PyMac_Initialize() routine, to be used by embedding programs (inJack Jansen1997-01-153-508/+502
| | | | stead of standard Py_Initialize(), which it calls).
* - Added optional profiling supportJack Jansen1997-01-0730-5795/+6237
| | | | | - Added Internet Config interface - Use different ports of zlib and libpng
* Added gdbmJack Jansen1996-12-231-0/+1
|
* Added gdbm plugins, changed jpeg library to v6, various minor changesJack Jansen1996-12-2333-11647/+12012
|
* Changed project segment structure to (more-or-less) match directoryJack Jansen1996-11-0929-11901/+11846
| | | | structure.
* Removed old project file, als restructured projects directory toJack Jansen1996-11-091-117/+0
| | | | reflect build directory structure (the latter done by hand)
* Added USE_MALLOC_DEBUG (disabled)Jack Jansen1996-10-233-0/+3
|
* Project files for 1.4 releaseJack Jansen1996-10-2327-9214/+8485
|
* Malloc debugging now flagged with USE_MALLOC_DEBUGJack Jansen1996-10-231-1/+3
|
* Ported to CW10Jack Jansen1996-10-1625-8589/+8646
|
* Added VCHECK compile time option that fills allocated and freed blocksJack Jansen1996-09-301-0/+7
| | | | with garbage.
* PPC companion to Python68KSmall.Jack Jansen1996-09-091-0/+1233
|
* It turns out that Py_GetProgramName is used after all...Jack Jansen1996-09-094-1197/+1197
|
* Fixed to use appletbundle in stead of bundle resource fileJack Jansen1996-09-091-138/+133
|
* Code to add shlib resource fork was not enabled, also made projectJack Jansen1996-09-091-206/+201
| | | | layout more similar to ppc project layout
* Got rid of toollibs, moved some libraries aroundJack Jansen1996-09-074-1321/+1276
|
* Projects for 1.4b3 distribution: debugging off, optimizations on, etc.Jack Jansen1996-08-2825-8710/+8778
|
* "Small" 68K interpreter, without waste, img and tkinterJack Jansen1996-08-282-0/+1199
|
* - MWRuntimeStatic{arch} are static versions of MW shared runtimeJack Jansen1996-08-2330-7024/+9682
| | | | | | | | | libraries - Except for the above the whole library architecture conforms to MW documentation. - PythonCorePPC also uses .exp file now - Static pythons have full complement of modules - cfm versions of all possible plugins created (not tested)
* Turn on USE_TK and MAC_TCL by defaultJack Jansen1996-08-231-2/+2
|
* Rationalized header files:Jack Jansen1996-08-204-21/+52
| | | | | | | | | | - 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.
* - Gave PPC shared libraries (and projects) .ppc in their nameJack Jansen1996-08-2031-4304/+8544
| | | | | | - Created CFM68K projects (not all tested yet!!) - Moved quicktime to its own module - Modified the README file to (approximately) resemble reality
* Fixes by Guido: HAVE_CONFIG_H, USE_STACKCHECK andJack Jansen1996-08-193-16/+7
| | | | | USE_MAC_DYNAMIC_LOADING are no longer needed. Also, WASTE and IMG removed in some places.