summaryrefslogtreecommitdiff
path: root/ext/mro
Commit message (Expand)AuthorAgeFilesLines
* Remove Makefile.PLs that make_ext.pl can automatically generate.Nicholas Clark2009-04-131-9/+0
* Improve mro merging error messages.Florian Ragwitz2009-03-281-2/+12
* Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs.Nicholas Clark2009-03-261-1/+0
* Silence Win32 compiler warnings.Steve Hay2009-01-131-1/+0
* Remove duplicate return in S_mro_get_linear_isa_c3() accidentally added byNicholas Clark2009-01-031-1/+0
* In mro_get_mro, use the length and UTF-8-ness now contained in struct mro_algNicholas Clark2008-12-291-3/+8
* Move all mro:: XS functions from mro.c to ext/mro/mro.xs, except forNicholas Clark2008-12-272-28/+159
* Remove the comment that the mro:: functions are actually in the coreNicholas Clark2008-12-271-2/+1
* Proper pluggable Method Resolution Orders. 'c3' is now implemented outside theNicholas Clark2008-12-275-0/+863