summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* In Glob.xs, use memset() instead of bzero()Nicholas Clark2011-09-071-1/+1
* Get PerlIO::scalar to write to COWsFather Chrysostomos2011-09-053-3/+12
* Plug segfault in bsd_glob() with unsupported ALTDIRFUNC flag.Craig A. Berry2011-09-043-2/+9
* Support gcc-4.x on HP-UX PA-RISC/64H.Merijn Brand2011-08-261-4/+10
* Update lengthen time-out time for t/re/re.t.Nobuhiro Iwamatsu2011-06-081-1/+1
* waitpid doesn't work with WIFSTOPPEDBo Lindbergh2011-06-071-12/+16
* Fix for [perl #90106] 5.14.0-RC2 ODBM_File failures on Ubuntu natty [multiarch]Vladimir Timofeev2011-06-051-3/+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
* Don't call the new __loaded_from_core on old perlsFlorian Ragwitz2011-02-181-2/+2
* Remove Devel::DProf from the core distribution. Get it from CPAN now.Nicholas Clark2011-02-182-1/+10
* Avoid segfault in re::regmust with pluggable RE enginesDavid Leadbeater2011-02-181-5/+8
* DynaLoader.t: AUTOLOAD TODO tests passingDavid Mitchell2011-02-181-6/+3
* Increase DynaLoader’s versionFather Chrysostomos2011-02-171-1/+1
* [perl #84358] Removing AutoLoader from DynaLoaderLeon Timmermans2011-02-171-16/+2
* Move dprofpp from utils/ to ext/Devel-DProf/binFlorian Ragwitz2011-02-182-12/+951