summaryrefslogtreecommitdiffstats
path: root/Mac/Python/macmain.c
Commit message (Expand)AuthorAgeFilesLines
* Old names changed to Py_GetCopyright, etc.Jack Jansen1996-07-101-3/+3
* Replaced non-ascii chars by backslash escapesJack Jansen1996-03-251-1/+1
* Somehow the <<terminated>> got mangled. Fixed.Jack Jansen1996-03-201-1/+1
* - Allow setting of argc/argv in <option>-start dialogJack Jansen1996-03-121-5/+27
* Added missing include of Fonts.hJack Jansen1996-03-071-0/+1
* Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd()Jack Jansen1996-03-061-0/+4
* - Reorganized init codeJack Jansen1996-02-281-18/+52
* Store default startup options in preference file orJack Jansen1996-02-211-4/+21
* For MW Python, update titlebar of window when python exits.Jack Jansen1995-11-101-5/+9
* Added options for keeping window open on normal/error terminationJack Jansen1995-10-271-10/+45
* Added prototypes.Jack Jansen1995-10-231-2/+2
* removed unused variablesJack Jansen1995-08-311-2/+0
* This is completely different from the old mainmain (which wasn't usedJack Jansen1995-08-141-88/+252
* Various changes wrt shared-library python:Jack Jansen1995-02-131-7/+39
* 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
* 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