summaryrefslogtreecommitdiffstats
path: root/Mac/Include
Commit message (Expand)AuthorAgeFilesLines
* Fixed to work again without USE_GUSI and with USE_MSL_MALLOCJack Jansen2000-05-121-0/+12
* Changed for the new preference resource version.Jack Jansen2000-05-071-4/+6
* Made the GUSI options work again with GUSI 2.Jack Jansen2000-04-211-0/+4
* Started on GUSI2 and threading support.Jack Jansen2000-04-071-2/+3
* Ready for 1.6a1. Reordered the defines to be in line with config.h.in again, ...Jack Jansen2000-04-071-187/+422
* Added PyMac_BuildOptStr255, which returns None on a null pointer.Jack Jansen1999-12-171-0/+1
* First bits and pieces of appearance support: an init routine, a global flag P...Jack Jansen1999-12-072-13/+16
* Added HAVE_LIMITS_H, MAVE_MEMMOVE, HAVE_STRERROR, HAVE_LOCALE_HJack Jansen1999-11-051-1/+5
* MrC also needs BAD_STATIC_FORWARD define.Jack Jansen1999-10-261-0/+3
* Make macglue.h C++ compatible.Jack Jansen1999-09-301-0/+7
* Added pascal-style string name of preference file resource, and bracketedJack Jansen1999-01-301-1/+6
* Project files converted for CW Pro 4. And the daylight savings time switch se...Jack Jansen1998-11-011-1/+1
* Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate.Jack Jansen1998-10-121-1/+1
* Added SIZEOF_VOID_P and HAVE_LONG_LONGJack Jansen1998-10-051-0/+2
* I guess I'll have to commit this file occasionally...Jack Jansen1998-08-201-1/+1
* Define some things to 1 (in stead of empty) to be compatible with new PILJack Jansen1998-08-201-2/+2
* Added SIZEOF_INT and SIZEOF_LONGJack Jansen1998-08-051-0/+3
* Added prototypes for the code resource routines, and for PstringJack Jansen1998-07-132-1/+4
* Version for 1.5.1Jack Jansen1998-05-061-1/+1
* Incorrect argument for PyMacBuildwide()Jack Jansen1998-04-231-1/+1
* Add (temporary) PyMac_{Build,Get}wideJack Jansen1998-04-211-0/+2
* Add HAVE_MKTIMEJack Jansen1998-04-211-0/+1
* Added declarations for mac{set,get}filetypeJack Jansen1998-04-151-0/+5
* Added CHECK_IMPORT_CASEJack Jansen1998-02-201-0/+8
* I give in. Now Tk is also using resources just above 128, so PythonJack Jansen1998-01-062-21/+22
* Added old-exceptions and no-site-python options and upped preferenceJack Jansen1997-09-091-2/+9
* Preference resource now has a version numberJack Jansen1997-09-081-11/+11
* Moved the include of macbuildno.h to getbuildinfo.c. Putting it hereJack Jansen1997-09-081-2/+0
* Define BUILDNO in macbuildno.h (incremented by fullbuild)Jack Jansen1997-09-012-0/+3
* Mods for user mainloop event handlingJack Jansen1997-06-201-2/+3
* Make imports faster on the Mac, byJack Jansen1997-06-121-1/+2
* Added prototype for PyMac_RestoreMenuBarJack Jansen1997-06-121-0/+1
* Removed SetScheduleTimes and PyMac_DoYieldEnabledJack Jansen1997-06-031-6/+13
* Added a range of resource numbers reserved for BruceJack Jansen1997-05-281-0/+3
* Added PyMac_StopGUSISpinJack Jansen1997-05-231-5/+6
* c2pstr has moved to a different include fileJack Jansen1997-05-071-3/+1
* Modified for (optional) use of MSLJack Jansen1997-04-081-2/+4
* Added/updated copyright noticesJack Jansen1997-01-314-1/+73
* Added PyMac_Initialize() routine, to be used by embedding programs (inJack Jansen1997-01-151-0/+1
* Minor fix to get non-gusi python to compile againJack Jansen1997-01-101-5/+0
* Added range of resource-ids for twit.Jack Jansen1996-12-231-1/+4
* Added PyMac_GetFullPath(), PyMac_ApplicationPath and PyMac_ApplicationFSSpecJack Jansen1996-11-091-0/+5
* Added HAVE_STRFTIMEJack Jansen1996-10-231-0/+4
* Added resource for preference file nameJack Jansen1996-10-221-0/+7
* 'documented' resource-number useage of EditPythonPrefsJack Jansen1996-10-111-0/+4
* Added macfs.FindApplication() to find application FSSpec given signature.Jack Jansen1996-09-201-0/+4
* - Put all options in a structJack Jansen1996-09-071-3/+13
* macglue: added PyMac_AppRefNumJack Jansen1996-09-062-5/+17
* Python about box implemented. Slightly convoluted, since (a) we haveJack Jansen1996-09-062-0/+8
* - Fixed PyMac_DoYield:Jack Jansen1996-09-041-2/+6