index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Mac
/
Python
/
macgetargv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length'
Jack Jansen
2001-09-10
1
-20/+10
*
Changes to make these work under OSX as the main program for a
Jack Jansen
2001-09-05
1
-14/+39
*
Adapted for Universal Headers 3.4: refcon type has changed (sigh) and use mod...
Jack Jansen
2001-06-20
1
-6/+12
*
removed a routine that has moved to macglue.c
Jack Jansen
2001-05-22
1
-21/+0
*
Moved PyMac_GetFullPath from macgetargv.c to macglue.c. It should
Jack Jansen
2001-05-19
1
-40/+0
*
FSSpec names may be longer on carbon (1024 chars), cater for that in buffer s...
Jack Jansen
2001-01-09
1
-2/+2
*
Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.
Jack Jansen
2000-07-14
1
-1/+1
*
ANSIfication step 2: make sure all needed prototypes are available, and all n...
Jack Jansen
2000-07-11
1
-2/+3
*
Made argc/argv processing work again under carbon.
Jack Jansen
2000-06-20
1
-2/+2
*
Removed assorted old ifdefs.
Jack Jansen
2000-06-04
1
-17/+0
*
Fixed callback function arguments to be carbon-compatible.
Jack Jansen
2000-06-02
1
-4/+6
*
- Changed GestaltEqu.h to Gestalt.h
Jack Jansen
1997-02-24
1
-1/+0
*
Added/updated copyright notices
Jack Jansen
1997-01-31
1
-1/+1
*
Fixed FSSpec->pathname code to add colon if the fsspec points to a disk.
Jack Jansen
1996-11-20
1
-0/+6
*
Got rid of nfullpath in favor of PyMac_GetFullPath (which was pretty
Jack Jansen
1996-11-09
1
-23/+22
*
- Put all options in a struct
Jack Jansen
1996-09-07
1
-4/+7
*
Removed obsolete cfm68k ifdef (Guido)
Jack Jansen
1996-08-19
1
-3/+0
*
- Reorganized init code
Jack Jansen
1996-02-28
1
-19/+0
*
Continue looking for "open doc" events even after "open app". This
Jack Jansen
1995-11-10
1
-0/+3
*
Export strdup (parsermodule needs it)
Jack Jansen
1995-10-12
1
-2/+4
*
Python will now attempt (again) to create at least a minimal
Jack Jansen
1995-08-31
1
-3/+3
*
Un-installing of AE handlers fixed (AE is very picky that you specify
Jack Jansen
1995-07-29
1
-8/+15
*
Initial port to CodeWarrior CFM68K support (mainly by disabling
Jack Jansen
1995-06-27
1
-1/+4
*
moved main() to macglue.c
Guido van Rossum
1995-02-20
1
-12/+0
*
ported back to Think C
Guido van Rossum
1995-02-19
1
-1/+8
*
get argc/argv from AppleEvents
Guido van Rossum
1995-02-19
1
-0/+325