This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2010-10-30 Father ChrysostomosSuppress warning from gv.t
2010-10-30 Father ChrysostomosA plethora of isarev tests
2010-10-30 Father ChrysostomosCorrect reference to get_linear_isa in get_isarev’...
2010-10-30 Father ChrysostomosTo-do tests for isarev (more to come)
2010-10-30 Father ChrysostomosIncrease mro’s version
2010-10-30 Nicholas ClarkMerge the direct structure lookup for B::{PV,PVMG,PVLV...
2010-10-30 Nicholas ClarkMerge the direct structure lookup for B::IV:: and B...
2010-10-30 Nicholas ClarkMerge the implementation of B::IV::{needs64bits,packiv...
2010-10-30 Nicholas Clark257e0650 used the "wrong" croak() - correct B::GV:SV...
2010-10-30 Nicholas ClarkMerge B::GV::{file,name} using ALIAS.
2010-10-30 Nicholas ClarkFor B's GP accessors, encode the type and offset in...
2010-10-30 Nicholas ClarkIn B.xs, move the direct COP access for stash and file...
2010-10-30 Father ChrysostomosMacros are not called with aTHX_
2010-10-30 Father ChrysostomosSwitch S_mro_get_linear_isa_c3 to HvENAME
2010-10-30 Father ChrysostomosRemove the #ifdef PERL_CORE surrounding the HvENAME...
2010-10-30 Father ChrysostomosAdd HvENAME_HEK
2010-10-30 Father ChrysostomosAdd docs for hv_ename_*
2010-10-30 Father Chrysostomosperlmroapi: suggest HvNAME as a fallback
2010-10-30 Father ChrysostomosAdd test for the crashes fixed in 00169e2
2010-10-30 Father ChrysostomosSwitch the core MRO code over to HvENAME
2010-10-30 Father ChrysostomosAdd HvENAME
2010-10-30 Father ChrysostomosIn S_hv_delete_common, call mro_package_moved after...
2010-10-30 George GreerFix Math::BigInt::FastCalc build under Win32 with croak...
2010-10-29 Nicholas ClarkMerge B::COP::{cop_seq,hints,line} into the common...
2010-10-29 Nicholas ClarkMerge B::PADOP::{gv,sv} using the ALIAS mechanism.
2010-10-29 Nicholas ClarkMerge B::PADOP::padix into the common B::OP accessor...
2010-10-29 Nicholas ClarkSort the MANIFEST (after change 1222f39eae03eee3)
2010-10-29 Father ChrysostomosAdd test for [perl #78674]
2010-10-29 Nicholas ClarkMerge B::SVOP::{gv,sv} into the common B::OP accessor...
2010-10-29 Nicholas ClarkIn B.xs, move conditionally defined PMOP macros to...
2010-10-29 Niko Tyni[perl #78674] Fix stack pointer corruption in pp_concat...
2010-10-29 Father ChrysostomosUse STDOUT in defout.t to suppress that ‘#foo’ under...
2010-10-29 Nicholas ClarkMerge B::PMOP::precomp and B::PMOP::reflags, using...
2010-10-29 Nicholas ClarkMerge B::PMOP::pmoffset into the common B::OP accessor...
2010-10-29 Nicholas ClarkReorder parts of B.xs to reduce the amount of condition...
2010-10-29 Nicholas ClarkMerge B::PMOP::pmflags into the common B::OP accessor...
2010-10-29 Nicholas ClarkFor B's OP accessors, encode the type and offset in...
2010-10-29 Nicholas ClarkMerge all B::OP::* accessors returning B::OP objects.
2010-10-29 Nicholas ClarkMath::BigInt::FastCalc doesn't need to set $BASE or...
2010-10-29 Nicholas ClarkMath::BigInt::FastCalc doesn't need to override methods...
2010-10-29 Nicholas ClarkRefactor FastCalc to initialise BASE and BASE_LEN as...
2010-10-29 Nicholas ClarkReorder the list return of Math::BigInt::Calc::_base_len().
2010-10-29 Father ChrysostomosFix NAMECOUNT output format in dump.c
2010-10-29 Father Chrysostomoshv_ename_delete should not delete the HvNAME
2010-10-29 Nicholas ClarkB::GV::is_empty and B::GV::isGV_with_GP can be merged...
2010-10-29 Chris 'BinGOs... Update CPANPLUS to CPAN version 0.9010
2010-10-29 Nicholas ClarkB::PV::PV doesn't need a special case for pad names...
2010-10-29 Nicholas ClarkUse the same XS body for B::IV::RV and B::PV::RV.
2010-10-29 Nicholas ClarkA clearer implementation of B::SV::object_2svref()
2010-10-29 Nicholas ClarkB::SV{REFCNT,FLAGS,SvTYPE,POK,ROK,MAGICAL} can be imple...
2010-10-29 Chris 'BinGOs... Update CPANPLUS-Dist-Build to CPAN version 0.50
2010-10-29 Florian RagwitzRecommend a more reliable way of identifying magic
2010-10-29 Florian RagwitzTeach dump.c about all magic flags
2010-10-29 Father ChrysostomosTeach dump.c about ENAMEs
2010-10-29 Zeframadd SAVEFREECOPHH()
2010-10-28 Karl WilliamsonFile::CheckTree.t: @INC should be change for chdir
2010-10-28 Nicholas ClarkIn B.xs, move the definition of PMOP_pmnext adjacent...
2010-10-28 Nicholas ClarkThe method B::PMOP::pmregexp never existed. Remove...
2010-10-28 Nicholas ClarkIn S_scan_const(), use the return value of my_sprintf...
2010-10-28 Nicholas ClarkMerge the XS implementation of B::OP::name and B::OP...
2010-10-28 Father Chrysostomosperldelta up to 0b6a3b5adbe83
2010-10-28 Father ChrysostomosIncrease Hash::Util::FieldHash’s version
2010-10-28 brian d foyDefer to perlfunc on \G and pos()
2010-10-28 brian d foyMerge branch 'briandfoy/pos' into blead
2010-10-28 brian d foyNote that pos() only affects the next match RT #78636
2010-10-28 Father ChrysostomosType- and think-o’s
2010-10-28 Father Chrysostomosperldelta for 2acc3314e31
2010-10-28 Father Chrysostomosperldelta up to e1be28b42dd83 plus corrections
2010-10-28 Father ChrysostomosIncrease Sys::Hostname’s version
2010-10-28 Father ChrysostomosRevert "Bump charnames’ version"
2010-10-28 Father ChrysostomosRun 01SelfLoader.t also under taint mode
2010-10-28 Father ChrysostomosMark failing tests in t/op/stash.t as to-do
2010-10-27 David Goldenfix pod formatting in perldelta.pod
2010-10-27 Father Chrysostomosperldelta up to 157486ae134392
2010-10-27 Father ChrysostomosIncrease SDBM_File’s version
2010-10-27 Father ChrysostomosIncrease Hash::Util’s version
2010-10-27 Father ChrysostomosIncrease Fcntl’s version
2010-10-27 Father Chrysostomosperldelta up to 582b18310
2010-10-27 Father ChrysostomosBump ODBM_File’s version
2010-10-27 Father ChrysostomosBump NDBM_File’s version
2010-10-27 Nicholas ClarkRemove THREADSV_NAMES, part of 5005 threads that the...
2010-10-27 Nicholas ClarkB::Deparse should call B::threadsv_names, instead of...
2010-10-27 Nicholas ClarkGet B::Deparse to load on perls back to 5.8.1
2010-10-27 Father ChrysostomosRenaming of stashes should not be visible from Perl
2010-10-27 Nicholas ClarkSimplify the conditionals in the XS code for B::COP...
2010-10-27 Chris 'BinGOs... Update UPSTREAM status for perlreftut and Tie::File...
2010-10-27 Nicholas ClarkUsing ALIAS B::OP::{opt,spare,type} can be implemented...
2010-10-27 Niko TyniDon't fold constants in sprintf() if locales are used
2010-10-27 Niko TyniLC_NUMERIC documentation updates + tests
2010-10-27 Niko TyniRefactor LC_NUMERIC test out of t/run/fresh_perl.t
2010-10-27 Chris 'BinGOs... Update Archive-Extract to CPAN version 0.46
2010-10-27 Zeframnew API functions op_scope and op_lvalue
2010-10-27 Karl WilliamsonANYOF regnode often overallocates space
2010-10-26 Jerry D. HeddenCleanup output from t/io/defout.t RT#78572
2010-10-26 Father ChrysostomosRevert "[PATCH] Cleanup output from t/io/defout.t RT...
2010-10-26 Jerry D. Hedden[PATCH] Cleanup output from t/io/defout.t RT#78572
2010-10-26 David Mitchellfix thinko in code comment
2010-10-26 Chris 'BinGOs... Update CPAN to CPAN version 1.94_62
2010-10-26 Tony Cookdetect the failure introduced in 304474c3 and fixed...
2010-10-26 Nicholas ClarkIn I18N::Langinfo::langinfo(), use newSVpv(), as it...
next