| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Extend OP_AELEMFAST optimisation to lexical arrays | Dave Mitchell | 2004-02-22 | 1 | -0/+1 |
* | Re: op_seq (was: Freeing code) | Paul Johnson | 2004-02-21 | 1 | -2/+10 |
* | optimise the sorting inplace of plain arrays: @a = sort @a | Dave Mitchell | 2004-02-20 | 1 | -0/+1 |
* | Implement stacked filetest operators (-f -w -x $file). | Rafael Garcia-Suarez | 2004-02-09 | 1 | -0/+1 |
* | Implement "my $_". | Rafael Garcia-Suarez | 2004-02-03 | 1 | -1/+6 |
* | Avoid lvalue casts, from Enache. | Jarkko Hietaniemi | 2003-09-03 | 1 | -5/+4 |
* | Re: ByteLoader and MSWin32 | Adrian M. Enache | 2003-09-02 | 1 | -0/+13 |
* | [PATCH #2] Re: [perl #22181] goto undefines my() variables | Dave Mitchell | 2003-05-24 | 1 | -1/+1 |
* | Salvage 'use filetest "access"' from compiletime to runtime. | Jarkko Hietaniemi | 2003-05-03 | 1 | -0/+10 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint. | Dave Mitchell | 2003-01-26 | 1 | -0/+2 |
* | move all pad-related code to its own src file | Dave Mitchell | 2002-10-02 | 1 | -12/+3 |