| Commit message (Expand) | Author | Age | Files | Lines |
* | In S_mro_get_linear_isa_dfs(), save copying by making a shared hash | Nicholas Clark | 2008-08-22 | 1 | -1/+15 |
* | In S_mro_get_linear_isa_dfs(), hv_exists_ent() followed by an optional | Nicholas Clark | 2008-08-22 | 1 | -3/+12 |
* | Add Perl_croak_xs_usage(), which reduces a lot of explicit calls of | Nicholas Clark | 2008-05-21 | 1 | -24/+8 |
* | Avoid a segfault case in MRO code, based on : | ilmari@vesla.ilmari.org | 2008-02-25 | 1 | -1/+1 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -5/+9 |
* | Add macros mPUSHs() and mXPUSHs() for pushing SVs on the stack | Marcus Holland-Moritz | 2008-01-04 | 1 | -6/+4 |
* | Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set in | Nicholas Clark | 2008-01-03 | 1 | -1/+1 |
* | We can now sv_upgrade(sv, SVt_PVHV), so do so, to simplify the code. | Nicholas Clark | 2008-01-03 | 1 | -10/+3 |
* | hv_iterkeysv() actually creates a mortal SV for every call. | Nicholas Clark | 2007-10-22 | 1 | -6/+8 |
* | In Perl_mro_isa_changed_in(), no need to call an RVALUE hv_fetch() then | Nicholas Clark | 2007-10-22 | 1 | -4/+15 |
* | S_mro_get_linear_isa_c3() doesn't need to call hv_fetch() then | Nicholas Clark | 2007-10-22 | 1 | -5/+6 |
* | By using the HEK that holds the stash name in S_mro_get_linear_isa_c3() | Nicholas Clark | 2007-10-18 | 1 | -14/+12 |
* | Remove some strlen()s and replace one strlcpy() with memcpy() because | Nicholas Clark | 2007-10-12 | 1 | -2/+1 |
* | Remove unneeded cast | Rafael Garcia-Suarez | 2007-09-28 | 1 | -1/+1 |
* | Change 31977 introduced a bug (failing to set the return value of | Nicholas Clark | 2007-09-26 | 1 | -1/+1 |
* | Change the way of determining the MRO algorithm used from an enum | Nicholas Clark | 2007-09-26 | 1 | -25/+39 |
* | Silence a load of "value computed is not used" warnings | Rafael Garcia-Suarez | 2007-09-21 | 1 | -6/+6 |
* | SVs know their length, so avoid 2 calls to strlen(). | Nicholas Clark | 2007-09-20 | 1 | -10/+6 |
* | mro_get_linear_isa_dfs and mro_get_linear_isa_c3 can have static | Nicholas Clark | 2007-09-12 | 1 | -4/+5 |
* | Restore a comment from 30501 unintentionally deleted with change 31513. | Nicholas Clark | 2007-07-01 | 1 | -1/+4 |
* | Avoid copying the AV in Perl_mro_get_linear_isa_dfs() | Nicholas Clark | 2007-07-01 | 1 | -10/+9 |
* | Revert change #31489. | Rafael Garcia-Suarez | 2007-06-29 | 1 | -4/+2 |
* | Re: valgrind findings | Brandon Black | 2007-06-29 | 1 | -4/+11 |
* | Re: [perl #43357] *DESTROY = sub {} at runtime | Brandon Black | 2007-06-28 | 1 | -2/+4 |
* | yet another mro.c patch | Brandon Black | 2007-06-13 | 1 | -48/+50 |
* | Silence compiler warnings | Jerry D. Hedden | 2007-06-07 | 1 | -0/+2 |
* | another mro patch | Brandon Black | 2007-06-04 | 1 | -220/+174 |
* | Re: HvMROMETA | Brandon Black | 2007-05-30 | 1 | -2/+11 |
* | Various mro updates from Brandon Black. References: | Craig A. Berry | 2007-05-19 | 1 | -30/+66 |
* | Re: mro c3 infinite recursion problem. Attemp to free unreferenced scalar | Brandon Black | 2007-05-09 | 1 | -9/+12 |
* | more consting | Andy Lester | 2007-05-08 | 1 | -73/+66 |
* | 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 |