| Commit message (Expand) | Author | Age | Files | Lines |
* | op.h: add blank line for grouping | Karl Williamson | 2011-01-16 | 1 | -0/+1 |
* | Fix typos (spelling errors) in Perl sources. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -2/+2 |
* | call pp_glob() even when its being skipped | David Mitchell | 2011-01-02 | 1 | -0/+1 |
* | mark blockhooks API as experimental | Zefram | 2010-12-13 | 1 | -6/+6 |
* | [perl #77762] Constant assignment warning | Father Chrysostomos | 2010-11-30 | 1 | -0/+1 |
* | Convert newSUB() to a macro wrapping Perl_newATTRSUB() | Nicholas Clark | 2010-11-17 | 1 | -0/+2 |
* | Document the new custom op functions. | Ben Morrow | 2010-11-14 | 1 | -0/+46 |
* | Improve custom OP support. | Ben Morrow | 2010-11-14 | 1 | -0/+46 |
* | Remove THREADSV_NAMES, part of 5005 threads that the chainsaw missed. | Nicholas Clark | 2010-10-27 | 1 | -1/+0 |
* | new API functions op_scope and op_lvalue | Zefram | 2010-10-26 | 1 | -1/+1 |
* | Add LINKLIST to the API. | Ben Morrow | 2010-10-12 | 1 | -0/+15 |
* | Remove some excess cleverness from the Bhk macros. | Ben Morrow | 2010-10-10 | 1 | -6/+6 |
* | plugin mechanism to rewrite calls to a subroutine | Zefram | 2010-10-10 | 1 | -0/+5 |
* | Add /d, /l, /u (infixed) regex modifiers | Karl Williamson | 2010-09-22 | 1 | -1/+1 |
* | [perl #20444] regex not evaluated in constant ?: | Father Chrysostomos | 2010-09-20 | 1 | -0/+4 |
* | Remove OA_RETINTEGER, unused since 2002 (commit e7311069df54baa6) | Nicholas Clark | 2010-08-28 | 1 | -4/+3 |
* | Remove CALL_FPTR and CPERLscope. | Ben Morrow | 2010-08-20 | 1 | -2/+2 |
* | op.h: Move bits around to allow for future growth | Karl Williamson | 2010-08-11 | 1 | -1/+3 |
* | op.h, regexp.h: renumber shifts. | Karl Williamson | 2010-08-11 | 1 | -12/+12 |
* | op_reg_common.h: Continue refactoring | Karl Williamson | 2010-08-11 | 1 | -3/+0 |
* | op_reg_common.h: Refactor variable for safety | Karl Williamson | 2010-08-11 | 1 | -1/+1 |
* | regexp.h, op.h: decouple mostly from op_reg_common.h | Karl Williamson | 2010-08-11 | 1 | -11/+13 |
* | op.h: Fix error msg | Karl Williamson | 2010-08-11 | 1 | -1/+1 |
* | Refactor common parts of op.h, regexp.h into new .h | Karl Williamson | 2010-07-29 | 1 | -23/+25 |
* | op.h: Fix comments in #defines that cross lines | Karl Williamson | 2010-07-29 | 1 | -9/+9 |
* | Macros to en/disable blockhook entries. | Ben Morrow | 2010-07-15 | 1 | -1/+23 |
* | Document the blockhook functions and macros. | Ben Morrow | 2010-07-12 | 1 | -0/+24 |
* | Macroify the block_hooks structure. | Ben Morrow | 2010-07-12 | 1 | -5/+23 |
* | Generic hooks into Perl_block_{start,end}. | Ben Morrow | 2010-07-12 | 1 | -0/+26 |
* | Link from GIMME_V to perlcall for a usage example. | Shlomi Fish | 2010-05-25 | 1 | -1/+1 |
* | add OPpDEREFed flag to avoid double mg_get() | David Mitchell | 2010-05-25 | 1 | -0/+2 |
* | Add s///r (non-destructive substitution). | David Caldwell | 2010-05-22 | 1 | -0/+2 |
* | * eliminated OP_SETSTATE also in comments | Slaven Rezic | 2010-04-13 | 1 | -1/+1 |
* | 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 |