summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Delete subroutines Socket::fake_get{addr,name}info if they are not used.Nicholas Clark2011-02-161-1/+6
* More POD correctionsTom Christiansen2011-02-151-2/+2
* Fix symbol table associations in VMS::DCLsymCharles Bailey2011-02-142-9/+45
* Decrease (unbump?) re.pm’s versionFather Chrysostomos2011-02-141-1/+1
* re.pm: Add /aa supportKarl Williamson2011-02-142-8/+35
* re.pm: Forbid things like /dd, /uuKarl Williamson2011-02-142-23/+32
* Bump re.pm’s versionFather Chrysostomos2011-02-121-1/+1
* perldebug: capitalise titlesFather Chrysostomos2011-02-121-1/+1
* Minor bugfixes to Socket::getaddrinfoPaul LeoNerd Evans2011-02-082-2/+9
* In IPC::Open3's fd.t, open STDIN explicitly in the test program.Nicholas Clark2011-02-061-2/+1
* In IPC::Open3's fd.t, correct the code added in 1f563db471aa8a00.Nicholas Clark2011-02-061-4/+11
* Convert XS::APItest's svpv_magic.t to Test::More.Nicholas Clark2011-02-051-2/+3
* Remove MacOS Classic references from B's tests.Nicholas Clark2011-02-042-6/+2
* Refactor B's o.t to use 'prog' and 'switches' with runperl(), not 'args'.Nicholas Clark2011-02-041-9/+7
* Actually generate full failure diagnostics in checkErrs() in B's OptreeCheck,Nicholas Clark2011-02-041-8/+7
* In B's OptreeCheck, always report inconsistent errors as a failed test.Nicholas Clark2011-02-0411-40/+19
* In B's OptreeCheck, implement proper qr// matching for regexps.Nicholas Clark2011-02-042-22/+19
* In B's OptreeCheck, inline diag_or_fail() into its only caller.Nicholas Clark2011-02-041-25/+18
* In B's tests, fix calls to like() which weren't being passed a regexp.Nicholas Clark2011-02-043-4/+4
* Remove non-working and hence unused features from B's OptreeCheck test code.Nicholas Clark2011-02-042-34/+3
* Convert Pod::Html to lexical file handles.Nicholas Clark2011-02-041-83/+90
* Convert B's "no perlio" skips to "skip all" in the BEGIN blocks.Nicholas Clark2011-02-036-50/+27
* Remove commented out 'require test.pl' lines in B's tests.Nicholas Clark2011-02-033-3/+0
* Correct the "no perlio" skipping in optree_misc.t.Nicholas Clark2011-02-031-28/+25
* Bump versions of modules changed since the last blead release (found byJesse Vincent2011-02-012-2/+2
* Perl_do_sv_dump: dump REGEXP bodyDavid Mitchell2011-01-301-1/+22
* Reindent recent IPv6/getaddrinfo code consistently with the rest of the filesPaul "LeoNerd" Evans2011-01-292-327/+327