summaryrefslogtreecommitdiffstats
path: root/Mac/Python/macmain.c
Commit message (Collapse)AuthorAgeFilesLines
* Various changes wrt shared-library python:Jack Jansen1995-02-131-7/+39
| | | | | | - Moved fileargument to config.c - Added PyMac_AddLibResources() call in case of shlib python - Build argc/argv differently in case of applet template
* Added stuff so CodeWarrior isn't so verbose about its stdio windowsJack Jansen1995-02-021-0/+9
|
* added printf -- hack for Think C to init stdwin and stdioGuido van Rossum1995-01-221-0/+16
|
* must include rename2.hGuido van Rossum1995-01-171-0/+2
|
* 1995 copyrightGuido van Rossum1995-01-081-2/+2
|
* Enlarged version buffer (nobody expects the spanish inquisition:-)Jack Jansen1994-12-141-1/+5
| | | | Support for new sys.path code in config.c
* Intermediate version of changes after porting to MPW 3.2Guido van Rossum1994-08-261-3/+0
|
* Added macmain.c (separate Mac specific main prog); bump version to 1.1Guido van Rossum1994-08-231-0/+83