summaryrefslogtreecommitdiffstats
path: root/Mac/Include
Commit message (Expand)AuthorAgeFilesLines
* Merging changes from release22-branch.Jack Jansen2001-12-271-1/+1
* Applying r22c1 branch mods back to the trunk.Jack Jansen2001-12-201-1/+1
* We have strdup(), but not its prototype:-(Jack Jansen2001-12-142-3/+1
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-301-1/+1
* Enabled WITH_LONG_LONG. No reason it was disabled, it has been supported by t...Jack Jansen2001-11-061-2/+2
* Tweaks for MacPython 2.2b1Jack Jansen2001-10-231-1/+1
* Added declarations for PyMac_SetConsoleHandler, PyMan_DUmmyReadHandlerJack Jansen2001-10-081-0/+19
* Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length'Jack Jansen2001-09-101-1/+0
* Final tweaks for 2.2a3 distribution.Jack Jansen2001-09-081-1/+1
* Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef.Jack Jansen2001-09-011-7/+0
* Added preferences/startup options for division warningJack Jansen2001-09-011-1/+6
* The MacOS toolbox modules have acquired an _ in front of their name. Normal u...Jack Jansen2001-08-231-1/+1
* Split macglue.c into two: a new mactoolboxglue.c (in ./Python)Jack Jansen2001-08-082-149/+2
* Got rid of 68k-Mac and other outdated ifdefs.Jack Jansen2001-08-071-5/+0
* Bit another bullet: all toolbox modules are now in dynamically loaded modules...Jack Jansen2001-08-071-1/+1
* Bit the bullet and enabled garbage collection (finally).Jack Jansen2001-08-071-4/+43
* PyMac_GetFSSpec must be called via the dylib glue code on OSX.Jack Jansen2001-08-031-0/+3
* Merging appropriate 2.1.1 fixes back into the main trunk.Jack Jansen2001-08-032-1/+4
* config.h renamed to pyconfig.hJack Jansen2001-07-271-0/+0
* Implemented minimal FSRef support, plus conversion between FSRefs, FSSpecs an...Jack Jansen2001-07-081-3/+8
* Added the new unicode defines. Not really tested yet, but Python compiles aga...Jack Jansen2001-07-021-0/+9
* Updated to reflect the current state of config.h.in.Jack Jansen2001-05-231-7/+10
* Include Carbon/Carbon.h if appropriate.Jack Jansen2001-05-221-5/+5
* include Carbon/Carbon.h in stead of universal headers, if appropriate.Jack Jansen2001-05-192-0/+9
* Glue code to connect obj_New and obj_Convert routines (the PyArg_Parse and Py...Jack Jansen2001-05-171-6/+23
* Got the first MacPython module working under MacOSX/MachO (gestalt). Main cha...Jack Jansen2001-05-121-3/+10
* Be more sensible about when to use TARGET_API_MAC_OS8 in stead of !TARGET_API...Jack Jansen2001-05-121-2/+2
* - Raise console window on input. Fixes Carbon hang.Jack Jansen2001-04-252-1/+2
* Updated for 2.1b2 distribution.Jack Jansen2001-03-271-1/+1
* Files for second 2.1b1 distribution.Jack Jansen2001-03-151-1/+1
* Files for 2.1b1 distribution.Jack Jansen2001-03-061-1/+1
* 2.1a2 distribution files.Jack Jansen2001-02-171-1/+1
* Brought in line with current config.h.in.Jack Jansen2001-02-121-54/+151
* Bit the bullet and added a private GUSISIOUX for Python. This makes the delay...Jack Jansen2001-02-112-1/+4
* Added prototype for DlgObj_WhichDialog()Jack Jansen2001-02-091-0/+1
* 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
* 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. Defa...Jack Jansen2000-09-222-16/+13
* 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
* 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 n...Jack Jansen2000-07-112-4/+21