summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Correct comments about B::PV::PVBM.Nicholas Clark2011-05-201-6/+11
* Bump the version of PerlIO::encoding following 1c2e8ccaafb0b2b1.Nicholas Clark2011-05-201-1/+1
* Bump the versions of B and Storable following 1b95d04f713d9c56.Nicholas Clark2011-05-201-1/+1
* Increase t::OptreeCheck’s versionFather Chrysostomos2011-05-191-1/+1
* [perl #90306] Fix simple typosMarcel Grünauer2011-05-195-6/+6
* Increase B::Concise’s versionFather Chrysostomos2011-05-191-1/+1
* Clean: Actually use HvUSEDKEYS() instead of HvKEYS()Michael Witten2011-05-181-2/+2
* Restore a croak I deleted by mistakeFather Chrysostomos2011-05-181-1/+2
* waitpid doesn't work with WIFSTOPPEDBo Lindbergh2011-05-181-12/+16
* Fix for [perl #90106] 5.14.0-RC2 ODBM_File failures on Ubuntu natty [multiarch]Vladimir Timofeev2011-05-181-3/+3
* ext/Devel-Peek/Peek.pm: Fix broken linksKarl Williamson2011-05-181-2/+2
* FieldHash.pm: Fix broken linksKarl Williamson2011-05-181-6/+6
* POSIX.pod: fix broken linkKarl Williamson2011-05-181-1/+1
* Fix broken linkKarl Williamson2011-05-181-2/+3
* IPC::Open3 needs porting to work on VMS.Craig A. Berry2011-04-151-0/+4
* PATCH: final [perl #86972]: Allow /(?aia)/Karl Williamson2011-04-112-13/+34
* [perl #87064] eval no longer shares filtersFather Chrysostomos2011-04-033-1/+41
* [perl #86566] Allow Pod::Html to write to STDOUT againDavid Leadbeater2011-03-281-5/+10
* Minimise the actions of the BEGIN block in B.pmNicholas Clark2011-03-201-15/+17
* In B, use typeglob aliasing instead of subref to typeglob assignment.Nicholas Clark2011-03-201-4/+4
* More version bumps in view of recent PERL_NO_GE_CONTEXT commitsFather Chrysostomos2011-03-192-2/+2
* Add PERL_NO_GET_CONTEXT to NDBM_FileNicholas Clark2011-03-191-0/+2
* Add PERL_NO_GET_CONTEXT to GDBM_FileNicholas Clark2011-03-191-0/+2
* Version bumps for the recent PERL_NO_GET_CONTEXT commitsFather Chrysostomos2011-03-198-8/+8
* Add PERL_NO_GET_CONTEXT to mroNicholas Clark2011-03-191-0/+2
* Add PERL_NO_GET_CONTEXT to attributesNicholas Clark2011-03-191-0/+1
* Add PERL_NO_GET_CONTEXT to XS::TypemapNicholas Clark2011-03-191-1/+2
* Add PERL_NO_GET_CONTEXT to Sys::HostnameNicholas Clark2011-03-191-0/+2
* Add PERL_NO_GET_CONTEXT to I18N::LanginfoNicholas Clark2011-03-191-0/+2
* Add PERL_NO_GET_CONTEXT to Hash::UtilNicholas Clark2011-03-191-0/+2
* Add PERL_NO_GET_CONTEXT to Hash::Util::FieldHashNicholas Clark2011-03-191-45/+63
* Add PERL_NO_GET_CONTEXT to File::GlobNicholas Clark2011-03-191-0/+2
* Add PERL_NO_GET_CONTEXT to dl_dlopen.xsNicholas Clark2011-03-191-0/+2
* Redefine errno values for Visual Studio 2010Steve Hay2011-03-192-81/+115
* Remove the couple of references to AutoLoader that remained inDavid Leadbeater2011-03-131-6/+2
* fix C++ build error introducted in f8088870Tony Cook2011-03-091-1/+1
* Add PERL_NO_GET_CONTEXT to NamedCapture.xsNicholas Clark2011-03-081-0/+1
* Tweak Tie::Hash::NamedCapture's BOOT code - get the stash from the CV.Nicholas Clark2011-03-081-4/+9
* In Tie::Hash::NamedCapture move the tie of %+ and %- from perl to XS.Nicholas Clark2011-03-082-8/+19
* Convert Tie::Hash::NamedCapture::TIEHASH to XS.Nicholas Clark2011-03-082-10/+22
* Add tests for documented behaviour of Tie::Hash::NamedCapture::TIEHASH.Nicholas Clark2011-03-081-0/+34
* Ensure that the C<exists &Errno::EFOO> idiom continues to work as documented.Nicholas Clark2011-03-072-3/+29
* Move t/re/re.t to ext/re/t/re_funcs_u.t, so that it is not part of minitest.Nicholas Clark2011-03-061-0/+143
* A clearer layout for the fall-through logic of Socket::inet_aton()Nicholas Clark2011-03-061-6/+10
* In inet_aton(), use newSVpvn_flags() instead of sv_newmortal(), sv_setpvn()Nicholas Clark2011-03-061-3/+1
* In Errno, use typeglob aliasing instead of subref to typeglob assignment.Nicholas Clark2011-02-191-2/+1
* Dispatch dl_expandspec at build time, not run time.Craig A. Berry2011-02-181-7/+5
* Dual-life Devel::DProfFlorian Ragwitz2011-02-1924-2705/+0
* Add a deprecation notice to the Devel::DProf docsFlorian Ragwitz2011-02-181-1/+7
* Allow Devel::DProf's tests to run without text.plFlorian Ragwitz2011-02-181-6/+12