This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct threads version
[perl5.git] / ext /
2010-10-14 Nicholas ClarkMove remaining Tie::Hash::NamedCapture XS code to Named...
2010-10-14 Nicholas ClarkMove Tie::Hash::NamedCapture::{FIRST,NEXT}KEY to NamedC...
2010-10-14 Nicholas ClarkConvert lib/Tie/Hash/NamedCapture.pm to an XS module...
2010-10-12 Ben MorrowAdd LINKLIST to the API.
2010-10-12 ZeframAPIify op list constructors
2010-10-12 Nicholas ClarkIn APItest.xs, augment croak("fail") with the file...
2010-10-11 Ben MorrowRemove some excess cleverness from the Bhk macros.
2010-10-11 Zeframplugin mechanism to rewrite calls to a subroutine
2010-10-10 Florian RagwitzUpdate gitignore files for moved pod scripts
2010-10-08 Nicholas ClarkXS::APItest tests for XS_APIVERSION_BOOTCHECK.
2010-10-08 Nicholas Clarkxs_version_bootcheck() must use mortals, as {new,upg...
2010-10-07 Nicholas ClarkXS::APItest tests for XS_VERSION_BOOTCHECK.
2010-10-07 Nicholas ClarkImprove DynaLoader::bootstrap documentation.
2010-10-07 Ben MorrowRemove MEMBER_TO_FPTR.
2010-10-05 Nicholas ClarkMove pod2html.PL into ext/Pod-Html
2010-10-05 Nicholas ClarkMove Pod::Html from lib/ to ext/
2010-10-04 Zefram[PATCH] function to parse Perl statement sequence
2010-10-03 Paul GreenFix perl build problems on Stratus VOS
2010-10-03 David MitchellG_KEEPERR sometimes set $@
2010-10-03 David Mitchelleval_sv() and eval_pv() don't fail on syntax err
2010-10-01 Tony Cookrt 76474: Avoid the child perl reading from stdout
2010-09-27 Father ChrysostomosFix IPC::Open3’s fd.t to work on Windows
2010-09-27 Father ChrysostomosSkip ext/IPC-Open3/t/fd.t on stdio
2010-09-26 Father ChrysostomosVersion bump and perldelta for IPC::Open3 and [perl...
2010-09-26 Father Chrysostomostests for [perl #76474]
2010-09-26 Vernon Lyon[perl #76474]: IPC::Open3 doesn't handle file descripto...
2010-09-26 Zeframmerge XS-APItest-KeywordRPN into XS-APItest
2010-09-24 Nicholas ClarkAdd a warning to test.pl if quotes are used in one...
2010-09-23 Nicholas ClarkSome tests for Perl_grok_number().
2010-09-23 Tony CookMake dquote_static.c available to ext/re/
2010-09-23 Jerry D. HeddenRemove unneeded 'use' from ext/XS-APItest/t/peep.t...
2010-09-23 Karl Williamsonre.pm: Change comment to use new (?^...)
2010-09-23 Karl WilliamsonChange .t to use new (?^...)
2010-09-23 Karl WilliamsonChange comments, documentation for new (?^...)
2010-09-21 Nicholas ClarkRemove boilerplate and (un)conditional code from Makefi...
2010-09-21 Nicholas ClarkTweak XS::APItest to automatically add all functions...
2010-09-20 Tony CookAdd two (SV *) casts to placate C++.
2010-09-20 Karl WilliamsonAdd (?^...) regex construct
2010-09-19 Florian RagwitzRemove unnecessary XS-APItest test boilerplate
2010-09-19 Florian RagwitzAdd tests for PL_peepp/PL_rpeepp
2010-09-19 Steve HayBump VERSIONs in XS-APItest and XS-APItest-KeywordRPN
2010-09-19 Steve HayBump VERSION in PerlIO-scalar
2010-09-16 Chas. Owensreftype() used without checking for undef
2010-09-16 Zeframadd hv_copy_hints_hv and save_hints to the API
2010-09-13 Father Chrysostomos[perl #77684] Restore the 5.10/12 behaviour of open...
2010-09-11 Florian RagwitzBump $POSIX::VERSION
2010-09-11 Florian RagwitzAdd missing POSIX signal constants
2010-09-07 Ben MorrowTests for caller_cx, cop_hints_*.
2010-09-06 Zeframfunction interface to parse Perl statement
2010-09-03 Florian RagwitzBump $Errno::VERSION after change be54382
2010-09-02 Curtis JewellSanity check on Errno values.
2010-08-31 David Mitchellbetter silencing of APItest deprecation warning
2010-08-30 Tony Cookfix the AIX skip to only skip on AIX
2010-08-30 Tony Cookrt77432: sigaction would crash/assert with a replaced...
2010-08-28 Robin Barkersilence APItest deprecation warning
2010-08-27 Nicholas ClarkPeephole optimise adjacent pairs of nextstate ops.
2010-08-25 Yves Ortonprevent Devel::Peek::Dump from lieing to us about evil...
2010-08-22 Zeframadd lex_stuff_pvs()
2010-08-19 Steve PetersMoved prototype check to XS code, allowing the .pm...
2010-08-18 Steve PetersMake I18N::Langinfo::langinfo take $_ as an argument...
2010-08-17 Jerry D. HeddenMove POSIX.pm to lib/POSIX.pm to fix autosplitter problem
2010-08-16 Florian RagwitzRemove MacOS 9 support code from XS-APItest
2010-08-15 Florian RagwitzRevert "Make the peep recurse via PL_peepp"
2010-08-13 Tony CookPOSIX/t/posix.t expects a certain start to Makefile.PL
2010-08-13 Tony Cookmake_ext.pl populates @INC correctly, don't override...
2010-08-13 Eric BrinePure Perl lvalue subs can't return temps, even if they...
2010-08-13 Eric BrinePure Perl lvalue subs can't return temps, even if they...
2010-07-29 David MitchellPeek.t: better identify failing tests
2010-07-29 David MitchellDump didn't display CVf_ISXSUB flag
2010-07-29 Karl WilliamsonRefactor common parts of op.h, regexp.h into new .h
2010-07-29 Karl Williamsonext/B/defsubs_h.PL: teach to allow exprs with <<
2010-07-29 Karl Williamsonext/B/defsubs_h.PL: add explanatory comment
2010-07-29 Karl Williamsondefsubs_h.PL: Use correct variable in error msg
2010-07-25 Florian RagwitzMake the peep recurse via PL_peepp
2010-07-24 David GoldenGlobal executable bit cleanup
2010-07-19 David GoldenBump module version numbers
2010-07-18 David Mitchelladd CVf_CVGV_RC flag
2010-07-15 Ben MorrowRemove diagnostics from XS-APItest/t/blockhooks.
2010-07-13 Tony Cooknew is a reserved word in C++, don't use it as a variab...
2010-07-12 Ben MorrowSystematic tests for the block hooks.
2010-07-12 Ben MorrowWrap PL_blockhooks in an API function.
2010-07-12 Ben MorrowMacroify the block_hooks structure.
2010-07-12 Ben MorrowInitial very basic tests for PL_blockhooks.
2010-06-30 Nicholas ClarkConvert Fcntl and PerlIO::encoding's tests to Test...
2010-06-30 Nicholas ClarkConvert POSIX's test to Test::More.
2010-06-30 Nicholas ClarkConvert Devel::Peek's test to Test::More.
2010-06-29 Karl WilliamsonStandardize on use of 'capture group' over 'buffer'
2010-06-23 Nicholas ClarkRemove MacOS classic support from DynaLoader.
2010-06-23 Nicholas ClarkRemove MacOS classic support from File::{Copy,DosGlob...
2010-06-23 Nicholas ClarkTweak the generated Errno.pm slightly. Shorter and...
2010-06-21 Matt S Troutversion bump for B::t::OptreeCheck and add to delta
2010-06-21 Matt S Troutbump versions on VMS::DCLsym, mro, Search::Dist and...
2010-06-21 Matt S Troutversion bump for B::Concise and add change to delta
2010-06-18 Rafael Garcia-SuarezFix list of constants to import to make this test pass
2010-06-17 Rafael Garcia-SuarezAvoid warnings with undefined hash values [perl #74280]
2010-06-15 Salvador FandinoAdd support for more TCP_ constants to Socket
2010-06-09 Nicholas ClarkReorder CVf_* flags to be numerically contiguous again.
2010-06-07 H.Merijn BrandSpell-check fixes in ext
2010-05-25 Nicholas ClarkFix for typo in 0824d66743a706cd, in the expected outpu...
2010-05-25 David Mitchelladd OPpDEREFed flag to avoid double mg_get()
next