| Commit message (Expand) | Author | Age | Files | Lines |
* | Qdoffs now exports the GWorldObj_{New,Convert} functions. | Jack Jansen | 2000-12-12 | 1 | -0/+4 |
|
|
* | Final version used for 2.0 distribution. | Jack Jansen | 2000-10-22 | 1 | -1/+1 |
|
|
* | Added PyMac_OutputSeen(), which acknowledges all current output in the stdio ... | Jack Jansen | 2000-10-19 | 1 | -0/+1 |
|
|
* | Made options global (as PyMac_options) so macosmodule can access it. | Jack Jansen | 2000-10-13 | 1 | -0/+2 |
|
|
* | Keepconsole is now a 4-way option: never/errorexit/unseen output/always. Defa... | Jack Jansen | 2000-09-22 | 2 | -16/+13 |
|
|
* | Added prototype for DlgObj_ConvertToWindow(). | Jack Jansen | 2000-08-25 | 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 |
|
|
* | pymactoolbox.h contains protoypes for all externally visible toolbox module | Jack Jansen | 2000-07-14 | 1 | -0/+92 |
|
|
* | PyMac_PromptGetFile and PyMac_GetDirectory don't exist in carbonpython. | Jack Jansen | 2000-07-14 | 1 | -0/+2 |
|
|
* | Don't declare sync if we use gusi. | 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 | 2 | -4/+21 |
|
|
* | ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO. | Jack Jansen | 2000-07-11 | 3 | -13/+13 |
|
|
* | PyMac_FindModuleExtension now uses a size_t as its size parameter for compati... | Jack Jansen | 2000-07-03 | 1 | -1/+1 |
|
|
* | Removed THINK_C support. | Jack Jansen | 2000-06-04 | 3 | -11/+2 |
|
|
* | Removed hfsrunning() macro. This means MacPython won't run on MacOS 5 (oops, ... | Jack Jansen | 2000-06-02 | 1 | -3/+0 |
|
|
* | Fixed to work again without USE_GUSI and with USE_MSL_MALLOC | Jack Jansen | 2000-05-12 | 1 | -0/+12 |
|
|
* | Changed for the new preference resource version. | Jack Jansen | 2000-05-07 | 1 | -4/+6 |
|
|
* | 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 |
|
|
* | Ready for 1.6a1. Reordered the defines to be in line with config.h.in again, ... | Jack Jansen | 2000-04-07 | 1 | -187/+422 |
|
|
* | 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 | 2 | -13/+16 |
|
|
* | Added HAVE_LIMITS_H, MAVE_MEMMOVE, HAVE_STRERROR, HAVE_LOCALE_H | Jack Jansen | 1999-11-05 | 1 | -1/+5 |
|
|
* | MrC also needs BAD_STATIC_FORWARD define. | Jack Jansen | 1999-10-26 | 1 | -0/+3 |
|
|
* | Make macglue.h C++ compatible. | Jack Jansen | 1999-09-30 | 1 | -0/+7 |
|
|
* | Added pascal-style string name of preference file resource, and bracketed | Jack Jansen | 1999-01-30 | 1 | -1/+6 |
|
|
* | Project files converted for CW Pro 4. And the daylight savings time switch se... | Jack Jansen | 1998-11-01 | 1 | -1/+1 |
|
|
* | Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate. | Jack Jansen | 1998-10-12 | 1 | -1/+1 |
|
|
* | Added SIZEOF_VOID_P and HAVE_LONG_LONG | Jack Jansen | 1998-10-05 | 1 | -0/+2 |
|
|
* | I guess I'll have to commit this file occasionally... | Jack Jansen | 1998-08-20 | 1 | -1/+1 |
|
|
* | Define some things to 1 (in stead of empty) to be compatible with new PIL | Jack Jansen | 1998-08-20 | 1 | -2/+2 |
|
|
* | Added SIZEOF_INT and SIZEOF_LONG | Jack Jansen | 1998-08-05 | 1 | -0/+3 |
|
|
* | Added prototypes for the code resource routines, and for Pstring | Jack Jansen | 1998-07-13 | 2 | -1/+4 |
|
|
* | Version for 1.5.1 | Jack Jansen | 1998-05-06 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | Add HAVE_MKTIME | Jack Jansen | 1998-04-21 | 1 | -0/+1 |
|
|
* | Added declarations for mac{set,get}filetype | Jack Jansen | 1998-04-15 | 1 | -0/+5 |
|
|
* | Added CHECK_IMPORT_CASE | Jack Jansen | 1998-02-20 | 1 | -0/+8 |
|
|
* | I give in. Now Tk is also using resources just above 128, so Python | Jack Jansen | 1998-01-06 | 2 | -21/+22 |
|
|
* | Added old-exceptions and no-site-python options and upped preference | Jack Jansen | 1997-09-09 | 1 | -2/+9 |
|
|
* | Preference resource now has a version number | Jack Jansen | 1997-09-08 | 1 | -11/+11 |
|
|
* | Moved the include of macbuildno.h to getbuildinfo.c. Putting it here | Jack Jansen | 1997-09-08 | 1 | -2/+0 |
|
|
* | Define BUILDNO in macbuildno.h (incremented by fullbuild) | Jack Jansen | 1997-09-01 | 2 | -0/+3 |
|
|
* | 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 |
|
|