| Commit message (Expand) | Author | Age | Files | Lines |
* | Optimize reversing an array in-place | Vincent Pit | 2009-11-10 | 1 | -0/+3 |
* | Use less constness in MAD code | Rafael Garcia-Suarez | 2009-08-26 | 1 | -1/+1 |
* | Introduce "delete local" | Vincent Pit | 2009-07-25 | 1 | -0/+1 |
* | Document the PERL_LOADMOD_ flags | Rafael Garcia-Suarez | 2009-05-30 | 1 | -3/+3 |
* | Replace Perl_my() with a small shell script. er. macro. | Nicholas Clark | 2008-11-26 | 1 | -0/+4 |
* | [perl #38809] return do { } : take 3 (or 4...) | Vincent Pit | 2008-11-25 | 1 | -0/+1 |
* | Re: [perl #60360] [PATCH] local $SIG{FOO} = sub {...}; sets signal | Chip Salzenberg | 2008-11-12 | 1 | -0/+3 |
* | Add a macro MUTABLE_PTR(p), which on (non-pedantic) gcc will not cast | Nicholas Clark | 2008-10-27 | 1 | -2/+2 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -2/+2 |
* | Re: [PATCH] readable assertion names, now the rest | Reini Urban | 2008-06-08 | 1 | -3/+3 |
* | Re: Solaris build warnings | Andy Dougherty | 2008-04-14 | 1 | -1/+1 |
* | Re: [patch] optimize OP_IS_(FILETEST|SOCKET) macros | Jim Cromie | 2008-02-25 | 1 | -7/+0 |
* | Re: [PATCH] Splitting OP_CONST (Was: pp_const, not, that, hot?) | Vincent Pit | 2008-02-23 | 1 | -2/+0 |
* | Silence compiler warnings on Win32/VC6 | Jan Dubois | 2008-02-15 | 1 | -1/+6 |
* | Fix bit-fields for VC [was RE: [perl #50386] GIMME_V broken with 5.10.0/GCC a... | Jan Dubois | 2008-02-12 | 1 | -6/+6 |
* | Eliminate use of Nullop in the core code. Dual life uses remain. | Nicholas Clark | 2008-02-10 | 1 | -1/+3 |
* | fix misleading comment in op.h | Dave Mitchell | 2008-01-27 | 1 | -1/+1 |
* | In struct block_eval, eliminate old_in_eval and old_op_type by storing | Nicholas Clark | 2008-01-21 | 1 | -0/+2 |
* | Give G_VOID, G_SCALAR and G_ARRAY the same numeric values as | Nicholas Clark | 2008-01-21 | 1 | -4/+1 |
* | Encode the G_* to OPf_WANT_* transform, the reverse of OP_GIMME(), in | Nicholas Clark | 2008-01-21 | 1 | -0/+5 |
* | Remove PM_GETRE_SAFE and PM_SETRE_SAFE as nothing uses them. | Nicholas Clark | 2008-01-11 | 1 | -9/+0 |
* | REGEXPs are now stored directly in PL_regex_padav, rather than | Nicholas Clark | 2008-01-11 | 1 | -19/+11 |
* | In PL_regexp_padav, store regexps via real references, rather than | Nicholas Clark | 2008-01-08 | 1 | -2/+10 |
* | Enforce some type safety in PM_SETRE by adding PM_SETRE_OFFSET. | Nicholas Clark | 2008-01-06 | 1 | -2/+12 |
* | Clarify the intent of the code in Perl_op_clear. Under ithreads, avoid | Nicholas Clark | 2008-01-06 | 1 | -0/+5 |
* | OP_THREADSV was removed by #29727 | Rafael Garcia-Suarez | 2008-01-03 | 1 | -3/+0 |
* | Reorder the external regexp flags to get RXf_PMf_STD_PMMOD into the | Nicholas Clark | 2007-12-29 | 1 | -16/+16 |
* | Note to future self about moving the regexp flag bits around. | Nicholas Clark | 2007-12-29 | 1 | -1/+2 |
* | Remove the definitions of Null(), Nullch, Nullfp, Nullsv and PL_na | Nicholas Clark | 2007-12-22 | 1 | -1/+1 |
* | Fix up copyright years for files modified in 2007. | Nicholas Clark | 2007-11-07 | 1 | -1/+1 |
* | Re: [patch] clean out remnants of DEBUGGING_OPS (was opcode op_type:9) | Jim Cromie | 2007-10-02 | 1 | -5/+1 |
* | was Re: Freeze ? | John Peacock | 2007-10-02 | 1 | -1/+1 |
* | Get mad compiling as C++. (At least for me) | Nicholas Clark | 2007-09-20 | 1 | -1/+1 |
* | grammar nit | Jim Cromie | 2007-09-17 | 1 | -1/+1 |
* | Move the RXf_WHITE logic for split " " into the regex engine | Ævar Arnfjörð Bjarmason | 2007-06-28 | 1 | -1/+1 |
* | remove op_static | Paul Johnson | 2007-06-25 | 1 | -7/+3 |
* | Remove comment added by #31218 since the rest of that change was | Steve Hay | 2007-05-16 | 1 | -2/+0 |
* | Move pmop.op_pmflags back to its previous location. The move in | Steve Peters | 2007-05-15 | 1 | -1/+1 |
* | BASEOP isn't an exact multiple of 8 bytes, so reordering pmop and cop | Nicholas Clark | 2007-05-15 | 1 | -1/+3 |
* | Give the 'local' declarator a new key, such that 'local our' | Gerard Goossen | 2007-05-12 | 1 | -0/+1 |
* | Disable slurping assigned of split when PL_madskills | Gerard Goossen | 2007-05-12 | 1 | -1/+0 |
* | Disable operator target setting for 'my' variables (OPpTARGET_MY) | Gerard Goossen | 2007-05-12 | 1 | -1/+0 |
* | Remove the code that handles assignment to state variables | Rafael Garcia-Suarez | 2007-04-24 | 1 | -3/+0 |
* | 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 |