summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge ext/IPC-Open2 into ext/IPC-Open3.Nicholas Clark2011-06-162-0/+0
* Add PERL_NO_GET_CONTEXT to ODBM_FileNicholas Clark2011-06-162-1/+3
* Move an XS::APItest var decl to PREINITFather Chrysostomos2011-06-121-1/+2
* Completely free hashes containing nullsFather Chrysostomos2011-06-122-0/+35
* Fix two broken URLs in mro.pm, bump version and document in perldeltaLeon Brocard2011-06-122-11/+4
* Reorder ops so that trans{,r} and aelemfast{,_lex} are adjacent.Nicholas Clark2011-06-121-1/+1
* Split OP_AELEMFAST_LEX out from OP_AELEMFAST.Nicholas Clark2011-06-123-5/+9
* Remove TODO markers from Devel::Peek testsFather Chrysostomos2011-06-111-5/+18
* Replace references to PL_vtbl_{bm,fm} in the code with PL_vtbl_regexp.Nicholas Clark2011-06-111-2/+2
* Tests for Perl_get_vtbl()Nicholas Clark2011-06-112-0/+49
* Store FBMs in PVMGs, instead of GVs.Nicholas Clark2011-06-112-4/+4
* Store the BM table in mg_ptr instead of after SvCUR().Nicholas Clark2011-06-112-1/+22
* Abolish xbm_rare. Move BmUSEFUL() to union _xnvu and BmPREVIOUS() to the UV.Nicholas Clark2011-06-111-0/+5
* Use SvTAIL() instead of BmFLAGS(). The core no longer uses BmFLAGS().Nicholas Clark2011-06-111-2/+0
* Don't fbm_compile() studied scalars, to give more flexibility in SV flag usage.Nicholas Clark2011-06-111-2/+18
* Don't allow study on an FBM scalar, to give more flexibility in SV flag usage.Nicholas Clark2011-06-111-2/+24
* 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-111-0/+38
* 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-112-4/+24
* 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-112-5/+32
* 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
* In B::Concise and op.h list all ops that use LVSUBFather Chrysostomos2011-06-091-1/+2
* Test that IPC::Open{2,3} correctly fault read-only file-handle parameters.Nicholas Clark2011-06-062-2/+10
* Test that IPC::Open{2,3} correctly qualify file handles to their package.Nicholas Clark2011-06-062-2/+26
* In IPC-Open2.t, use functions other than ok(), to generate better diagnostics.Nicholas Clark2011-06-061-8/+6
* In IPC-Open3.t, merge two similar tests using a loop.Nicholas Clark2011-06-061-19/+9
* [perl #92258] <$fh> hangs on a glob copyFather Chrysostomos2011-06-051-3/+10
* Make Devel::Peek::fill_mstats work on COWsFather Chrysostomos2011-06-042-0/+9
* Get PerlIO::scalar to write to COWsFather Chrysostomos2011-06-043-3/+12
* Update lengthen time-out time for t/re/re.t.Nobuhiro Iwamatsu2011-06-041-1/+1
* Get f_map.t working on non-threaded perlsFather Chrysostomos2011-06-041-2/+2
* Teach B::Concise about OPpMAYBE_LVSUBFather Chrysostomos2011-06-031-0/+1
* [perl #7946] Lvalue subs do not autovivifyFather Chrysostomos2011-06-033-7/+7
* Correct entersub/rv2cv priv constants in B::ConciseFather Chrysostomos2011-06-031-3/+3