| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: [PATCH] madprop about forced words | Gerard Goossen | 2007-04-20 | 1 | -0/+1 |
* | S_forget_pmop() only needs a flags argument for the ithreads case, | Nicholas Clark | 2007-04-10 | 1 | -0/+2 |
* | Under PERL_DEBUG_READONLY_OPS don't panic if you can't find the slab | Nicholas Clark | 2007-04-07 | 1 | -2/+7 |
* | Turn op_pmreplroot in struct pmop into a real union. | Nicholas Clark | 2007-04-07 | 1 | -1/+8 |
* | Merge op_pmreplstart and op_pmstash/op_pmstashpv into a union in | Nicholas Clark | 2007-04-06 | 1 | -15/+31 |
* | Add editor block. | Nicholas Clark | 2007-04-06 | 1 | -0/+10 |
* | Only append ?? match ops to the list used by reset. This saves memory | Nicholas Clark | 2007-04-06 | 1 | -0/+5 |
* | Remove op_pmnext from PMOPs, and instead store the list for reset as | Nicholas Clark | 2007-04-06 | 1 | -1/+0 |
* | Re: pmdynflags and thread safety | Yves Orton | 2007-04-04 | 1 | -11/+8 |
* | For Perl_Slab_Alloc(), eliminate the unused parameter 'm'. | Nicholas Clark | 2007-04-02 | 1 | -2/+2 |
* | Let %^H be modifiable in eval-strings (bug #41531), | Rafael Garcia-Suarez | 2007-03-19 | 1 | -0/+2 |
* | Fix bug #41550 - AUTOLOAD :lvalue not working the same in blead as in | Nicholas Clark | 2007-02-26 | 1 | -2/+2 |
* | Wrap the macro arguments for ck_proto in (). | Nicholas Clark | 2007-01-24 | 1 | -1/+2 |
* | Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $... | Yves Orton | 2007-01-15 | 1 | -6/+7 |
* | Let the regex parser decide if we have a special pattern or not. | Yves Orton | 2007-01-09 | 1 | -3/+5 |
* | Update copyright years in .h files. Also, in .pl | Rafael Garcia-Suarez | 2007-01-05 | 1 | -1/+1 |
* | further fix for #29543: fix parser leaks caused by croaking | Dave Mitchell | 2006-12-29 | 1 | -2/+9 |
* | Eliminate PVBM. Store fast Boyer-Moore tables in PVGV. | Nicholas Clark | 2006-12-13 | 1 | -1/+2 |
* | fix parser leaks caused by croaking while shifting or reducing | Dave Mitchell | 2006-12-13 | 1 | -2/+8 |
* | add missing OP_REFCNT_LOCK/UNLOCKs and document it | Dave Mitchell | 2006-12-08 | 1 | -0/+9 |
* | Cleanup regexp flags and structure | Yves Orton | 2006-11-23 | 1 | -1/+3 |
* | Document the values that mad_key can hold | Rafael Garcia-Suarez | 2006-09-21 | 1 | -0/+75 |
* | Change the generation of {} and [] from 3 ops to 1, and avoid 1 mortal | Nicholas Clark | 2006-08-31 | 1 | -0/+2 |
* | Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached) | Jarkko Hietaniemi | 2006-08-17 | 1 | -1/+2 |
* | Introduce a new keyword, state, for state variables. | Rafael Garcia-Suarez | 2006-05-03 | 1 | -0/+5 |
* | Oops. Need a macro to convert cv_ckproto() to cv_ckproto_len(). | Nicholas Clark | 2006-04-19 | 1 | -0/+5 |
* | As OPs are shared between threads, they should be using | Nicholas Clark | 2006-04-12 | 1 | -3/+5 |
* | Some of the MAD structures in headers, plus PL_madskills and PL_xmlfp, | Nicholas Clark | 2006-03-07 | 1 | -0/+29 |
* | Trying my "remove the pTHXes" patch again | Andy Lester | 2006-02-09 | 1 | -1/+1 |
* | Re: [PATCH] s/Null(av|ch)/NULL/g | Steven Schubiger | 2006-02-02 | 1 | -2/+2 |
* | Add an optimisation to allow proxy constant subroutines to be copied | Nicholas Clark | 2005-12-22 | 1 | -0/+9 |
* | rv_2av, rv_2cv and rv_2hv also make use of OPf_SPECIAL, so update the | Nicholas Clark | 2005-12-20 | 1 | -1/+2 |
* | Re: [PATCH] Make the 'sort' pragma lexically scoped | Robin Houston | 2005-12-19 | 1 | -0/+3 |
* | latest switch/say/~~ | Robin Houston | 2005-12-19 | 1 | -1/+8 |
* | s/Nullhv/NULL/g; | Nicholas Clark | 2005-12-16 | 1 | -1/+1 |
* | More consting, and putting stuff in embed.fnc | Andy Lester | 2005-12-06 | 1 | -1/+4 |
* | Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of A... | Robin Houston | 2005-10-19 | 1 | -0/+3 |
* | Document the new meaning of OPf_SPECIAL on OP_REQUIRE | Rafael Garcia-Suarez | 2005-09-26 | 1 | -0/+1 |
* | Add the "no 6" / "no v6" syntax. | Rafael Garcia-Suarez | 2005-09-01 | 1 | -0/+1 |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 1 | -1/+1 |
* | Move hv_name, hv_eiter and hv_riter into a new aux structure. | Nicholas Clark | 2005-05-21 | 1 | -2/+2 |
* | Update copyrights. | Rafael Garcia-Suarez | 2005-03-30 | 1 | -1/+1 |
* | [perl #32968] [PATCH] Re: B::walkoptree segfaults | Stephen McCamant | 2005-02-18 | 1 | -1/+1 |
* | Fix Win32 breakage caused by changes to op.c in change 23433. | Steve Hay | 2004-11-16 | 1 | -2/+7 |
* | Optimise foreach my $i (reverse ...) | Nicholas Clark | 2004-07-14 | 1 | -0/+3 |
* | The current optimisation for sort {$b cmp $a} is bogus now that we | Nicholas Clark | 2004-07-13 | 1 | -1/+2 |
* | fix typo in change 22597 | Dave Mitchell | 2004-03-28 | 1 | -1/+1 |
* | Clarify op.h comments for which ops the OPpDEREF* private flags | Dave Mitchell | 2004-03-26 | 1 | -2/+2 |
* | Update copyright notices | Rafael Garcia-Suarez | 2004-03-16 | 1 | -1/+1 |
* | stop "const in void context" warning for a const in an | Dave Mitchell | 2004-02-25 | 1 | -0/+1 |