summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/scrap
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization, via reindent.py.Tim Peters2004-07-182-55/+54
* Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.Jack Jansen2003-11-201-24/+16
* PyDoc_STR is always defined nowadays (and has been for quite some time:-)Jack Jansen2003-11-191-3/+0
* Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:Jack Jansen2003-11-192-8/+0
* Converted manually written code to the new K format specifier.Jack Jansen2003-04-171-1/+1
* - Various tweaks to shut up compiler warnings.Jack Jansen2002-12-231-2/+0
* Getting rid of pre-Carbon (MacOS8) support. All code depending onJack Jansen2002-12-122-121/+4
* Added PEP253 support to most Carbon modules. This isn't complete yet:Jack Jansen2002-12-031-1/+1
* Converted the Carbon modules to use PEP252-style objects, withJack Jansen2002-11-291-1/+1
* Define PyDoc_STR if it isn't defined. This makes these modules compileJack Jansen2002-11-182-0/+6
* Fixed the bugs in the constant definitions, and in the code to testJack Jansen2002-08-151-2/+2
* After generating the Python file with definitions try to run it, soJack Jansen2002-08-151-0/+2
* Enable building of Carbon toolbox modules with unix-Python.Jack Jansen2002-08-051-5/+1
* Replaced lots of PyMem_DEL() calls with PyObject_DEL().Jack Jansen2002-05-221-1/+1
* Added support for the Carbon scrap manager (finally).Jack Jansen2001-12-313-75/+314
* Renamed.Jack Jansen2001-08-231-260/+0
* Renamed the Mac toolbox modules to have an initial _ in their name.Jack Jansen2001-08-231-0/+260
* The MacOS toolbox modules have acquired an _ in front of their name. Normal u...Jack Jansen2001-08-231-2/+2
* 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 prototype...Jack Jansen2001-05-222-1/+9
* 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 for...Jack Jansen2001-01-243-57/+148
* 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
* Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support.Jack Jansen1999-12-121-1/+1
* Replaced addpack by handcrafted code to find the bgen stuff.Jack Jansen1998-04-171-2/+4
* Interface to the scrap managerJack Jansen1996-04-123-0/+308