| Commit message (Expand) | Author | Age | Files | Lines |
* | Also build the Carbon extension modules. | Jack Jansen | 2001-01-23 | 1 | -4/+16 |
|
|
* | Removed extraneous references to Modules:TE | Jack Jansen | 2001-01-23 | 1 | -9/+0 |
|
|
* | The C-prefix file for Carbon plugin projects. | Jack Jansen | 2001-01-23 | 1 | -0/+19 |
|
|
* | Ah well, why not check this in. A script to remove all .pyc files in a folder... | Jack Jansen | 2001-01-23 | 1 | -0/+35 |
|
|
* | Projects for Carbon plugin modules. | Jack Jansen | 2001-01-23 | 32 | -0/+17533 |
|
|
* | Use &# escape for non-ascii chars. | Jack Jansen | 2001-01-23 | 23 | -69/+69 |
|
|
* | Added an attribute runtimemodel, which is either "ppc" or "carbon" and is the... | Jack Jansen | 2001-01-23 | 1 | -0/+9 |
|
|
* | Added the actual builds of the carbon projects. | Jack Jansen | 2001-01-23 | 1 | -1/+23 |
|
|
* | Generate Carbon as well as classic PPC plugin projects. This module is finall... | Jack Jansen | 2001-01-23 | 1 | -26/+62 |
|
|
* | Various settings were unconditionally set. Allow them to be overridden in the... | Jack Jansen | 2001-01-23 | 1 | -4/+6 |
|
|
* | If the template is not specified it depends on the current execution model (c... | Jack Jansen | 2001-01-23 | 1 | -4/+12 |
|
|
* | Added a template for Carbon plugin projects. | Jack Jansen | 2001-01-23 | 8 | -0/+1104 |
|
|
* | Moved files from template to template-ppc, as this is the template for classi... | Jack Jansen | 2001-01-23 | 8 | -0/+0 |
|
|
* | Added a note about the memory size. | Jack Jansen | 2001-01-23 | 1 | -4/+8 |
|
|
* | Upped the default memory size to a whopping 24Mb, which is needed to make the... | Jack Jansen | 2001-01-23 | 1 | -0/+0 |
|
|
* | Use &# escape for non-ascii chars. | Jack Jansen | 2001-01-23 | 1 | -3/+3 |
|
|
* | A script to search for methods that are missing in Carbon in Python | Jack Jansen | 2001-01-23 | 1 | -0/+145 |
|
|
* | Made the about box a bit larger (Apparently MacOSX does something a little di... | Jack Jansen | 2001-01-23 | 1 | -0/+0 |
|
|
* | Sigh... First test before committing. InvalWindowRect and friends are window ... | Jack Jansen | 2001-01-23 | 14 | -48/+55 |
|
|
* | Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect. | Jack Jansen | 2001-01-23 | 3 | -6/+6 |
|
|
* | Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect. | Jack Jansen | 2001-01-23 | 15 | -48/+48 |
|
|
* | Regenerated (shoulnd't make a difference). | Jack Jansen | 2001-01-22 | 23 | -69/+78 |
|
|
* | Unicodedatabase.c has gone. | Jack Jansen | 2001-01-22 | 6 | -7/+0 |
|
|
* | Better test for skipping project creation: the project file should also exist... | Jack Jansen | 2001-01-22 | 1 | -2/+9 |
|
|
* | No need to make the S_ constants 32 bit (and its actually harmful because of ... | Jack Jansen | 2001-01-22 | 1 | -3/+3 |
|
|
* | Waste needs the ICProgKit API. | Jack Jansen | 2001-01-22 | 1 | -1/+3 |
|
|
* | It's SetControlData_Handle, not SetControl_DataHandle. | Jack Jansen | 2001-01-22 | 1 | -1/+1 |
|
|
* | Re-generated with relative paths. | Jack Jansen | 2001-01-21 | 23 | -324/+324 |
|
|
* | Added CarbonAccessors.o to the non-carbon targets, and probably a few minor t... | Jack Jansen | 2001-01-21 | 4 | -0/+0 |
|
|
* | Added support for forced project building. | Jack Jansen | 2001-01-21 | 2 | -17/+42 |
|
|
* | Added a force option (to force project generation, the default is now to only... | Jack Jansen | 2001-01-21 | 1 | -10/+16 |
|
|
* | Don't generate project if the XML file already exists and is identical to wha... | Jack Jansen | 2001-01-21 | 1 | -1/+9 |
|
|
* | Various tweaks for Python 2.1a1. | Jack Jansen | 2001-01-19 | 3 | -8/+17 |
|
|
* | Treat an empty kwdict argument the same as a missing one. | Jack Jansen | 2001-01-19 | 1 | -20/+20 |
|
|
* | Undefine and redefine PRAGMA_ALIGN_SUPPORTED under Carbon. Apple's "solution"... | Jack Jansen | 2001-01-19 | 1 | -0/+8 |
|
|
* | Trigger keep-console-open on GUSISIOUX_STATE_UNKNOWN. Better than the previou... | Jack Jansen | 2001-01-16 | 1 | -3/+3 |
|
|
* | Config file for standalone carbon python. | Jack Jansen | 2001-01-16 | 1 | -0/+52 |
|
|
* | Added Carbon interpreter. | Jack Jansen | 2001-01-16 | 1 | -0/+0 |
|
|
* | Converted to CW Pro 6 and new naming scheme. | Jack Jansen | 2001-01-16 | 1 | -0/+0 |
|
|
* | Added the 'carb' resource to the carbon interpreter. | Jack Jansen | 2001-01-16 | 1 | -0/+0 |
|
|
* | Replaced the single .exp file by two files, one for classic and one for carbon. | Jack Jansen | 2001-01-16 | 2 | -0/+2198 |
|
|
* | Config file for shared carbon Python. | Jack Jansen | 2001-01-14 | 1 | -0/+52 |
|
|
* | Added PythonCoreCarbon and PythonInterpreterCarbon targets. | Jack Jansen | 2001-01-14 | 2 | -0/+0 |
|
|
* | Fixed Carbon command-dot handling. There is still a problem, though, and you ... | Jack Jansen | 2001-01-12 | 1 | -2/+2 |
|
|
* | Got rid of ifdefs to enable MacTCP GUSI support, Open Transport always works ... | Jack Jansen | 2001-01-12 | 1 | -4/+0 |
|
|
* | The interruptRoutine attribute is gone under Carbon. Luckily it appears that ... | Jack Jansen | 2001-01-12 | 2 | -2/+10 |
|
|
* | SetpopupData and GetPopupData are gone under Carbon, use {Get,Set}PopupMenu{H... | Jack Jansen | 2001-01-12 | 2 | -29/+7 |
|
|
* | xstat() will never be implemented under Carbon. Fortunately it also doesn't a... | Jack Jansen | 2001-01-12 | 1 | -5/+5 |
|
|
* | Always use c2pstrcpy in stead of c2pstr, not only when compiling for carbon. | Jack Jansen | 2001-01-12 | 1 | -8/+0 |
|
|
* | When compiling for GUSI and Carbon disable te "keep open on unseen output", f... | Jack Jansen | 2001-01-11 | 1 | -2/+2 |
|
|