PATCH: [perl #87908] \W is its complement sometimes
authorKarl Williamson <public@khwilliamson.com>
Wed, 6 Apr 2011 13:49:51 +0000 (07:49 -0600)
committerKarl Williamson <public@khwilliamson.com>
Wed, 6 Apr 2011 14:25:52 +0000 (08:25 -0600)
commit359960d4a7ff4002134891a49a61ff6943dd505e
tree4915b70526ec06b4312cd3014557bed5d57c2b84
parent4cdd48d8aacaf1f4775166dabd4fab9452b1e91a
PATCH: [perl #87908] \W is its complement sometimes

A missing '!' turned \W into \w in some code execution paths and utf8 data.
This patch fixes that.

It does not include tests at the moment, since I don't have time
just now to examine why the existing tests didn't catch this, when
it looks like they are set up to, and there have been several BBC tickets
lately that I'm hopeful this may fix and head off other ones.
regexec.c