platform/upstream/perl.git
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...
2010-10-26 Father Chrysostomos-$zero should not modify $zero
2010-10-26 Jan DuboisCorrectly set param->new_perl in perl_clone_using()
2010-10-26 Father ChrysostomosCorrect spelling
2010-10-26 Father ChrysostomosRemove the to-do mark from test 4 in threads-dirh.t
2010-10-26 Zeframadd CvSTASH_set() macro and make CvSTASH() rvalue only
2010-10-25 Jan DuboisDocument rewinddir() limitations
2010-10-25 Father ChrysostomosFix @ISA recursion during global destruction
2010-10-25 Jan DuboisImplement DIR* cloning on Windows
2010-10-25 Father Chrysostomos[perl #77812] Globs in tied scalars can be reified...
2010-10-25 Father ChrysostomosRevert "Fix for RT#1804: Anonymous glob breaks when...
2010-10-25 Father ChrysostomosMake untie check the FAKE flag on globs
2010-10-25 Nicholas ClarkIn Socket::inet_ntoa(), use Perl_newSVpvf(), instead...
2010-10-25 Zeframfunction to parse isolated label
2010-10-25 Zeframfunction to parse unlabelled statement
2010-10-25 Zeframstop passing line numbers into op constructor functions
2010-10-25 Zeframrefactor and regularise label/statement grammar
2010-10-25 Nicholas ClarkMerge Hash::Util::FieldHash::_test_uvar_{get,set,same...
2010-10-25 Nicholas ClarkIn Hash::Util::FieldHash::_test_uvar_set, the second...
2010-10-25 Father Chrysostomos[perl #77688] tie $scalar can tie a handle
2010-10-25 Father ChrysostomosTests for [perl #77508] List assignment to fake globs...
2010-10-25 Father Chrysostomos[perl #77498] Assignment ignores magick when the RHS...
2010-10-25 Jan DuboisFor PROXYSUBS, tables may sometimes have no entries.
2010-10-25 Nicholas ClarkIn FastCalc.xs, use SV * as the return type for _new...
2010-10-25 Tony Cookrt #72398 - get magic before downgrading in SvPVbyte()
2010-10-25 Niko TyniTODO test: SvPVbyte should handle get magic before...
2010-10-25 Nicholas ClarkConvert Math::BigInt::FastCalc to XSLoader.
2010-10-25 Nicholas ClarkIn FastCalc.xs, inline the macros CONSTANT_OBJ and...
2010-10-25 Nicholas ClarkReduce repetition in FastCalc.xs by using ALIASes.
2010-10-25 Nicholas ClarkMove some GV tests to gv.t from glob.t - the latter...
2010-10-25 Nicholas ClarkStop sysio.t changing into t/op, and hence creating...
2010-10-25 Nicholas ClarkCorrect tests for B::{cstring,perlstring,cchar}
2010-10-25 Father ChrysostomosRename stashes when they move around
2010-10-25 Father ChrysostomosMemory-management macros evaluate their arguments multi...
2010-10-25 Father Chrysostomos[perl #77496] tied gets scalars and globs confused
2010-10-25 Tony Cookuse compatible types in a conditional expression
2010-10-24 Father Chrysostomos[perl #77810] Scalars vs globs
2010-10-24 Todd RinaldoUpdate Locale-Maketext to CPAN version 1.17
2010-10-24 Chris 'BinGOs... Update Maintainers.pl with the latest version of Module...
2010-10-24 Nicholas ClarkIn B.xs, use newSVpvn_flags() instead of sv_newmortal...
2010-10-24 Zeframdon't rely on ghost contexts being unmolested
2010-10-24 Florian RagwitzMath::BigRat has blead as its upstream
2010-10-24 Father ChrysostomosMake mro_package_moved use a mortal in case mro_isa_cha...
2010-10-24 Nicholas ClarkFix SV leak in Perl_emulate_cop_io(), present since...
2010-10-24 Nicholas ClarkIn B.xs, tidy up make_*_object().
next