summaryrefslogtreecommitdiffstats
path: root/Mac/Python/macmain.c
Commit message (Collapse)AuthorAgeFilesLines
* - Allow setting of argc/argv in <option>-start dialogJack Jansen1996-03-121-5/+27
| | | | - Set "ok" to be default button
* 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
| | | | after each chdir call.
* - Reorganized init codeJack Jansen1996-02-281-18/+52
| | | | - Fixed serious bug in code to get options from a resource
* Store default startup options in preference file orJack Jansen1996-02-211-4/+21
| | | | app.
* 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
| | | | Moved whole exit-handling of console window here (from pythonrun.c)
* 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
| | | | | anymore) and is the new main program for MacPython. Built from bits and pieces of config.c, macglue.c and pythonmain.c.
* 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