Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | After generating the Python file with definitions try to run it, so | Jack Jansen | 2002-08-15 | 1 | -0/+2 |
| | | | | we catch errors during the build process in stead of later during runtime. | ||||
* | Enable building of Carbon toolbox modules with unix-Python. | Jack Jansen | 2002-08-05 | 1 | -2/+1 |
| | |||||
* | Don't blacklist ModalFilterUPP but always pass it as NULL. This enables the ↵ | Jack Jansen | 2002-02-05 | 1 | -1/+1 |
| | | | | record routines to be generated. | ||||
* | More toolbox modules adapted to Universal Headers 3.3.2. | Jack Jansen | 2000-12-12 | 1 | -14/+3 |
| | |||||
* | Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. | Jack Jansen | 2000-07-14 | 1 | -1/+1 |
| | |||||
* | All relevant toolbox modules have now been carbonized. | Jack Jansen | 2000-06-21 | 1 | -0/+15 |
| | |||||
* | Bgen now understands more constant definitions, but that means that a few ↵ | Jack Jansen | 1999-12-14 | 1 | -0/+4 |
| | | | | which are not parseable in Python have to be blacklisted. | ||||
* | Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support. | Jack Jansen | 1999-12-12 | 1 | -6/+6 |
| | |||||
* | Replaced addpack by handcrafted code to find the bgen stuff. | Jack Jansen | 1998-04-17 | 1 | -2/+4 |
| | |||||
* | Support for sound input added. The interface is even worse than the | Jack Jansen | 1998-02-25 | 1 | -9/+8 |
| | | | | sound-output interface, so this needs a Python wrapper shortly. | ||||
* | Regenerated from Universal Headers 3.0.1. Some new calls are | Jack Jansen | 1998-02-20 | 1 | -0/+13 |
| | | | | | | blacklisted, because they are not available in classic 68k programs, and bgen doesn't have a way to put #ifdef/#endif in the generated code. For now we only implement calls that work on all three models. | ||||
* | Removed {Set,Get}SoundVol (old calls not supported by cfm68k) | Jack Jansen | 1996-08-19 | 1 | -1/+4 |
| | |||||
* | bgen-generators now drop the python definition file straight in the | Jack Jansen | 1996-04-12 | 1 | -1/+2 |
| | | | | Lib:toolbox folder. | ||||
* | New universal headers | Jack Jansen | 1995-10-09 | 1 | -0/+2 |
| | |||||
* | Ported to Universal Header 2.0.1f (i.e. CW6) | Jack Jansen | 1995-06-09 | 1 | -2/+8 |
| | |||||
* | Trying again to check it in. Changes to: | Jack Jansen | 1995-06-06 | 1 | -0/+11 |
| | | | | | | - Use Universal Headers as input - Change addpack calls to not depend on Guido's disklayout - Checkge testprograms to use new names for some functions | ||||
* | another round... ported to __SC__ | Guido van Rossum | 1995-02-19 | 1 | -0/+2 |
| | |||||
* | Committed a more or less working version. | Guido van Rossum | 1995-01-30 | 1 | -0/+84 |