| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Make symbols short enough for VMS after #31341. | Craig A. Berry | 2007-06-08 | 1 | -6/+6 |
* | Silence compiler warnings | Jerry D. Hedden | 2007-06-07 | 1 | -0/+12 |
* | Re: [PATCH] Callbacks for named captures (%+ and %-) | Ævar Arnfjörð Bjarmason | 2007-06-06 | 1 | -160/+332 |
* | Remove unused parms in S_isa_lookup | Andy Lester | 2007-05-09 | 1 | -6/+3 |
* | FETCH/STORE/LENGTH callbacks for numbered capture variables | Ævar Arnfjörð Bjarmason | 2007-05-03 | 1 | -1/+1 |
* | Re: mro status, etc | Brandon Black | 2007-04-30 | 1 | -1/+1 |
* | Eliminate Internals::inc_sub_generation, which nothing now calls. | Nicholas Clark | 2007-04-21 | 1 | -14/+0 |
* | Upgrade to version-0.7203. | Rafael Garcia-Suarez | 2007-04-21 | 1 | -3/+3 |
* | Nit to S_isa_lookup by Brandon Black | Rafael Garcia-Suarez | 2007-04-20 | 1 | -1/+1 |
* | Put the "Can't locate package..." warnings in the "syntax" | Rafael Garcia-Suarez | 2007-04-19 | 1 | -1/+1 |
* | Re: new C3 MRO patch | Brandon Black | 2007-04-19 | 1 | -71/+19 |
* | Typo in croak message | H.Merijn Brand | 2007-04-14 | 1 | -1/+1 |
* | Fix the error message "Can't call method "DOES" on unblessed | Rafael Garcia-Suarez | 2007-03-31 | 1 | -1/+7 |
* | In struct regexp replace the two arrays of I32s accessed via startp | Nicholas Clark | 2007-03-26 | 1 | -4/+4 |
* | Don't use PL_na. | Rafael Garcia-Suarez | 2007-03-23 | 1 | -1/+1 |
* | Fix error message for re::regnames_iterinit() | Rafael Garcia-Suarez | 2007-03-22 | 1 | -2/+2 |
* | Resolve PL_curpm issues with (??{}) and fix corruption of match results when ... | Yves Orton | 2007-03-22 | 1 | -98/+56 |
* | Upgrade to version.pm 0.71, by John Peacock | Rafael Garcia-Suarez | 2007-03-19 | 1 | -33/+18 |
* | Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exe | Yves Orton | 2007-03-08 | 1 | -0/+297 |
* | Compilation warnings fixes by Jerry D. Hedden | Rafael Garcia-Suarez | 2007-03-03 | 1 | -0/+26 |
* | More assertion failures, found by auditing the code. | Nicholas Clark | 2007-03-02 | 1 | -2/+2 |