summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/scrap/Scrapmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* Renamed.Jack Jansen2001-08-231-260/+0
|
* Removed some unused routines under Carbon. They caused compile errors with UH34.Jack Jansen2001-06-201-0/+3
|
* Lots more Carbon/Carbon.h includes, new UPP routine names, function ↵Jack Jansen2001-05-221-0/+4
| | | | prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python.
* Got ZeroScrap() and PutScrap() to work under Carbon.Jack Jansen2001-01-291-10/+21
|
* Regenerated (and manually massaged for PutScrap) so it can be byuilt both ↵Jack Jansen2001-01-241-54/+128
| | | | for Carbon and Classic. The Carbon module is rather empty, though, for now.
* Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define.Jack Jansen2000-07-141-5/+0
|
* pymactoolbox.h contains protoypes for all externally visible toolbox moduleJack Jansen2000-07-141-32/+3
| | | | | functions. Include it in stead of duplicating the declarations everywhere. Also cleaned up toolbox module exports, and got rid of resNotFound error.
* Interface to the scrap managerJack Jansen1996-04-121-0/+202