Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a new overload type, "qr". | Ben Morrow | 2009-11-01 | 1 | -0/+2 |
| | |||||
* | Run overload.pl. | Ben Morrow | 2009-03-25 | 1 | -0/+2 |
| | |||||
* | Fix overload index mismatch in overloading logic. | Vincent Pit | 2009-01-02 | 1 | -2/+2 |
| | | | | In amagic_call(), the 'method' arg comes the overload enum in overload.h, but is expected to match the bit set from %overloading::numbers::names. It values wrongly start at 1, differing by 1 from the enum indexes. This didn't appear in the tests because 'method' was reduced modulo 7 instead of 8. | ||||
* | 'overloading' pragma | Yuval Kogman | 2009-01-02 | 1 | -0/+159 |