This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2010-11-19 Karl Williamsonperluniprops.pod: nits
2010-11-19 Jesse VincentUpdate to perlpolicy.pod to clarify that minor updates...
2010-11-19 Father Chrysostomosperdleta tpo fxies
2010-11-19 Nicholas ClarkUpdate the perldelta for ExtUtils::Constant.
2010-11-19 Chris 'BinGOs... Update perlhist, adding Miyagawa to 'THE KEEPERS OF...
2010-11-18 Father Chrysostomosperldelta up to f869c5854
2010-11-18 Father Chrysostomosperldelta: clarify tie $glob
2010-11-18 Father Chrysostomosperldelta for custom ops
2010-11-18 Karl WilliamsonWork-around Uni 6.0 issues with 'BELL'
2010-11-18 Karl Williamsoncharnames.t: indent newly formed block
2010-11-18 Karl Williamsoncharnames.t: PERL_RUN_SLOW_TESTS runs more tests
2010-11-18 Karl WilliamsonMore updates to point to Unicode 6.0
2010-11-18 Karl WilliamsonUnicode 6.0 DB
2010-11-18 Karl Williamsonmktables: Upgrade to handle new Unicode 6.0 tables
2010-11-18 Chris 'BinGOs... Update Archive-Tar to CPAN version 1.72
2010-11-18 Steve HayNote that support for building with VC++ 2010 is not...
2010-11-18 Craig A. Berryperldelta entry for 8c8488cd4fce90cb5c03fb3f89e89c05e52...
2010-11-18 Nicholas ClarkRefactor newATTRSUB()'s logic for grafting a sub defini...
2010-11-18 Nicholas ClarkTest that the stash and file of a sub's definition...
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
next