This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge the POSIX.pm refactoring into blead.
[perl5.git] / ext /
2011-09-01 Nicholas ClarkChange the synopsis in POSIX.pod to stress use POSIX ();
2011-09-01 Nicholas ClarkGenerate @POSIX::EXPORT_OK from %reimpl, %replacement...
2011-09-01 Nicholas ClarkTest that @POSIX::EXPORT and @POSIX::EXPORT_OK are...
2011-09-01 Nicholas ClarkRemove isatty from @POSIX::EXPORT_OK, as it's already...
2011-09-01 Aristotle PagaltzisReplace use of AutoLoader in POSIX with a custom compil...
2011-09-01 Nicholas ClarkIn POSIX, improve the diagnostic for the "use $method...
2011-09-01 Aristotle PagaltzisIn POSIX, drastically simplify the wrappers for "unimpl...
2011-09-01 Aristotle PagaltzisIn POSIX.pm, modernise package variable style.
2011-09-01 Nicholas ClarkThe more regular POSIX "unimplemented" diagnostics...
2011-09-01 Nicholas ClarkImprovements to the diagnostics for "unimplemented...
2011-09-01 Nicholas ClarkTest the POSIX functions that wrap core builtins.
2011-09-01 Nicholas ClarkConvert the POSIX waitpid tests to Test::More.
2011-09-01 Nicholas ClarkExplicitly test both CORE:: and POSIX:: gmtime and...
2011-09-01 Nicholas ClarkTest the diagnostics for usage messages for POSIX wrapp...
2011-09-01 Nicholas ClarkTest the diagnostics for all POSIX::* functions that...
2011-09-01 Nicholas ClarkIn ext/POSIX/t/is.t, make better use of Test::More.
2011-09-01 Gerard GoossenReassign op_private flags of OP_ENTERSUB such that...
2011-08-27 Florian RagwitzMake pod2html a regular script without substitutions
2011-08-27 Florian RagwitzGive Pod-Html a more modern dist layout
2011-08-27 Father ChrysostomosAdd OPpCOREARGS_SCALARMOD flag
2011-08-25 Father ChrysostomosAdd OPpCOREARGS_PUSHMARK flag
2011-08-25 Father ChrysostomosAdd private coreargs flags for vivifying GVs
2011-08-24 Gerard Goossen[perl #97088] Prevent double get-magic in various cases
2011-08-22 Nicholas Clarkboot_Win32CORE needs to be XS_EXTERNAL() following...
2011-08-21 Steffen MuellerExlicitly enable exporting of some XSUB symbols
2011-08-19 Father ChrysostomosAdd OPpASSIGN_CV_TO_GV to B::Concise
2011-08-19 Father ChrysostomosAdd OPpDONT_INIT_GV to B::Concise
2011-08-18 Father Chrysostomos&CORE::wantarray()
2011-08-18 Father ChrysostomosAdd coreargs op
2011-08-17 Father Chrysostomos[perl #96126] Allocate CvFILE more simply
2011-08-16 Father ChrysostomosRemove OPpENTERSUB_NOMOD from B::Concise
2011-08-14 Reini UrbanB::Terse and B::Xref were missing some documentation.
2011-08-11 Nicholas ClarkSimplify embedvar.h, removing a level of macro indirect...
2011-08-04 H.Merijn BrandSupport gcc-4.x on HP-UX PA-RISC/64
2011-07-27 Father ChrysostomosIncrease $IPC::Open::VERSION to 1.12
2011-07-27 Salvador Fandino[perl #95748] IPC::Open3::open3(..., '-') broken
2011-07-21 Nicholas ClarkIncrease $PerlIO::via::VERSION following commit d477ab3...
2011-07-21 Eric Brines/bellow/below/ in PerlIO::via docs
2011-07-18 David MitchellPerl_rpeep: undo tail recursion optimisation
2011-07-18 Reini UrbanActually test cop_*_label
2011-07-18 Father ChrysostomosFix a wrong length in APItest.xs:test_coplabel
2011-07-17 Craig A. BerryBring cop label testing in line with intentions.
2011-07-17 Reini UrbanExport store_cop_label for the perl compiler
2011-07-14 David Mitchellmake peep optimiser recurse mostly only shallowly
2011-07-13 Brian FraserTests for the pad cleanup.
2011-07-13 Brian Fraserpad.c: flags checking for the UTF8 flag when necessary
2011-07-13 ZeframAPI tests for pad_findmy_*()
2011-07-13 ZeframAPI test for find_rundefsv()
2011-07-13 ZeframAPIify pad functions
2011-07-12 Steffen MuellerMerge branch 'smueller/eu_typemap' into blead
2011-07-12 Father ChrysostomosMake SvIsCOW honest about globs
2011-07-12 Steffen MuellerRevert "Revert "Moved prototype check to XS code, allow...
2011-07-12 Steffen MuellerRevert "Moved prototype check to XS code, allowing...
2011-07-11 Florian RagwitzAdd tests for wrapping formats in B objects
2011-07-06 Nicholas ClarkThe test for #76474 should open file descriptor 0,...
2011-07-05 Father ChrysostomosIncrease $XS::APItest::VERSION
2011-07-05 Gerard GoossenAdd a test for perl_clone with CLONEf_COPY_STACKS to...
2011-07-01 Nicholas ClarkFor shorter strings, store C<study>'s data as U8s or...
2011-07-01 Nicholas ClarkStore C<study>'s data in in mg_ptr instead of interpret...
2011-07-01 Nicholas ClarkSplit out study magic from pos magic.
2011-06-22 Father Chrysostomosattributes.pm: warn & don’t apply :lvalue to defined...
2011-06-22 Father ChrysostomosIncrease $attributes::version to 0.15
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
next