| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove MEMBER_TO_FPTR. | Ben Morrow | 2010-10-06 | 1 | -732/+732 |
* | Remove OA_RETINTEGER, unused since 2002 (commit e7311069df54baa6) | Nicholas Clark | 2010-08-28 | 1 | -344/+344 |
* | srand: change to return its seed | Karl Williamson | 2010-07-28 | 1 | -1/+1 |
* | Make eval {} compile directly to OP_ENTERTRY | Rafael Garcia-Suarez | 2009-12-20 | 1 | -2/+2 |
* | Move the boolkeys op to the group of hash ops. | Nicholas Clark | 2009-10-15 | 1 | -5/+5 |
* | Optimise if (%foo) to be faster than if(keys %foo) | demerphq | 2009-10-15 | 1 | -0/+5 |
* | Ensure that constant folding runs with IN_PERL_RUNTIME true, by copying | Nicholas Clark | 2008-02-25 | 1 | -1/+1 |
* | Re: [PATCH] Splitting OP_CONST (Was: pp_const, not, that, hot?) | Vincent Pit | 2008-02-23 | 1 | -0/+5 |
* | Eliminate ck_lengthconst. | Nicholas Clark | 2008-02-20 | 1 | -1/+1 |
* | Setting the f flag on length causes the op to be constant folded. | Nicholas Clark | 2008-02-20 | 1 | -1/+1 |
* | [patch] optimize OP_IS_(FILETEST|SOCKET) macros | Jim Cromie | 2008-02-10 | 1 | -10/+10 |
* | Eliminate the OP_SETSTATE, which had been disabled by change 4309. | Nicholas Clark | 2008-01-26 | 1 | -5/+0 |
* | Implement each @array. | Nicholas Clark | 2007-12-20 | 1 | -3/+18 |
* | Make state $zok = slosh(); behave as the Perl 6 design with an implicit | Nicholas Clark | 2007-09-06 | 1 | -0/+5 |
* | A logical rearrangement of ops, to get the post 5.005 ops to their | Nicholas Clark | 2007-03-30 | 1 | -60/+60 |
* | Remove the restriction that op_custom has to be the last op. | Nicholas Clark | 2007-03-30 | 1 | -0/+1 |
* | Make readline() default to *ARGV. | Rafael Garcia-Suarez | 2007-03-24 | 1 | -1/+1 |
* | Now that readpipe defaults to $_, I should update the prototype table | Rafael Garcia-Suarez | 2007-03-24 | 1 | -1/+1 |
* | blead (honestly :-) g++ with -DPERL_GLOBAL_STRUCT_PRIVATE needs tweaking | Jarkko Hietaniemi | 2007-02-19 | 1 | -1/+2 |
* | pp_rv2av and pp_rv2hv have a lot of common code, so it's certainly a | Nicholas Clark | 2007-01-15 | 1 | -1/+1 |
* | Eliminate pp_threadsv, as it was only ever used by 5005 threads. | Nicholas Clark | 2007-01-08 | 1 | -7/+2 |
* | Re-order ops to the implementation order in pp_sys.c - this makes a | Nicholas Clark | 2006-11-12 | 1 | -25/+25 |
* | Re: $, and say | Gisle Aas | 2006-11-02 | 1 | -1/+1 |
* | Make readpipe() overridable (and also `` and qx//) | Rafael Garcia-Suarez | 2006-10-31 | 1 | -1/+1 |
* | C++: Solaris CC now compiles "perl" | Jarkko Hietaniemi | 2006-09-11 | 1 | -2/+2 |
* | Re: [PATCH] Trie jumping | Yves Orton | 2006-09-05 | 1 | -2/+2 |
* | g++ stage 1 reached | Jarkko Hietaniemi | 2006-08-08 | 1 | -2/+2 |
* | Merging pp_bit_or and pp_bit_xor shrinks the object code by about .7K. | Nicholas Clark | 2006-02-07 | 1 | -1/+1 |
* | Allow bareword file handle as argument to chdir(). | Gisle Aas | 2006-02-07 | 1 | -1/+1 |
* | All the trancendental unary operators can be merged into PP_sin | Nicholas Clark | 2006-02-07 | 1 | -4/+4 |
* | pp_pop can be implemented by pp_shift. | Nicholas Clark | 2006-02-07 | 1 | -1/+1 |
* | pp_hex can be implemented trivially by pp_oct, making pp_hex a mathom. | Nicholas Clark | 2006-02-07 | 1 | -1/+1 |
* | Merge pp_index and pp_rindex - we have another mathom. | Nicholas Clark | 2006-02-07 | 1 | -1/+1 |