summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Tweak the test from 183eb698e2ceb8ab to work with PERL_UNICODE set.Nicholas Clark2011-06-021-14/+14
* Deparse glob the same way regardless of PERL_EXTERNAL_GLOBFather Chrysostomos2011-06-011-0/+1
* [perl #91946] add constant folding testsJim Cromie2011-06-011-1/+152
* Warn when list-assigning to TEMPFather Chrysostomos2011-06-011-1/+5
* Tests for XS lvalue functionsFather Chrysostomos2011-06-013-1/+43
* reflags.t: Remove no longer applicable TODOKarl Williamson2011-05-311-6/+2
* Un-TODO a test on Snow LeopardFather Chrysostomos2011-05-231-1/+1
* Correct comments about B::PV::PVBM.Nicholas Clark2011-05-201-6/+11
* Bump the version of PerlIO::encoding following 1c2e8ccaafb0b2b1.Nicholas Clark2011-05-201-1/+1
* Bump the versions of B and Storable following 1b95d04f713d9c56.Nicholas Clark2011-05-201-1/+1
* Increase t::OptreeCheck’s versionFather Chrysostomos2011-05-191-1/+1
* [perl #90306] Fix simple typosMarcel Grünauer2011-05-195-6/+6
* Increase B::Concise’s versionFather Chrysostomos2011-05-191-1/+1
* Clean: Actually use HvUSEDKEYS() instead of HvKEYS()Michael Witten2011-05-181-2/+2
* Restore a croak I deleted by mistakeFather Chrysostomos2011-05-181-1/+2
* waitpid doesn't work with WIFSTOPPEDBo Lindbergh2011-05-181-12/+16
* Fix for [perl #90106] 5.14.0-RC2 ODBM_File failures on Ubuntu natty [multiarch]Vladimir Timofeev2011-05-181-3/+3