]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r268066:
authorpfg <pfg@FreeBSD.org>
Sun, 3 Aug 2014 18:39:11 +0000 (18:39 +0000)
committerpfg <pfg@FreeBSD.org>
Sun, 3 Aug 2014 18:39:11 +0000 (18:39 +0000)
commit1ae0bcf0e879a946e377c83383d95d35555ec283
tree8300ef9596b1127df1e405ddc23a1e2f5d5ec5c1
parent4edbce8b348a54d29189a62a9b6e7b2212efa95c
MFC r268066:
regex(3): Add support for \< and \> word delimiters

Solaris and other OSs have support for \< and \> as word
delimiters in utilities like sed(1). These are useful to
have for general compatiblity with Solaris but should be
avoided for portability with other systems, including the
traditional BSDs.

Bump __FreeBSD_version as this is likely to affect some
userland utilities.

Reference:
https://www.illumos.org/issues/516

PR: bin/153257
Obtained from: Illumos
lib/libc/regex/re_format.7
lib/libc/regex/regcomp.c
sys/sys/param.h