| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove pseudo-hashes (complete) | Michael G. Schwern | 2002-08-17 | 1 | -1/+0 |
* | More U32 regflags. | Jarkko Hietaniemi | 2002-04-27 | 1 | -1/+1 |
* | Re: binary compatibility | Mark-Jason Dominus | 2002-04-26 | 1 | -2/+2 |
* | It seems that the strange failure (core dump) of | Jarkko Hietaniemi | 2002-03-21 | 1 | -1/+1 |
* | Monster _r patch: try to scan for all known _r variants, | Jarkko Hietaniemi | 2002-03-15 | 1 | -20/+1 |
* | Renaming tweaks, and split off the reentrant "superbuffer" | Jarkko Hietaniemi | 2002-03-10 | 1 | -6/+6 |
* | Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed bef... | Yitzchak Scott-Thoennes | 2002-03-06 | 1 | -0/+1 |
* | No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden | Rafael Garcia-Suarez | 2002-02-21 | 1 | -0/+1 |