summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* Py_GetProgramName turns out not to be obsolete (used by _tkinter).Jack Jansen1996-09-091-8/+0
|
* 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
* Documented preliminary CGI applet.Jack Jansen1996-09-091-0/+86
|
* Added ref to cgi.htmlJack Jansen1996-09-091-1/+6
|
* Example CGI appletJack Jansen1996-09-093-0/+169
|
* (preliminary) framework for scriptable applicationsJack Jansen1996-09-091-0/+166
|
* Turned off debugging outputJack Jansen1996-09-091-2/+0
|
* Added note about modified gusiJack Jansen1996-09-071-3/+11
|
* - Put all options in a structJack Jansen1996-09-075-156/+196
| | | | | | - Unified initialization code for interpreter and applet - Implemented new options to skip AE-processing for argc/argv and for disabling interactive option setting
* Got rid of toollibs, moved some libraries aroundJack Jansen1996-09-074-1321/+1276
|
* Removed faulty gusi resourceJack Jansen1996-09-071-126/+117
|
* Added handling for new options, fixed applet option settingJack Jansen1996-09-072-17/+19
|
* Allow editing selected bits of the GUSI preferences (creator, type andJack Jansen1996-09-062-69/+157
| | | | delayed-sioux-window flag).
* Removed duplicate gusi pref from bundleJack Jansen1996-09-062-259/+252
| | | | Added "Delay sioux window" to template for gusi resource
* - Rationalized override preferences support, by rememberingJack Jansen1996-09-062-30/+66
| | | | | | | application resource fork RefNum and looking there only - Added support for loading gusi prefs from Preferences file (needs modified GUSI, but Matthias promised he'd incorporate the fixes in the next release)
* macglue: added PyMac_AppRefNumJack Jansen1996-09-062-5/+17
| | | | pythonresources: elaborated comment on preferences, added new options
* Python about box implemented. Slightly convoluted, since (a) we haveJack Jansen1996-09-065-58/+463
| | | | | to override an internal sioux routine and (b) we have to override the "about sioux" menuitem after sioux has created its menus.
* Completely redone. mkestrres now parses errno.h and Errors.h filesJack Jansen1996-09-052-634/+732
| | | | | (which have the descriptions of the errors in comments) and generates errors.txt, macerrors.py and errors.rsrc
* Regenerated, now also includes errno values plus explanationsJack Jansen1996-09-051-593/+665
|
* Check that our override pythonpath is actually coming from theJack Jansen1996-09-051-8/+16
| | | | | application, not from some system extension that happens to use the same resource id.
* Removed unused varsJack Jansen1996-09-051-2/+0
|
* Symbolic names for all error codes from Errors.h and errno.hJack Jansen1996-09-051-0/+626
|
* Added a note that redirecting stdin/stdout does not work due to gusi bug.Jack Jansen1996-09-051-1/+7
|
* - Fixed PyMac_DoYield:Jack Jansen1996-09-043-14/+77
| | | | | | | | | - Update lastyield correctly - Do event handling if PyMac_YieldEnabled > 0 (previous cmd-. fix broke this) - Use our own GUSISpin routine: fixes crash when exiting with sockets open and keeps windows, etc reacting consistently when waiting for accepts(), etc.
* Merged Guido's mkaliases and Jack's MkPluginAliasesJack Jansen1996-08-281-70/+82
|
* Completely revamped: it now uses separate instruction files perJack Jansen1996-08-283-140/+158
| | | | distribution. Also, the user interface has been cleaned up a bit.
* Removed RunLibScript from buildJack Jansen1996-08-281-1/+0
|
* Removed silly dialogJack Jansen1996-08-281-3/+2
|
* 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
|
* Version uppedJack Jansen1996-08-282-8/+8
|
* Added setwatchcursor() and setarrowcursor() functionsJack Jansen1996-08-281-0/+10
|
* Updated for 1.4b3Jack Jansen1996-08-282-21/+214
|
* Added note that these instruction are for a full source distribution,Jack Jansen1996-08-281-0/+4
| | | | not a mac source distribution
* 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
|