| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add Perl_croak_xs_usage(), which reduces a lot of explicit calls of | Nicholas Clark | 2008-05-21 | 1 | -70/+71 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -1/+7 |
* | In XS_PerlIO_get_layers() take advantage of the implementation of | Nicholas Clark | 2008-02-02 | 1 | -8/+13 |
* | In XS_re_regexp_pattern(), use newSVpvn_flags() to avoid calls to | Nicholas Clark | 2008-02-02 | 1 | -7/+5 |
* | toke.c/universal.c: consting | Steven Schubiger | 2008-01-29 | 1 | -2/+2 |
* | Move re::regexp_pattern to universal.c | Jerry D. Hedden | 2008-01-09 | 1 | -0/+95 |
* | Post change 32880, restore the dummy sub Regexp::DESTROY {} | Nicholas Clark | 2008-01-07 | 1 | -0/+8 |
* | Add macros mPUSHs() and mXPUSHs() for pushing SVs on the stack | Marcus Holland-Moritz | 2008-01-04 | 1 | -10/+10 |
* | Add newSVpvs_flags() as a wrapper to newSVpvn_flags(), and rework | Nicholas Clark | 2008-01-03 | 1 | -2/+2 |
* | Forgot to remove dTARGET with change #32816. | Marcus Holland-Moritz | 2008-01-03 | 1 | -1/+0 |
* | Fix memory leaks in XS_PerlIO_get_layers() by mortalizing | Marcus Holland-Moritz | 2008-01-03 | 1 | -8/+8 |
* | First class regexps. | Nicholas Clark | 2007-12-28 | 1 | -8/+0 |
* | use newSVpvs() on the constant string "isa", rather than newSVpv(). | Nicholas Clark | 2007-10-18 | 1 | -1/+1 |
* | Rename various regex defined so that they have distinct prefixes based on the... | Yves Orton | 2007-06-28 | 1 | -8/+8 |
* | SvRX() and SvRXOK() macros | Ævar Arnfjörð Bjarmason | 2007-06-18 | 1 | -33/+8 |