[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
What do I do when I stumble upon an existing bug while I'm workingon other changes?
I'm guessing I should use perlbug to file a bug report. The area of the
code is uncommented, and it would take quite a bit for me to understand
how to fix it.
Just to let you know, this is in regcomp.c about using /\N{U+0100}/. It
fails for any character that doesn't fit into a single byte, because it
allocates just a single byte for the result.
I'm also getting other weirdness with regular expression handling that I
haven't tracked down yet. Is there someone who I can correspond with to
help guide me in these; or should I just post to the general list?
Karl Williamson
- Follow-Ups from:
-
Nicholas Clark <nick@ccl4.org>
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]