summaryrefslogtreecommitdiff
path: root/regen/opcodes
Commit message (Expand)AuthorAgeFilesLines
* Constant folding for xFather Chrysostomos2012-06-081-1/+1
* Make pos use ck_fun and OA_SCALARREFFather Chrysostomos2012-05-291-1/+1
* Make undef use ck_fun and OA_SCALARREFFather Chrysostomos2012-05-291-1/+1
* regen/opcodes: Rmv evalonce commentFather Chrysostomos2012-05-211-1/+0
* Implement the fc keyword and the \F string escape.Brian Fraser2012-01-291-0/+3
* [perl #103492] Give lvalue cx to (s)printf argsFather Chrysostomos2011-12-311-1/+1
* Stop seek($glob_copy...) from clearing PL_last_in_gvFather Chrysostomos2011-12-181-1/+1
* Stop tell($glob_copy) from clearing PL_last_in_gvFather Chrysostomos2011-12-171-1/+1
* [perl #80628] __SUB__Father Chrysostomos2011-11-221-0/+2
* Throw a helpful warning when someone tries length(@array) or length(%hash)Matthew Horsfall (alh)2011-11-181-1/+1
* Add evalbytes functionFather Chrysostomos2011-11-061-1/+1
* Warn for $[ ‘version’ checksFather Chrysostomos2011-11-011-8/+8
* regen/opcode.pl: generate OP_IS_DIRHOP, use in gv.cJim Cromie2011-09-091-6/+6
* implement OP_IS_NUMCOMPARE like other OP_IS macrosJim Cromie2011-09-091-14/+15
* Refactor unpack’s newDEFSVOP logic; correct prototypeFather Chrysostomos2011-08-211-1/+1
* Add coreargs opFather Chrysostomos2011-08-181-0/+3
* Change (l)stat’s prototype from * to ;*Father Chrysostomos2011-08-121-2/+2
* Reorder ops so that trans{,r} and aelemfast{,_lex} are adjacent.Nicholas Clark2011-06-121-6/+3
* Split OP_AELEMFAST_LEX out from OP_AELEMFAST.Nicholas Clark2011-06-121-0/+2
* Make push/shift $scalar accept only unblessed aryrefsFather Chrysostomos2011-04-181-3/+3
* Remove references to Mac OS classic from comments the opcode descriptions.Nicholas Clark2011-01-191-4/+0
* Extract the opcode data from regen/opcode.pl into regen/opcodesNicholas Clark2011-01-091-0/+546