summaryrefslogtreecommitdiff
path: root/opcode.h
Commit message (Expand)AuthorAgeFilesLines
* Make push/shift $scalar accept only unblessed aryrefsFather Chrysostomos2011-04-181-3/+3
* Move all the generated file header printing into read_only_top()Nicholas Clark2011-01-231-4/+4
* Merge the implementations of {end,set}{gr,pw}ent with endhostent.Nicholas Clark2011-01-101-4/+8
* Merge the implementations of pp_s{host,net,proto,serv}ent.Nicholas Clark2011-01-101-3/+6
* Merge the implementations of pp_e{host,net,proto,serv}ent.Nicholas Clark2011-01-101-3/+6
* Generate "Unsupported socket function" stubs using PL_ppaddr.Nicholas Clark2011-01-091-0/+18
* Rename pp_send to pp_syswrite, making send an alias for syswrite.Nicholas Clark2011-01-091-3/+3
* In opcode.h, use the alias macros in PL_ppaddr[]Nicholas Clark2011-01-091-96/+96
* regen/opcode.pl should only generate prototypes for pp_* functions that exist.Nicholas Clark2011-01-091-3/+0
* Replace OP stubs in mathoms.c with #define aliases in opcode.hNicholas Clark2011-01-091-7/+99
* Merge the opcode bodies for pp_bind and pp_connect.Nicholas Clark2010-12-301-1/+1
* Merge the opcode bodies for chop/chomp and schop/schomp.Nicholas Clark2010-12-271-4/+4
* Make entertry a LOGOP, not BASEOP/UNOPReini Urban2010-12-121-1/+1
* Improve custom OP support.Ben Morrow2010-11-141-5/+0
* Add transr op typeFather Chrysostomos2010-11-021-1/+6
* Allow push/pop/keys/etc to act on referencesDavid Golden2010-10-311-3/+18
* opcode.pl -> regen/opcode.plFather Chrysostomos2010-10-131-2/+2
* Remove MEMBER_TO_FPTR.Ben Morrow2010-10-061-732/+732
* Remove OA_RETINTEGER, unused since 2002 (commit e7311069df54baa6)Nicholas Clark2010-08-281-344/+344
* srand: change to return its seedKarl Williamson2010-07-281-1/+1
* Make eval {} compile directly to OP_ENTERTRYRafael Garcia-Suarez2009-12-201-2/+2
* Move the boolkeys op to the group of hash ops.Nicholas Clark2009-10-151-5/+5
* Optimise if (%foo) to be faster than if(keys %foo)demerphq2009-10-151-0/+5
* Ensure that constant folding runs with IN_PERL_RUNTIME true, by copyingNicholas Clark2008-02-251-1/+1
* Re: [PATCH] Splitting OP_CONST (Was: pp_const, not, that, hot?)Vincent Pit2008-02-231-0/+5
* Eliminate ck_lengthconst.Nicholas Clark2008-02-201-1/+1
* Setting the f flag on length causes the op to be constant folded.Nicholas Clark2008-02-201-1/+1
* [patch] optimize OP_IS_(FILETEST|SOCKET) macrosJim Cromie2008-02-101-10/+10
* Eliminate the OP_SETSTATE, which had been disabled by change 4309.Nicholas Clark2008-01-261-5/+0
* Implement each @array.Nicholas Clark2007-12-201-3/+18
* Make state $zok = slosh(); behave as the Perl 6 design with an implicitNicholas Clark2007-09-061-0/+5
* A logical rearrangement of ops, to get the post 5.005 ops to theirNicholas Clark2007-03-301-60/+60
* Remove the restriction that op_custom has to be the last op.Nicholas Clark2007-03-301-0/+1
* Make readline() default to *ARGV.Rafael Garcia-Suarez2007-03-241-1/+1
* Now that readpipe defaults to $_, I should update the prototype tableRafael Garcia-Suarez2007-03-241-1/+1
* blead (honestly :-) g++ with -DPERL_GLOBAL_STRUCT_PRIVATE needs tweakingJarkko Hietaniemi2007-02-191-1/+2
* pp_rv2av and pp_rv2hv have a lot of common code, so it's certainly aNicholas Clark2007-01-151-1/+1
* Eliminate pp_threadsv, as it was only ever used by 5005 threads.Nicholas Clark2007-01-081-7/+2
* Re-order ops to the implementation order in pp_sys.c - this makes aNicholas Clark2006-11-121-25/+25
* Re: $, and sayGisle Aas2006-11-021-1/+1
* Make readpipe() overridable (and also `` and qx//)Rafael Garcia-Suarez2006-10-311-1/+1
* C++: Solaris CC now compiles "perl"Jarkko Hietaniemi2006-09-111-2/+2
* Re: [PATCH] Trie jumpingYves Orton2006-09-051-2/+2
* g++ stage 1 reachedJarkko Hietaniemi2006-08-081-2/+2
* Merging pp_bit_or and pp_bit_xor shrinks the object code by about .7K.Nicholas Clark2006-02-071-1/+1
* Allow bareword file handle as argument to chdir().Gisle Aas2006-02-071-1/+1
* All the trancendental unary operators can be merged into PP_sinNicholas Clark2006-02-071-4/+4
* pp_pop can be implemented by pp_shift.Nicholas Clark2006-02-071-1/+1
* pp_hex can be implemented trivially by pp_oct, making pp_hex a mathom.Nicholas Clark2006-02-071-1/+1
* Merge pp_index and pp_rindex - we have another mathom.Nicholas Clark2006-02-071-1/+1