summaryrefslogtreecommitdiffstats
path: root/Mac/Python/macgetcompiler.c
Commit message (Collapse)AuthorAgeFilesLines
* Getting rid of support for MacOS9 and earlier. This is the first step,Jack Jansen2003-11-191-61/+0
| | | | | and the biggest in size, but probably the easiest. Hunting through the source code comes next.
* Getting rid of pre-Carbon (MacOS8) support. All code depending onJack Jansen2002-12-121-7/+1
| | | | | | TARGET_API_MAC_OS8 (or !TARGET_API_MAC_CARBON) is gone. Also some TARGET_API_MAC_OSX conditional code is gone, because it is no longer used on OSX-only Python (only in MacPython-OS9).
* - Got rid if WITH_CYCLE_GCJack Jansen2002-07-071-12/+6
| | | | | - Cleaned up Python banner string, so the normal build for MacPython 2.3 will have a short banner.
* Got rid of ifdefs for long-obsolete GUSI versions.Jack Jansen2002-04-111-4/+0
|
* Bit the bullet and enabled garbage collection (finally).Jack Jansen2001-08-071-1/+7
| | | | Also updated pyconfig.h to the current state of pyconfig.h.in.
* config.h renamed to pyconfig.hJack Jansen2001-07-271-1/+1
|
* Made version string shorter for Carbon so it fits on one line.Jack Jansen2001-02-171-13/+5
|
* Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.Jack Jansen2000-07-141-1/+1
|
* Got rid of __SC__ ifdefs.Jack Jansen2000-07-111-4/+0
|
* ANSIfication step 2: make sure all needed prototypes are available, and all ↵Jack Jansen2000-07-111-2/+3
| | | | | | needed header files included.
* Removed THINK_C support.Jack Jansen2000-06-041-7/+9
| | | | Added a CARBON indicator to the version string.
* Got rid of w/MSL in the version string.Jack Jansen2000-05-051-9/+3
|
* Started on GUSI2 and threading support.Jack Jansen2000-04-071-5/+17
|
* Changed the few old routine names still used to the new onesJack Jansen1997-04-081-3/+8
| | | | Started working on MSL support
* Added/updated copyright noticesJack Jansen1997-01-311-0/+31
| | | | (and the &*^$%@ resource files got binhexed again, sigh)
* Include config.hJack Jansen1996-08-191-0/+2
|
* Old names changed to Py_GetCopyright, etc.Jack Jansen1996-07-101-1/+1
|
* Modified for GUSIJack Jansen1996-02-141-3/+8
|
* Merged Jack's macgetcompiler.c and Guido's maccompiler.c and named theJack Jansen1995-08-141-0/+4
| | | | result macgetcompiler.c (after all, *I* did the merging:-)
* Initial revisionGuido van Rossum1995-08-081-0/+27