diff options
author | David Mitchell <davem@iabyn.com> | 2012-12-25 20:51:50 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2012-12-25 20:51:50 +0000 |
commit | 272d35c920ff70f3a216eedf88a0152190a41867 (patch) | |
tree | c235dc93e1e57a46d3681b79b247d82038a2fffd /cpan/Unicode-Collate | |
parent | 39819bd9daad8177c22032658cbd5c354aa2b92f (diff) | |
download | perl-272d35c920ff70f3a216eedf88a0152190a41867.tar.gz |
Eliminate RF_tainted flag from PL_reg_flags
This global flag is cleared at the start of execution, and then set if
any locale-based nodes are executed. At the end of execution, the
RXf_TAINTED_SEEN flag on the regex is set/cleared based on RF_tainted.
We eliminate RF_tainted by simply directly setting RXf_TAINTED_SEEN
each time a taintable node is executed.
This is the final step before eliminating PL_reg_flags.
Diffstat (limited to 'cpan/Unicode-Collate')
0 files changed, 0 insertions, 0 deletions