This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
podcheck.t: Fewer false positives for L<>
[perl5.git] / ext /
2011-06-16 Nicholas ClarkMerge ext/IPC-Open2 into ext/IPC-Open3.
2011-06-16 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to ODBM_File
2011-06-13 Father ChrysostomosMove an XS::APItest var decl to PREINIT
2011-06-12 Father ChrysostomosCompletely free hashes containing nulls
2011-06-12 Leon BrocardFix two broken URLs in mro.pm, bump version and documen...
2011-06-12 Nicholas ClarkReorder ops so that trans{,r} and aelemfast{,_lex}...
2011-06-12 Nicholas ClarkSplit OP_AELEMFAST_LEX out from OP_AELEMFAST.
2011-06-11 Father ChrysostomosRemove TODO markers from Devel::Peek tests
2011-06-11 Nicholas ClarkReplace references to PL_vtbl_{bm,fm} in the code with...
2011-06-11 Nicholas ClarkTests for Perl_get_vtbl()
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 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 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 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 ChrysostomosIn B::Concise and op.h list all ops that use LVSUB
2011-06-06 Nicholas ClarkTest that IPC::Open{2,3} correctly fault read-only...
2011-06-06 Nicholas ClarkTest that IPC::Open{2,3} correctly qualify file handles...
2011-06-06 Nicholas ClarkIn IPC-Open2.t, use functions other than ok(), to gener...
2011-06-06 Nicholas ClarkIn IPC-Open3.t, merge two similar tests using a loop.
2011-06-06 Father Chrysostomos[perl #92258] <$fh> hangs on a glob copy
2011-06-05 Father ChrysostomosMake Devel::Peek::fill_mstats work on COWs
2011-06-05 Father ChrysostomosGet PerlIO::scalar to write to COWs
2011-06-05 Nobuhiro IwamatsuUpdate lengthen time-out time for t/re/re.t.
2011-06-04 Father ChrysostomosGet f_map.t working on non-threaded perls
2011-06-04 Father ChrysostomosTeach B::Concise about OPpMAYBE_LVSUB
2011-06-04 Father Chrysostomos[perl #7946] Lvalue subs do not autovivify
2011-06-03 Father ChrysostomosCorrect entersub/rv2cv priv constants in B::Concise
2011-06-02 Nicholas ClarkTweak the test from 183eb698e2ceb8ab to work with PERL_...
2011-06-02 Father ChrysostomosDeparse glob the same way regardless of PERL_EXTERNAL_GLOB
2011-06-01 Jim Cromie[perl #91946] add constant folding tests
2011-06-01 Father ChrysostomosWarn when list-assigning to TEMP
2011-06-01 Father ChrysostomosTests for XS lvalue functions
2011-05-31 Karl Williamsonreflags.t: Remove no longer applicable TODO
2011-05-24 Father ChrysostomosUn-TODO a test on Snow Leopard
2011-05-20 Nicholas ClarkCorrect comments about B::PV::PVBM.
2011-05-20 Nicholas ClarkBump the version of PerlIO::encoding following 1c2e8cca...
2011-05-20 Nicholas ClarkBump the versions of B and Storable following 1b95d04f7...
2011-05-19 Father ChrysostomosIncrease t::OptreeCheck’s version
2011-05-19 Marcel Grünauer[perl #90306] Fix simple typos
2011-05-19 Father ChrysostomosIncrease B::Concise’s version
2011-05-18 Michael WittenClean: Actually use HvUSEDKEYS() instead of HvKEYS()
2011-05-18 Father ChrysostomosRestore a croak I deleted by mistake
2011-05-18 Bo Lindberghwaitpid doesn't work with WIFSTOPPED
2011-05-18 Vladimir TimofeevFix for [perl #90106] 5.14.0-RC2 ODBM_File failures...
2011-05-18 Karl Williamsonext/Devel-Peek/Peek.pm: Fix broken links
2011-05-18 Karl WilliamsonFieldHash.pm: Fix broken links
2011-05-18 Karl WilliamsonPOSIX.pod: fix broken link
2011-05-18 Karl WilliamsonFix broken link
2011-04-15 Craig A. BerryIPC::Open3 needs porting to work on VMS.
2011-04-11 Karl WilliamsonPATCH: final [perl #86972]: Allow /(?aia)/
2011-04-03 Father Chrysostomos[perl #87064] eval no longer shares filters
2011-03-29 David Leadbeater[perl #86566] Allow Pod::Html to write to STDOUT again
2011-03-20 Nicholas ClarkMinimise the actions of the BEGIN block in B.pm
2011-03-20 Nicholas ClarkIn B, use typeglob aliasing instead of subref to typegl...
2011-03-20 Father ChrysostomosMore version bumps in view of recent PERL_NO_GE_CONTEXT...
2011-03-19 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to NDBM_File
2011-03-19 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to GDBM_File
2011-03-19 Father ChrysostomosVersion bumps for the recent PERL_NO_GET_CONTEXT commits
2011-03-19 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to mro
2011-03-19 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to attributes
2011-03-19 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to XS::Typemap
2011-03-19 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to Sys::Hostname
2011-03-19 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to I18N::Langinfo
2011-03-19 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to Hash::Util
2011-03-19 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to Hash::Util::FieldHash
2011-03-19 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to File::Glob
2011-03-19 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to dl_dlopen.xs
2011-03-19 Steve HayRedefine errno values for Visual Studio 2010
2011-03-13 David LeadbeaterRemove the couple of references to AutoLoader that...
2011-03-09 Tony Cookfix C++ build error introducted in f8088870
2011-03-08 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to NamedCapture.xs
2011-03-08 Nicholas ClarkTweak Tie::Hash::NamedCapture's BOOT code - get the...
2011-03-08 Nicholas ClarkIn Tie::Hash::NamedCapture move the tie of %+ and ...
2011-03-08 Nicholas ClarkConvert Tie::Hash::NamedCapture::TIEHASH to XS.
2011-03-08 Nicholas ClarkAdd tests for documented behaviour of Tie::Hash::NamedC...
2011-03-07 Nicholas ClarkEnsure that the C<exists &Errno::EFOO> idiom continues...
2011-03-06 Nicholas ClarkMove t/re/re.t to ext/re/t/re_funcs_u.t, so that it...
next