Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo spotted by Rafael. Close the file handle explicity and check | Nicholas Clark | 2006-10-06 | 1 | -1/+3 |
| | | | | | for errors. Add overload.pl to regen.pl p4raw-id: //depot/perl@28951 | ||||
* | Generate the overload enum and names array programatically, which | Nicholas Clark | 2006-10-06 | 1 | -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 |