| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: [PATCH] Splitting OP_CONST (Was: pp_const, not, that, hot?) | Vincent Pit | 2008-02-23 | 1 | -0/+13 |
* | Correctly reference count the hints hash | Rafael Garcia-Suarez | 2008-02-16 | 1 | -1/+4 |
* | Re: [perl #50706] %^H affecting outside file scopes | Rick Delaney | 2008-02-14 | 1 | -0/+2 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -1/+39 |
* | Micro-optimise the order of the context types. [Because I can :-)] | Nicholas Clark | 2008-02-04 | 1 | -5/+8 |
* | Nicer fix than #33106 (thanks to Nicholas Clark) | Steve Hay | 2008-01-29 | 1 | -4/+1 |
* | Fix Win32 compiler warnings introduced by #33081 and #33085 | Steve Hay | 2008-01-29 | 1 | -1/+4 |
* | The third argument of PUSHEVAL was never used by anything. Ever. | Nicholas Clark | 2008-01-28 | 1 | -4/+4 |
* | The layout for struct block_loop under ithreads can be simplified. | Nicholas Clark | 2008-01-26 | 1 | -6/+5 |
* | Investigation reveals that the work of restoring the iterator to the | Nicholas Clark | 2008-01-26 | 1 | -2/+1 |
* | Some code can be removed following change 33070. | Nicholas Clark | 2008-01-26 | 1 | -2/+1 |
* | Re: struct context now 12.5% smaller than 5.10 | Benjamin Smith | 2008-01-26 | 1 | -23/+35 |
* | Using PL_sv_no in place of any !SvOK() maximum removes a little bit of | Nicholas Clark | 2008-01-25 | 1 | -0/+8 |
* | Silence "possible data loss" warning. | Nicholas Clark | 2008-01-25 | 1 | -1/+1 |
* | In struct block_loop, merge itermax and iterlval into a union | Nicholas Clark | 2008-01-24 | 1 | -4/+3 |
* | Merge CXt_LOOP_STACK's use of itermax for the reverse minimum with | Nicholas Clark | 2008-01-24 | 1 | -6/+5 |
* | Change the context type of for ($a .. $b) to CXt_LOOP_LAZYIV, and | Nicholas Clark | 2008-01-24 | 1 | -1/+12 |
* | Avoid using cx->blk_loop.itermax when reverse iterating an array. | Nicholas Clark | 2008-01-24 | 1 | -1/+1 |
* | Split out foreach iterations of temporary lists on the stack to | Nicholas Clark | 2008-01-24 | 1 | -2/+10 |
* | Split CXt_LOOP into CXt_LOOP_PLAIN and CXt_LOOP_FOR, eliminating the | Nicholas Clark | 2008-01-24 | 1 | -14/+23 |
* | Remove code obsoleted by change 18. | Nicholas Clark | 2008-01-22 | 1 | -1/+0 |
* | In struct block_subst, access the member once via a macro CxONCE() | Nicholas Clark | 2008-01-21 | 1 | -1/+1 |
* | In struct block_eval, access the members old_in_eval and old_op_type | Nicholas Clark | 2008-01-21 | 1 | -2/+2 |
* | More places that could be using G_WANT, not picked up by change 33021. | Nicholas Clark | 2008-01-21 | 1 | -2/+2 |
* | Change the wantarray result from caller from IV to bool for the SCALAR/ | Nicholas Clark | 2008-01-21 | 1 | -1/+1 |
* | Change the hasargs return value from caller from IV to bool, as it's | Nicholas Clark | 2008-01-21 | 1 | -2/+2 |
* | Eliminate hasargs from structs block_sub and block_format by storing | Nicholas Clark | 2008-01-20 | 1 | -1/+0 |
* | In struct block_sub and block_format, access the members hasargs and | Nicholas Clark | 2008-01-20 | 1 | -7/+7 |
* | Eliminate label from struct block_loop, as it can be accessed via | Nicholas Clark | 2008-01-20 | 1 | -2/+2 |
* | Fix range operator | Jerry D. Hedden | 2008-01-15 | 1 | -2/+19 |
* | Rename PERL_MAX_SUB_DEPTH to PERL_SUB_DEPTH_WARN, per Tim Bunce's | Rafael Garcia-Suarez | 2008-01-11 | 1 | -1/+1 |
* | REGEXPs are now stored directly in PL_regex_padav, rather than | Nicholas Clark | 2008-01-11 | 1 | -0/+5 |
* | Introduce macro PERL_MAX_SUB_DEPTH | Rafael Garcia-Suarez | 2008-01-11 | 1 | -1/+1 |
* | Revert change #32920, since it was solved another way by #32890. | Rafael Garcia-Suarez | 2008-01-09 | 1 | -5/+3 |
* | RE: compile warnings w/ PM_SETRE and ReREFCNT_inc | Robin Barker | 2008-01-09 | 1 | -3/+5 |
* | newSV() + sv_upgrade() => newSV_type() | Nicholas Clark | 2008-01-09 | 1 | -2/+1 |
* | Remove the warning "v-string in require/use non portable" | Rafael Garcia-Suarez | 2008-01-09 | 1 | -21/+1 |
* | Fix a compilation warning created when RX_PRELEN() was changed to | Nicholas Clark | 2008-01-05 | 1 | -1/+1 |
* | Make REGEXP a type distinct from SV. (Much like AV, CV, GV, HV). | Nicholas Clark | 2008-01-05 | 1 | -4/+4 |
* | Abolish RXf_UTF8. Store the UTF-8-ness of the pattern with SvUTF8(). | Nicholas Clark | 2008-01-05 | 1 | -1/+0 |
* | Make Perl_pregcomp() use SvUTF8() of the pattern, rather than the flag | Nicholas Clark | 2008-01-05 | 1 | -2/+12 |
* | Fix the compile for -DPERL_OLD_COPY_ON_WRITE (apart from the tenacious | Nicholas Clark | 2008-01-05 | 1 | -5/+5 |
* | Add macros mPUSHs() and mXPUSHs() for pushing SVs on the stack | Marcus Holland-Moritz | 2008-01-04 | 1 | -14/+14 |
* | Add newSVpvs_flags() as a wrapper to newSVpvn_flags(), and rework | Nicholas Clark | 2008-01-03 | 1 | -2/+2 |
* | Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs, | Nicholas Clark | 2008-01-02 | 1 | -4/+4 |
* | Convert some "regexp" and "struct regexp" to REGEXP where they are | Nicholas Clark | 2008-01-02 | 1 | -3/+3 |
* | Wrap all deferences of struct regexp* in macros RX_*() [and for | Nicholas Clark | 2008-01-02 | 1 | -23/+23 |
* | Wrap all accesses to the members precomp and prelen of struct regexp in | Nicholas Clark | 2007-12-28 | 1 | -3/+3 |
* | First class regexps. | Nicholas Clark | 2007-12-28 | 1 | -17/+13 |
* | Re: smart match: array ~~ hash | Dmitry Karasik | 2007-11-30 | 1 | -12/+8 |