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