Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
3249ccd06a914eb12d197699d7f82db8573594fc
/
Mac
/
Python
/
macgetargv.c
65cbf93
Get rid of support for Universal Headers older than 3.4 and various other
by Jack Jansen
· 22 years ago
6c7e326
Getting rid of pre-Carbon (MacOS8) support. All code depending on
by Jack Jansen
· 22 years ago
697842f
Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length'
by Jack Jansen
· 23 years ago
dff7770
Changes to make these work under OSX as the main program for a
by Jack Jansen
· 23 years ago
5daef31
Adapted for Universal Headers 3.4: refcon type has changed (sigh) and use modern (UPP in stead of Proc) names for callback object creation.
by Jack Jansen
· 23 years ago
fe9110b
removed a routine that has moved to macglue.c
by Jack Jansen
· 23 years ago
741e037
Moved PyMac_GetFullPath from macgetargv.c to macglue.c. It should
by Jack Jansen
· 23 years ago
ebadcb1
FSSpec names may be longer on carbon (1024 chars), cater for that in buffer sizes.
by Jack Jansen
· 24 years ago
74a1e63
Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.
by Jack Jansen
· 24 years ago
9ae898b
ANSIfication step 2: make sure all needed prototypes are available, and all needed
by Jack Jansen
· 24 years ago
ca23d91
Made argc/argv processing work again under carbon.
by Jack Jansen
· 24 years ago
4901213
Removed assorted old ifdefs.
by Jack Jansen
· 24 years ago
14cd750
Fixed callback function arguments to be carbon-compatible.
by Jack Jansen
· 24 years ago
c587301
- Changed GestaltEqu.h to Gestalt.h
by Jack Jansen
· 28 years ago
42218ce
Added/updated copyright notices
by Jack Jansen
· 28 years ago
e1d8c9b
Fixed FSSpec->pathname code to add colon if the fsspec points to a disk.
by Jack Jansen
· 28 years ago
26ee126
Got rid of nfullpath in favor of PyMac_GetFullPath (which was pretty
by Jack Jansen
· 28 years ago
7d5f9e8
- Put all options in a struct
by Jack Jansen
· 28 years ago
3bc6fe6
Removed obsolete cfm68k ifdef (Guido)
by Jack Jansen
· 28 years ago
01fbc68
- Reorganized init code
by Jack Jansen
· 29 years ago
dbe75ae
Continue looking for "open doc" events even after "open app". This
by Jack Jansen
· 29 years ago
178652b
Export strdup (parsermodule needs it)
by Jack Jansen
· 29 years ago
41fa7ea
Python will now attempt (again) to create at least a minimal
by Jack Jansen
· 29 years ago
cc456fb
Un-installing of AE handlers fixed (AE is very picky that you specify
by Jack Jansen
· 29 years ago
f74f63a
Initial port to CodeWarrior CFM68K support (mainly by disabling
by Jack Jansen
· 29 years ago
850f44b
moved main() to macglue.c
by Guido van Rossum
· 30 years ago
6fc5aec
ported back to Think C
by Guido van Rossum
· 30 years ago
dbfb282
get argc/argv from AppleEvents
by Guido van Rossum
· 30 years ago