summaryrefslogtreecommitdiff
path: root/opcode.h
Commit message (Expand)AuthorAgeFilesLines
* Integrate:Dave Mitchell2008-05-281-2/+2
* 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
* sprinkle dVARJarkko Hietaniemi2006-01-061-0/+10
* Run regen.pl (Just updating copyright years)Steve Hay2006-01-041-1/+1
* latest switch/say/~~Robin Houston2005-12-191-0/+40
* 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-3/+3
* The rarely used lcfirst and ucfirst share almost all their code.Nicholas Clark2005-11-071-1/+1
* Typos in opcode.pl this time.Steve Peters2005-11-051-4/+4
* Merge pp_andassign, pp_orassign, and pp_dorassign into pp_and,Steve Peters2005-11-051-3/+3
* I barely knew ya pp_dor. Merged into pp_defined from whence you came.Steve Peters2005-11-041-1/+1
* pp_semop can fit within Perl_pp_shmwrite().Nicholas Clark2005-11-041-1/+1
* The remaining special logic in pp_syswrite can be moved into pp_send,Nicholas Clark2005-11-041-1/+1
* Merge msgsnd, msgrcv with Perl_pp_shmwrite().Nicholas Clark2005-11-041-2/+2
* ftrwrite, ftrexec, fteread, ftewrite and fteexec can all be mergedNicholas Clark2005-11-041-5/+5
* Perl_pp_symlink and Perl_pp_link can be merged. The diff looks evil,Nicholas Clark2005-11-031-1/+1
* unlink chmod utime kill can be merged into Perl_pp_chown().Nicholas Clark2005-11-021-4/+4
* Move ftsuid ftsgid ftsvtx into Perl_pp_ftrowned.Nicholas Clark2005-11-021-3/+3
* Merge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe intoNicholas Clark2005-11-021-7/+7
* Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftisNicholas Clark2005-11-021-4/+4
* Regen headersRafael Garcia-Suarez2005-11-021-1/+1
* All the ops that are simply C<return some_other_op();> can be bypassedNicholas Clark2005-10-311-34/+34
* Replace the 3 currently "unreachable" ops with a single op bodyNicholas Clark2005-10-311-3/+5
* Try to preserve the lost opcode alias info in commentsH.Merijn Brand2005-10-311-2/+2
* It appears that it's trivially easy to alias opcode functions inNicholas Clark2005-10-311-2/+2
* [perl #36672] Swapped warnings for -o and -O file tests Piotr Fusik2005-07-281-1/+1
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+3
* Fix getting prototype of builtins mkdir and setpgrp.Rafael Garcia-Suarez2005-05-031-1/+1
* mkdir without arguments now defaults to $_Rafael Garcia-Suarez2005-05-031-1/+1
* Symbian port of PerlJarkko Hietaniemi2005-04-211-16/+34
* Downconst external APIsRafael Garcia-Suarez2005-03-291-4/+4