This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #80548] perldelta for DTrace package name change
[perl5.git] / universal.c
2010-11-01 Father ChrysostomosRemove S_get_isa_hash
2010-10-30 Father ChrysostomosMove the meta->isa code from UNIVERSAL::isa to mro_get_...
2010-10-30 Father ChrysostomosSwitch UNIVERSAL::isa over to HvENAME
2010-10-14 Nicholas ClarkMove remaining Tie::Hash::NamedCapture XS code to Named...
2010-10-14 Nicholas ClarkMove Tie::Hash::NamedCapture::{FIRST,NEXT}KEY to NamedC...
2010-10-14 Nicholas ClarkConvert lib/Tie/Hash/NamedCapture.pm to an XS module...
2010-10-14 Nicholas ClarkMerge XS_Tie_Hash_NamedCapture_{FIRSTK,NEXTK} into...
2010-10-14 Nicholas ClarkMerge XS_Tie_Hash_NamedCapture_STORE into S_named_captu...
2010-10-14 Nicholas ClarkMerge XS_Tie_Hash_NamedCapture_CLEAR into S_named_captu...
2010-10-14 Nicholas ClarkMerge XS_Tie_Hash_NamedCapture_DELETE into S_named_capt...
2010-10-14 Nicholas ClarkMerge XS_Tie_Hash_NamedCapture_SCALAR into S_named_capt...
2010-10-14 Nicholas ClarkMerge XS_Tie_Hash_NamedCapture_{FETCH,EXISTS} into...
2010-10-14 Nicholas ClarkExpand CALLREG_NAMED_BUFF* macros in XS_Tie_Hash_NamedC...
2010-10-13 Nicholas ClarkConsistent stack handling for XS_re_regnames_*
2010-10-13 Nicholas ClarkConsistent usage messages for XS_Tie_Hash_NamedCapture_*
2010-10-13 Nicholas ClarkIn XS_Tie_Hash_NamedCapture_{CLEAR,STORE}, free any...
2010-10-13 Nicholas ClarkConsistent stack handling for XS_Tie_Hash_NamedCapture_*
2010-10-13 Nicholas ClarkXS_Tie_Hash_NamedCapture_DELETE should return a value.
2010-10-12 Nicholas ClarkXS_Tie_Hash_NamedCapture_STORE should always croak...
2010-09-23 Steve HayFix code-before-declaration problem in universal.c
2010-09-23 Karl WilliamsonAdd /d, /l, /u (infixed) regex modifiers
2010-09-16 Florian RagwitzBack out the mauve module and related changes
2010-09-11 Ævar Arnfjörð Bjar... segfault on &Internals::* due to missing SvROK()
2010-08-31 Nicholas ClarkRemove unneeded use of INT2PTR() in the XS for Tie...
2010-08-29 Yves Ortoncreate the "mauve" temporary namespace for things like...
2010-06-29 gfxStop leaking temporary version objects from XS
2010-06-29 John PeacockPrevent object methods called as class methods
2010-06-27 Nicholas ClarkAdd Perl_croak_no_modify() to implement Perl_croak...
2010-05-31 Karl WilliamsonPATCH: teach diag.t new warning function names
2010-05-29 Karl WilliamsonUse sizeof instead of hard-coded array size
2010-05-29 Karl WilliamsonTypo
2010-05-28 Nicholas ClarkInPerl_boot_core_UNIVERSAL() use a data structure for...
2010-04-25 gfxFix utf8::is_utf8 to respect GMAGIC (e.g. $1)
2010-01-21 David Goldeninitialize undefined version objects with zero, not...
2010-01-14 David GoldenOmnibus strict and lax version parsing
2010-01-05 Nicholas ClarkTie::Hash::NamedCapture::* shouldn't abort if passed...
2009-11-12 Gerard GoossenAdd missing LEAVE to universal.c sv_does
2009-07-02 Jerry D. HeddenUnused 'cv'
2009-06-28 John PeacockIntegrate version.pm-0.77 into bleadperl
2009-03-31 Nicholas ClarkNote why we need a seemingly useless empty &Regexp...
2009-03-29 Nicholas ClarkChange Regexp::DESTROY to be a constant subroutine...
2009-03-08 Rafael Garcia-SuarezRemove declaration of XS_Internals_inc_sub_generation
2009-03-07 Vincent PitMake PerlIO::get_layers really test flgok before readin...
2009-01-03 Nicholas Clarkget_isa_hash() is only used in S_isa_lookup(), so it...
2009-01-03 Nicholas ClarkFollowing change 34356, which decoupled get_isa_hash...
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-11-02 Rafael Garcia-SuarezExplicitly specify some printf formats for constant...
2008-10-31 Nicholas ClarkAdd MUTABLE_GV(), and eliminate (V *) casts in *.c.
2008-10-30 Nicholas ClarkEliminate (SV *) casts from sv.c and [tu]*.c, except...
2008-10-29 Marcus Holland-MoritzUse pvs macros instead of pvn where possible.
2008-10-29 Nicholas ClarkEliminate (AV *) casts in *.c.
2008-10-28 Nicholas ClarkEliminate (HV *) casts in u*.c.
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-09-12 Nicholas ClarkCreate a direct lookup hash for ->isa() lookup, by...
2008-09-11 Nicholas ClarkAbolish the warning "Can't locate package %"SVf" for...
2008-09-11 Nicholas ClarkAs stash can't be NULL, no need to check name_stash...
2008-09-11 Nicholas ClarkUse 1 line of code in place of 6 in Perl_sv_derived_from().
2008-09-11 Nicholas ClarkS_isa_lookup() no longer recurses (as of Brandon's...
2008-08-22 Nicholas ClarkNo, I didn't mean to commit the version *with* the...
2008-08-22 Nicholas ClarkNote that we have no test coverage for this particular...
2008-07-18 Marcus Holland-MoritzWelcome to refcount hell. Fix the leaks reported by...
2008-05-23 Jerry D. HeddenSilence build warnings in universal.c
2008-05-21 Nicholas ClarkMake the worst case error message for Perl_croak_xs_usa...
2008-05-21 Nicholas ClarkAdd Perl_croak_xs_usage(), which reduces a lot of expli...
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2008-02-02 Nicholas ClarkIn XS_PerlIO_get_layers() take advantage of the impleme...
2008-02-02 Nicholas ClarkIn XS_re_regexp_pattern(), use newSVpvn_flags() to...
2008-01-29 Steven Schubigertoke.c/universal.c: consting
2008-01-09 Jerry D. HeddenMove re::regexp_pattern to universal.c
2008-01-07 Nicholas ClarkPost change 32880, restore the dummy sub Regexp::DESTROY {}
2008-01-04 Marcus Holland-MoritzAdd macros mPUSHs() and mXPUSHs() for pushing SVs on...
2008-01-03 Nicholas ClarkAdd newSVpvs_flags() as a wrapper to newSVpvn_flags...
2008-01-03 Marcus Holland-MoritzForgot to remove dTARGET with change #32816.
2008-01-03 Marcus Holland-MoritzFix memory leaks in XS_PerlIO_get_layers() by mortalizing
2007-12-28 Nicholas ClarkFirst class regexps.
2007-10-18 Nicholas Clarkuse newSVpvs() on the constant string "isa", rather...
2007-06-28 Yves OrtonRename various regex defined so that they have distinct...
2007-06-18 Ævar Arnfjörð Bjar... SvRX() and SvRXOK() macros
2007-06-08 Craig A. BerryMake symbols short enough for VMS after #31341.
2007-06-07 Jerry D. HeddenSilence compiler warnings
2007-06-06 Ævar Arnfjörð Bjar... Re: [PATCH] Callbacks for named captures (%+ and %-)
2007-05-09 Andy LesterRemove unused parms in S_isa_lookup
2007-05-03 Ævar Arnfjörð Bjar... FETCH/STORE/LENGTH callbacks for numbered capture variables
2007-04-30 Brandon BlackRe: mro status, etc
2007-04-21 Nicholas ClarkEliminate Internals::inc_sub_generation, which nothing...
2007-04-21 Rafael Garcia-SuarezUpgrade to version-0.7203.
2007-04-20 Rafael Garcia-SuarezNit to S_isa_lookup by Brandon Black
2007-04-19 Rafael Garcia-SuarezPut the "Can't locate package..." warnings in the ...
2007-04-19 Brandon BlackRe: new C3 MRO patch
2007-04-14 H.Merijn BrandTypo in croak message
2007-03-31 Rafael Garcia-SuarezFix the error message "Can't call method "DOES" on...
2007-03-26 Nicholas ClarkIn struct regexp replace the two arrays of I32s accesse...
2007-03-23 Rafael Garcia-SuarezDon't use PL_na.
2007-03-22 Rafael Garcia-SuarezFix error message for re::regnames_iterinit()
2007-03-22 Yves OrtonResolve PL_curpm issues with (??{}) and fix corruption...
2007-03-19 Rafael Garcia-SuarezUpgrade to version.pm 0.71, by John Peacock
2007-03-08 Yves OrtonRe: [PATCH] Tweaks so that miniperl.exe doesnt croak...
2007-03-03 Rafael Garcia-SuarezCompilation warnings fixes by Jerry D. Hedden
2007-03-02 Nicholas ClarkMore assertion failures, found by auditing the code.
2007-01-25 Nicholas ClarkThe last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
next