platform/upstream/perl.git
2011-06-11 Nicholas ClarkCorrect errors in the use of multiple targets, which...
2011-06-11 Nicholas ClarkSort magic and magic vtable names in files generated...
2011-06-11 Nicholas ClarkGenerate magic_names in dump.c using mg_vtable.pl.
2011-06-11 Nicholas ClarkGenerate the PERL_MAGIC_* defines using mg_vtable.pl.
2011-06-11 Nicholas ClarkIn PL_magic_data flag whether magic can be added to...
2011-06-11 Nicholas ClarkStore a flag for container/value magic in PL_magic_data.
2011-06-11 Nicholas ClarkCreate a lookup table for magic vtables from magic...
2011-06-11 Nicholas ClarkRefactor generate_uudmap.c to use a helper function...
2011-06-11 Nicholas ClarkProvide the names of the magic vtables in PL_magic_vtab...
2011-06-11 Nicholas ClarkReplace references to PL_vtbl_{bm,fm} in the code with...
2011-06-11 Nicholas ClarkPL_vtbl_{bm,fm} can be aliases to PL_vtbl_regexp, inste...
2011-06-11 Nicholas ClarkRefactor Perl_get_vtbl() to a small array lookup from...
2011-06-11 Nicholas ClarkTests for Perl_get_vtbl()
2011-06-11 Nicholas ClarkReplace PL_vtbl_* with an array PL_magic_vtables.
2011-06-11 Nicholas ClarkGenerate the enum for want_vtbl_* with regen/mg_vtable.pl
2011-06-11 Nicholas ClarkRemove want_vtbl_{glob,symtab}, which aren't used and...
2011-06-11 Nicholas ClarkMove the work of MGVTBL_SET() from the C pre-processor...
2011-06-11 Nicholas ClarkMove the cast for a magic vtable with const get into...
2011-06-11 Nicholas ClarkGenerate the definitions for magic vtables from data...
2011-06-11 Nicholas ClarkAbolish PL_vtbl_sig. It's been all 0s since it was...
2011-06-11 Nicholas ClarkDon't even declare PL_vtbl_sigelem under -DPERL_MICRO
2011-06-11 Nicholas ClarkStore FBMs in PVMGs, instead of GVs.
2011-06-11 Nicholas ClarkStore the BM table in mg_ptr instead of after SvCUR().
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
next