Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | staticforward bites the dust. | Jeremy Hylton | 2002-07-17 | 1 | -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 Jansen | 2001-12-27 | 15 | -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 Rossum | 2000-09-01 | 1 | -9/+0 |
| | | | | This should match the situation in the 1.6b1 tree. | ||||
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
| | |||||
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -21/+6 |
| | |||||
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -9/+16 |
| | |||||
* | A few missing casts (Richard Neitzel). | Guido van Rossum | 1996-03-07 | 1 | -1/+1 |
| | | | | Don't append Unix paths on a Mac (Jack Jansen). | ||||
* | comment fix | Jack Jansen | 1995-10-23 | 1 | -0/+2 |
| | |||||
* | Added third argument to call() | Jack Jansen | 1995-10-12 | 2 | -2/+3 |
| | |||||
* | removed all references to modsupport.h | Guido van Rossum | 1995-06-20 | 1 | -1/+0 |
| | |||||
* | Two new methods | Jack Jansen | 1995-06-20 | 2 | -0/+20 |
| | |||||
* | Jim Fulton's change to support doc strings | Jack Jansen | 1995-06-20 | 4 | -1/+25 |
| | |||||
* | Templates converted to new naming conventions (thanks to Chak Tan) | Jack Jansen | 1995-05-16 | 16 | -129/+94 |
| | |||||
* | checkin of Jack's original version | Guido van Rossum | 1995-03-02 | 20 | -0/+593 |