summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* Blacklisted (for the time being) the functions that have a component ↵Jack Jansen2001-01-242-100/+6
| | | | argument. Don't want to drag the Cm module into the core set too.
* Build directives for PythonStandalone were missing.Jack Jansen2001-01-241-0/+4
|
* Added the GrafPort attributes that are unavailable under Carbon.Jack Jansen2001-01-241-0/+5
|
* Implemented direct attribute access for Carbon builds and accessor functions ↵Jack Jansen2001-01-243-14/+1478
| | | | for non-carbon builds.
* Also build the Carbon extension modules.Jack Jansen2001-01-231-4/+16
|
* Removed extraneous references to Modules:TEJack Jansen2001-01-231-9/+0
|
* The C-prefix file for Carbon plugin projects.Jack Jansen2001-01-231-0/+19
|
* Ah well, why not check this in. A script to remove all .pyc files in a ↵Jack Jansen2001-01-231-0/+35
| | | | folder hierarchy.
* Projects for Carbon plugin modules.Jack Jansen2001-01-2332-0/+17533
|
* Use &# escape for non-ascii chars.Jack Jansen2001-01-2323-69/+69
|
* Added an attribute runtimemodel, which is either "ppc" or "carbon" and is ↵Jack Jansen2001-01-231-0/+9
| | | | the runtime model of the current interpreter. Will have to ad another value later for real MacOSX MachO, I guess.
* Added the actual builds of the carbon projects.Jack Jansen2001-01-231-1/+23
|
* Generate Carbon as well as classic PPC plugin projects. This module is ↵Jack Jansen2001-01-231-26/+62
| | | | finally paying back the investment in it!
* Various settings were unconditionally set. Allow them to be overridden in ↵Jack Jansen2001-01-231-4/+6
| | | | the settings dict.
* If the template is not specified it depends on the current execution model ↵Jack Jansen2001-01-231-4/+12
| | | | (classic ppc or carbon).
* Added a template for Carbon plugin projects.Jack Jansen2001-01-238-0/+1104
|
* Moved files from template to template-ppc, as this is the template for ↵Jack Jansen2001-01-238-0/+0
| | | | classic PPC projects.
* Added a note about the memory size.Jack Jansen2001-01-231-4/+8
| | | | Added Matthias Neeracher and Alexandre Parenteau to the "thank you" list. This should have been done _ages_ ago for Matthias! Shame shame!!
* Upped the default memory size to a whopping 24Mb, which is needed to make ↵Jack Jansen2001-01-231-0/+0
| | | | the autotests run. Sigh. User with low-memory systems will have to adapt the setting.
* Use &# escape for non-ascii chars.Jack Jansen2001-01-231-3/+3
|
* A script to search for methods that are missing in Carbon in PythonJack Jansen2001-01-231-0/+145
| | | | sources. So far only runs under unix, but what gives:-)
* Made the about box a bit larger (Apparently MacOSX does something a little ↵Jack Jansen2001-01-231-0/+0
| | | | different?).
* Sigh... First test before committing. InvalWindowRect and friends are window ↵Jack Jansen2001-01-2314-48/+55
| | | | object methods. Fixed.
* Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect.Jack Jansen2001-01-233-6/+6
|
* Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect.Jack Jansen2001-01-2315-48/+48
|
* Regenerated (shoulnd't make a difference).Jack Jansen2001-01-2223-69/+78
|
* Unicodedatabase.c has gone.Jack Jansen2001-01-226-7/+0
|
* Better test for skipping project creation: the project file should also ↵Jack Jansen2001-01-221-2/+9
| | | | exist and be newer than the xml file, and the .exp should exist.
* No need to make the S_ constants 32 bit (and its actually harmful because of ↵Jack Jansen2001-01-221-3/+3
| | | | multiple defines).
* Waste needs the ICProgKit API.Jack Jansen2001-01-221-1/+3
|
* It's SetControlData_Handle, not SetControl_DataHandle.Jack Jansen2001-01-221-1/+1
|
* 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.