Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -2/+2 |
* | Get the meta class inheritance right. | Jeremy Hylton | 2002-07-12 | 1 | -5/+6 |
* | move make_eiffel_method() out of base metaclass | Jeremy Hylton | 2002-07-11 | 1 | -7/+7 |
* | Remove list prenpost. It's not used any longer. | Jeremy Hylton | 2002-07-11 | 1 | -3/+0 |
* | Add a call to a Sub() method that actually works. | Jeremy Hylton | 2002-07-11 | 1 | -0/+1 |
* | Add Enum and Eiffel examples using new-style classes. | Jeremy Hylton | 2002-07-11 | 2 | -0/+323 |