| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: mro status, etc | Brandon Black | 2007-04-30 | 1 | -104/+79 |
* | mro status, etc | Brandon Black | 2007-04-26 | 1 | -2/+8 |
* | Fix mro docs. | Brandon Black | 2007-04-26 | 1 | -6/+6 |
* | Silence VC6 warning about not all control paths returning a value | Steve Hay | 2007-04-24 | 1 | -0/+1 |
* | An optimisation to the MRO code, by Brandon Black, | Rafael Garcia-Suarez | 2007-04-23 | 1 | -25/+78 |
* | Shorten long symbols in mro.c to avoid name mangling on VMS. | Craig A. Berry | 2007-04-23 | 1 | -6/+6 |
* | Storing PL_sv_yes over itself is as cheap as calling hv_exists(), so | Nicholas Clark | 2007-04-21 | 1 | -6/+9 |
* | In Perl_mro_get_linear_isa_dfs(), by treating the local variable sv as | Nicholas Clark | 2007-04-21 | 1 | -21/+18 |
* | Small optimisations, by Brandon Black | Rafael Garcia-Suarez | 2007-04-21 | 1 | -2/+2 |
* | Code comments, by Brandon Black | Rafael Garcia-Suarez | 2007-04-21 | 1 | -4/+68 |
* | Terser source code in Perl_mro_meta_dup() | Nicholas Clark | 2007-04-20 | 1 | -18/+15 |
* | Simpler version, and that zeroes the allocated memory | Rafael Garcia-Suarez | 2007-04-19 | 1 | -2/+2 |
* | Use Newxc instead of casting by hand | Rafael Garcia-Suarez | 2007-04-19 | 1 | -7/+5 |
* | A Tolkien quote for mro.c, found by Audrey Tang. | Rafael Garcia-Suarez | 2007-04-19 | 1 | -0/+5 |
* | Fix compilation error with threads | Rafael Garcia-Suarez | 2007-04-19 | 1 | -3/+4 |
* | Put the "Can't locate package..." warnings in the "syntax" | Rafael Garcia-Suarez | 2007-04-19 | 1 | -2/+2 |
* | Change an "Internal error" message to the more common "panic" | Rafael Garcia-Suarez | 2007-04-19 | 1 | -1/+1 |
* | Re: new C3 MRO patch | Brandon Black | 2007-04-19 | 1 | -0/+1002 |