summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/missingcarbonmethods.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed device from the list of Qd incompatibilities. It should be there, ↵Jack Jansen2001-01-291-1/+1
| | | | but causes too many false positives.
* Added Help, Scrap and icglue missing methods.Jack Jansen2001-01-291-2/+19
|
* Added the GrafPort attributes that are unavailable under Carbon.Jack Jansen2001-01-241-0/+5
|
* 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:-)