| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos (spelling errors) in Perl sources. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -3/+3 |
* | Remove S_get_isa_hash | Father Chrysostomos | 2010-10-31 | 1 | -15/+6 |
* | Move the meta->isa code from UNIVERSAL::isa to mro_get_linear_isa | Father Chrysostomos | 2010-10-30 | 1 | -23/+1 |
* | Switch UNIVERSAL::isa over to HvENAME | Father Chrysostomos | 2010-10-30 | 1 | -3/+6 |
* | Move remaining Tie::Hash::NamedCapture XS code to NamedCapture.xs | Nicholas Clark | 2010-10-14 | 1 | -78/+0 |
* | Move Tie::Hash::NamedCapture::{FIRST,NEXT}KEY to NamedCapture.xs | Nicholas Clark | 2010-10-14 | 1 | -42/+0 |
* | Convert lib/Tie/Hash/NamedCapture.pm to an XS module in ext/ | Nicholas Clark | 2010-10-14 | 1 | -15/+0 |
* | Merge XS_Tie_Hash_NamedCapture_{FIRSTK,NEXTK} into S_named_capture_iter_common. | Nicholas Clark | 2010-10-14 | 1 | -27/+13 |
* | Merge XS_Tie_Hash_NamedCapture_STORE into S_named_capture_common. | Nicholas Clark | 2010-10-14 | 1 | -30/+4 |
* | Merge XS_Tie_Hash_NamedCapture_CLEAR into S_named_capture_common. | Nicholas Clark | 2010-10-14 | 1 | -31/+13 |
* | Merge XS_Tie_Hash_NamedCapture_DELETE into S_named_capture_common. | Nicholas Clark | 2010-10-14 | 1 | -27/+12 |
* | Merge XS_Tie_Hash_NamedCapture_SCALAR into S_named_capture_common. | Nicholas Clark | 2010-10-14 | 1 | -29/+8 |
* | Merge XS_Tie_Hash_NamedCapture_{FETCH,EXISTS} into S_named_capture_common. | Nicholas Clark | 2010-10-14 | 1 | -25/+9 |
* | Expand CALLREG_NAMED_BUFF* macros in XS_Tie_Hash_NamedCapture_* | Nicholas Clark | 2010-10-14 | 1 | -8/+8 |
* | Consistent stack handling for XS_re_regnames_* | Nicholas Clark | 2010-10-13 | 1 | -17/+8 |
* | Consistent usage messages for XS_Tie_Hash_NamedCapture_* | Nicholas Clark | 2010-10-13 | 1 | -5/+5 |
* | In XS_Tie_Hash_NamedCapture_{CLEAR,STORE}, free any returned value. | Nicholas Clark | 2010-10-13 | 1 | -2/+13 |
* | Consistent stack handling for XS_Tie_Hash_NamedCapture_* | Nicholas Clark | 2010-10-13 | 1 | -34/+19 |
* | XS_Tie_Hash_NamedCapture_DELETE should return a value. | Nicholas Clark | 2010-10-13 | 1 | -1/+11 |
* | XS_Tie_Hash_NamedCapture_STORE should always croak on invalid parameters. | Nicholas Clark | 2010-10-12 | 1 | -4/+1 |
* | Fix code-before-declaration problem in universal.c | Steve Hay | 2010-09-23 | 1 | -3/+6 |
* | Add /d, /l, /u (infixed) regex modifiers | Karl Williamson | 2010-09-22 | 1 | -2/+9 |
* | Back out the mauve module and related changes | Florian Ragwitz | 2010-09-16 | 1 | -110/+0 |
* | segfault on &Internals::* due to missing SvROK() | Ævar Arnfjörð Bjarmason | 2010-09-11 | 1 | -3/+17 |
* | Remove unneeded use of INT2PTR() in the XS for Tie::Hash::NamedCapture. | Nicholas Clark | 2010-08-31 | 1 | -8/+8 |
* | create the "mauve" temporary namespace for things like reftype | Yves Orton | 2010-08-30 | 1 | -0/+110 |
* | Stop leaking temporary version objects from XS | gfx | 2010-06-28 | 1 | -6/+7 |
* | Prevent object methods called as class methods | John Peacock | 2010-06-28 | 1 | -16/+16 |
* | Add Perl_croak_no_modify() to implement Perl_croak("%s", PL_no_modify). | Nicholas Clark | 2010-06-27 | 1 | -3/+3 |
* | PATCH: teach diag.t new warning function names | Karl Williamson | 2010-06-01 | 1 | -1/+1 |
* | Use sizeof instead of hard-coded array size | Karl Williamson | 2010-05-29 | 1 | -1/+1 |
* | Typo | Karl Williamson | 2010-05-29 | 1 | -1/+1 |
* | InPerl_boot_core_UNIVERSAL() use a data structure for calls to newXS{,proto} | Nicholas Clark | 2010-05-28 | 1 | -118/+81 |
* | Fix utf8::is_utf8 to respect GMAGIC (e.g. $1) | gfx | 2010-04-25 | 1 | -1/+2 |
* | initialize undefined version objects with zero, not 'undef' | David Golden | 2010-01-21 | 1 | -2/+2 |
* | Omnibus strict and lax version parsing | David Golden | 2010-01-13 | 1 | -4/+4 |
* | Tie::Hash::NamedCapture::* shouldn't abort if passed bad input [RT #71828] | Nicholas Clark | 2010-01-05 | 1 | -8/+8 |
* | Add missing LEAVE to universal.c sv_does | Gerard Goossen | 2009-11-12 | 1 | -2/+6 |
* | Unused 'cv' | Jerry D. Hedden | 2009-07-02 | 1 | -0/+1 |
* | Integrate version.pm-0.77 into bleadperl | John Peacock | 2009-06-28 | 1 | -9/+41 |
* | Note why we need a seemingly useless empty &Regexp::DESTROY | Nicholas Clark | 2009-03-31 | 1 | -0/+1 |
* | Change Regexp::DESTROY to be a constant subroutine, removing XS_Regexp_DESTROY. | Nicholas Clark | 2009-03-29 | 1 | -8/+2 |
* | Remove declaration of XS_Internals_inc_sub_generation | Rafael Garcia-Suarez | 2009-03-08 | 1 | -1/+0 |
* | Make PerlIO::get_layers really test flgok before reading *flgsvp | Vincent Pit | 2009-03-07 | 1 | -1/+1 |
* | get_isa_hash() is only used in S_isa_lookup(), so it can be static. Also, it has | Nicholas Clark | 2009-01-03 | 1 | -3/+3 |
* | Following change 34356, which decoupled get_isa_hash() from | Nicholas Clark | 2009-01-03 | 1 | -0/+35 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -3/+5 |
* | Explicitly specify some printf formats for constant strings. | Rafael Garcia-Suarez | 2008-11-02 | 1 | -3/+3 |
* | Add MUTABLE_GV(), and eliminate (V *) casts in *.c. | Nicholas Clark | 2008-10-31 | 1 | -2/+2 |
* | Eliminate (SV *) casts from sv.c and [tu]*.c, except for the cast in | Nicholas Clark | 2008-10-30 | 1 | -13/+13 |