| Commit message (Expand) | Author | Age | Files | Lines |
* | Minimise the actions of the BEGIN block in B.pm | Nicholas Clark | 2011-03-20 | 1 | -15/+17 |
* | In B, use typeglob aliasing instead of subref to typeglob assignment. | Nicholas Clark | 2011-03-20 | 1 | -4/+4 |
* | More version bumps in view of recent PERL_NO_GE_CONTEXT commits | Father Chrysostomos | 2011-03-19 | 2 | -2/+2 |
* | Add PERL_NO_GET_CONTEXT to NDBM_File | Nicholas Clark | 2011-03-19 | 1 | -0/+2 |
* | Add PERL_NO_GET_CONTEXT to GDBM_File | Nicholas Clark | 2011-03-19 | 1 | -0/+2 |
* | Version bumps for the recent PERL_NO_GET_CONTEXT commits | Father Chrysostomos | 2011-03-19 | 8 | -8/+8 |
* | Add PERL_NO_GET_CONTEXT to mro | Nicholas Clark | 2011-03-19 | 1 | -0/+2 |
* | Add PERL_NO_GET_CONTEXT to attributes | Nicholas Clark | 2011-03-19 | 1 | -0/+1 |
* | Add PERL_NO_GET_CONTEXT to XS::Typemap | Nicholas Clark | 2011-03-19 | 1 | -1/+2 |
* | Add PERL_NO_GET_CONTEXT to Sys::Hostname | Nicholas Clark | 2011-03-19 | 1 | -0/+2 |
* | Add PERL_NO_GET_CONTEXT to I18N::Langinfo | Nicholas Clark | 2011-03-19 | 1 | -0/+2 |
* | Add PERL_NO_GET_CONTEXT to Hash::Util | Nicholas Clark | 2011-03-19 | 1 | -0/+2 |
* | Add PERL_NO_GET_CONTEXT to Hash::Util::FieldHash | Nicholas Clark | 2011-03-19 | 1 | -45/+63 |
* | Add PERL_NO_GET_CONTEXT to File::Glob | Nicholas Clark | 2011-03-19 | 1 | -0/+2 |
* | Add PERL_NO_GET_CONTEXT to dl_dlopen.xs | Nicholas Clark | 2011-03-19 | 1 | -0/+2 |
* | Redefine errno values for Visual Studio 2010 | Steve Hay | 2011-03-19 | 2 | -81/+115 |
* | Remove the couple of references to AutoLoader that remained in | David Leadbeater | 2011-03-13 | 1 | -6/+2 |
* | fix C++ build error introducted in f8088870 | Tony Cook | 2011-03-09 | 1 | -1/+1 |
* | Add PERL_NO_GET_CONTEXT to NamedCapture.xs | Nicholas Clark | 2011-03-08 | 1 | -0/+1 |
* | Tweak Tie::Hash::NamedCapture's BOOT code - get the stash from the CV. | Nicholas Clark | 2011-03-08 | 1 | -4/+9 |
* | In Tie::Hash::NamedCapture move the tie of %+ and %- from perl to XS. | Nicholas Clark | 2011-03-08 | 2 | -8/+19 |
* | Convert Tie::Hash::NamedCapture::TIEHASH to XS. | Nicholas Clark | 2011-03-08 | 2 | -10/+22 |
* | Add tests for documented behaviour of Tie::Hash::NamedCapture::TIEHASH. | Nicholas Clark | 2011-03-08 | 1 | -0/+34 |
* | Ensure that the C<exists &Errno::EFOO> idiom continues to work as documented. | Nicholas Clark | 2011-03-07 | 2 | -3/+29 |
* | Move t/re/re.t to ext/re/t/re_funcs_u.t, so that it is not part of minitest. | Nicholas Clark | 2011-03-06 | 1 | -0/+143 |
* | A clearer layout for the fall-through logic of Socket::inet_aton() | Nicholas Clark | 2011-03-06 | 1 | -6/+10 |
* | In inet_aton(), use newSVpvn_flags() instead of sv_newmortal(), sv_setpvn() | Nicholas Clark | 2011-03-06 | 1 | -3/+1 |
* | In Errno, use typeglob aliasing instead of subref to typeglob assignment. | Nicholas Clark | 2011-02-19 | 1 | -2/+1 |
* | Dispatch dl_expandspec at build time, not run time. | Craig A. Berry | 2011-02-18 | 1 | -7/+5 |
* | Dual-life Devel::DProf | Florian Ragwitz | 2011-02-19 | 24 | -2705/+0 |
* | Add a deprecation notice to the Devel::DProf docs | Florian Ragwitz | 2011-02-18 | 1 | -1/+7 |
* | Allow Devel::DProf's tests to run without text.pl | Florian Ragwitz | 2011-02-18 | 1 | -6/+12 |
* | Don't call the new __loaded_from_core on old perls | Florian Ragwitz | 2011-02-18 | 1 | -2/+2 |
* | Remove Devel::DProf from the core distribution. Get it from CPAN now. | Nicholas Clark | 2011-02-18 | 2 | -1/+10 |
* | Avoid segfault in re::regmust with pluggable RE engines | David Leadbeater | 2011-02-18 | 1 | -5/+8 |
* | DynaLoader.t: AUTOLOAD TODO tests passing | David Mitchell | 2011-02-18 | 1 | -6/+3 |
* | Increase DynaLoader’s version | Father Chrysostomos | 2011-02-17 | 1 | -1/+1 |
* | [perl #84358] Removing AutoLoader from DynaLoader | Leon Timmermans | 2011-02-17 | 1 | -16/+2 |
* | Move dprofpp from utils/ to ext/Devel-DProf/bin | Florian Ragwitz | 2011-02-18 | 2 | -12/+951 |
* | Delete subroutines Socket::fake_get{addr,name}info if they are not used. | Nicholas Clark | 2011-02-16 | 1 | -1/+6 |
* | More POD corrections | Tom Christiansen | 2011-02-15 | 1 | -2/+2 |
* | Fix symbol table associations in VMS::DCLsym | Charles Bailey | 2011-02-14 | 2 | -9/+45 |
* | Decrease (unbump?) re.pm’s version | Father Chrysostomos | 2011-02-14 | 1 | -1/+1 |
* | re.pm: Add /aa support | Karl Williamson | 2011-02-14 | 2 | -8/+35 |
* | re.pm: Forbid things like /dd, /uu | Karl Williamson | 2011-02-14 | 2 | -23/+32 |
* | Bump re.pm’s version | Father Chrysostomos | 2011-02-12 | 1 | -1/+1 |
* | perldebug: capitalise titles | Father Chrysostomos | 2011-02-12 | 1 | -1/+1 |
* | Minor bugfixes to Socket::getaddrinfo | Paul LeoNerd Evans | 2011-02-08 | 2 | -2/+9 |
* | In IPC::Open3's fd.t, open STDIN explicitly in the test program. | Nicholas Clark | 2011-02-06 | 1 | -2/+1 |
* | In IPC::Open3's fd.t, correct the code added in 1f563db471aa8a00. | Nicholas Clark | 2011-02-06 | 1 | -4/+11 |