summaryrefslogtreecommitdiff
path: root/overload.pl
Commit message (Expand)AuthorAgeFilesLines
* update comment in overload.pl following 813720522fDavid Mitchell2009-06-121-1/+1
* overload.pl shouldnt update its output unconditionallyJim Cromie2009-06-101-3/+5
* Add some documentation to the heads of the various *.pl build scriptsDavid Mitchell2009-05-151-3/+12
* Fix overload index mismatch in overloading logic.Vincent Pit2009-03-301-2/+2
* 'overloading' pragmaYuval Kogman2009-03-301-1/+43
* make miniperl -Wwrite-strings cleanRobin Barker2009-03-051-1/+1
* Integrate:Dave Mitchell2008-05-281-13/+11
* 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-2/+14
* PL_AMG_names is only used by gv.c (as far as Google code search canNicholas Clark2007-10-161-12/+25
* Add 2007 copyrights in a few more .pl files thatRafael Garcia-Suarez2007-01-061-2/+2
* Fix typo spotted by Rafael. Close the file handle explicity and checkNicholas Clark2006-10-061-1/+3
* Generate the overload enum and names array programatically, whichNicholas Clark2006-10-061-0/+153