summaryrefslogtreecommitdiff
path: root/pp_proto.h
Commit message (Expand)AuthorAgeFilesLines
* Add string- and number-specific bitop typesFather Chrysostomos2015-01-311-0/+6
* Add :const anon sub attributeFather Chrysostomos2015-01-191-0/+1
* Add OP_MULTIDEREFDavid Mitchell2014-12-071-0/+1
* Speed up method calls like $o->Other::method() and $o->Other::SUPER::method().syber2014-12-021-0/+2
* speedup for SUPER::method() calls.syber2014-11-281-0/+1
* Add lvavref op typeFather Chrysostomos2014-10-111-0/+1
* Add lvrefslice op typeFather Chrysostomos2014-10-101-0/+1
* Add lvref op typeFather Chrysostomos2014-10-101-0/+1
* Add refassign op typeFather Chrysostomos2014-10-101-0/+1
* index/value array slice operationRuslan Zakirov2013-09-131-0/+1
* key/value hash slice operationRuslan Zakirov2013-09-131-0/+1
* add padrange opDavid Mitchell2012-11-101-0/+1
* Add clonecv op typeFather Chrysostomos2012-09-151-0/+1
* Add introcv op typeFather Chrysostomos2012-09-151-0/+1
* padcv op typeFather Chrysostomos2012-09-151-0/+1
* Banish boolkeysFather Chrysostomos2012-08-251-1/+0
* Implement the fc keyword and the \F string escape.Brian Fraser2012-01-291-0/+1
* [perl #80628] __SUB__Father Chrysostomos2011-11-221-0/+1
* Merge postinc and postdecFather Chrysostomos2011-09-161-1/+0
* Merge preinc and postincFather Chrysostomos2011-09-161-1/+0
* Add coreargs opFather Chrysostomos2011-08-181-0/+1
* Move all the generated file header printing into read_only_top()Nicholas Clark2011-01-231-3/+3
* Merge the implementations of {end,set}{gr,pw}ent with endhostent.Nicholas Clark2011-01-101-4/+0
* Merge the implementations of pp_s{host,net,proto,serv}ent.Nicholas Clark2011-01-101-3/+0
* Merge the implementations of pp_e{host,net,proto,serv}ent.Nicholas Clark2011-01-101-3/+0
* Rename pp_send to pp_syswrite, making send an alias for syswrite.Nicholas Clark2011-01-091-1/+1
* regen/opcode.pl should only generate prototypes for pp_* functions that exist.Nicholas Clark2011-01-091-91/+2
* Generate pp_* prototypes in pp_proto.h, and remove pp.symNicholas Clark2011-01-091-2/+373
* Move OP prototypes from pp_proto.h to proto.hNicholas Clark2010-09-271-414/+2
* Move the boolkeys op to the group of hash ops.Nicholas Clark2009-10-151-1/+1
* Optimise if (%foo) to be faster than if(keys %foo)demerphq2009-10-151-0/+1
* Re: [PATCH] Splitting OP_CONST (Was: pp_const, not, that, hot?)Vincent Pit2008-02-231-0/+1
* Eliminate ck_lengthconst.Nicholas Clark2008-02-201-1/+0
* [patch] optimize OP_IS_(FILETEST|SOCKET) macrosJim Cromie2008-02-101-2/+2
* Eliminate the OP_SETSTATE, which had been disabled by change 4309.Nicholas Clark2008-01-261-1/+0
* Implement each @array.Nicholas Clark2007-12-201-0/+4
* Make state $zok = slosh(); behave as the Perl 6 design with an implicitNicholas Clark2007-09-061-0/+1
* A logical rearrangement of ops, to get the post 5.005 ops to theirNicholas Clark2007-03-301-12/+12
* Make readline() default to *ARGV.Rafael Garcia-Suarez2007-03-241-0/+1
* Eliminate pp_threadsv, as it was only ever used by 5005 threads.Nicholas Clark2007-01-081-1/+0
* Patch by Yves Orton to fix the regression reported in :Andreas König2006-11-201-5/+5
* Re: $, and sayGisle Aas2006-11-021-1/+0
* Allow bareword file handle as argument to chdir().Gisle Aas2006-02-071-0/+1
* latest switch/say/~~Robin Houston2005-12-191-0/+10
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-1/+4
* retract 22328 and 22332: deprecation warning for my $x if fooDave Mitchell2004-03-041-1/+0
* add deprecation warning for C<my $x if foo> and C<foo && (my $x)>Dave Mitchell2004-02-171-0/+1
* Tidy up change #18751, so that the second parameter to unpack()Rafael Garcia-Suarez2004-01-031-0/+1
* Defined-or patch (cleaned up)Brent Dax2002-08-051-0/+2
* vmsish fix, ieee rand() cleanupCharles Lane2001-10-191-0/+1