| Commit message (Expand) | Author | Age | Files | Lines |
* | Make &CORE::exit respect vmsish exit hint | Father Chrysostomos | 2013-11-08 | 1 | -1/+1 |
* | Fix &CORE::exit/die under vmsish "hushed" | Father Chrysostomos | 2013-11-08 | 1 | -1/+1 |
* | Split ck_open into two functions | Father Chrysostomos | 2013-11-06 | 1 | -1/+1 |
* | rv2hv does not use its TARG | Father Chrysostomos | 2013-10-24 | 1 | -1/+1 |
* | index/value array slice operation | Ruslan Zakirov | 2013-09-13 | 1 | -0/+5 |
* | key/value hash slice operation | Ruslan Zakirov | 2013-09-13 | 1 | -0/+5 |
* | add padrange op | David Mitchell | 2012-11-10 | 1 | -0/+5 |
* | Add clonecv op type | Father Chrysostomos | 2012-09-15 | 1 | -0/+5 |
* | Add introcv op type | Father Chrysostomos | 2012-09-15 | 1 | -0/+5 |
* | padcv op type | Father Chrysostomos | 2012-09-15 | 1 | -0/+5 |
* | Remove boolkeys op | Father Chrysostomos | 2012-08-26 | 1 | -6/+0 |
* | Banish boolkeys | Father Chrysostomos | 2012-08-25 | 1 | -1/+2 |
* | Add freed ops to PL_op_(name|desc) | Father Chrysostomos | 2012-08-08 | 1 | -0/+2 |
* | Merge ck_trunc and ck_chdir | Father Chrysostomos | 2012-07-25 | 1 | -1/+1 |
* | [perl #113470] Constant folding for pack | Father Chrysostomos | 2012-07-13 | 1 | -1/+1 |
* | Constant folding for x | Father Chrysostomos | 2012-06-08 | 1 | -1/+1 |
* | Make pos use ck_fun and OA_SCALARREF | Father Chrysostomos | 2012-05-29 | 1 | -2/+2 |
* | Make undef use ck_fun and OA_SCALARREF | Father Chrysostomos | 2012-05-29 | 1 | -2/+2 |
* | Implement the fc keyword and the \F string escape. | Brian Fraser | 2012-01-29 | 1 | -0/+5 |
* | [perl #103492] Give lvalue cx to (s)printf args | Father Chrysostomos | 2011-12-31 | 1 | -1/+1 |
* | Stop seek($glob_copy...) from clearing PL_last_in_gv | Father Chrysostomos | 2011-12-18 | 1 | -1/+1 |
* | Stop tell($glob_copy) from clearing PL_last_in_gv | Father Chrysostomos | 2011-12-17 | 1 | -1/+1 |
* | [perl #80628] __SUB__ | Father Chrysostomos | 2011-11-22 | 1 | -0/+5 |
* | Throw a helpful warning when someone tries length(@array) or length(%hash) | Matthew Horsfall (alh) | 2011-11-18 | 1 | -1/+1 |
* | Add evalbytes function | Father Chrysostomos | 2011-11-06 | 1 | -1/+1 |
* | Warn for $[ ‘version’ checks | Father Chrysostomos | 2011-11-01 | 1 | -8/+8 |
* | Merge postinc and postdec | Father Chrysostomos | 2011-09-16 | 1 | -3/+4 |
* | Merge preinc and postinc | Father Chrysostomos | 2011-09-16 | 1 | -3/+4 |
* | Refactor unpack’s newDEFSVOP logic; correct prototype | Father Chrysostomos | 2011-08-21 | 1 | -2/+2 |
* | Add coreargs op | Father Chrysostomos | 2011-08-18 | 1 | -0/+5 |
* | Change (l)stat’s prototype from * to ;* | Father Chrysostomos | 2011-08-12 | 1 | -2/+2 |
* | Reorder ops so that trans{,r} and aelemfast{,_lex} are adjacent. | Nicholas Clark | 2011-06-12 | 1 | -12/+12 |
* | Split OP_AELEMFAST_LEX out from OP_AELEMFAST. | Nicholas Clark | 2011-06-12 | 1 | -0/+6 |
* | Make push/shift $scalar accept only unblessed aryrefs | Father Chrysostomos | 2011-04-18 | 1 | -3/+3 |
* | Move all the generated file header printing into read_only_top() | Nicholas Clark | 2011-01-23 | 1 | -4/+4 |
* | Merge the implementations of {end,set}{gr,pw}ent with endhostent. | Nicholas Clark | 2011-01-10 | 1 | -4/+8 |
* | Merge the implementations of pp_s{host,net,proto,serv}ent. | Nicholas Clark | 2011-01-10 | 1 | -3/+6 |
* | Merge the implementations of pp_e{host,net,proto,serv}ent. | Nicholas Clark | 2011-01-10 | 1 | -3/+6 |
* | Generate "Unsupported socket function" stubs using PL_ppaddr. | Nicholas Clark | 2011-01-09 | 1 | -0/+18 |
* | Rename pp_send to pp_syswrite, making send an alias for syswrite. | Nicholas Clark | 2011-01-09 | 1 | -3/+3 |
* | In opcode.h, use the alias macros in PL_ppaddr[] | Nicholas Clark | 2011-01-09 | 1 | -96/+96 |
* | regen/opcode.pl should only generate prototypes for pp_* functions that exist. | Nicholas Clark | 2011-01-09 | 1 | -3/+0 |
* | Replace OP stubs in mathoms.c with #define aliases in opcode.h | Nicholas Clark | 2011-01-09 | 1 | -7/+99 |
* | Merge the opcode bodies for pp_bind and pp_connect. | Nicholas Clark | 2010-12-30 | 1 | -1/+1 |
* | Merge the opcode bodies for chop/chomp and schop/schomp. | Nicholas Clark | 2010-12-27 | 1 | -4/+4 |
* | Make entertry a LOGOP, not BASEOP/UNOP | Reini Urban | 2010-12-12 | 1 | -1/+1 |
* | Improve custom OP support. | Ben Morrow | 2010-11-14 | 1 | -5/+0 |
* | Add transr op type | Father Chrysostomos | 2010-11-02 | 1 | -1/+6 |
* | Allow push/pop/keys/etc to act on references | David Golden | 2010-10-31 | 1 | -3/+18 |
* | opcode.pl -> regen/opcode.pl | Father Chrysostomos | 2010-10-13 | 1 | -2/+2 |