This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2010-11-18 Nicholas ClarkTest that lack of prototype on a sub's definition overr...
2010-11-18 Chris 'BinGOs... Update Changes file ahead of v5.13.7 release
2010-11-18 Chris 'BinGOs... Update perldelta to note the Visual C++ 2010 support
2010-11-18 Steve HaySupport Visual C++ 2010
2010-11-18 Craig A. BerryMake perlio line buffer VMS record-oriented files on...
2010-11-18 David GoldenDon't install unnecessary unicore files
2010-11-17 Nicholas ClarkIn Perl_cv_undef(), only check potential pads against...
2010-11-17 Nicholas ClarkIn S_pad_check_dup(), no need to check the 0th name...
2010-11-17 Nicholas ClarkConvert newSUB() to a macro wrapping Perl_newATTRSUB()
2010-11-17 Rafael Garcia... Spelling/grammar nits
2010-11-17 Jerry D. HeddenCreate proper Cygwin $ENV{PATH} in test.pl
2010-11-17 Father ChrysostomosGet cpan/CGI/t/http.t working on VMS again
2010-11-17 Craig A. BerryClean up multiplying perldelta deletions.
2010-11-17 Father ChrysostomosRemove unnecessary check in mro_package_moved
2010-11-17 Father ChrysostomosDon’t skip mro_package_moved if the parent stash is...
2010-11-16 Nicholas ClarkInline Perl_pad_undef() into its only caller, Perl_cv_u...
2010-11-16 Nicholas ClarkMove Perl_cv_undef() from op.c to pad.c
2010-11-16 Nicholas ClarkAdd Grant McLean to AUTHORS, following commit a27417a02...
2010-11-16 Grant McLeanUpdate references to targrep to ptargrep in ptargrep
2010-11-16 brian d foyNote in perlfaq2 that perl.com is no longer part of...
2010-11-16 Nicholas ClarkIn Perl_pad_new(), allocate a 2 element array for padlist.
2010-11-16 Nicholas ClarkIn Perl_pad_new(), avoid calling av_fetch() for somethi...
2010-11-16 Florian RagwitzCheck for deleted stashes when reporting var names
2010-11-16 Father ChrysostomosFix memory leak introduced by 2d0d1eccfcfe
2010-11-16 Father ChrysostomosKeep MRO caches around during hv_clear
2010-11-16 Karl Williamsonmktables: Fix subtraction that should be an add
2010-11-16 Father Chrysostomosperldelta: Remove a misleading reference
2010-11-16 Father Chrysostomosperldelta: Something else I missed
2010-11-16 Father Chrysostomosperldelta for [perl #79208]
2010-11-15 Chris 'BinGOs... Update Archive-Tar to CPAN version 1.70
2010-11-15 Father Chrysostomosstash.t: The [perl #58530] test should not be skipped
2010-11-15 Father ChrysostomosCorrect an anonymisation test in stash.t
2010-11-15 Father ChrysostomosCorrect skip count in stash.t
2010-11-15 Father Chrysostomos[perl #79208] %stash:: = () anonymises CVs
2010-11-15 Father ChrysostomosI only mentioned half of [perl #79138]
2010-11-15 Chris 'BinGOs... Update perldelta with Dave Mitchell's contributions
2010-11-15 AbigailMention Filter::cpp as alternative for -P
2010-11-15 Rafael Garcia... Doc fix for [perl #78642] Logical defined or not equiva...
2010-11-15 Florian RagwitzZero new XOPs xop_desc will never be invalid
2010-11-15 Father Chrysostomosperldelta: something I missed
2010-11-15 Florian RagwitzThe various Math::BigInt changes aren't relevant
2010-11-15 Florian RagwitzUpdate perldelta entry for Math::BigInt
2010-11-15 Florian RagwitzUpgrade Math::BigInt from version 1.98 to 1.99
2010-11-15 Father Chrysostomosperldelta up to 518a985
2010-11-15 Father Chrysostomosperldelta: remove another commit from the to-do list
2010-11-15 Father Chrysostomosperldelta up to 578895fb
2010-11-15 Father Chrysostomosperldelta: clarification
2010-11-15 Father Chrysostomosperldelta: tpyo
2010-11-15 Father Chrysostomosperldelta: remove 2 commits from the list
2010-11-15 Niko TyniImplement $^A tainting
2010-11-15 Niko TyniTODO tests for $^A tainting
2010-11-15 Father ChrysostomosMake the new formline test fail more reliably
2010-11-15 Niko TyniFix a crash with a tainted formline() picture
2010-11-15 Ben MorrowDocument the new custom op functions.
2010-11-15 Ben MorrowTests for the new custom op registrations.
2010-11-15 Ben MorrowImprove custom OP support.
2010-11-15 Father ChrysostomosIncrease B’s version
2010-11-14 Nicholas ClarkFix multiplicity build, broken by 328552296d8d53b3.
2010-11-14 Father ChrysostomosS_glob_assign_ref: Move the sref != dref earlier
2010-11-14 Father ChrysostomosChange utf8.t to use a \xb7 delimiter once more.
2010-11-14 Father ChrysostomosMake changes to aliased *ISA work
2010-11-14 Peter John... RT ticket 62949: $x -> bmodpow(1, 1) fails when $x...
2010-11-14 Florian Ragwitzperldelta ${^GLOBAL_PHASE}
2010-11-14 Florian RagwitzAdd an index entry for ${^GLOBAL_PHASE}
2010-11-14 Florian RagwitzUsers don't normally care about the blead releases
2010-11-14 Florian RagwitzThere are no values not mentioned here
2010-11-14 Chas. J. Owens IVadd example for ${^GLOBAL_PHASE} and description to...
2010-11-14 Chas. J. Owens IVstring do and require don't execute INIT and CHECK...
2010-11-14 Florian RagwitzEliminate PL_dirty
2010-11-14 Florian RagwitzAdd ${^GLOBAL_PHASE}
2010-11-14 AbigailFixes bug #79078, by pointing out the slight difference...
2010-11-14 Father Chrysostomos[perl #74022] Parser hangs on some Unicode characters
2010-11-14 Chris 'BinGOs... Update Unicode-Collate to CPAN version 0.67
2010-11-14 Father ChrysostomosOops. I need to learn how to use git add.
2010-11-14 Father Chrysostomos[perl #77238] Aliased @ISA does not work
2010-11-14 Chris 'BinGOs... Corrected small emission in perldelta relating to Unico...
2010-11-13 Father ChrysostomosFix undef %Foo:: to update subclasses
2010-11-13 Father ChrysostomosMake delete $package::{ISA} work
2010-11-13 Father Chrysostomosmro_package_moved only needs one loop
2010-11-13 Father ChrysostomosMacro for freeing meta->mro_linear_*
2010-11-13 Father ChrysostomosRemove redundant call to mro_get_linear_isa
2010-11-13 Father ChrysostomosUpdate isarev when clobbered class has subsubclasses
2010-11-12 Chris 'BinGOs... Update Maintainers.pl and perldelta.pod for Storable...
2010-11-12 Abhijit Menon-SenPerformance improvement for overloaded classes from...
2010-11-12 H.Merijn BrandGuard write test against miniperl
2010-11-12 Chris 'BinGOs... Update Pod-Simple to CPAN version 3.15
2010-11-12 H.Merijn BrandAdd a test to use duplicated frormat through glob
2010-11-12 Peter John... RT ticket 62918: _modpow(x,y,z) with x = 0 and y > 0
2010-11-12 Father Chrysostomosperldelta up to 4df35a07ff9
2010-11-12 Father ChrysostomosUpdate Data::Dumper’s change log
2010-11-12 Father ChrysostomosIncrease Data::Dumper’s version
2010-11-12 Father Chrysostomosmro_isa_changed_in3 is no longer necessary
2010-11-12 Father ChrysostomosFix package assignment with nested aliased packages
2010-11-12 Father ChrysostomosIncrease File::stat’s version
2010-11-12 Todd RinaldoRT 79076: fix File::stat overload tests -x and -X when...
2010-11-12 Chris 'BinGOs... Update MIME-Base64 to CPAN version 3.10
2010-11-11 Nicholas ClarkIn newSVhek(), use sv_usepvn_flags() to avoid a malloc...
2010-11-11 Father Chrysostomos[perl #79024] Bleadperl 80ebaca breaks OVID/Class-Trait...
2010-11-11 Karl WilliamsonPATCH: [perl #78994]: optimizer loses folding
2010-11-11 Father ChrysostomosCorrect comment in mro_isa_changed_in
next