summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* Re-generated with relative paths.Jack Jansen2001-01-2123-324/+324
|
* Added CarbonAccessors.o to the non-carbon targets, and probably a few minor ↵Jack Jansen2001-01-214-0/+0
| | | | things having to do with Python 2.1a1.
* Added support for forced project building.Jack Jansen2001-01-212-17/+42
| | | | Added carbon targets (mainly placeholders at the moment).
* Added a force option (to force project generation, the default is now to ↵Jack Jansen2001-01-211-10/+16
| | | | | | only generate if different). Try to convert all search paths to relative.
* Don't generate project if the XML file already exists and is identical to ↵Jack Jansen2001-01-211-1/+9
| | | | what we've generated. Overridable with a "force" argument to mkproject().
* Various tweaks for Python 2.1a1.Jack Jansen2001-01-193-8/+17
|
* Treat an empty kwdict argument the same as a missing one.Jack Jansen2001-01-191-20/+20
|
* Undefine and redefine PRAGMA_ALIGN_SUPPORTED under Carbon. Apple's ↵Jack Jansen2001-01-191-0/+8
| | | | "solution" of a funny define makes portable code impossible:-(
* Trigger keep-console-open on GUSISIOUX_STATE_UNKNOWN. Better than the ↵Jack Jansen2001-01-161-3/+3
| | | | previous complicated expression.
* Config file for standalone carbon python.Jack Jansen2001-01-161-0/+52
|
* Added Carbon interpreter.Jack Jansen2001-01-161-0/+0
|
* Converted to CW Pro 6 and new naming scheme.Jack Jansen2001-01-161-0/+0
|
* Added the 'carb' resource to the carbon interpreter.Jack Jansen2001-01-161-0/+0
|
* Replaced the single .exp file by two files, one for classic and one for carbon.Jack Jansen2001-01-162-0/+2198
|
* Config file for shared carbon Python.Jack Jansen2001-01-141-0/+52
|
* Added PythonCoreCarbon and PythonInterpreterCarbon targets.Jack Jansen2001-01-142-0/+0
|
* Fixed Carbon command-dot handling. There is still a problem, though, and you ↵Jack Jansen2001-01-121-2/+2
| | | | may have to hit it repeatedly.
* Got rid of ifdefs to enable MacTCP GUSI support, Open Transport always works ↵Jack Jansen2001-01-121-4/+0
| | | | fine nowadays.
* The interruptRoutine attribute is gone under Carbon. Luckily it appears that ↵Jack Jansen2001-01-122-2/+10
| | | | nothing used it.
* SetpopupData and GetPopupData are gone under Carbon, use ↵Jack Jansen2001-01-122-29/+7
| | | | | | {Get,Set}PopupMenu{Handle,ID} in stead. The UserPane routines appear to be fixed in the current Universal Headers, so they're re-enabled.
* xstat() will never be implemented under Carbon. Fortunately it also doesn't ↵Jack Jansen2001-01-121-5/+5
| | | | appear to be used anywhere.
* Always use c2pstrcpy in stead of c2pstr, not only when compiling for carbon.Jack Jansen2001-01-121-8/+0
|
* When compiling for GUSI and Carbon disable te "keep open on unseen output", ↵Jack Jansen2001-01-111-2/+2
| | | | for the time being.
* Disabled a few other routines that are available in CarbonLib.Jack Jansen2001-01-111-2/+4
|
* Added GUSI-Carbon targets (both threading and nonthreading), and they work!! ↵Jack Jansen2001-01-115-1/+138
| | | | YEAH!!!
* Resurrected Small Carbon Python as a target in PythonStandSmall. Still no ↵Jack Jansen2001-01-092-0/+0
| | | | GUSI, though, so no socket/select/threads.
* FSSpec names may be longer on carbon (1024 chars), cater for that in buffer ↵Jack Jansen2001-01-091-2/+2
| | | | sizes.
* Don't need to define c2pstrcpy() on Carbon: it's in CarbonLib.Jack Jansen2001-01-091-0/+2
|
* If we're not using GUSI the "keep open on unseen output" becomes the same as ↵Jack Jansen2001-01-091-0/+6
| | | | "always keep open".
* Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on ↵Jack Jansen2001-01-095-6/+6
| | | | {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc.
* Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on ↵Jack Jansen2001-01-094-26/+27
| | | | {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc. This is an incompatible change:-(
* Various tweaks to make it everything build and compile again under carbon. ↵Jack Jansen2001-01-095-0/+86
| | | | Mainly greylisted functions.
* Use relative path for outputdir.Jack Jansen2001-01-031-1/+19
|
* Fixed a few declarations.Jack Jansen2001-01-034-19/+27
|
* struct.pack wants H for unsigned shorts, not h.Jack Jansen2001-01-031-1/+1
|
* Got rid of 68K support.Jack Jansen2001-01-032-59/+41
| | | | | Added optional generation of project files. Redesigned dialog.
* Remove (unused) regex imports.Jack Jansen2001-01-022-2/+0
|
* Use re in stead of regex.Jack Jansen2001-01-023-31/+34
|
* Updated for new universal headers (oops... this was loooong due).Jack Jansen2001-01-013-330/+1712
|
* Minor clarficiations in the dialogs about which errno file is wanted when (I ↵Jack Jansen2001-01-011-2/+2
| | | | had also forgotten:-).
* New .mcp names for tkinter and imgmodules projects.Jack Jansen2001-01-011-2/+2
|
* Replaced with .mcp projects in Extensions/ImagingJack Jansen2000-12-312-1/+0
|
* Changed the search path for pyexpat to include all of the expat folder.Jack Jansen2000-12-291-1/+1
|
* Regenerated so that NewGWorld is included.Jack Jansen2000-12-191-0/+66
|
* Emulate a few more non-carbon calls in carbon and the other way around.Jack Jansen2000-12-193-93/+163
|
* Added hash() and compare() functions. Needed because multiple WinObj's can ↵Jack Jansen2000-12-192-2/+35
| | | | now refer to the same underlying WindowRef.
* Blacklisted a few constants with funny definitions (and they're not ↵Jack Jansen2000-12-192-6/+13
| | | | important anyway: backward compatible error numbers).
* Various tweaks. It now returns the exact same files as Matthias' tool 95% of ↵Jack Jansen2000-12-141-28/+55
| | | | the time.
* Oops, interaction() returned a single value in stead of a tuple (I thought ↵Jack Jansen2000-12-141-3/+2
| | | | that bug was loooong fixed??!?).
* First stab at a script that mimicks Matthias Neerachers tool used to build GUSI.Jack Jansen2000-12-141-0/+164
|