summaryrefslogtreecommitdiff
path: root/mro.c
Commit message (Expand)AuthorAgeFilesLines
...
* another mro patchBrandon Black2007-06-041-220/+174
* Re: HvMROMETABrandon Black2007-05-301-2/+11
* Various mro updates from Brandon Black. References:Craig A. Berry2007-05-191-30/+66
* Re: mro c3 infinite recursion problem. Attemp to free unreferenced scalarBrandon Black2007-05-091-9/+12
* more constingAndy Lester2007-05-081-73/+66
* Re: mro status, etcBrandon Black2007-04-301-104/+79
* mro status, etcBrandon Black2007-04-261-2/+8
* Fix mro docs.Brandon Black2007-04-261-6/+6
* Silence VC6 warning about not all control paths returning a valueSteve Hay2007-04-241-0/+1
* An optimisation to the MRO code, by Brandon Black,Rafael Garcia-Suarez2007-04-231-25/+78
* Shorten long symbols in mro.c to avoid name mangling on VMS.Craig A. Berry2007-04-231-6/+6
* Storing PL_sv_yes over itself is as cheap as calling hv_exists(), soNicholas Clark2007-04-211-6/+9
* In Perl_mro_get_linear_isa_dfs(), by treating the local variable sv asNicholas Clark2007-04-211-21/+18
* Small optimisations, by Brandon BlackRafael Garcia-Suarez2007-04-211-2/+2
* Code comments, by Brandon BlackRafael Garcia-Suarez2007-04-211-4/+68
* Terser source code in Perl_mro_meta_dup()Nicholas Clark2007-04-201-18/+15
* Simpler version, and that zeroes the allocated memoryRafael Garcia-Suarez2007-04-191-2/+2
* Use Newxc instead of casting by handRafael Garcia-Suarez2007-04-191-7/+5
* A Tolkien quote for mro.c, found by Audrey Tang.Rafael Garcia-Suarez2007-04-191-0/+5
* Fix compilation error with threadsRafael Garcia-Suarez2007-04-191-3/+4
* Put the "Can't locate package..." warnings in the "syntax"Rafael Garcia-Suarez2007-04-191-2/+2
* Change an "Internal error" message to the more common "panic"Rafael Garcia-Suarez2007-04-191-1/+1
* Re: new C3 MRO patchBrandon Black2007-04-191-0/+1002