Fix off-by-one error in inversion lists.
authorKarl Williamson <public@khwilliamson.com>
Fri, 12 Jul 2013 03:56:46 +0000 (21:56 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 16 Jul 2013 19:58:11 +0000 (13:58 -0600)
commit0a07b44b3022b5e15d66dc4f792fcfd87f9736ff
tree931f314a636f8e9dc159e0b91c02814586bceb4a
parent26070944c186aa244c94f054fc8fcaf1110e2e25
Fix off-by-one error in inversion lists.

The first commit of this topic branch added a dummy 0 element to the end
of certain inversion lists to work around an off-by-one error.  This
commit makes the necessary changes to stop that error, and to remove
the dummy element.  SvCUR() and invlist_len() now are kept in sync.
charclass_invlists.h
regcomp.c
regen/mk_invlists.pl