This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #76814] FETCH called twice - string comparison ops
authorFather Chrysostomos <sprout@cpan.org>
Sat, 25 Sep 2010 03:31:28 +0000 (20:31 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 25 Sep 2010 03:31:28 +0000 (20:31 -0700)
commit078504b2d0c069e5cefbe4670341aa18838d452d
tree82ea75dc3a93df1feb46a1a1b97a774ab28f6b20
parent582ac935ddba404ce00c7eda1a75e8a2c0412eee
[perl #76814] FETCH called twice - string comparison ops

This patch changes sv_eq, sv_cmp, sv_cmp_locale and sv_collxfrm
to _flags forms, with macros under the old names for sv_eq and
sv_collxfrm, but functions for sv_cmp* since pp_sort.c needs them.
embed.fnc
embed.h
global.sym
mathoms.c
pp.c
proto.h
sv.c
sv.h
t/op/tie_fetch_count.t