Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Getting rid of support for MacOS9 and earlier. This is the first step, | Jack Jansen | 2003-11-19 | 1 | -83/+0 |
| | | | | | and the biggest in size, but probably the easiest. Hunting through the source code comes next. | ||||
* | Got rid of 68k-Mac and other outdated ifdefs. | Jack Jansen | 2001-08-07 | 1 | -4/+0 |
| | |||||
* | ANSIfication step 2: make sure all needed prototypes are available, and all ↵ | Jack Jansen | 2000-07-11 | 1 | -2/+4 |
| | | | | | | needed header files included. | ||||
* | Added initializer routine optionally to be used as PEF fragment ↵ | Jack Jansen | 2000-01-07 | 1 | -0/+34 |
| | | | | initialization routine, which allows us to get at our own resource fork even if some shared library init routine opens other resource files. | ||||
* | Put the applet code inside USE_MAC_APPLET_SUPPORT ifdefs, to make 68k ↵ | Jack Jansen | 1999-02-15 | 1 | -0/+6 |
| | | | | standalone Python compile. | ||||
* | (finally) unified the interpreter and the applet as Just suggested ages ago. The | Jack Jansen | 1999-02-15 | 1 | -3/+12 |
| | | | | resulting program is called PythonInterpreter. | ||||
* | Added/updated copyright notices | Jack Jansen | 1997-01-31 | 1 | -1/+1 |
| | | | | (and the &*^$%@ resource files got binhexed again, sigh) | ||||
* | Removed debug printf | Jack Jansen | 1996-08-19 | 1 | -3/+1 |
| | |||||
* | - Reorganized init code | Jack Jansen | 1996-02-28 | 1 | -3/+0 |
| | | | | - Fixed serious bug in code to get options from a resource | ||||
* | Modified for GUSI | Jack Jansen | 1996-02-14 | 1 | -2/+2 |
| | |||||
* | Initialize GUSI for MacTkPython | Jack Jansen | 1995-11-14 | 1 | -0/+3 |
| | |||||
* | Initial port to CodeWarrior CFM68K support (mainly by disabling | Jack Jansen | 1995-06-27 | 1 | -1/+4 |
| | | | | unsupported features). | ||||
* | MAde a few things more orthogonal and did some cleanups: | Jack Jansen | 1995-02-24 | 1 | -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. |