summaryrefslogtreecommitdiff
path: root/overload.c
Commit message (Expand)AuthorAgeFilesLines
* Change close_and_rename() to read_only_bottom_close_and_rename()Nicholas Clark2011-01-231-0/+2
* Move all the generated file header printing into read_only_top()Nicholas Clark2011-01-231-2/+3
* regen/overload.pl: add comments to overload.[ch]David Mitchell2011-01-031-70/+70
* overload.pl -> regen/overload.plFather Chrysostomos2010-10-131-1/+1
* Add a new overload type, "qr".Ben Morrow2009-11-011-0/+2
* Run overload.pl.Ben Morrow2009-03-251-0/+2
* Make PL_AMG_names and PL_AMG_namelens staticJan Dubois2008-04-041-2/+2
* make miniperl -Wwrite-strings cleanRobin Barker2007-12-201-1/+1
* In Perl_amagic_call(), construct the SV with newSVpvn(), as we now knowNicholas Clark2007-10-181-0/+1
* Storing the length of all the overloading names saves a strlen() in aNicholas Clark2007-10-171-0/+70
* PL_AMG_names is only used by gv.c (as far as Google code search canNicholas Clark2007-10-161-0/+90