summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc/port/regex/regex2.h
AgeCommit message (Collapse)AuthorFilesLines
2019-10-228908 regcomp: reduce size of bitmap for multibyte localesYuri Pankov1-9/+14
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-228993 regex: Refactor fast/slow stepping bits in the matching engineKyle Evans1-0/+1
Portions contributed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2017-06-128354 sync regcomp(3C) with upstreamYuri Pankov1-0/+189
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>