]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r268066:
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 3 Aug 2014 18:39:11 +0000 (18:39 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 3 Aug 2014 18:39:11 +0000 (18:39 +0000)
commit7783ea4743b84840b70d9946b89d489b4d390096
tree8300ef9596b1127df1e405ddc23a1e2f5d5ec5c1
parent852ec928b4d8d789bf00155f028fe9076edbc9f9
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

git-svn-id: svn://svn.freebsd.org/base/stable/10@269484 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libc/regex/re_format.7
lib/libc/regex/regcomp.c
sys/sys/param.h