Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split macglue.c into two: a new mactoolboxglue.c (in ./Python) | Jack Jansen | 2001-08-08 | 1 | -123/+0 |
| | | | | | | | | | | | | with functionality needed for both unix-Python and MacPython and a new smaller ./Mac/Python/macglue.c which contains MacPython stuff only. pymactoolbox.h has moved to ./Include from ./Mac/Include and now also contains the relevant stuff from macglue.h. The net effect of this is that the ./Mac subdirectory is not needed anymore for building the unix-Python core on MacOSX (it is needed for building the extension modules). | ||||
* | PyMac_GetFSSpec must be called via the dylib glue code on OSX. | Jack Jansen | 2001-08-03 | 1 | -0/+3 |
| | |||||
* | Include Carbon/Carbon.h if appropriate. | Jack Jansen | 2001-05-22 | 1 | -5/+5 |
| | | | | Fixed glue initialization code so prototype is correct. | ||||
* | include Carbon/Carbon.h in stead of universal headers, if appropriate. | Jack Jansen | 2001-05-19 | 1 | -0/+5 |
| | |||||
* | Glue code to connect obj_New and obj_Convert routines (the PyArg_Parse and ↵ | Jack Jansen | 2001-05-17 | 1 | -6/+23 |
| | | | | Py_BuildTuple helpers) from one dynamically imported module to another. | ||||
* | Added prototype for DlgObj_WhichDialog() | Jack Jansen | 2001-02-09 | 1 | -0/+1 |
| | |||||
* | Qdoffs now exports the GWorldObj_{New,Convert} functions. | Jack Jansen | 2000-12-12 | 1 | -0/+4 |
| | |||||
* | Added prototype for DlgObj_ConvertToWindow(). | Jack Jansen | 2000-08-25 | 1 | -0/+1 |
| | |||||
* | pymactoolbox.h contains protoypes for all externally visible toolbox module | Jack Jansen | 2000-07-14 | 1 | -0/+92 |
functions. Include it in stead of duplicating the declarations everywhere. Also cleaned up toolbox module exports, and got rid of resNotFound error. |