| Commit message (Expand) | Author | Age | Files | Lines |
* | Getting rid of pre-Carbon (MacOS8) support. All code depending on | Jack Jansen | 2002-12-12 | 1 | -6/+0 |
|
|
* | Added include guards and C++ extern "C" {} constructs. Partial fix for #607253. | Jack Jansen | 2002-09-10 | 1 | -1/+3 |
|
|
* | Got rid of ifdefs for long-obsolete GUSI versions and other lurkers. | Jack Jansen | 2002-04-11 | 1 | -6/+0 |
|
|
* | We have strdup(), but not its prototype:-( | Jack Jansen | 2001-12-14 | 1 | -2/+0 |
|
|
* | Added declarations for PyMac_SetConsoleHandler, PyMan_DUmmyReadHandler | Jack Jansen | 2001-10-08 | 1 | -0/+19 |
|
|
* | Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length' | Jack Jansen | 2001-09-10 | 1 | -1/+0 |
|
|
* | Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef. | Jack Jansen | 2001-09-01 | 1 | -7/+0 |
|
|
* | Split macglue.c into two: a new mactoolboxglue.c (in ./Python) | Jack Jansen | 2001-08-08 | 1 | -26/+2 |
|
|
* | Implemented minimal FSRef support, plus conversion between FSRefs, FSSpecs an... | Jack Jansen | 2001-07-08 | 1 | -3/+8 |
|
|
* | Got the first MacPython module working under MacOSX/MachO (gestalt). Main cha... | Jack Jansen | 2001-05-12 | 1 | -3/+10 |
|
|
* | Be more sensible about when to use TARGET_API_MAC_OS8 in stead of !TARGET_API... | Jack Jansen | 2001-05-12 | 1 | -2/+2 |
|
|
* | - Raise console window on input. Fixes Carbon hang. | Jack Jansen | 2001-04-25 | 1 | -0/+1 |
|
|
* | Bit the bullet and added a private GUSISIOUX for Python. This makes the delay... | Jack Jansen | 2001-02-11 | 1 | -0/+2 |
|
|
* | Added PyMac_OutputSeen(), which acknowledges all current output in the stdio ... | Jack Jansen | 2000-10-19 | 1 | -0/+1 |
|
|
* | Moved PyOS_StackCheck prototype to pythonrun.h | Jack Jansen | 2000-08-07 | 1 | -1/+0 |
|
|
* | Added more prototypes. | Jack Jansen | 2000-07-24 | 1 | -1/+1 |
|
|
* | Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define. | Jack Jansen | 2000-07-14 | 1 | -8/+0 |
|
|
* | Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. | Jack Jansen | 2000-07-14 | 1 | -1/+1 |
|
|
* | PyMac_PromptGetFile and PyMac_GetDirectory don't exist in carbonpython. | Jack Jansen | 2000-07-14 | 1 | -0/+2 |
|
|
* | Got rid of __SC__ ifdefs. | Jack Jansen | 2000-07-11 | 1 | -4/+0 |
|
|
* | ANSIfication step 2: make sure all needed prototypes are available, and all n... | Jack Jansen | 2000-07-11 | 1 | -2/+17 |
|
|
* | ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO. | Jack Jansen | 2000-07-11 | 1 | -10/+10 |
|
|
* | PyMac_FindModuleExtension now uses a size_t as its size parameter for compati... | Jack Jansen | 2000-07-03 | 1 | -1/+1 |
|
|
* | Made the GUSI options work again with GUSI 2. | Jack Jansen | 2000-04-21 | 1 | -0/+4 |
|
|
* | Started on GUSI2 and threading support. | Jack Jansen | 2000-04-07 | 1 | -2/+3 |
|
|
* | Added PyMac_BuildOptStr255, which returns None on a null pointer. | Jack Jansen | 1999-12-17 | 1 | -0/+1 |
|
|
* | First bits and pieces of appearance support: an init routine, a global flag P... | Jack Jansen | 1999-12-07 | 1 | -0/+1 |
|
|
* | Make macglue.h C++ compatible. | Jack Jansen | 1999-09-30 | 1 | -0/+7 |
|
|
* | Added prototypes for the code resource routines, and for Pstring | Jack Jansen | 1998-07-13 | 1 | -0/+3 |
|
|
* | Incorrect argument for PyMacBuildwide() | Jack Jansen | 1998-04-23 | 1 | -1/+1 |
|
|
* | Add (temporary) PyMac_{Build,Get}wide | Jack Jansen | 1998-04-21 | 1 | -0/+2 |
|
|
* | Added declarations for mac{set,get}filetype | Jack Jansen | 1998-04-15 | 1 | -0/+5 |
|
|
* | Mods for user mainloop event handling | Jack Jansen | 1997-06-20 | 1 | -2/+3 |
|
|
* | Make imports faster on the Mac, by | Jack Jansen | 1997-06-12 | 1 | -1/+2 |
|
|
* | Added prototype for PyMac_RestoreMenuBar | Jack Jansen | 1997-06-12 | 1 | -0/+1 |
|
|
* | Removed SetScheduleTimes and PyMac_DoYieldEnabled | Jack Jansen | 1997-06-03 | 1 | -6/+13 |
|
|
* | Added PyMac_StopGUSISpin | Jack Jansen | 1997-05-23 | 1 | -5/+6 |
|
|
* | Added/updated copyright notices | Jack Jansen | 1997-01-31 | 1 | -1/+1 |
|
|
* | Added PyMac_Initialize() routine, to be used by embedding programs (in | Jack Jansen | 1997-01-15 | 1 | -0/+1 |
|
|
* | Added PyMac_GetFullPath(), PyMac_ApplicationPath and PyMac_ApplicationFSSpec | Jack Jansen | 1996-11-09 | 1 | -0/+5 |
|
|
* | macglue: added PyMac_AppRefNum | Jack Jansen | 1996-09-06 | 1 | -0/+2 |
|
|
* | Python about box implemented. Slightly convoluted, since (a) we have | Jack Jansen | 1996-09-06 | 1 | -0/+2 |
|
|
* | - Fixed PyMac_DoYield: | Jack Jansen | 1996-09-04 | 1 | -2/+6 |
|
|
* | PyMac_BuildNumVersion added | Jack Jansen | 1996-08-02 | 1 | -0/+2 |
|
|
* | Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd() | Jack Jansen | 1996-03-06 | 1 | -0/+4 |
|
|
* | Added converters for Fixed | Jack Jansen | 1995-11-15 | 1 | -0/+2 |
|
|
* | Added PyMac_PromptGetFile, removed stuff gone to other sources. | Jack Jansen | 1995-08-14 | 1 | -3/+4 |
|
|
* | Initial port to CodeWarrior CFM68K support (mainly by disabling | Jack Jansen | 1995-06-27 | 1 | -1/+1 |
|
|
* | - Added PyMac_GetDirectory call which asks the user to select a | Jack Jansen | 1995-02-20 | 1 | -0/+2 |
|
|
* | macstrerror -> MacOS-StrError; added applet and cfm-68k support | Guido van Rossum | 1995-02-18 | 1 | -7/+13 |
|
|