summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Don't even declare PL_vtbl_sigelem under -DPERL_MICRONicholas Clark2011-06-114-14/+7
* Store FBMs in PVMGs, instead of GVs.Nicholas Clark2011-06-117-28/+34
* Store the BM table in mg_ptr instead of after SvCUR().Nicholas Clark2011-06-114-14/+50
* Exit early from Perl_fbm_compile() if the SV is already "compiled".Nicholas Clark2011-06-112-1/+10
* In Perl_fbm_instr(), use a switch() statement for the special case code.Nicholas Clark2011-06-111-8/+10
* In Perl_fbm_compile(), use STRLEN instead of U32 to calculate BmPREVIOUS().Nicholas Clark2011-06-111-4/+4
* Abolish xbm_rare. Move BmUSEFUL() to union _xnvu and BmPREVIOUS() to the UV.Nicholas Clark2011-06-112-7/+10
* Use SvTAIL() instead of BmFLAGS(). The core no longer uses BmFLAGS().Nicholas Clark2011-06-115-15/+13
* Emulate the value of BmFLAGS() using SvTAIL().Nicholas Clark2011-06-112-8/+3
* Use 0x40008000 in SvFLAGS() for SVpad_NAME, not 0x40000000Nicholas Clark2011-06-111-2/+15
* Test that SvFLAGS() & SVpad_NAME is SVpad_NAME, not just non-zero.Nicholas Clark2011-06-113-7/+7
* Don't fbm_compile() studied scalars, to give more flexibility in SV flag usage.Nicholas Clark2011-06-112-2/+25
* Don't allow study on an FBM scalar, to give more flexibility in SV flag usage.Nicholas Clark2011-06-112-4/+29
* Test dumping studied scalars.Nicholas Clark2011-06-111-1/+29
* Perl_do_sv_dump() shouldn't show "IV" for a FBM, as it's not valid.Nicholas Clark2011-06-112-2/+40
* In Perl_sv_2[inu]v_flags(), use the non-caching code whenever SvVALID() is trueNicholas Clark2011-06-111-3/+3
* In IPC::Open3, inline xfork() and xclose_on_exec(), and delete xpipe_anon().Nicholas Clark2011-06-111-20/+7
* In IPC::Open3::_open(), refactor the DO_SPAWN code to loop over @handles.Nicholas Clark2011-06-111-19/+9
* In IPC::Open3::_open(), refactor the fork/exec code to loop over @handles.Nicholas Clark2011-06-111-21/+10
* In IPC::Open3::_open(), refactor the common code into loops over @handles.Nicholas Clark2011-06-111-18/+20
* In IPC::Open3::_open(), switch from 'r' and 'w' to '<' and '>'.Nicholas Clark2011-06-111-4/+4
* Use $handles[2]{dup_of_out} for the special case code for shared STD{OUT,ERR}.Nicholas Clark2011-06-111-5/+6
* In IPC::Open3::_open3(), move $kid_{rdr,wtr,err} to @handles.Nicholas Clark2011-06-111-29/+26
* In IPC::Open3::_open3(), move $dup_{wtr,rdr,err} to @handles.Nicholas Clark2011-06-111-18/+18
* In IPC::Open3::_open3(), move $dad_{wtr,rdr,err} to @handles.Nicholas Clark2011-06-111-38/+41
* Move the table describing file handles near to the top of IPC::Open::open3().Nicholas Clark2011-06-111-22/+18
* Move the autovivification emulation code to the top of IPC::Open3::_open3().Nicholas Clark2011-06-111-7/+8
* Refactor IPC::Open3::_open3() to find the caller's package itself.Nicholas Clark2011-06-112-8/+7
* IPC::Open3::open3() couldn't duplicate numeric file descriptors on Windows.Nicholas Clark2011-06-113-4/+28
* Avoid an uninitialized hash key in IPC::Open::spawn_with_handles().Nicholas Clark2011-06-112-8/+4
* IPC::Open3::open3() shouldn't fail if any of *STD{IN,OUT,ERR} are localized.Nicholas Clark2011-06-113-5/+45
* Add debug code to test IPC::Open3::spawn_with_handles() on *nix.Nicholas Clark2011-06-111-2/+23
* In IPC::Open3::_open(), use 3 argument open to avoid a special case for STDERR.Nicholas Clark2011-06-111-6/+3
* Generalise IPC::Open3::xopen() to $n-argument open.Nicholas Clark2011-06-111-2/+4
* Simplify the test for IPC::Open bug RT #72016.Nicholas Clark2011-06-111-10/+8
* Revert "Regenerate known_pod_issues.dat"Father Chrysostomos2011-06-101-1/+0
* Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadLeon Brocard2011-06-102-2/+7
|\
| * Correct example commit in release_managers_guide.pod; add exampleFather Chrysostomos2011-06-101-2/+6
| * Regenerate known_pod_issues.datFather Chrysostomos2011-06-101-0/+1
* | Update the list of CPAN mirrors in pod/perlmodlib.PLLeon Brocard2011-06-102-381/+361
|/
* Add program which generates the list of registered CPAN sites in perlmodlib.PLLeon Brocard2011-06-101-0/+91
* unused variable tmpgvRobin Barker2011-06-101-1/+0
* Show diagnostic link format in perldelta templateDavid Golden2011-06-102-4/+22
* podcheck.t: decode verbatim paragraphs before checking lengthDavid Golden2011-06-102-4/+8
* Partial perldelta update through 9603df1David Golden2011-06-101-42/+151
* git-deltatool: show progress only for interactive modesDavid Golden2011-06-101-4/+5
* Suppress proto warning from attrs.tFather Chrysostomos2011-06-101-1/+1
* perldata: Link directly to $;Father Chrysostomos2011-06-101-1/+1
* Add another address for Ian GoodacreFather Chrysostomos2011-06-101-0/+1
* Document multi-dimensional array emulation.Ian Goodacre2011-06-101-0/+14