| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use pvs macros instead of pvn where possible. | Marcus Holland-Moritz | 2008-10-29 | 1 | -1/+1 |
* | Eliminate (AV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -1/+1 |
* | Eliminate (HV *) casts in u*.c. | Nicholas Clark | 2008-10-28 | 1 | -4/+4 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -1/+1 |
* | Create a direct lookup hash for ->isa() lookup, by retaining the | Nicholas Clark | 2008-09-12 | 1 | -22/+19 |
* | Abolish the warning "Can't locate package %"SVf" for the parents of %s" | Nicholas Clark | 2008-09-11 | 1 | -8/+0 |
* | As stash can't be NULL, no need to check name_stash is not NULL before | Nicholas Clark | 2008-09-11 | 1 | -1/+1 |
* | Use 1 line of code in place of 6 in Perl_sv_derived_from(). | Nicholas Clark | 2008-09-11 | 1 | -6/+1 |
* | S_isa_lookup() no longer recurses (as of Brandon's MRO changes), so we | Nicholas Clark | 2008-09-11 | 1 | -3/+3 |
* | No, I didn't mean to commit the version *with* the abort(). It was | Nicholas Clark | 2008-08-22 | 1 | -1/+0 |
* | Note that we have no test coverage for this particular warning. | Nicholas Clark | 2008-08-22 | 1 | -0/+2 |
* | Welcome to refcount hell. Fix the leaks reported by #57024 | Marcus Holland-Moritz | 2008-07-18 | 1 | -13/+10 |
* | Silence build warnings in universal.c | Jerry D. Hedden | 2008-05-23 | 1 | -1/+2 |
* | Make the worst case error message for Perl_croak_xs_usage() consistent | Nicholas Clark | 2008-05-21 | 1 | -1/+1 |