regcomp.c:regprop: [bracketize] \w..., add \v
authorKarl Williamson <public@khwilliamson.com>
Thu, 6 Dec 2012 16:20:51 +0000 (09:20 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sun, 9 Dec 2012 16:47:18 +0000 (09:47 -0700)
commit009ccfeda269d5b353a297ca4059497343c8ce41
treed20337658ff71a3c189c5f57960993aa94080c47
parente699a1d5e627c6248a14e00e813d5a7a53f0947d
regcomp.c:regprop: [bracketize] \w..., add \v

This function returns the name of a character class given its number.
This changes the name of \w, \s, \d to be [\w] ....  And it adds an
entry for \v and \V.  These makes a complete set, and will make things
easier to read, as a result of changes coming in future commits
regcomp.c