Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. | Jack Jansen | 2000-07-14 | 1 | -1/+1 |
| | |||||
* | ANSIfication step 2: make sure all needed prototypes are available, and all ↵ | Jack Jansen | 2000-07-11 | 1 | -2/+3 |
| | | | | | | needed header files included. | ||||
* | Made argc/argv processing work again under carbon. | Jack Jansen | 2000-06-20 | 1 | -2/+2 |
| | |||||
* | Removed assorted old ifdefs. | Jack Jansen | 2000-06-04 | 1 | -17/+0 |
| | |||||
* | Fixed callback function arguments to be carbon-compatible. | Jack Jansen | 2000-06-02 | 1 | -4/+6 |
| | | | | (Temporarily?) removed call to ProcessHighLevelEvent until we find out how to do this (Carbon only). | ||||
* | - Changed GestaltEqu.h to Gestalt.h | Jack Jansen | 1997-02-24 | 1 | -1/+0 |
| | | | | | - Changed FragLoader.h to CodeFragments.h - Removed Desk.h | ||||
* | Added/updated copyright notices | Jack Jansen | 1997-01-31 | 1 | -1/+1 |
| | | | | (and the &*^$%@ resource files got binhexed again, sigh) | ||||
* | Fixed FSSpec->pathname code to add colon if the fsspec points to a disk. | Jack Jansen | 1996-11-20 | 1 | -0/+6 |
| | |||||
* | Got rid of nfullpath in favor of PyMac_GetFullPath (which was pretty | Jack Jansen | 1996-11-09 | 1 | -23/+22 |
| | | | | | | much identical anyway). Initialize PyMac_ApplicationPath and PyMac_ApplicationFSSpec to point to the current application. | ||||
* | - Put all options in a struct | Jack Jansen | 1996-09-07 | 1 | -4/+7 |
| | | | | | | - Unified initialization code for interpreter and applet - Implemented new options to skip AE-processing for argc/argv and for disabling interactive option setting | ||||
* | Removed obsolete cfm68k ifdef (Guido) | Jack Jansen | 1996-08-19 | 1 | -3/+0 |
| | |||||
* | - Reorganized init code | Jack Jansen | 1996-02-28 | 1 | -19/+0 |
| | | | | - Fixed serious bug in code to get options from a resource | ||||
* | Continue looking for "open doc" events even after "open app". This | Jack Jansen | 1995-11-10 | 1 | -0/+3 |
| | | | | allows you to debug the interpreter in non-interactive mode. | ||||
* | Export strdup (parsermodule needs it) | Jack Jansen | 1995-10-12 | 1 | -2/+4 |
| | |||||
* | Python will now attempt (again) to create at least a minimal | Jack Jansen | 1995-08-31 | 1 | -3/+3 |
| | | | | preferences file if it is missing. | ||||
* | Un-installing of AE handlers fixed (AE is very picky that you specify | Jack Jansen | 1995-07-29 | 1 | -8/+15 |
| | | | | the same UPP) | ||||
* | Initial port to CodeWarrior CFM68K support (mainly by disabling | Jack Jansen | 1995-06-27 | 1 | -1/+4 |
| | | | | unsupported features). | ||||
* | moved main() to macglue.c | Guido van Rossum | 1995-02-20 | 1 | -12/+0 |
| | |||||
* | ported back to Think C | Guido van Rossum | 1995-02-19 | 1 | -1/+8 |
| | |||||
* | get argc/argv from AppleEvents | Guido van Rossum | 1995-02-19 | 1 | -0/+325 |