summaryrefslogtreecommitdiffstats
path: root/Mac/Python/macapplication.c
Commit message (Collapse)AuthorAgeFilesLines
* Put the applet code inside USE_MAC_APPLET_SUPPORT ifdefs, to make 68k ↵Jack Jansen1999-02-151-0/+6
| | | | standalone Python compile.
* (finally) unified the interpreter and the applet as Just suggested ages ago. TheJack Jansen1999-02-151-3/+12
| | | | resulting program is called PythonInterpreter.
* Added/updated copyright noticesJack Jansen1997-01-311-1/+1
| | | | (and the &*^$%@ resource files got binhexed again, sigh)
* Removed debug printfJack Jansen1996-08-191-3/+1
|
* - Reorganized init codeJack Jansen1996-02-281-3/+0
| | | | - Fixed serious bug in code to get options from a resource
* Modified for GUSIJack Jansen1996-02-141-2/+2
|
* Initialize GUSI for MacTkPythonJack Jansen1995-11-141-0/+3
|
* Initial port to CodeWarrior CFM68K support (mainly by disablingJack Jansen1995-06-271-1/+4
| | | | unsupported features).
* MAde a few things more orthogonal and did some cleanups:Jack Jansen1995-02-241-0/+35
- Applications now have their (minimal) main prrogram in macapplication.c and the rest of the init code in macglue.c. - A new define, USE_MAC_APPLET_SUPPORT, independent of USE_MAC_SHARED_LIB - chdir to script directory now done in PyMac_InitApplication.