This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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.
2010-10-22 H.Merijn BrandFix on doc patch from Moritz Lenz (from IRC)
2010-10-22 Nicholas ClarkMerge the implementation of B::CV::{ROOT,START}.
2010-10-22 Nicholas ClarkNote the U8-sized space in intrpvar.h created by 737c24...
2010-10-22 Nicholas ClarkBetter diagnostics for XS::APItest::test_cv_getset_call...
2010-10-22 Nicholas ClarkS_tokeq()'s fast scan loop should terminate on \\ not \
2010-10-22 Father Chrysostomosperldelta: fix typo and POD syntax
2010-10-22 Father Chrysostomosperldelta for things I committed recently
2010-10-22 Father ChrysostomosBump re’s version
2010-10-22 Father ChrysostomosBump charnames’ version
2010-10-22 Father Chrysostomos[perl #78488] Bleadperl 304474c3 breaks GFUJI/Test...
2010-10-22 Jan DuboisFix calling conventions in malloc_ctl.h
2010-10-21 Karl Williamsonregcomp.c: /d not overriding /u
2010-10-21 Karl Williamsonregcomp.c: Fix typo in comment
2010-10-21 Jerry D. HeddenFix ext/XS-APItest/t/multicall.t warning
2010-10-21 Nicholas ClarkMY_CXT_INIT happens to contain a variable declaration...
2010-10-21 Nicholas ClarkSys::Hostname::ghname should use newSVpv(s, 0), not...
2010-10-21 Nicholas ClarkAvoid using #ifdef inside a function call that may...
2010-10-21 Nicholas Clarkbuildtoc needs to preserve the mode of any file it...
2010-10-21 Father ChrysostomosAllow stashes to have multiple names
2010-10-21 David GoldenAdd single-term prototype
2010-10-21 Father ChrysostomosFix the test count in t/re/pat.t
2010-10-21 Karl Williamsonregexec.c: utf8 doesn't match /i nonutf8 self
2010-10-21 Father ChrysostomosFix a nested package deletion bug
2010-10-21 Karl Williamsonregexec.c: utf8 doesn't match non-utf8 self
2010-10-21 Karl Williamsonregcomp.c: Get rid of compiler warning.
2010-10-21 Zeframmark cophh API as experimental
next