summaryrefslogtreecommitdiffstats
path: root/Mac/Python/macgetargv.c
Commit message (Collapse)AuthorAgeFilesLines
* Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.Jack Jansen2000-07-141-1/+1
|
* ANSIfication step 2: make sure all needed prototypes are available, and all ↵Jack Jansen2000-07-111-2/+3
| | | | | | needed header files included.
* Made argc/argv processing work again under carbon.Jack Jansen2000-06-201-2/+2
|
* Removed assorted old ifdefs.Jack Jansen2000-06-041-17/+0
|
* Fixed callback function arguments to be carbon-compatible.Jack Jansen2000-06-021-4/+6
| | | | (Temporarily?) removed call to ProcessHighLevelEvent until we find out how to do this (Carbon only).
* - Changed GestaltEqu.h to Gestalt.hJack Jansen1997-02-241-1/+0
| | | | | - Changed FragLoader.h to CodeFragments.h - Removed Desk.h
* Added/updated copyright noticesJack Jansen1997-01-311-1/+1
| | | | (and the &*^$%@ resource files got binhexed again, sigh)
* Fixed FSSpec->pathname code to add colon if the fsspec points to a disk.Jack Jansen1996-11-201-0/+6
|
* Got rid of nfullpath in favor of PyMac_GetFullPath (which was prettyJack Jansen1996-11-091-23/+22
| | | | | | much identical anyway). Initialize PyMac_ApplicationPath and PyMac_ApplicationFSSpec to point to the current application.
* - Put all options in a structJack Jansen1996-09-071-4/+7
| | | | | | - Unified initialization code for interpreter and applet - Implemented new options to skip AE-processing for argc/argv and for disabling interactive option setting
* Removed obsolete cfm68k ifdef (Guido)Jack Jansen1996-08-191-3/+0
|
* - Reorganized init codeJack Jansen1996-02-281-19/+0
| | | | - Fixed serious bug in code to get options from a resource
* Continue looking for "open doc" events even after "open app". ThisJack Jansen1995-11-101-0/+3
| | | | allows you to debug the interpreter in non-interactive mode.
* Export strdup (parsermodule needs it)Jack Jansen1995-10-121-2/+4
|
* Python will now attempt (again) to create at least a minimalJack Jansen1995-08-311-3/+3
| | | | preferences file if it is missing.
* Un-installing of AE handlers fixed (AE is very picky that you specifyJack Jansen1995-07-291-8/+15
| | | | the same UPP)
* Initial port to CodeWarrior CFM68K support (mainly by disablingJack Jansen1995-06-271-1/+4
| | | | unsupported features).
* moved main() to macglue.cGuido van Rossum1995-02-201-12/+0
|
* ported back to Think CGuido van Rossum1995-02-191-1/+8
|
* get argc/argv from AppleEventsGuido van Rossum1995-02-191-0/+325