summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/waste/wastemodule.c
Commit message (Expand)AuthorAgeFilesLines
* Merge the rest of the trunk.Thomas Wouters2006-06-081-2596/+0
* Updated (and regenerated) for name change in tp_init method arguments:Jack Jansen2005-07-031-204/+206
* Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.Jack Jansen2003-11-201-11/+3
* - Various tweaks to shut up compiler warnings.Jack Jansen2002-12-231-18/+38
* Regenerated with inheritance-aware xxxx_Check() macros.Jack Jansen2002-12-191-2/+2
* Get rid of support for Universal Headers older than 3.4 and various otherJack Jansen2002-12-131-7/+3
* Added PEP253 support to most Carbon modules. This isn't complete yet:Jack Jansen2002-12-031-26/+84
* Converted the Carbon modules to use PEP252-style objects, withJack Jansen2002-11-291-20/+40
* Define PyDoc_STR if it isn't defined. This makes these modules compileJack Jansen2002-11-181-0/+3
* Added PyDoc_STR's.Jack Jansen2002-08-221-112/+112
* staticforward bites the dust.Jeremy Hylton2002-07-171-2/+2
* Regenerated.Jack Jansen2002-04-231-2/+2
* - Updated to Waste 2.0.Jack Jansen2002-01-111-484/+880
* Updated to Universal Headers 3.4Jack Jansen2001-12-181-0/+4
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-2/+2
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-301-6/+2
* A few more gcc warnings bite the dust.Jack Jansen2001-09-051-3/+14
* Added a const to shut up a compiler warning.Jack Jansen2001-06-201-1/+1
* Lots more Carbon/Carbon.h includes, new UPP routine names, function prototype...Jack Jansen2001-05-221-304/+104
* Quick (manual) fix to make the module compile with Waste 2.0. TBD later.Jack Jansen2001-01-241-1/+1
* Some of the types are signed 8 bit ints. Fixed.Jack Jansen2000-09-081-8/+8
* pymactoolbox.h contains protoypes for all externally visible toolbox moduleJack Jansen2000-07-141-41/+31
* Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate.Jack Jansen1998-10-121-1/+1
* Added WEGetTabSize and WESetTabSize, at Just's requestJack Jansen1998-03-021-0/+36
* Updated for Waste 1.3Jack Jansen1998-02-201-20/+282
* Export type objects to PythonJack Jansen1997-09-201-1/+9
* Added #include <WETabs.h>, which had somehow gone missingJack Jansen1997-08-271-1/+5
* Added support for tab hooksJack Jansen1996-10-231-0/+51
* Fixed object-handler-install bugJack Jansen1996-10-011-1/+1
* Upgraded to Waste 1.2fJack Jansen1996-08-061-91/+110
* Fixed callback handling on 68K machines.Jack Jansen1996-05-201-8/+11
* Added support for callbacks (for embedded objects)Jack Jansen1996-05-071-0/+233
* Made style and soup handles optionalJack Jansen1996-04-231-10/+8
* An interface to WASTE, an all-singing-all-dancing TextEdit replacementJack Jansen1996-04-161-0/+1694