summaryrefslogtreecommitdiff
path: root/opcode.pl
Commit message (Expand)AuthorAgeFilesLines
* Make eval {} compile directly to OP_ENTERTRYRafael Garcia-Suarez2009-12-201-1/+1
* Move the boolkeys op to the group of hash ops.Nicholas Clark2009-10-151-2/+1
* Optimise if (%foo) to be faster than if(keys %foo)demerphq2009-10-151-0/+2
* Add some documentation to the heads of the various *.pl build scriptsDavid Mitchell2009-05-151-0/+15
* Update copyright year in opcode.pl to reflect change 33364.Nicholas Clark2008-10-251-1/+1
* Drag autodoc.pl and overload.pl into the age of safer_open().Nicholas Clark2008-03-171-4/+4
* Rename safer_rename() to rename_if_different(), to accurately describeNicholas Clark2008-03-151-42/+38
* Re: [patch] refine make regen to be more selectiveJim Cromie2008-03-151-6/+0
* Tidy up error messagesRafael Garcia-Suarez2008-02-261-9/+9
* Ensure that constant folding runs with IN_PERL_RUNTIME true, by copyingNicholas Clark2008-02-251-1/+1
* Re: [patch] optimize OP_IS_(FILETEST|SOCKET) macrosJim Cromie2008-02-251-11/+17
* 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/+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-21/+52
* Eliminate the OP_SETSTATE, which had been disabled by change 4309.Nicholas Clark2008-01-261-1/+0
* refactor PL_opargs generation in opcode.pl and fix helemMarcus Holland-Moritz2008-01-091-24/+41
* Implement each @array.Nicholas Clark2007-12-201-3/+8
* Make state $zok = slosh(); behave as the Perl 6 design with an implicitNicholas Clark2007-09-061-0/+4
* Remove the never-used numeric and character switch ops.Nicholas Clark2007-03-301-3/+0
* A logical rearrangement of ops, to get the post 5.005 ops to theirNicholas Clark2007-03-301-18/+14
* Oops. Failed to remove the now obsolete comment about custom ops.Nicholas Clark2007-03-301-2/+0
* Remove the restriction that op_custom has to be the last op.Nicholas Clark2007-03-301-3/+3
* 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-0/+1
* Make opcode.pl strict and warnings clean.Nicholas Clark2007-01-091-22/+28
* Eliminate pp_threadsv, as it was only ever used by 5005 threads.Nicholas Clark2007-01-081-2/+1
* Update copyright years in .h files. Also, in .plRafael Garcia-Suarez2007-01-051-3/+3
* Re-order ops to the implementation order in pp_sys.c - this makes aNicholas Clark2006-11-121-5/+5
* 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
* Merging pp_bit_or and pp_bit_xor shrinks the object code by about .7K.Nicholas Clark2006-02-071-0/+1
* Allow bareword file handle as argument to chdir().Gisle Aas2006-02-071-1/+2
* All the trancendental unary operators can be merged into PP_sinNicholas Clark2006-02-071-0/+1
* pp_pop can be implemented by pp_shift.Nicholas Clark2006-02-071-0/+1
* pp_hex can be implemented trivially by pp_oct, making pp_hex a mathom.Nicholas Clark2006-02-071-0/+1
* Merge pp_index and pp_rindex - we have another mathom.Nicholas Clark2006-02-071-0/+1
* Update the copyright years in the generated files, and nostdio.hNicholas Clark2006-01-081-1/+2
* sprinkle dVARJarkko Hietaniemi2006-01-061-0/+10
* Happy New Year. (It's not just embed.pl).Nicholas Clark2006-01-021-1/+1
* latest switch/say/~~Robin Houston2005-12-191-0/+11
* Disable constant folding of sprintfGisle Aas2005-12-011-1/+1
* Merge pp_slt, pp_sgt and pp_sge into pp_sle. (The most commonly usedNicholas Clark2005-11-071-0/+1
* The rarely used lcfirst and ucfirst share almost all their code.Nicholas Clark2005-11-071-0/+1
* Typos in opcode.pl this time.Steve Peters2005-11-051-2/+2
* Merge pp_andassign, pp_orassign, and pp_dorassign into pp_and,Steve Peters2005-11-051-1/+3
* I barely knew ya pp_dor. Merged into pp_defined from whence you came.Steve Peters2005-11-041-0/+1