summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* Fixed names of vairous plugins to build, added a couple and addedJack Jansen1996-08-231-9/+26
| | | | | possibility to create standalone pythons and fat pythons (the latter not functional yet).
* - 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
|
* Always call __initialize(), also on PPCJack Jansen1996-08-231-23/+14
|
* - Added cfm68k instructionsJack Jansen1996-08-231-15/+67
| | | | | - Changed names of various things - Explain how to recreate .exp files.
* Adapted for cfm68k, new names and split off of qt.Jack Jansen1996-08-202-67/+92
|
* 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
* Added void before mainJack Jansen1996-08-201-0/+1
|
* - Renamed USE_BGEN to USE_TOOLBOXJack Jansen1996-08-201-6/+10
| | | | | - Moved Qt and Cm out of toolbox into private library (so people without QuickTime can install PPC Python)
* Re-binhexedJack Jansen1996-08-202-518/+518
|
* Fixed command-. handlingJack Jansen1996-08-191-2/+15
| | | | Added hacks for GetEventQueue (so you don't have to edit Events.h)
* Fixed to work for ppc and cfm68kJack Jansen1996-08-191-0/+4
|
* Guido:Jack Jansen1996-08-191-1/+10
| | | | | - define USE_CHECKSTACK - Comment on defines used
* Removed debug printfJack Jansen1996-08-191-3/+1
|
* Removed obsolete cfm68k ifdef (Guido)Jack Jansen1996-08-191-3/+0
|
* Include config.hJack Jansen1996-08-191-0/+2
|
* Guido:Jack Jansen1996-08-191-14/+5
| | | | | - new SpinCursor (replacing Jack's almost-identical one) - use GetEventQueue in stead of GetEvQHdr
* Guido: added some void's to declarationsJack Jansen1996-08-191-1/+5
|
* Guido: changed __sinit to __initialize for CFM68K.Jack Jansen1996-08-191-2/+2
|
* 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.
* No USE_MACSPEECH for CFM68K (the interface library appears to be missing)Jack Jansen1996-08-191-0/+2
|
* Dummy SpinCursor() if __CFM68K__ is definedJack Jansen1996-08-191-0/+10
|
* Removed {Set,Get}SoundVol (old calls not supported by cfm68k)Jack Jansen1996-08-192-34/+4
|
* Fixed viewrect/destrect calculationJack Jansen1996-08-191-2/+8
|
* Changed to use 8-byte doubles. Also re-enabled optimizations, 68020Jack Jansen1996-08-071-1342/+1330
| | | | codegen.
* Moved build.html to building.htmlJack Jansen1996-08-071-1/+1
|
* Changed instructions for new releases of cwgusi, waste and tcl/tk,Jack Jansen1996-08-061-209/+274
| | | | moved some urls around, reformatted.
* New releases of CWGUSI, Waste and Tcl/Tk.Jack Jansen1996-08-0612-4894/+4899
|
* Updated for new tcl/tk releaseJack Jansen1996-08-061-3048/+3093
|
* GUSI mkdir() lost its dummy second argJack Jansen1996-08-061-0/+4
|
* New waste releaseJack Jansen1996-08-061-1/+2
|
* Upgraded to Waste 1.2fJack Jansen1996-08-063-98/+114
|
* rebinhexedJack Jansen1996-08-053-68/+69
|
* Build instructions for source distribution that were somehow neverJack Jansen1996-08-051-0/+351
| | | | | checked in. Modified: removed stdwin references, added note on tcl memory allocation.
* Removed references to mactcp, macdnr and stdwin modulesJack Jansen1996-08-029-322/+240
| | | | Rebinhexed resource files
* 1.4b2 projectsJack Jansen1996-08-0212-5213/+5274
|
* Upped version number, rebinhexed everythingJack Jansen1996-08-027-4284/+4304
|
* Guido's 1.4b2 fixes: Py_GetProgramName, Py_GetPrefix and Py_GetExecPrefix.Jack Jansen1996-08-021-6/+20
|
* RegeneratedJack Jansen1996-08-0210-30/+0
|
* Regenerated from CW9 includes (only QuickDraw really got a few new values)Jack Jansen1996-08-0216-17/+22
|
* PyMac_BuildNumVersion addedJack Jansen1996-08-021-0/+2
|
* CW9Jack Jansen1996-08-0118-5269/+6127
|
* Removed debug outputJack Jansen1996-08-011-2/+0
|
* Removed unused varJack Jansen1996-08-012-5/+0
|
* NumVersion stuff has changedJack Jansen1996-08-012-47/+8
|
* - Minimum stacksize is now 8K for PPC, 4K for 68KJack Jansen1996-08-011-7/+20
| | | | - Added PyMac_BuildNumVersion
* Allow only one selection (this tests settability of selFlags)Jack Jansen1996-07-261-0/+2
|
* RegeneratedJack Jansen1996-07-261-1/+1
|
* Added access to selFlags and listFlags members (both read and write)Jack Jansen1996-07-262-4/+68
|