This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Keep perl5115delta.pod up to date
[perl5.git] / ext /
2010-02-17 Jesse VincentMake the new Socket implementation of inet_pton consist...
2010-02-09 Nicholas ClarkFix for non-regexps being upgraded to SVt_REGEXP
2010-02-07 Nicholas ClarkImprovements to 31c9a3 - CPAN code did depend on the...
2010-01-20 Ricardo Signesbump versions for core libs changed since 5.11.3
2010-01-18 kmx[perl #71676] GDBM_File support on Win32
2010-01-15 Rafael Garcia-SuarezBump version of PerlIO::encoding
2010-01-15 Rafael Garcia-SuarezThe warnings emitted by PerlIO::encoding should be...
2010-01-06 AbigailFix typo in reference
2010-01-06 AbigailDocument that interpolating a '(??{ code })' construct...
2010-01-06 AbigailFix a couple of typos and standardize on using 'regexp...
2009-12-20 Jesse VincentPOSIX.pm - minor change to POSIX.xs since 5.11.2 -...
2009-12-20 Daniel Frederick... Add lchown to POSIX.pod
2009-12-02 Nicholas ClarkEnsure that pp_qr returns a new regexp SV each time...
2009-11-29 Steve PetersMerge branch 'blead' of ssh://stevep@perl5.git.perl...
2009-11-29 Steve PetersAdd error codes for getaddrinfo() and getnameinfo()
2009-11-23 Stepan Kasalfix logic for a workaround in POSIX.xs
2009-11-19 Nicholas ClarkPVIOs don't use the SvIVX slot.
2009-11-15 Zeframlexer API
2009-11-15 Vincent PitTeach B::Deparse about in-place reverse
2009-11-12 Craig A. Berry1 is a magic number to C's exit() and Perl_my_exit().
2009-11-12 H.Merijn BrandSorry, missed a "
2009-11-12 H.Merijn BrandHP-UX does not accept UTC0UTC, because there is no...
2009-11-12 Gerard GoossenAdd missing LEAVE to POSIX.xs sigaction
2009-11-11 Jan DuboisMap winsock error codes to POSIX errno values
2009-11-10 Vincent PitOptimize reversing an array in-place
2009-11-08 Gerard GoossenMake my_exit behave the same as the Perl exit. And...
2009-11-08 Zeframpad_findmy APIification
2009-11-08 Kevin RydeCorrectly document export of I18N::Langinfo
2009-11-07 Nicholas ClarkAdd length and flags arguments to Perl_pad_findmy(...
2009-11-07 ZeframC++ fail with KeywordRPN
2009-11-05 Jesse VincentImplement facility to plug in syntax triggered by keywords
2009-11-01 Nicholas ClarkRemove Perl_pmflag() from the public API, and mark...
2009-10-25 Yves Ortondisable non-unicode case insensitive trie matching
2009-10-23 Nicholas ClarkAvoid using defined @array in core tests.
2009-10-23 Nicholas ClarkAvoid using defined %hash in core code and tests.
2009-10-23 Nicholas ClarkConvert tests in ext/ from Test to Test::More.
2009-10-22 Nicholas ClarkPerl_utf16_to_utf8() should treat "\0" like any every...
2009-10-20 Jesse VincentBump mro's version number and copyright year, since...
2009-10-20 Jesse VincentBump B::Consise's version number since it's changed...
2009-10-19 Nicholas ClarkAdd two (U8 *) casts to placate C++.
2009-10-18 Nicholas ClarkIn utf16_to_utf8(), fix off-by-one errors for the range...
2009-10-18 Nicholas Clarkutf16_to_utf8() should croak on encountering a bare...
2009-10-18 Nicholas Clarkutf16_to_utf8() should croak if the buffer ends without...
2009-10-18 Nicholas Clarkutf16_to_utf8_reversed() should croak early when passed...
2009-10-18 Nicholas ClarkExpose utf16_to_utf8{,reversed} via XS::APItest, and...
2009-10-18 Nicholas ClarkUse gmtime() instead of localtime(), as timezones hinde...
2009-10-15 Nicholas ClarkReplace sv_2mortal(newSVpvn(...)) with newSVpvn_flags...
2009-10-15 Nicholas ClarkUse newSVpvn(), newSVpvs() and gv_fetchpvs(), the later...
2009-10-15 Nicholas ClarkUse gv_stashsv() and gv_fetchpvs(), the later with...
2009-10-15 Nicholas ClarkUse sv_catpvs(), newSVpvs(), newSVpvn(), newSVhek(...
2009-10-15 Nicholas ClarkIn strftime(), save a malloc()/free() by using sv_usepv...
2009-10-15 Nicholas ClarkPOSIX::strftime() should be able to handle Unicode...
2009-10-15 Steve PetersHmmm... this may be a heisenbug. Works on some termina...
2009-10-15 Steve PetersPOSIX::strftime() should be able to handle Unicode...
2009-10-15 demerphqOptimise if (%foo) to be faster than if(keys %foo)
2009-10-06 Jesse VincentA number of pod fixes found by podcheck.t
2009-10-02 Nicholas ClarkMove Storable from ext/ to dist/
2009-10-02 Nicholas ClarkMove Win32 from ext/ to cpan/
2009-10-02 Nicholas ClarkMove ExtUtils::Constant from ext/ to cpan/
2009-10-02 Nicholas ClarkMove Win32API::File from ext/ to cpan/
2009-10-02 Nicholas ClarkMove Time::Piece from ext/ to cpan/
2009-10-02 Nicholas ClarkMove Time::HiRes from ext/ to cpan/
2009-10-02 Nicholas ClarkMove Tie::File from ext/ to cpan/
2009-10-02 Nicholas ClarkMove Text::Soundex from ext/ to cpan/
2009-10-02 Nicholas ClarkMove Text::ParseWords from ext/ to cpan/
2009-10-02 Nicholas ClarkMove Text::Balanced from ext/ to cpan/
2009-10-02 Nicholas ClarkMove Test::Simple from ext/ to cpan/
2009-10-02 Nicholas ClarkMove Term::Cap from ext/ to cpan/
2009-10-02 Nicholas ClarkMove Test::Harness from ext/ to cpan/
2009-10-02 Nicholas ClarkMove Shell from ext/ to cpan/
2009-10-02 Nicholas ClarkMove List::Util from ext/ to cpan/
2009-10-02 Nicholas ClarkMove Pod::Simple from ext/ to cpan/
2009-10-02 Nicholas ClarkMove Pod::Parser from ext/ to cpan/
2009-10-02 Nicholas ClarkMove Pod::LaTeX from ext/ to cpan/
2009-10-02 Nicholas ClarkMove Pod::Escapes from ext/ to cpan/
2009-10-02 Nicholas ClarkMove PerlIO::via::QuotedPrint from ext/ to cpan/
2009-10-02 Nicholas ClarkMove parent from ext/ to cpan/
2009-10-02 Nicholas ClarkMove Module::Pluggable from ext/ to cpan/
2009-10-02 Nicholas ClarkMove MIME::Base64 from ext/ to cpan/
2009-10-02 Nicholas ClarkMove Memoize from ext/ to cpan/
2009-10-02 Nicholas ClarkMove Math::BigRat from ext/ to cpan/
2009-10-02 Nicholas ClarkMove Math::BigInt::FastCalc from ext/ to cpan/
2009-10-02 Nicholas ClarkMove Math::BigInt from ext/ to cpan/
2009-10-02 Nicholas ClarkMove Locale::Codes from ext/ to cpan/
2009-10-02 Nicholas ClarkMove libnet from ext/ to cpan/
2009-10-02 Nicholas ClarkMove IO::Zlib from ext/ to cpan/
2009-10-02 Nicholas ClarkMove IO::Compress from ext/ to cpan/
2009-10-02 Nicholas ClarkMove if from ext/ to cpan/
2009-10-01 Nicholas ClarkMove Filter::Util::Call from ext/ to cpan/
2009-10-01 Nicholas ClarkMove File::Temp from ext/ to cpan/
2009-10-01 Nicholas ClarkMove ExtUtils::Manifest from ext/ to cpan/
2009-10-01 Nicholas ClarkMove ExtUtils::Command from ext/ to cpan/
2009-10-01 Nicholas ClarkMove encoding::warnings from ext/ to cpan/
2009-10-01 Nicholas ClarkMove Digest::SHA from ext/ to cpan/
2009-10-01 Nicholas ClarkMove Digest::MD5 from ext/ to cpan/
2009-10-01 Nicholas ClarkMove Digest from ext/ to cpan/
2009-10-01 Nicholas ClarkMove Compress::Raw::Zlib from ext/ to cpan/
2009-10-01 Nicholas ClarkMove Compress::Raw::Bzip2 from ext/ to cpan/
2009-10-01 Nicholas ClarkMove CGI from ext/ to cpan/
2009-10-01 Nicholas ClarkMove bignum from ext/ to cpan/
next