freebsd-src/lib/libc/regex
Kyle Evans 6b986646d4 libregex: implement \b and \B (word boundary, not word boundary)
This is the last of the needed GNU expressions before we can unleash bsdgrep
by default. \b is effectively an agnostic equivalent of \< and \>, while
\B will match every space that isn't making a transition from
nonchar -> char or char -> nonchar.
2020-12-05 03:16:05 +00:00
..
grot
cname.h
COPYRIGHT
engine.c libregex: implement \b and \B (word boundary, not word boundary) 2020-12-05 03:16:05 +00:00
Makefile.inc
re_format.7
regcomp.c libregex: implement \b and \B (word boundary, not word boundary) 2020-12-05 03:16:05 +00:00
regerror.c
regex.3 regex(3): belatedly document REG_POSIX from r363734 2020-08-04 02:06:49 +00:00
regex2.h libregex: implement \b and \B (word boundary, not word boundary) 2020-12-05 03:16:05 +00:00
regexec.c
regfree.c
Symbol.map regex(3): Interpret many escaped ordinary characters as EESCAPE 2020-07-29 23:21:56 +00:00
utils.h regcomp: reduce size of bitmap for multibyte locales 2018-12-12 04:23:00 +00:00
WHATSNEW