This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #24079] Missing crypt() function on QNX 6.2.1
[perl5.git] / mro.c
2007-10-22 Nicholas Clarkhv_iterkeysv() actually creates a mortal SV for every...
2007-10-22 Nicholas ClarkIn Perl_mro_isa_changed_in(), no need to call an RVALUE...
2007-10-22 Nicholas ClarkS_mro_get_linear_isa_c3() doesn't need to call hv_fetch...
2007-10-18 Nicholas ClarkBy using the HEK that holds the stash name in S_mro_get...
2007-10-12 Nicholas ClarkRemove some strlen()s and replace one strlcpy() with...
2007-09-28 Rafael Garcia-SuarezRemove unneeded cast
2007-09-26 Nicholas ClarkChange 31977 introduced a bug (failing to set the retur...
2007-09-26 Nicholas ClarkChange the way of determining the MRO algorithm used...
2007-09-21 Rafael Garcia-SuarezSilence a load of "value computed is not used" warnings
2007-09-20 Nicholas ClarkSVs know their length, so avoid 2 calls to strlen().
2007-09-12 Nicholas Clarkmro_get_linear_isa_dfs and mro_get_linear_isa_c3 can...
2007-07-01 Nicholas ClarkRestore a comment from 30501 unintentionally deleted...
2007-07-01 Nicholas ClarkAvoid copying the AV in Perl_mro_get_linear_isa_dfs()
2007-06-29 Rafael Garcia-SuarezRevert change #31489.
2007-06-29 Brandon BlackRe: valgrind findings
2007-06-28 Brandon BlackRe: [perl #43357] *DESTROY = sub {} at runtime
2007-06-13 Brandon Blackyet another mro.c patch
2007-06-07 Jerry D. HeddenSilence compiler warnings
2007-06-04 Brandon Blackanother mro patch
2007-05-30 Brandon BlackRe: HvMROMETA
2007-05-19 Craig A. BerryVarious mro updates from Brandon Black. References:
2007-05-09 Brandon BlackRe: mro c3 infinite recursion problem. Attemp to free...
2007-05-08 Andy Lestermore consting
2007-04-30 Brandon BlackRe: mro status, etc
2007-04-26 Brandon Blackmro status, etc
2007-04-26 Brandon BlackFix mro docs.
2007-04-24 Steve HaySilence VC6 warning about not all control paths returni...
2007-04-23 Rafael Garcia-SuarezAn optimisation to the MRO code, by Brandon Black,
2007-04-23 Craig A. BerryShorten long symbols in mro.c to avoid name mangling...
2007-04-21 Nicholas ClarkStoring PL_sv_yes over itself is as cheap as calling...
2007-04-21 Nicholas ClarkIn Perl_mro_get_linear_isa_dfs(), by treating the local...
2007-04-21 Rafael Garcia-SuarezSmall optimisations, by Brandon Black
2007-04-21 Rafael Garcia-SuarezCode comments, by Brandon Black
2007-04-20 Nicholas ClarkTerser source code in Perl_mro_meta_dup()
2007-04-19 Rafael Garcia-SuarezSimpler version, and that zeroes the allocated memory
2007-04-19 Rafael Garcia-SuarezUse Newxc instead of casting by hand
2007-04-19 Rafael Garcia-SuarezA Tolkien quote for mro.c, found by Audrey Tang.
2007-04-19 Rafael Garcia-SuarezFix compilation error with threads
2007-04-19 Rafael Garcia-SuarezPut the "Can't locate package..." warnings in the ...
2007-04-19 Rafael Garcia-SuarezChange an "Internal error" message to the more common...
2007-04-19 Brandon BlackRe: new C3 MRO patch