summaryrefslogtreecommitdiffstats
path: root/Mac/Python/macgetargv.c
Commit message (Expand)AuthorAgeFilesLines
* Adapted for Universal Headers 3.4: refcon type has changed (sigh) and use mod...Jack Jansen2001-06-201-6/+12
* removed a routine that has moved to macglue.cJack Jansen2001-05-221-21/+0
* Moved PyMac_GetFullPath from macgetargv.c to macglue.c. It shouldJack Jansen2001-05-191-40/+0
* FSSpec names may be longer on carbon (1024 chars), cater for that in buffer s...Jack Jansen2001-01-091-2/+2
* 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 n...Jack Jansen2000-07-111-2/+3
* 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
* - Changed GestaltEqu.h to Gestalt.hJack Jansen1997-02-241-1/+0
* Added/updated copyright noticesJack Jansen1997-01-311-1/+1
* 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
* - Put all options in a structJack Jansen1996-09-071-4/+7
* Removed obsolete cfm68k ifdef (Guido)Jack Jansen1996-08-191-3/+0
* - Reorganized init codeJack Jansen1996-02-281-19/+0
* Continue looking for "open doc" events even after "open app". ThisJack Jansen1995-11-101-0/+3
* 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
* Un-installing of AE handlers fixed (AE is very picky that you specifyJack Jansen1995-07-291-8/+15
* Initial port to CodeWarrior CFM68K support (mainly by disablingJack Jansen1995-06-271-1/+4
* 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