| Commit message (Expand) | Author | Age | Files | Lines |
* | add padrange op | David Mitchell | 2012-11-10 | 1 | -0/+1 |
* | Add clonecv op type | Father Chrysostomos | 2012-09-15 | 1 | -0/+1 |
* | Add introcv op type | Father Chrysostomos | 2012-09-15 | 1 | -0/+1 |
* | padcv op type | Father Chrysostomos | 2012-09-15 | 1 | -0/+1 |
* | Banish boolkeys | Father Chrysostomos | 2012-08-25 | 1 | -1/+0 |
* | Implement the fc keyword and the \F string escape. | Brian Fraser | 2012-01-29 | 1 | -0/+1 |
* | [perl #80628] __SUB__ | Father Chrysostomos | 2011-11-22 | 1 | -0/+1 |
* | Merge postinc and postdec | Father Chrysostomos | 2011-09-16 | 1 | -1/+0 |
* | Merge preinc and postinc | Father Chrysostomos | 2011-09-16 | 1 | -1/+0 |
* | Add coreargs op | Father Chrysostomos | 2011-08-18 | 1 | -0/+1 |
* | Move all the generated file header printing into read_only_top() | Nicholas Clark | 2011-01-23 | 1 | -3/+3 |
* | Merge the implementations of {end,set}{gr,pw}ent with endhostent. | Nicholas Clark | 2011-01-10 | 1 | -4/+0 |
* | Merge the implementations of pp_s{host,net,proto,serv}ent. | Nicholas Clark | 2011-01-10 | 1 | -3/+0 |
* | Merge the implementations of pp_e{host,net,proto,serv}ent. | Nicholas Clark | 2011-01-10 | 1 | -3/+0 |
* | Rename pp_send to pp_syswrite, making send an alias for syswrite. | Nicholas Clark | 2011-01-09 | 1 | -1/+1 |
* | regen/opcode.pl should only generate prototypes for pp_* functions that exist. | Nicholas Clark | 2011-01-09 | 1 | -91/+2 |
* | Generate pp_* prototypes in pp_proto.h, and remove pp.sym | Nicholas Clark | 2011-01-09 | 1 | -2/+373 |
* | Move OP prototypes from pp_proto.h to proto.h | Nicholas Clark | 2010-09-27 | 1 | -414/+2 |
* | Move the boolkeys op to the group of hash ops. | Nicholas Clark | 2009-10-15 | 1 | -1/+1 |
* | Optimise if (%foo) to be faster than if(keys %foo) | demerphq | 2009-10-15 | 1 | -0/+1 |
* | Re: [PATCH] Splitting OP_CONST (Was: pp_const, not, that, hot?) | Vincent Pit | 2008-02-23 | 1 | -0/+1 |
* | Eliminate ck_lengthconst. | Nicholas Clark | 2008-02-20 | 1 | -1/+0 |
* | [patch] optimize OP_IS_(FILETEST|SOCKET) macros | Jim Cromie | 2008-02-10 | 1 | -2/+2 |
* | Eliminate the OP_SETSTATE, which had been disabled by change 4309. | Nicholas Clark | 2008-01-26 | 1 | -1/+0 |
* | Implement each @array. | Nicholas Clark | 2007-12-20 | 1 | -0/+4 |
* | Make state $zok = slosh(); behave as the Perl 6 design with an implicit | Nicholas Clark | 2007-09-06 | 1 | -0/+1 |
* | A logical rearrangement of ops, to get the post 5.005 ops to their | Nicholas Clark | 2007-03-30 | 1 | -12/+12 |
* | Make readline() default to *ARGV. | Rafael Garcia-Suarez | 2007-03-24 | 1 | -0/+1 |
* | Eliminate pp_threadsv, as it was only ever used by 5005 threads. | Nicholas Clark | 2007-01-08 | 1 | -1/+0 |
* | Patch by Yves Orton to fix the regression reported in : | Andreas König | 2006-11-20 | 1 | -5/+5 |
* | Re: $, and say | Gisle Aas | 2006-11-02 | 1 | -1/+0 |
* | Allow bareword file handle as argument to chdir(). | Gisle Aas | 2006-02-07 | 1 | -0/+1 |
* | latest switch/say/~~ | Robin Houston | 2005-12-19 | 1 | -0/+10 |
* | Include vim/emacs modelines in generated files to open them | Rafael Garcia-Suarez | 2005-05-11 | 1 | -1/+4 |
* | retract 22328 and 22332: deprecation warning for my $x if foo | Dave Mitchell | 2004-03-04 | 1 | -1/+0 |
* | add deprecation warning for C<my $x if foo> and C<foo && (my $x)> | Dave Mitchell | 2004-02-17 | 1 | -0/+1 |
* | Tidy up change #18751, so that the second parameter to unpack() | Rafael Garcia-Suarez | 2004-01-03 | 1 | -0/+1 |
* | Defined-or patch (cleaned up) | Brent Dax | 2002-08-05 | 1 | -0/+2 |
* | vmsish fix, ieee rand() cleanup | Charles Lane | 2001-10-19 | 1 | -0/+1 |
* | Retract #11166 (and #11237). | Jarkko Hietaniemi | 2001-07-12 | 1 | -1/+0 |
* | (Retracted by #11285.) | Abhijit Menon-Sen | 2001-07-06 | 1 | -0/+1 |
* | Integrate change #10412 from maintperl; locale is now | Jarkko Hietaniemi | 2001-06-03 | 1 | -2/+0 |
* | Infrastructure to allow: | Nick Ing-Simmons | 2001-01-20 | 1 | -1/+1 |
* | Consolidated lvalue sub changes | Stephen McCamant | 2001-01-12 | 1 | -0/+1 |
* | Regen headers. | Jarkko Hietaniemi | 2000-10-03 | 1 | -0/+1 |
* | support for C<use vmsish 'hushed'>; move VMSISH_EXIT out of | Gurusamy Sarathy | 2000-03-19 | 1 | -0/+1 |
* | support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf" | Gurusamy Sarathy | 2000-03-09 | 1 | -0/+1 |
* | optional warning on join(/foo/...) (reworked suggested patch | Gurusamy Sarathy | 1999-09-06 | 1 | -0/+1 |
* | initial implementation of lvalue subroutines (slightly fixed | Gurusamy Sarathy | 1999-09-05 | 1 | -0/+1 |
* | optimize method name lookup | Chip Salzenberg | 1999-07-26 | 1 | -0/+2 |