This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Introduce a new keyword, state, for state variables.
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 3 May 2006 21:46:02 +0000 (21:46 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 3 May 2006 21:46:02 +0000 (21:46 +0000)
commit952306aca140c014b38ba5eb2ed71dffaa548f0f
tree54c6ffddc042f5b62b93fed63bf59ac25dcd59d9
parentd8c3cb99cb05a7cc157c615db679022cae30abb4
Introduce a new keyword, state, for state variables.

p4raw-id: //depot/perl@28086
19 files changed:
MANIFEST
dump.c
embed.fnc
embed.h
ext/B/B/Concise.pm
ext/B/t/concise-xs.t
keywords.h
keywords.pl
op.c
op.h
pad.c
perl.h
perl_keyword.pl
pod/perlintern.pod
pp_hot.c
proto.h
sv.h
t/op/state.t [new file with mode: 0644]
toke.c