eliminiate PL_regeol
authorDavid Mitchell <davem@iabyn.com>
Fri, 17 May 2013 16:38:26 +0000 (17:38 +0100)
committerDavid Mitchell <davem@iabyn.com>
Sun, 2 Jun 2013 21:28:50 +0000 (22:28 +0100)
commit220db18a521ebfe89f81d1f28862104b021164f3
treee834f8f0e32597cf420fb88d3bbf9dd53da073ab
parent02d5137b98854dd95a1eb9d4bee9d44d656f2c16
eliminiate PL_regeol

This is another global regex state variable (actually a field of
PL_reg_state). Eliminate it by moving it into the regmatch_info struct
instead, which is local to each match. Also, rename it to strend, which is
a less misleading description in these exciting days of multi-line matches.
regexec.c
regexp.h
sv.c