regex: rewrite the repetition parsing code
authorSzabolcs Nagy <nsz@port70.net>
Sat, 18 Apr 2015 17:25:31 +0000 (17:25 +0000)
committerRich Felker <dalias@aerifal.cx>
Sun, 31 Jan 2016 01:53:29 +0000 (20:53 -0500)
commit03498ec22a4804ddbd8203d9ac94b6f7b6574b3c
treed6bba57747d8bf195754f3ee3a56a5834ee2978e
parentda4cc13b9705e7d3a02216959b9711b3b30828c1
regex: rewrite the repetition parsing code

The goto logic was hard to follow and modify. This is
in preparation for the BRE \+ and \? support.
src/regex/regcomp.c