platform/upstream/perl.git
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().
2010-10-24 Nicholas ClarkB::hash() should only work on byte sequences.
2010-10-24 Nicholas ClarkRefactor B::hash to use Perl_newSVpvf() instead of...
2010-10-24 Nicholas ClarkMore tests for B::hash().
2010-10-24 Nicholas ClarkB::cchar can be implemented as an ALIAS of B::cstring.
2010-10-24 Nicholas ClarkRefactor B::cchar() to create a temporary directly...
2010-10-24 Nicholas ClarkTests for B::cchar().
2010-10-24 Nicholas ClarkIn B.xs, refactor cstring() to return a mortal, which...
2010-10-24 Nicholas ClarkTest NUL bytes with B::cstring() and B::perlstring().
2010-10-24 Nicholas ClarkB::perlstring can be implemented as an ALIAS of B:...
2010-10-24 Nicholas ClarkIn cstring() in B.xs, use Perl_sv_catpvf(), instead...
2010-10-24 Nicholas ClarkMore comprehensive tests for B::cstring() and B::perlst...
2010-10-24 Nicholas ClarkIn pp_getlogin, use sv_setpv_mg() to avoid needing...
2010-10-24 Zeframpermit labels to appear before declarations
2010-10-24 Father ChrysostomosPerl_hv_name_add needs to set xhv_name_count in one...
2010-10-24 Tony Cook.gitignore some extra ext/B build products
2010-10-24 Tony Cookremove ; so the conditional actually controls some...
2010-10-24 Tony Cookmake the definition of sv_catpv_flags match the declaration
2010-10-24 Father Chrysostomossv_setsv_flags was also using a potentially freed HV
2010-10-23 Florian RagwitzTels doesn't want to maintain math stuff anymore
2010-10-23 Nicholas ClarkConvert B to use ExtUtils::Constant::ProxySubs for...
2010-10-23 Nicholas ClarkFor PROXYSUBS, add an option to push all constants...
2010-10-23 Nicholas ClarkFor PROXYSUBS, allow an explicit XS_SUBNAME of undef...
2010-10-23 Nicholas ClarkChange concise.t to use Storable to test stash/src...
2010-10-23 Father ChrysostomosS_glob_assign_glob was using a potentially freed HV
2010-10-23 Shlomi Fishperlipc: Convert tabs to spaces.
2010-10-23 David Goldenperlipc: fix bug in example
2010-10-23 Father ChrysostomosAdd functions for adding and deleting stash names
2010-10-23 Nicholas ClarkFor PROXYSUBS, also avoid calling get_missing_hash...
2010-10-23 Ian GoodacreClarify and correct description of comma operator in...
2010-10-23 Ian GoodacreCorrected Perl5 example of Formatted output and signifi...
2010-10-23 Ian GoodacreAdded missing variable name in example code
2010-10-22 Nicholas ClarkRemove cruft from B's Makefile.PL
2010-10-22 Nicholas ClarkFor PROXYSUBS, get the hash from the fetch to pass...
2010-10-22 Nicholas ClarkFor PROXYSUBS, loop with do {} not while, as there...
2010-10-22 Nicholas ClarkFor PROXYSUBS, avoid calling get_missing_hash() if...
2010-10-22 Nicholas ClarkFor PROXYSUBS, give the notfound struct file scope.
2010-10-22 Nicholas ClarkMinor refactor of ExtUtils::Constant::ProxySubs.
next