summaryrefslogtreecommitdiff
path: root/overload.pl
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo spotted by Rafael. Close the file handle explicity and checkNicholas Clark2006-10-061-1/+3
| | | | | for errors. Add overload.pl to regen.pl p4raw-id: //depot/perl@28951
* Generate the overload enum and names array programatically, whichNicholas Clark2006-10-061-0/+153
allows experimentation with the order. The new order shaves nearly 900 bytes from gv.o, because the compiler can make smaller branch tables for switch statements. p4raw-id: //depot/perl@28950