This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2011-06-09 Chris 'BinGOs... Updated Compress-Raw-Bzip2 to CPAN version 2.035
2011-06-09 Chris 'BinGOs... Updated XSLoader to CPAN version 0.15
2011-06-09 Chris 'BinGOs... Updated Digest-SHA to CPAN version 5.62
2011-06-09 Chris 'BinGOs... Update CPAN-Meta to CPAN version 2.110930
2011-06-09 Chris 'BinGOs... Update CPANPLUS to CPAN version 0.9105
2011-06-09 Chris 'BinGOs... Update CPANPLUS-Dist-Build to CPAN version 0.56
2011-06-09 Chris 'BinGOs... Update Archive-Extract to CPAN version 0.52
2011-06-09 Chris 'BinGOs... Update Object-Accessor to CPAN version 0.42
2011-06-09 David Mitchelleintr.t: skip based on capability rather than OS
2011-06-09 Father ChrysostomosFix my + attrs + list assignment
2011-06-08 Jesse VincentUpdate notes on why we actually want to disable thread...
2011-06-08 Leon BrocardAdd the v5.12.4-RC1 epigraph to Porting/epigraphs.pod
2011-06-08 Leon BrocardMerge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2011-06-08 Karl Williamsonperlfork, perlfunc: Fix English grammatical errors
2011-06-08 Leon BrocardAdd 5.12.4-RC1 to perlhist
2011-06-08 David Mitchellstop waithires.t randomly failing under high load
2011-06-08 Chris 'BinGOs... Synchronise Maintainers.pl with what is in dist/ currently.
2011-06-08 Craig A. BerryTweak APC instructions.
2011-06-08 Jesse VincentDisable some threads tests on m68k for now due to missi...
2011-06-08 Father Chrysostomosperldelta entries for lvalue and COW fixes
2011-06-08 Father ChrysostomosRegenerate known_pod_issues.dat
2011-06-08 Father ChrysostomosUpdate perldelta with entries copied from 5.14.1
2011-06-08 Father ChrysostomosRemove unnecessary TAINT_NOT
2011-06-08 Father Chrysostomos[perl #92290, #92406] Returning a pad var from lv sub
2011-06-08 Father ChrysostomosCorrect test names in sub_lval.t
2011-06-07 Leon BrocardExpand a little on what to do with Module::CoreList...
2011-06-07 Leon BrocardUpdate Module::CoreList for 5.12.4
2011-06-07 Father ChrysostomosFix broken link in perlfunc
2011-06-07 Father ChrysostomosAdd Bo Johansson to AUTHORS
2011-06-07 bojilundAdd information about portability caveats related to...
2011-06-07 bojilundImprove documentation to support portability
2011-06-07 David Goldenperldelta.pod: added summary of formline changes
2011-06-07 Karl Williamsonperldelta: Add potential entries
2011-06-06 David Goldengit-deltatool: added a progress counter
2011-06-06 Pau Ammapod punctuation nit in vmsish
2011-06-06 Nicholas ClarkTest that IPC::Open{2,3} correctly fault read-only...
2011-06-06 Nicholas ClarkTest that IPC::Open{2,3} correctly qualify file handles...
2011-06-06 Nicholas ClarkIn IPC-Open2.t, use functions other than ok(), to gener...
2011-06-06 Nicholas ClarkIn IPC-Open3.t, merge two similar tests using a loop.
2011-06-06 David Mitchell[perl #90006] out of memory during thread clone
2011-06-06 David Mitchell[perl #90006] cloning crashes during Out of Memory
2011-06-06 David Mitchellperl_clone_using: do simple assign/copying first
2011-06-06 David Mitchell[perl #88776] Signedness warning in toke.c
2011-06-06 David Mitchellperlfunc: fix error in open("-|") description
2011-06-06 David Mitchellclarify eval $string scope in docs
2011-06-06 Father Chrysostomos[perl #92258] <$fh> hangs on a glob copy
2011-06-06 Father ChrysostomosRemove two pointless uses of sv_2mortal
2011-06-05 Father ChrysostomosAdd Samuel Thibault to AUTHORS
2011-06-05 Samuel ThibaultMake hints/gnu.sh append to $ccflags rather than overri...
2011-06-05 Father ChrysostomosMake Storable freeze COWs properly
2011-06-05 Father ChrysostomosMake Devel::Peek::fill_mstats work on COWs
2011-06-05 Father ChrysostomosGet PerlIO::scalar to write to COWs
2011-06-05 Father ChrysostomosAdd John Hawkinson to AUTHORS
2011-06-05 John Hawkinson[perl #92234] Annoying typos in README.macosx
2011-06-05 Dominic HargreavesRefer to X11 rather than "X windows"
2011-06-05 Father ChrysostomosAdd Dominic Hargreaves to AUTHORS
2011-06-05 Dominic Hargreaves[perl #92228] Mention diagnostics pragma in perldiag
2011-06-05 Father ChrysostomosAdd Nobuhiro Iwamatsu to AUTHORS
2011-06-05 Nobuhiro IwamatsuUpdate lengthen time-out time for t/re/re.t.
2011-06-04 Father ChrysostomosAdd Pau Amma to AUTHORS
2011-06-04 Pau Ammamove "garbage collection" glossary entry where it belongs
2011-06-04 Father ChrysostomosStop localised ties from becoming ro when COW
2011-06-04 Father ChrysostomosAllow restricted hashes containing COWs to be cleared
2011-06-04 Father ChrysostomosAllow COW values to be deleted from restricted hashes
2011-06-04 Father ChrysostomosAllow lvalue subs to return COWs in reference context
2011-06-04 Karl WilliamsonAdd tests for [perl #87908]
2011-06-04 Father ChrysostomosFix several array-returning bugs in lvalue subs
2011-06-04 Father ChrysostomosGet f_map.t working on non-threaded perls
2011-06-04 Father ChrysostomosTeach B::Concise about OPpMAYBE_LVSUB
2011-06-04 Father ChrysostomosRemove duplicate test
2011-06-04 Father Chrysostomos[perl #88138] ' is not equivalent to :: before a null
2011-06-04 Father Chrysostomos[perl #7946] Lvalue subs do not autovivify
2011-06-03 Father ChrysostomosFollow-up to d34a6664
2011-06-03 Father ChrysostomosCorrect entersub/rv2cv priv constants in B::Concise
2011-06-03 Father ChrysostomosFix a confusing comment in perly.y
2011-06-03 Father ChrysostomosRearrange some private op flag constants
2011-06-03 Father ChrysostomosMove the lvalue code from pp_return into a separate...
2011-06-02 Jim Cromieregexp.h: work around -Werror compile failure of XS...
2011-06-02 Father Chrysostomos[perl #4362] Test for ‘Can't find terminator’
2011-06-02 Father ChrysostomosDeparse $obj->$meth=... [perl #62498]
2011-06-02 Nicholas ClarkTweak the test from 183eb698e2ceb8ab to work with PERL_...
2011-06-02 Father ChrysostomosCollapse some repetitive code
2011-06-02 Father ChrysostomosDeparse glob the same way regardless of PERL_EXTERNAL_GLOB
2011-06-01 Father Chrysostomos[perl #62498] Scalar context breaks lvalue subs
2011-06-01 Jim Cromie[perl #91946] add constant folding tests
2011-06-01 Father ChrysostomosWarn when list-assigning to TEMP
2011-06-01 Father ChrysostomosTests for XS lvalue functions
2011-06-01 Father ChrysostomosCorrect mistake in perldelta temlate
2011-06-01 Jim Cromieperlhack.pod: invoke git-format-patch with --attach
2011-06-01 Jim Cromieperlbug: replace all $::opt_* with %opt
2011-06-01 Craig A. BerryAdd alternate e-mail for Dennis Kaarsemaker.
2011-06-01 Dennis KaarsemakerAdvise the pumpking to make new maint branches availabl...
2011-06-01 Father ChrysostomosRemove unnecessary stuff from sub_lval.t
2011-06-01 Father ChrysostomosRevert "Accept lvalue subroutines as a useful feature."
2011-06-01 Father ChrysostomosRevert "Remove a line added by the prev commit"
2011-06-01 Father ChrysostomosIt’s still the 20th century?
2011-06-01 Father ChrysostomosMake empty lvalue subs work correctly
2011-06-01 Father ChrysostomosRemove a line added by the prev commit
2011-06-01 Johan VromansAccept lvalue subroutines as a useful feature.
2011-06-01 Father ChrysostomosAllow rvalue syntax in expr returned from lvalue sub
next