summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/ae/aescan.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove (unused) regex imports.Jack Jansen2001-01-021-1/+0
|
* Use new multi-input-file feature of bgen in stead of @-file hack to parse ↵Jack Jansen2000-12-121-33/+5
| | | | multiple header files. A side effect is that the ObjectSupportLib routines are now also available in Python.
* Adapted to Universal Headers 3.3.2. More to follow.Jack Jansen2000-12-101-0/+8
|
* Bgen now understands more constant definitions, but that means that a few ↵Jack Jansen1999-12-141-0/+3
| | | | which are not parseable in Python have to be blacklisted.
* Replaced addpack by handcrafted code to find the bgen stuff.Jack Jansen1998-04-171-3/+4
|
* Regenerated from Universal Headers 3.0.1. Some new calls areJack Jansen1998-02-201-3/+19
| | | | | | 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.
* bgen-generators now drop the python definition file straight in theJack Jansen1996-04-121-3/+4
| | | | Lib:toolbox folder.
* Fixed incorrect call to InstallHandler and a few other thingsJack Jansen1995-07-291-1/+7
|
* Also scan AERegistry.h and AEObjects.h and create .py definitionJack Jansen1995-07-171-0/+21
| | | | | | files. Some methods had turned to functions again. Fixed.
* Rather massive changes:Jack Jansen1995-06-051-0/+7
| | | | | | | - Make the stuff run on Jack's machine (and hopefully all machines) in stead of Guido's only (addpack stuff) - Use the Universal Headers in stead of the Think headers - Fixed the test programs to use the new routine names
* Committed a more or less working version.Guido van Rossum1995-01-301-0/+71