This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2011-04-19 Father ChrysostomosUpdate perlfunc for [perl #80626]
2011-04-19 Father ChrysostomosAdd a test for keys $tied
2011-04-19 Father ChrysostomosMake push, etc., work on tied scalars
2011-04-19 Jesse Vincentupdate threads::shared version in perldelta.
2011-04-19 Jerry D. HeddenUpgrade to threads 1.83
2011-04-19 Jerry D. HeddenUpgrade to threads::shared 1.37
2011-04-19 Karl Williamsonperllocale: Corrections
2011-04-19 Karl Williamsonperlrecharclass: Nits
2011-04-19 Jesse VincentPerldelta patches from Ilmari and Abigail
2011-04-19 Jesse VincentFix a few pod nits
2011-04-19 Father ChrysostomosMake keys $scalar an lvalue
2011-04-19 Karl Williamsonperlop: Update for some 5.14 changes
2011-04-19 Karl Williamsonperluniintro: Update for 5.14 changes
2011-04-19 Karl Williamsonperlunicode.pod: Nits
2011-04-19 Karl Williamsonperlre: Remove false statement about locales
2011-04-19 Craig A. BerryVMS section clean-up for perldelta.
2011-04-19 Tom Christiansenperldelta editing pass
2011-04-19 Father ChrysostomosRemove ambigous warning from perldiag
2011-04-19 Father ChrysostomosMake keys/value/each $scalar accept only unblessed...
2011-04-18 Andy Doughertycollapse plibpth to one line and remove trailing /
2011-04-18 David MitchellRevert "collapse plibpth to one line"
2011-04-18 David Mitchellcollapse plibpth to one line
2011-04-18 David Mitchellconfigpm: handle multi-line key='value\n...'
2011-04-18 David Mitchellfix for pp.c under win32 etc
2011-04-18 Richard MöhnMinor fixes to perldelta.pod
2011-04-18 Richard MöhnConsistent use of 'e.g.,' in perldelta.pod
2011-04-18 Richard MöhnConsistent use of two spaces after full stop in perldel...
2011-04-18 Father Chrysostomosperldelta: typos
2011-04-18 Ævar Arnfjörð... pod/perldelta.pod: POSIX should be in all-caps (not...
2011-04-18 Ævar Arnfjörð... pod/perldelta.pod: clarify "Use of qw(...) as parenthes...
2011-04-18 Ævar Arnfjörð... pod/perldelta.pod: link to pertinent feature.pm POD
2011-04-18 Father ChrysostomosMake push/shift $scalar accept only unblessed aryrefs
2011-04-18 Father Chrysostomosperldelta for d12b49d (Unicode constants)
2011-04-18 Tony Cookcheck --whole-archive is supported (in cc.cbu) before...
2011-04-18 Tony CookRevert "check --whole-archive is supported before using it"
2011-04-18 Jesse VincentLots of perldelta editing. Still miles to go before...
2011-04-18 Father ChrysostomosMake Unicode constants under use utf8 work again
2011-04-18 Craig A. BerryTODO some of the new sigdispatch tests on VMS.
2011-04-17 Andy DoughertyAs part of their switch to a multi-arch library layout,
2011-04-17 Karl Williamsonperlre: Nits in recently added text
2011-04-17 Tom ChristiansenNits in perlunicode
2011-04-16 Father ChrysostomosFollowup to 088225f/[perl #88132]: packages ending...
2011-04-15 Craig A. BerryGive EU::CB 04-base.t an absolute path on VMS.
2011-04-15 Craig A. BerryIPC::Open3 needs porting to work on VMS.
2011-04-15 Craig A. BerryDon't copy all of %ENV in prereq.t.
2011-04-15 Karl Williamsonperlrebackslash: Slight edits
2011-04-15 Karl Williamsonperlop: Slight edits
2011-04-15 Karl Williamsonperlunicode: More 5.14 edits
2011-04-15 Karl Williamsonperlunitut: clarification
2011-04-15 Karl Williamsonperluniprops: Linked to wrong pod; slight edits
2011-04-15 Tom Christiansenperlunicode: Edits for 5.14
2011-04-15 Nicholas ClarkIn the release guide, mention the AdvanceCOMP can compr...
2011-04-15 David Mitchellstop waithires.t failing under high load
2011-04-14 Tom Christiansenperllocale: Clean up recent additions
2011-04-14 Father Chrysostomosperldelta: 342c852 changed $re::VERSION
2011-04-14 Father Chrysostomos[perl #88486] IO::File does not always export SEEK*
2011-04-14 Father Chrysostomosperldelta entries for 088225f
2011-04-14 Jan Dubois[perl #88420] BOM support on Windows broken in 5.13.11
2011-04-13 Father Chrysostomos[perl #88132] broken ISA lookup after aliasing packages...
2011-04-13 Karl Williamsonperldelta: Clarify entry
2011-04-13 Karl Williamsonperlre.pod: Clarify
2011-04-13 Karl Williamsonperlunicode: Update for 5.14
2011-04-13 Karl Williamsonperllocale: Update for 5.14
2011-04-13 Nicholas ClarkIn testargs.t in Test::Harness, don't run a world-writa...
2011-04-13 David Mitchellhandle freed backref array in global cleanup
2011-04-13 Tony Cookcheck --whole-archive is supported before using it
2011-04-13 Karl Williamsonperlrebackslash: Update for 5.14 changes
2011-04-13 Karl Williamsonperlretut: Update for 5.14 /a, /u
2011-04-13 Karl Williamsonperlrecharclass: Update for 5.14 changes
2011-04-13 Karl Williamsonperlre.pod: Update for 5.14
2011-04-12 David Mitchellreg_eval_scope.t: skip coring tests on all arches
2011-04-12 David Mitchelladd tests for $tied op= $tied
2011-04-12 David Mitchelladd $tied ^ $tied test
2011-04-12 Karl Williamsonperlop: Update for 5.14 additions
2011-04-12 Karl Williamsonregcomp: Improve error message for (?-d:...)
2011-04-12 Karl WilliamsonPATCH: [perl #86972]: Tweak error messages
2011-04-12 Karl Williamsonperldelta: Typo
2011-04-12 Karl Williamsonperlreapi: Update as little as possible for 5.14
2011-04-12 Nicholas ClarkFix eval.t under minitest, inadvertently broken by...
2011-04-11 Karl WilliamsonAdd test for [perl #87812]
2011-04-11 Karl WilliamsonPATCH: final [perl #86972]: Allow /(?aia)/
2011-04-11 David LeadbeaterRequire IO::File in IO::Handle
2011-04-10 Karl WilliamsonPATCH: partial [perl #86972]: Allow /(?aia)/
2011-04-10 Karl WilliamsonPATCH: partial [perl #86972]: Allow /aia
2011-04-09 Karl WilliamsonPATCH: [perl #87812] BBC breaks Pod::Coverage::TrustPod
2011-04-09 Karl Williamsonregcomp.c: Shun ANYOF_NONBITMAP_NON_UTF8
2011-04-09 Father Chrysostomosperldelta: Move the XIDStart change from bugs to incompat.
2011-04-09 Father Chrysostomosperldelta for [perl #87708]
2011-04-08 Father ChrysostomosRevert parts of c31c291..96b6b87
2011-04-08 Father ChrysostomosRevert "[perl #87708] $tied / $tied under use integer"
2011-04-08 Father ChrysostomosRemove unnecessary code from pp_add
2011-04-08 Father ChrysostomosRemove unnecessary code from pp_eq
2011-04-08 Father ChrysostomosCorrect the skip count in stash.t
2011-04-08 Father Chrysostomos[perl #87708] Fix ‘$tied binop $tied’
2011-04-07 Father Chrysostomos[perl #87708] $tied == $tied
2011-04-07 Leon TimmermansMake :utf8 and :bytes MULTIARG
2011-04-07 Karl WilliamsonPATCH: [perl #87810] BBC Text::MultiMarkdown
2011-04-07 Father Chrysostomos[perl #87388] bless[], "main::" crashes
2011-04-07 Father ChrysostomosCorrect stupidities in 4c3ac4b
2011-04-07 Father Chrysostomos[perl #87708] $tied + $tied
next