summaryrefslogtreecommitdiffstats
path: root/Tools/modulator/Templates
Commit message (Collapse)AuthorAgeFilesLines
* staticforward bites the dust.Jeremy Hylton2002-07-171-1/+1
| | | | | | | | | | | | | | | The staticforward define was needed to support certain broken C compilers (notably SCO ODT 3.0, perhaps early AIX as well) botched the static keyword when it was used with a forward declaration of a static initialized structure. Standard C allows the forward declaration with static, and we've decided to stop catering to broken C compilers. (In fact, we expect that the compilers are all fixed eight years later.) I'm leaving staticforward and statichere defined in object.h as static. This is only for backwards compatibility with C extensions that might still use it. XXX I haven't updated the documentation.
* Patches by Jens B. Jorgensen with small mods by me:Jack Jansen2001-12-2715-128/+46
| | | | | - Converted the templates to use ANSI C prototypes (finally!) - Use re in stead of deprecated regex
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
| | | | This should match the situation in the 1.6b1 tree.
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
|
* Change copyright notice.Guido van Rossum2000-06-301-21/+6
|
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-9/+16
|
* A few missing casts (Richard Neitzel).Guido van Rossum1996-03-071-1/+1
| | | | Don't append Unix paths on a Mac (Jack Jansen).
* comment fixJack Jansen1995-10-231-0/+2
|
* Added third argument to call()Jack Jansen1995-10-122-2/+3
|
* removed all references to modsupport.hGuido van Rossum1995-06-201-1/+0
|
* Two new methodsJack Jansen1995-06-202-0/+20
|
* Jim Fulton's change to support doc stringsJack Jansen1995-06-204-1/+25
|
* Templates converted to new naming conventions (thanks to Chak Tan)Jack Jansen1995-05-1616-129/+94
|
* checkin of Jack's original versionGuido van Rossum1995-03-0220-0/+593