summaryrefslogtreecommitdiff
path: root/overload.pl
Commit message (Expand)AuthorAgeFilesLines
* Add a new overload type, "qr".Ben Morrow2009-11-011-0/+1
* update comment in overload.pl following 813720522fDavid Mitchell2009-06-101-1/+1
* overload.pl shouldnt update its output unconditionallyJim Cromie2009-06-061-3/+5
* Add some documentation to the heads of the various *.pl build scriptsDavid Mitchell2009-05-151-3/+12
* Add new overloading type.Ben Morrow2009-03-251-0/+1
* Fix overload index mismatch in overloading logic.Vincent Pit2009-01-021-2/+2
* 'overloading' pragmaYuval Kogman2009-01-021-1/+43
* Make PL_AMG_names and PL_AMG_namelens staticJan Dubois2008-04-041-2/+2
* Drag autodoc.pl and overload.pl into the age of safer_open().Nicholas Clark2008-03-171-13/+11
* 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-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