summaryrefslogtreecommitdiff
path: root/Mac/Include
Commit message (Collapse)AuthorAgeFilesLines
* Qdoffs now exports the GWorldObj_{New,Convert} functions.Jack Jansen2000-12-121-0/+4
|
* Final version used for 2.0 distribution.Jack Jansen2000-10-221-1/+1
|
* Added PyMac_OutputSeen(), which acknowledges all current output in the stdio ↵Jack Jansen2000-10-191-0/+1
| | | | window, i.e. it acts like input has been read insofar as the keep-console-open option is interested.
* Made options global (as PyMac_options) so macosmodule can access it.Jack Jansen2000-10-131-0/+2
|
* Keepconsole is now a 4-way option: never/errorexit/unseen output/always. ↵Jack Jansen2000-09-222-16/+13
| | | | Default is "unseen output". Upped the Popt version number.
* Added prototype for DlgObj_ConvertToWindow().Jack Jansen2000-08-251-0/+1
|
* Moved PyOS_StackCheck prototype to pythonrun.hJack Jansen2000-08-071-1/+0
|
* Added more prototypes.Jack Jansen2000-07-241-1/+1
|
* Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define.Jack Jansen2000-07-141-8/+0
|
* Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.Jack Jansen2000-07-141-1/+1
|
* pymactoolbox.h contains protoypes for all externally visible toolbox moduleJack Jansen2000-07-141-0/+92
| | | | | functions. Include it in stead of duplicating the declarations everywhere. Also cleaned up toolbox module exports, and got rid of resNotFound error.
* PyMac_PromptGetFile and PyMac_GetDirectory don't exist in carbonpython.Jack Jansen2000-07-141-0/+2
|
* Don't declare sync if we use gusi.Jack Jansen2000-07-141-0/+2
|
* Got rid of __SC__ ifdefs.Jack Jansen2000-07-111-4/+0
|
* ANSIfication step 2: make sure all needed prototypes are available, and all ↵Jack Jansen2000-07-112-4/+21
| | | | | | needed header files included.
* ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO.Jack Jansen2000-07-113-13/+13
|
* PyMac_FindModuleExtension now uses a size_t as its size parameter for ↵Jack Jansen2000-07-031-1/+1
| | | | compatibility.
* Removed THINK_C support.Jack Jansen2000-06-043-11/+2
|
* Removed hfsrunning() macro. This means MacPython won't run on MacOS 5 (oops, ↵Jack Jansen2000-06-021-3/+0
| | | | System 5) or earlier anymore:-)
* 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
| | | | so tracking the new defines will be easier in future.
* 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 ↵Jack Jansen1999-12-072-13/+16
| | | | | | PyMac_AppearanceCompliant (exported thru MacOS). If USE_APPEARANCE is off the code is disabled (but the variables are still there, set to 0).
* Added HAVE_LIMITS_H, MAVE_MEMMOVE, HAVE_STRERROR, HAVE_LOCALE_HJack Jansen1999-11-051-1/+5
| | | | | since we have these in the current CW release (and probably already had them quite some time, but never added the defines).
* 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
| | | | C struct declarations with #ifndef rez
* Project files converted for CW Pro 4. And the daylight savings time switch ↵Jack Jansen1998-11-011-1/+1
| | | | seems to have "modified" the resource files (but nothing has changed there).
* 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
| | | | (which was missing, for some reason).
* 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
| | | | | Added HAVE_HYPOT, except for 68k (where you get 10-byte-float hypot, sigh...)
* I give in. Now Tk is also using resources just above 128, so PythonJack Jansen1998-01-062-21/+22
| | | | | | now uses only 228-256, leaving 128-228 free for others. This mod affects prefs files, libraries and almost everything else, so I've upped my local Python to 1.5b4 to remain sane.
* Added old-exceptions and no-site-python options and upped preferenceJack Jansen1997-09-091-2/+9
| | | | | version to 4. Added balloon-help item to options dialog.
* 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
| | | | resulted in full recompilation every time.
* 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
| | | | | | | | - Remembering whether sys.path components refer to files or folders, - Using mac-specific code to check for file existence, in stead of trying to fopen() each possible file. These mods need an accompanying mod to import.c.