This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Implement each @array.
authorNicholas Clark <nick@ccl4.org>
Thu, 20 Dec 2007 21:15:57 +0000 (21:15 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 20 Dec 2007 21:15:57 +0000 (21:15 +0000)
commit878d132a73f5d089e821fedd49aa4835a2786d1d
tree5f489d4e731a9809ef0261bfb731eee600f3911a
parent3bdcbd26ea8ce137a02a61d6364dbbb1afb63c19
Implement each @array.
Documentation needed, FIXME for proper 64 bit support of arrays longer
than 2**32, re-order the new ops at the end if merging to 5.10.x.

p4raw-id: //depot/perl@32680
14 files changed:
MANIFEST
av.c
embed.fnc
embed.h
ext/Opcode/Opcode.pm
op.c
opcode.h
opcode.pl
opnames.h
pp.c
pp.sym
pp_proto.h
proto.h
t/op/each_array.t [new file with mode: 0644]