summaryrefslogtreecommitdiff
path: root/opnames.h
Commit message (Expand)AuthorAgeFilesLines
* Implement the fc keyword and the \F string escape.Brian Fraser2012-01-291-1/+2
* [perl #80628] __SUB__Father Chrysostomos2011-11-221-1/+2
* regen/opcode.pl: generate OP_IS_DIRHOP, use in gv.cJim Cromie2011-09-091-3/+7
* implement OP_IS_NUMCOMPARE like other OP_IS macrosJim Cromie2011-09-091-0/+3
* Add coreargs opFather Chrysostomos2011-08-181-1/+2
* Reorder ops so that trans{,r} and aelemfast{,_lex} are adjacent.Nicholas Clark2011-06-121-335/+335
* Split OP_AELEMFAST_LEX out from OP_AELEMFAST.Nicholas Clark2011-06-121-1/+2
* Move all the generated file header printing into read_only_top()Nicholas Clark2011-01-231-5/+4
* Extract the opcode data from regen/opcode.pl into regen/opcodesNicholas Clark2011-01-091-1/+1
* Remove OP_phoney_{IN,OUT}PUT_ONLY, as they are no longer used or supported.Nicholas Clark2010-12-281-3/+0
* Add transr op typeFather Chrysostomos2010-11-021-1/+2
* Allow push/pop/keys/etc to act on referencesDavid Golden2010-10-311-1/+4
* opcode.pl -> regen/opcode.plFather Chrysostomos2010-10-131-2/+2
* Move the boolkeys op to the group of hash ops.Nicholas Clark2009-10-151-225/+225
* Optimise if (%foo) to be faster than if(keys %foo)demerphq2009-10-151-1/+2
* Update copyright year in opcode.pl to reflect change 33364.Nicholas Clark2008-10-251-1/+1
* Re: [patch] optimize OP_IS_(FILETEST|SOCKET) macrosJim Cromie2008-02-251-0/+3
* Re: [PATCH] Splitting OP_CONST (Was: pp_const, not, that, hot?)Vincent Pit2008-02-231-40/+41
* [patch] optimize OP_IS_(FILETEST|SOCKET) macrosJim Cromie2008-02-101-405/+370
* Eliminate the OP_SETSTATE, which had been disabled by change 4309.Nicholas Clark2008-01-261-169/+168
* Implement each @array.Nicholas Clark2007-12-201-233/+236
* Make state $zok = slosh(); behave as the Perl 6 design with an implicitNicholas Clark2007-09-061-2/+3
* A logical rearrangement of ops, to get the post 5.005 ops to theirNicholas Clark2007-03-301-262/+262
* Eliminate pp_threadsv, as it was only ever used by 5005 threads.Nicholas Clark2007-01-081-16/+15
* Re-order ops to the implementation order in pp_sys.c - this makes aNicholas Clark2006-11-121-14/+14
* Update the copyright years in the generated files, and nostdio.hNicholas Clark2006-01-081-1/+2
* latest switch/say/~~Robin Houston2005-12-191-2/+10
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-1/+3
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+1
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* Defined-or patch (cleaned up)Brent Dax2002-08-051-2/+4
* Sprinkle some copyrights (use the oldest timestamp toJarkko Hietaniemi2002-01-241-4/+13
* Regen headersArtur Bergman2001-08-271-1/+2
* Infrastructure to allow:Nick Ing-Simmons2001-01-201-1/+1
* shrink pp_hot fractionallyNicholas Clark2000-12-051-0/+2
* Generate OP_IS_SOCKET() and OP_IS_FILETEST() macrosJarkko Hietaniemi2000-08-021-0/+46
* initial implementation of lvalue subroutines (slightly fixedGurusamy Sarathy1999-09-051-183/+184
* fix broken -DDEBUGGING_OPS (from Spider BoardmanGurusamy Sarathy1999-08-021-0/+361