summaryrefslogtreecommitdiff
path: root/lib/overload
Commit message (Collapse)AuthorAgeFilesLines
* Add a new overload type, "qr".Ben Morrow2009-11-011-0/+2
|
* Run overload.pl.Ben Morrow2009-03-251-0/+2
|
* Fix overload index mismatch in overloading logic.Vincent Pit2009-01-021-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' pragmaYuval Kogman2009-01-021-0/+159