| Commit message (Expand) | Author | Age | Files | Lines |
* | RE: [PATCH] use 5.010 is ugly; use 5.10.0 warns | Robin Barker | 2007-09-26 | 1 | -1/+8 |
* | Re: [PATCH 5.10] Improve diagnostic for reloads of bad modules | Rick Delaney | 2007-09-25 | 1 | -1/+2 |
* | Silence a load of "value computed is not used" warnings | Rafael Garcia-Suarez | 2007-09-21 | 1 | -6/+6 |
* | Re: INC handlers and shutdown-time warnings | Rafael Garcia-Suarez | 2007-09-01 | 1 | -1/+1 |
* | From: "Robin Barker" <Robin.Barker@npl.co.uk> | Robin Barker | 2007-08-28 | 1 | -0/+2 |
* | [patch@31735] Module-load/require fixes for VMS | John E. Malmberg | 2007-08-22 | 1 | -6/+33 |
* | Use Perl_croak() rather than DIE() in S_doeval() because "DIE()" | Steve Hay | 2007-07-11 | 1 | -2/+2 |
* | Fix assertion failure on failed magic eval - eg FETCH {eval'('} | Dave Mitchell | 2007-07-10 | 1 | -12/+20 |
* | move PL_error_count into the PL_parser struct | Dave Mitchell | 2007-05-21 | 1 | -5/+4 |
* | move PL_rsfp_filters into the parser struct | Dave Mitchell | 2007-05-12 | 1 | -5/+3 |
* | move PL_rsfp into the PL_parser struct | Dave Mitchell | 2007-05-11 | 1 | -4/+3 |
* | move PL_lex_state into the PL_parser struct | Dave Mitchell | 2007-05-05 | 1 | -1/+1 |
* | move PL_linestr from the interpreter struct to the parser struct | Dave Mitchell | 2007-04-24 | 1 | -1/+1 |
* | Re: [PATCH (incomplete)] Make regcomp use SV* sv, instead of char* exp, char*... | Ævar Arnfjörð Bjarmason | 2007-04-23 | 1 | -5/+5 |
* | Fix problems caused by downsizing in change 31017. (Which don't show | Nicholas Clark | 2007-04-22 | 1 | -1/+1 |
* | Where possible, use SvIV instead of SvIVX, SvNV instead of SvNVX, | Nicholas Clark | 2007-04-21 | 1 | -1/+1 |
* | PL_madskills is a bool, so save it as one (else Solaris rightly | Nicholas Clark | 2007-04-12 | 1 | -1/+1 |
* | Merge op_pmreplstart and op_pmstash/op_pmstashpv into a union in | Nicholas Clark | 2007-04-06 | 1 | -1/+1 |
* | S_op_destroy() was not static. Also tidy all other STATIC/static | Nicholas Clark | 2007-04-05 | 1 | -8/+4 |
* | Re: pmdynflags and thread safety | Yves Orton | 2007-04-04 | 1 | -24/+17 |
* | In struct regexp replace the two arrays of I32s accessed via startp | Nicholas Clark | 2007-03-26 | 1 | -6/+6 |
* | Resolve PL_curpm issues with (??{}) and fix corruption of match results when ... | Yves Orton | 2007-03-22 | 1 | -2/+2 |
* | Upgrade to version.pm 0.71, by John Peacock | Rafael Garcia-Suarez | 2007-03-19 | 1 | -2/+2 |
* | As SvUPGRADE() is a macro wrapping a call to sv_upgrade() inside | Nicholas Clark | 2007-03-05 | 1 | -2/+1 |
* | Make use VERSION also load feature.pm | Rafael Garcia-Suarez | 2007-03-03 | 1 | -1/+12 |
* | Add a new API function newSV_type, to replace the idiom: | Nicholas Clark | 2007-02-18 | 1 | -4/+2 |
* | Re: Change 29193 is a regression | Rick Delaney | 2007-02-08 | 1 | -0/+1 |
* | Purge all references to 5005 threads variables in the code. | Nicholas Clark | 2007-02-03 | 1 | -1/+0 |
* | A few more places where we know the length for sv_setpv() or sv_catpv() | Nicholas Clark | 2007-02-02 | 1 | -1/+1 |
* | Remove duplicate assignment to PL_eval_root in Perl_create_eval_scope | Nicholas Clark | 2007-01-22 | 1 | -1/+0 |
* | Let the regex parser decide if we have a special pattern or not. | Yves Orton | 2007-01-09 | 1 | -1/+1 |
* | Turn taint warnings (-t) into severe warnings, so they're | Rafael Garcia-Suarez | 2007-01-08 | 1 | -4/+0 |
* | Fix the interaction of -w and -t when provided on the command-line | Rafael Garcia-Suarez | 2007-01-05 | 1 | -1/+1 |
* | Update copyright years in .c files | Rafael Garcia-Suarez | 2007-01-05 | 1 | -1/+1 |
* | 4th patch from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -6/+6 |
* | Rationalise the logic in lex_start for creating a new temporary if the | Nicholas Clark | 2006-12-31 | 1 | -1/+1 |
* | Re: [perl #41071] require stringifies code references in tied @INC | Rick Delaney | 2006-12-18 | 1 | -0/+2 |
* | Make get_db_sub non-static, and call it from pp_goto, which allows the | Nicholas Clark | 2006-12-01 | 1 | -15/+1 |
* | Looks like I didn't actually test the COW conditional code in | Nicholas Clark | 2006-11-12 | 1 | -1/+1 |
* | assert() that SvPV_set() isn't used on arrays. | Nicholas Clark | 2006-11-06 | 1 | -2/+2 |
* | When code is loaded through an @INC-hook, and when this hook | Rafael Garcia-Suarez | 2006-11-03 | 1 | -0/+6 |
* | eval $undef should emit one warning, not three. | Dave Mitchell | 2006-11-02 | 1 | -2/+0 |
* | Silence some warnings | Rafael Garcia-Suarez | 2006-10-20 | 1 | -4/+3 |
* | Re: Off by one in the trie code? | Yves Orton | 2006-10-19 | 1 | -1/+14 |
* | stab at UNITCHECK blocks | Alexander Gough | 2006-10-19 | 1 | -0/+7 |
* | Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug... | Yves Orton | 2006-09-29 | 1 | -2/+2 |
* | Store a pointer to the op in struct block_loop, rather than the | Nicholas Clark | 2006-09-17 | 1 | -4/+4 |
* | Revert changes 28772, 28773, 28774 as they won't gain us anything - I | Nicholas Clark | 2006-09-16 | 1 | -8/+8 |
* | cxtype is a U16, not a U32 (Stops VC++ complaining) | Steve Hay | 2006-09-06 | 1 | -1/+1 |
* | Access to cx->blk_sub.lval via macros (as it's about to move). | Nicholas Clark | 2006-09-01 | 1 | -2/+2 |