This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta.pod: added summary of formline changes
[perl5.git] / ext /
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...
2011-03-06 Nicholas ClarkA clearer layout for the fall-through logic of Socket...
2011-03-06 Nicholas ClarkIn inet_aton(), use newSVpvn_flags() instead of sv_newm...
2011-02-19 Nicholas ClarkIn Errno, use typeglob aliasing instead of subref to...
2011-02-19 Craig A. BerryDispatch dl_expandspec at build time, not run time.
2011-02-18 Florian RagwitzDual-life Devel::DProf
2011-02-18 Florian RagwitzAdd a deprecation notice to the Devel::DProf docs
2011-02-18 Florian RagwitzAllow Devel::DProf's tests to run without text.pl
2011-02-18 Florian RagwitzDon't call the new __loaded_from_core on old perls
2011-02-18 Nicholas ClarkRemove Devel::DProf from the core distribution. Get...
2011-02-18 David LeadbeaterAvoid segfault in re::regmust with pluggable RE engines
2011-02-18 David MitchellDynaLoader.t: AUTOLOAD TODO tests passing
2011-02-18 Father ChrysostomosIncrease DynaLoader’s version
2011-02-18 Leon Timmermans[perl #84358] Removing AutoLoader from DynaLoader
2011-02-17 Florian RagwitzMove dprofpp from utils/ to ext/Devel-DProf/bin
2011-02-16 Nicholas ClarkDelete subroutines Socket::fake_get{addr,name}info...
2011-02-16 Tom ChristiansenMore POD corrections
2011-02-14 Charles BaileyFix symbol table associations in VMS::DCLsym
2011-02-14 Father ChrysostomosDecrease (unbump?) re.pm’s version
2011-02-14 Karl Williamsonre.pm: Add /aa support
2011-02-14 Karl Williamsonre.pm: Forbid things like /dd, /uu
2011-02-12 Father ChrysostomosBump re.pm’s version
2011-02-12 Father Chrysostomosperldebug: capitalise titles
2011-02-08 Paul LeoNerd EvansMinor bugfixes to Socket::getaddrinfo
2011-02-06 Nicholas ClarkIn IPC::Open3's fd.t, open STDIN explicitly in the...
2011-02-06 Nicholas ClarkIn IPC::Open3's fd.t, correct the code added in 1f563db...
2011-02-05 Nicholas ClarkConvert XS::APItest's svpv_magic.t to Test::More.
2011-02-04 Nicholas ClarkRemove MacOS Classic references from B's tests.
2011-02-04 Nicholas ClarkRefactor B's o.t to use 'prog' and 'switches' with...
2011-02-04 Nicholas ClarkActually generate full failure diagnostics in checkErrs...
2011-02-04 Nicholas ClarkIn B's OptreeCheck, always report inconsistent errors...
2011-02-04 Nicholas ClarkIn B's OptreeCheck, implement proper qr// matching...
2011-02-04 Nicholas ClarkIn B's OptreeCheck, inline diag_or_fail() into its...
2011-02-04 Nicholas ClarkIn B's tests, fix calls to like() which weren't being...
2011-02-04 Nicholas ClarkRemove non-working and hence unused features from B...
2011-02-04 Nicholas ClarkConvert Pod::Html to lexical file handles.
2011-02-03 Nicholas ClarkConvert B's "no perlio" skips to "skip all" in the...
2011-02-03 Nicholas ClarkRemove commented out 'require test.pl' lines in B's...
2011-02-03 Nicholas ClarkCorrect the "no perlio" skipping in optree_misc.t.
next