This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2011-06-11 Nicholas ClarkExit early from Perl_fbm_compile() if the SV is already...
2011-06-11 Nicholas ClarkIn Perl_fbm_instr(), use a switch() statement for the...
2011-06-11 Nicholas ClarkIn Perl_fbm_compile(), use STRLEN instead of U32 to...
2011-06-11 Nicholas ClarkAbolish xbm_rare. Move BmUSEFUL() to union _xnvu and...
2011-06-11 Nicholas ClarkUse SvTAIL() instead of BmFLAGS(). The core no longer...
2011-06-11 Nicholas ClarkEmulate the value of BmFLAGS() using SvTAIL().
2011-06-11 Nicholas ClarkUse 0x40008000 in SvFLAGS() for SVpad_NAME, not 0x40000000
2011-06-11 Nicholas ClarkTest that SvFLAGS() & SVpad_NAME is SVpad_NAME, not...
2011-06-11 Nicholas ClarkDon't fbm_compile() studied scalars, to give more flexi...
2011-06-11 Nicholas ClarkDon't allow study on an FBM scalar, to give more flexib...
2011-06-11 Nicholas ClarkTest dumping studied scalars.
2011-06-11 Nicholas ClarkPerl_do_sv_dump() shouldn't show "IV" for a FBM, as...
2011-06-11 Nicholas ClarkIn Perl_sv_2[inu]v_flags(), use the non-caching code...
2011-06-11 Nicholas ClarkIn IPC::Open3, inline xfork() and xclose_on_exec()...
2011-06-11 Nicholas ClarkIn IPC::Open3::_open(), refactor the DO_SPAWN code...
2011-06-11 Nicholas ClarkIn IPC::Open3::_open(), refactor the fork/exec code...
2011-06-11 Nicholas ClarkIn IPC::Open3::_open(), refactor the common code into...
2011-06-11 Nicholas ClarkIn IPC::Open3::_open(), switch from 'r' and 'w' to...
2011-06-11 Nicholas ClarkUse $handles[2]{dup_of_out} for the special case code...
2011-06-11 Nicholas ClarkIn IPC::Open3::_open3(), move $kid_{rdr,wtr,err} to...
2011-06-11 Nicholas ClarkIn IPC::Open3::_open3(), move $dup_{wtr,rdr,err} to...
2011-06-11 Nicholas ClarkIn IPC::Open3::_open3(), move $dad_{wtr,rdr,err} to...
2011-06-11 Nicholas ClarkMove the table describing file handles near to the...
2011-06-11 Nicholas ClarkMove the autovivification emulation code to the top...
2011-06-11 Nicholas ClarkRefactor IPC::Open3::_open3() to find the caller's...
2011-06-11 Nicholas ClarkIPC::Open3::open3() couldn't duplicate numeric file...
2011-06-11 Nicholas ClarkAvoid an uninitialized hash key in IPC::Open::spawn_wit...
2011-06-11 Nicholas ClarkIPC::Open3::open3() shouldn't fail if any of *STD{IN...
2011-06-11 Nicholas ClarkAdd debug code to test IPC::Open3::spawn_with_handles...
2011-06-11 Nicholas ClarkIn IPC::Open3::_open(), use 3 argument open to avoid...
2011-06-11 Nicholas ClarkGeneralise IPC::Open3::xopen() to $n-argument open.
2011-06-11 Nicholas ClarkSimplify the test for IPC::Open bug RT #72016.
2011-06-10 Father ChrysostomosRevert "Regenerate known_pod_issues.dat"
2011-06-10 Leon BrocardMerge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2011-06-10 Leon BrocardUpdate the list of CPAN mirrors in pod/perlmodlib.PL
2011-06-10 Father ChrysostomosCorrect example commit in release_managers_guide.pod...
2011-06-10 Father ChrysostomosRegenerate known_pod_issues.dat
2011-06-10 Leon BrocardAdd program which generates the list of registered...
2011-06-10 Robin Barkerunused variable tmpgv
2011-06-10 David GoldenShow diagnostic link format in perldelta template
2011-06-10 David Goldenpodcheck.t: decode verbatim paragraphs before checking...
2011-06-10 David GoldenPartial perldelta update through 9603df1
2011-06-10 David Goldengit-deltatool: show progress only for interactive modes
2011-06-10 Father ChrysostomosSuppress proto warning from attrs.t
2011-06-10 Father Chrysostomosperldata: Link directly to $;
2011-06-10 Father ChrysostomosAdd another address for Ian Goodacre
2011-06-10 Ian GoodacreDocument multi-dimensional array emulation.
2011-06-10 Jesse VincentWe'll no longer add RCs to perlhist.pod
2011-06-10 Chia-liang KaoUpdate irc and tw mongers links.
2011-06-10 Chia-liang Kaoconvert README.tw to utf-8
2011-06-10 David MitchellBenchmart.t: improved diagnostics
2011-06-10 Leon BrocardUpdate Porting/core-cpan-diff to use HTTP::Tiny
2011-06-10 Father ChrysostomosScalar keys assignment through lvalue subs
2011-06-10 Father ChrysostomosIn B::Concise and op.h list all ops that use LVSUB
2011-06-10 Pau Amma[perl #92542] perl5134delta.pod has a repeated word...
2011-06-09 David Mitchellt/op/sselect.t: reduce random failures (hopefully)
2011-06-09 David Mitchellt/op/sselect.t: add descriptions to ok() tests
2011-06-09 David Mitchellt/op/alarm.t: reduce intermittent failures
2011-06-09 Chris 'BinGOs... Updates to perldelta for all the updated CPAN modules.
2011-06-09 Chris 'BinGOs... Updated JSON-PP to CPAN version 2.27200
2011-06-09 Chris 'BinGOs... Updated Encode to CPAN version 2.43
2011-06-09 Chris 'BinGOs... Updated Unicode-Collate to CPAN version 0.76
2011-06-09 Chris 'BinGOs... Updated Unicode-Normalize to CPAN version 1.12
2011-06-09 Chris 'BinGOs... Updated Sys-Syslog to CPAN version 0.29
2011-06-09 Chris 'BinGOs... Updated Filter-Util-Call to CPAN version 1.39
2011-06-09 Chris 'BinGOs... Update DB_File to CPAN version 1.822
2011-06-09 Chris 'BinGOs... Updated CGI to CPAN version 3.54
2011-06-09 Chris 'BinGOs... Updated IO-Compress to CPAN version 2.035
2011-06-09 Chris 'BinGOs... Updated Compress-Raw-Zlib to CPAN version 2.035
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
next