LOGONLY mark 1f3ebc NODOC (useful but relatively minor doc change)
[p5sagit/p5-mst-13.2.git] / overload.pl
2009-11-01 Ben Morrow Add a new overload type, "qr".
2009-06-10 David Mitchell update comment in overload.pl following 813720522f
2009-06-05 Jim Cromie overload.pl shouldnt update its output unconditionally
2009-05-15 David Mitchell Add some documentation to the heads of the various...
2009-03-25 Ben Morrow Add new overloading type.
2009-01-02 Vincent Pit Fix overload index mismatch in overloading logic.
2009-01-02 Yuval Kogman 'overloading' pragma
2008-04-04 Jan Dubois Make PL_AMG_names and PL_AMG_namelens static
2008-03-17 Nicholas Clark Drag autodoc.pl and overload.pl into the age of safer_o...
2007-12-20 Robin Barker make miniperl -Wwrite-strings clean
2007-10-18 Nicholas Clark In Perl_amagic_call(), construct the SV with newSVpvn...
2007-10-17 Nicholas Clark Storing the length of all the overloading names saves...
2007-10-16 Nicholas Clark PL_AMG_names is only used by gv.c (as far as Google...
2007-01-06 Rafael Garcia-Suarez Add 2007 copyrights in a few more .pl files that
2006-10-06 Nicholas Clark Fix typo spotted by Rafael. Close the file handle expli...
2006-10-06 Nicholas Clark Generate the overload enum and names array programatica...